diff --git a/Engine/Build/Android/Java/src/com/epicgames/ue4/GooglePlayLicensing.java b/Engine/Build/Android/Java/src/com/epicgames/ue4/GooglePlayLicensing.java index fe7f1a677d78..c0bf78de9fc1 100644 --- a/Engine/Build/Android/Java/src/com/epicgames/ue4/GooglePlayLicensing.java +++ b/Engine/Build/Android/Java/src/com/epicgames/ue4/GooglePlayLicensing.java @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This file needs to be here so the "ant" build step doesnt fail when looking for a /src folder. package com.epicgames.ue4; diff --git a/Engine/Build/Android/Java/src/com/epicgames/ue4/GooglePlayStoreHelper.java b/Engine/Build/Android/Java/src/com/epicgames/ue4/GooglePlayStoreHelper.java index c6f287b87d24..b1cbc3b6656e 100644 --- a/Engine/Build/Android/Java/src/com/epicgames/ue4/GooglePlayStoreHelper.java +++ b/Engine/Build/Android/Java/src/com/epicgames/ue4/GooglePlayStoreHelper.java @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //This file needs to be here so the "ant" build step doesnt fail when looking for a /src folder. package com.epicgames.ue4; diff --git a/Engine/Build/Android/Java/src/com/epicgames/ue4/MediaPlayer14.java b/Engine/Build/Android/Java/src/com/epicgames/ue4/MediaPlayer14.java index 114e379e679d..4c5cd7323a63 100644 --- a/Engine/Build/Android/Java/src/com/epicgames/ue4/MediaPlayer14.java +++ b/Engine/Build/Android/Java/src/com/epicgames/ue4/MediaPlayer14.java @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. package com.epicgames.ue4; diff --git a/Engine/Build/Android/Java/src/com/epicgames/ue4/MessageBox01.java b/Engine/Build/Android/Java/src/com/epicgames/ue4/MessageBox01.java index 105a57f8e8ee..38585f87e65b 100644 --- a/Engine/Build/Android/Java/src/com/epicgames/ue4/MessageBox01.java +++ b/Engine/Build/Android/Java/src/com/epicgames/ue4/MessageBox01.java @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. package com.epicgames.ue4; diff --git a/Engine/Build/Android/Java/src/com/epicgames/ue4/WebViewControl.java b/Engine/Build/Android/Java/src/com/epicgames/ue4/WebViewControl.java index 4cb46c12c788..e79bb5193182 100644 --- a/Engine/Build/Android/Java/src/com/epicgames/ue4/WebViewControl.java +++ b/Engine/Build/Android/Java/src/com/epicgames/ue4/WebViewControl.java @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. package com.epicgames.ue4; diff --git a/Engine/Build/BatchFiles/Clean.bat b/Engine/Build/BatchFiles/Clean.bat index 24b1b0b23238..82d3f6868d51 100644 --- a/Engine/Build/BatchFiles/Clean.bat +++ b/Engine/Build/BatchFiles/Clean.bat @@ -9,7 +9,7 @@ rem %3 is the configuration name echo Cleaning %1 Binaries... rem ## Unreal Engine 4 cleanup script -rem ## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +rem ## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. rem ## This script is expecting to exist in the UE4 root directory. It will not work correctly rem ## if you copy it to a different location and run it. diff --git a/Engine/Build/BatchFiles/GenerateGlobalizationFiles.bat b/Engine/Build/BatchFiles/GenerateGlobalizationFiles.bat index 13c309c7630b..6d25fbf89ba2 100644 --- a/Engine/Build/BatchFiles/GenerateGlobalizationFiles.bat +++ b/Engine/Build/BatchFiles/GenerateGlobalizationFiles.bat @@ -1,5 +1,5 @@ @echo off -rem ## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +rem ## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. echo Generating globalization files... diff --git a/Engine/Build/BatchFiles/GenerateProjectFiles.bat b/Engine/Build/BatchFiles/GenerateProjectFiles.bat index 932320166c95..1c5491f10a47 100644 --- a/Engine/Build/BatchFiles/GenerateProjectFiles.bat +++ b/Engine/Build/BatchFiles/GenerateProjectFiles.bat @@ -3,7 +3,7 @@ setlocal echo Setting up Unreal Engine 4 project files... rem ## Unreal Engine 4 Visual Studio project setup script -rem ## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +rem ## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. rem ## This script is expecting to exist in the UE4 root directory. It will not work correctly rem ## if you copy it to a different location and run it. diff --git a/Engine/Build/BatchFiles/Linux/RunMono.sh b/Engine/Build/BatchFiles/Linux/RunMono.sh index d7a1e7594fd5..edd84e2d8868 100755 --- a/Engine/Build/BatchFiles/Linux/RunMono.sh +++ b/Engine/Build/BatchFiles/Linux/RunMono.sh @@ -1,7 +1,7 @@ #!/bin/bash ## Unreal Engine 4 Mono setup script -## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ## This script is expecting to exist in the UE4/Engine/Build/BatchFiles directory. It will not work correctly ## if you copy it to a different location and run it. diff --git a/Engine/Build/BatchFiles/Linux/RunXBuild.sh b/Engine/Build/BatchFiles/Linux/RunXBuild.sh index 0eca09407c95..656b53ddcb88 100755 --- a/Engine/Build/BatchFiles/Linux/RunXBuild.sh +++ b/Engine/Build/BatchFiles/Linux/RunXBuild.sh @@ -1,7 +1,7 @@ #!/bin/bash ## Unreal Engine 4 XBuild setup script -## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ## This script is expecting to exist in the UE4/Engine/Build/BatchFiles directory. It will not work correctly ## if you copy it to a different location and run it. diff --git a/Engine/Build/BatchFiles/Mac/GitDependencies.sh b/Engine/Build/BatchFiles/Mac/GitDependencies.sh index b7bdbdf12c99..8e5998bf49e6 100755 --- a/Engine/Build/BatchFiles/Mac/GitDependencies.sh +++ b/Engine/Build/BatchFiles/Mac/GitDependencies.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. set -e diff --git a/Engine/Build/BatchFiles/Mac/GitDependenciesHook.sh b/Engine/Build/BatchFiles/Mac/GitDependenciesHook.sh index 684caecd0f54..506d530d3581 100755 --- a/Engine/Build/BatchFiles/Mac/GitDependenciesHook.sh +++ b/Engine/Build/BatchFiles/Mac/GitDependenciesHook.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. set -e diff --git a/Engine/Build/BatchFiles/Mac/RunMono.sh b/Engine/Build/BatchFiles/Mac/RunMono.sh index 0d2ae12c2948..0e5614e67b4a 100755 --- a/Engine/Build/BatchFiles/Mac/RunMono.sh +++ b/Engine/Build/BatchFiles/Mac/RunMono.sh @@ -1,7 +1,7 @@ #!/bin/sh ## Unreal Engine 4 Mono setup script -## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ## This script is expecting to exist in the UE4/Engine/Build/BatchFiles directory. It will not work correctly ## if you copy it to a different location and run it. diff --git a/Engine/Build/BatchFiles/Mac/RunXBuild.sh b/Engine/Build/BatchFiles/Mac/RunXBuild.sh index 35e501852ee4..55c2437be3cc 100755 --- a/Engine/Build/BatchFiles/Mac/RunXBuild.sh +++ b/Engine/Build/BatchFiles/Mac/RunXBuild.sh @@ -1,7 +1,7 @@ #!/bin/sh ## Unreal Engine 4 XBuild setup script -## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ## This script is expecting to exist in the UE4/Engine/Build/BatchFiles directory. It will not work correctly ## if you copy it to a different location and run it. diff --git a/Engine/Build/BatchFiles/RocketGenerateProjectFiles.bat b/Engine/Build/BatchFiles/RocketGenerateProjectFiles.bat index 2245f04872fd..ea5d85eb0337 100644 --- a/Engine/Build/BatchFiles/RocketGenerateProjectFiles.bat +++ b/Engine/Build/BatchFiles/RocketGenerateProjectFiles.bat @@ -3,7 +3,7 @@ echo Setting up Rocket project files... rem ## Rocket Visual Studio project setup script -rem ## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +rem ## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. rem ## This script is expecting to exist in the Engine/Build/BatchFiles directory. It will not work correctly rem ## if you copy it to a different location and run it. diff --git a/Engine/Build/BatchFiles/RunUAT.bat b/Engine/Build/BatchFiles/RunUAT.bat index f4b5a2c6e7f7..61a488350d24 100644 --- a/Engine/Build/BatchFiles/RunUAT.bat +++ b/Engine/Build/BatchFiles/RunUAT.bat @@ -4,7 +4,7 @@ setlocal echo Running AutomationTool... rem ## Unreal Engine 4 AutomationTool setup script -rem ## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +rem ## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. rem ## This script is expecting to exist in the UE4/Engine/Build/BatchFiles directory. It will not work correctly rem ## if you copy it to a different location and run it. diff --git a/Engine/Build/BatchFiles/RunUAT.command b/Engine/Build/BatchFiles/RunUAT.command index cd3b66cfc1b0..e751aeae5926 100755 --- a/Engine/Build/BatchFiles/RunUAT.command +++ b/Engine/Build/BatchFiles/RunUAT.command @@ -1,5 +1,5 @@ #!/bin/sh -## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ## ## Unreal Engine 4 AutomationTool setup script ## diff --git a/Engine/Build/BatchFiles/RunUAT.sh b/Engine/Build/BatchFiles/RunUAT.sh index 766fd968339b..9b0a6dd67954 100755 --- a/Engine/Build/BatchFiles/RunUAT.sh +++ b/Engine/Build/BatchFiles/RunUAT.sh @@ -1,5 +1,5 @@ #!/bin/bash -## Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +## Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ## ## Unreal Engine 4 AutomationTool setup script ## diff --git a/Engine/Build/Commit.gitdeps.xml b/Engine/Build/Commit.gitdeps.xml index cf2e988728c0..b06835c338cf 100644 --- a/Engine/Build/Commit.gitdeps.xml +++ b/Engine/Build/Commit.gitdeps.xml @@ -17383,7 +17383,7 @@ - + @@ -17672,7 +17672,7 @@ - + @@ -17716,22 +17716,22 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -17769,8 +17769,8 @@ - - + + @@ -17942,7 +17942,7 @@ - + @@ -19005,10 +19005,10 @@ - - - - + + + + @@ -22639,7 +22639,7 @@ - + @@ -25752,7 +25752,7 @@ - + @@ -25796,10 +25796,10 @@ - + - + @@ -25822,7 +25822,7 @@ - + @@ -25854,9 +25854,9 @@ - + - + @@ -25886,12 +25886,12 @@ - + - + @@ -25909,7 +25909,7 @@ - + @@ -25948,7 +25948,7 @@ - + @@ -25981,7 +25981,7 @@ - + @@ -26000,7 +26000,7 @@ - + @@ -26022,7 +26022,7 @@ - + @@ -26047,7 +26047,7 @@ - + @@ -26093,7 +26093,7 @@ - + @@ -26407,10 +26407,10 @@ - + - + @@ -26419,7 +26419,7 @@ - + @@ -26481,7 +26481,7 @@ - + @@ -26522,7 +26522,7 @@ - + @@ -26532,7 +26532,7 @@ - + @@ -26598,7 +26598,7 @@ - + @@ -26620,7 +26620,7 @@ - + @@ -26649,7 +26649,7 @@ - + @@ -26669,7 +26669,7 @@ - + @@ -26696,7 +26696,7 @@ - + @@ -26710,7 +26710,7 @@ - + @@ -26726,7 +26726,7 @@ - + @@ -26850,7 +26850,7 @@ - + @@ -26859,7 +26859,7 @@ - + @@ -26874,7 +26874,7 @@ - + @@ -26917,13 +26917,13 @@ - + - + @@ -26947,7 +26947,7 @@ - + @@ -26959,9 +26959,9 @@ - + - + @@ -27009,7 +27009,7 @@ - + @@ -27157,7 +27157,7 @@ - + @@ -27192,6 +27192,7 @@ + @@ -27205,7 +27206,7 @@ - + @@ -27226,7 +27227,6 @@ - @@ -27279,7 +27279,7 @@ - + @@ -27298,7 +27298,7 @@ - + @@ -27373,6 +27373,7 @@ + @@ -27430,7 +27431,7 @@ - + @@ -27451,7 +27452,7 @@ - + @@ -27460,16 +27461,16 @@ - + - + - + @@ -27490,7 +27491,7 @@ - + @@ -27530,7 +27531,7 @@ - + @@ -27545,11 +27546,12 @@ - + - + + @@ -27703,7 +27705,7 @@ - + @@ -27716,7 +27718,7 @@ - + @@ -27846,8 +27848,8 @@ - - + + @@ -27973,7 +27975,7 @@ - + @@ -27997,15 +27999,17 @@ + - + + @@ -28075,7 +28079,7 @@ - + @@ -28157,7 +28161,7 @@ - + @@ -28393,7 +28397,7 @@ - + @@ -28420,7 +28424,6 @@ - @@ -28502,7 +28505,7 @@ - + @@ -28537,7 +28540,7 @@ - + @@ -28574,7 +28577,7 @@ - + @@ -28643,7 +28646,6 @@ - @@ -28683,7 +28685,7 @@ - + @@ -28708,6 +28710,7 @@ + @@ -28816,11 +28819,11 @@ - + - + @@ -28841,7 +28844,7 @@ - + @@ -28855,7 +28858,7 @@ - + @@ -28867,7 +28870,7 @@ - + @@ -28876,7 +28879,7 @@ - + @@ -28889,6 +28892,7 @@ + @@ -28969,14 +28973,14 @@ - + - + @@ -28990,8 +28994,8 @@ - - + + @@ -29010,7 +29014,7 @@ - + @@ -29072,12 +29076,12 @@ - + - + @@ -29177,9 +29181,9 @@ - + - + @@ -29256,11 +29260,11 @@ - + - + @@ -29293,7 +29297,7 @@ - + @@ -29317,7 +29321,7 @@ - + @@ -29499,7 +29503,7 @@ - + @@ -29550,6 +29554,7 @@ + @@ -29692,7 +29697,7 @@ - + @@ -29716,7 +29721,7 @@ - + @@ -29811,7 +29816,7 @@ - + @@ -29834,7 +29839,7 @@ - + @@ -29939,14 +29944,14 @@ - + - + @@ -29961,7 +29966,7 @@ - + @@ -29989,7 +29994,7 @@ - + @@ -30046,7 +30051,7 @@ - + @@ -30220,7 +30225,7 @@ - + @@ -30372,7 +30377,7 @@ - + @@ -30398,7 +30403,7 @@ - + @@ -30445,7 +30450,7 @@ - + @@ -30475,7 +30480,7 @@ - + @@ -30484,7 +30489,6 @@ - @@ -30584,7 +30588,7 @@ - + @@ -30600,7 +30604,7 @@ - + @@ -30671,7 +30675,7 @@ - + @@ -30703,12 +30707,12 @@ - + - + @@ -30744,7 +30748,7 @@ - + @@ -30760,7 +30764,7 @@ - + @@ -30795,7 +30799,7 @@ - + @@ -30834,7 +30838,7 @@ - + @@ -30872,7 +30876,7 @@ - + @@ -30966,7 +30970,7 @@ - + @@ -30988,6 +30992,7 @@ + @@ -31036,7 +31041,6 @@ - @@ -31044,6 +31048,7 @@ + @@ -31056,11 +31061,11 @@ - + - + @@ -31148,6 +31153,7 @@ + @@ -31187,7 +31193,7 @@ - + @@ -31247,7 +31253,7 @@ - + @@ -31335,7 +31341,7 @@ - + @@ -31348,14 +31354,13 @@ - - + @@ -31371,7 +31376,7 @@ - + @@ -31380,7 +31385,7 @@ - + @@ -31465,7 +31470,7 @@ - + @@ -31558,7 +31563,7 @@ - + @@ -31658,7 +31663,7 @@ - + @@ -31691,17 +31696,17 @@ - + - + - + @@ -31717,7 +31722,7 @@ - + @@ -31777,7 +31782,7 @@ - + @@ -31786,7 +31791,7 @@ - + @@ -31830,7 +31835,7 @@ - + @@ -31855,7 +31860,7 @@ - + @@ -32003,7 +32008,7 @@ - + @@ -32042,7 +32047,7 @@ - + @@ -32056,8 +32061,7 @@ - - + @@ -32143,7 +32147,6 @@ - @@ -32165,7 +32168,7 @@ - + @@ -32250,7 +32253,7 @@ - + @@ -32258,7 +32261,7 @@ - + @@ -32333,7 +32336,7 @@ - + @@ -32451,7 +32454,7 @@ - + @@ -32490,7 +32493,7 @@ - + @@ -32533,11 +32536,10 @@ - - + @@ -32564,7 +32566,7 @@ - + @@ -32596,7 +32598,7 @@ - + @@ -32680,7 +32682,7 @@ - + @@ -32772,7 +32774,7 @@ - + @@ -32815,7 +32817,7 @@ - + @@ -32908,7 +32910,7 @@ - + @@ -33071,7 +33073,7 @@ - + @@ -33109,7 +33111,7 @@ - + @@ -33246,6 +33248,7 @@ + @@ -33348,7 +33351,7 @@ - + @@ -33393,6 +33396,7 @@ + @@ -33419,7 +33423,7 @@ - + @@ -33453,7 +33457,7 @@ - + @@ -33530,6 +33534,7 @@ + @@ -33553,13 +33558,13 @@ - + - + @@ -33601,7 +33606,7 @@ - + @@ -33638,7 +33643,7 @@ - + @@ -33755,7 +33760,7 @@ - + @@ -33820,7 +33825,7 @@ - + @@ -33952,7 +33957,7 @@ - + @@ -34051,9 +34056,9 @@ - + - + @@ -34107,7 +34112,7 @@ - + @@ -34226,9 +34231,9 @@ - + - + @@ -34257,7 +34262,7 @@ - + @@ -34335,7 +34340,6 @@ - @@ -34355,6 +34359,7 @@ + @@ -34473,7 +34478,7 @@ - + @@ -34506,7 +34511,7 @@ - + @@ -34579,6 +34584,7 @@ + @@ -34589,11 +34595,11 @@ - - + + - + @@ -34611,11 +34617,11 @@ - + - + @@ -34675,8 +34681,8 @@ - - + + @@ -34751,8 +34757,7 @@ - - + @@ -34856,7 +34861,7 @@ - + @@ -34901,7 +34906,7 @@ - + @@ -34942,9 +34947,9 @@ - + - + @@ -35046,7 +35051,7 @@ - + @@ -35210,7 +35215,7 @@ - + @@ -35234,7 +35239,7 @@ - + @@ -35390,7 +35395,7 @@ - + @@ -35449,7 +35454,7 @@ - + @@ -35469,7 +35474,7 @@ - + @@ -35510,7 +35515,7 @@ - + @@ -35523,13 +35528,12 @@ - + - @@ -35554,7 +35558,7 @@ - + @@ -35619,7 +35623,7 @@ - + @@ -35652,7 +35656,6 @@ - @@ -35744,10 +35747,10 @@ - + - + @@ -35762,7 +35765,7 @@ - + @@ -35859,7 +35862,7 @@ - + @@ -35954,10 +35957,10 @@ - + - + @@ -36088,7 +36091,7 @@ - + @@ -36096,7 +36099,6 @@ - @@ -36241,7 +36243,7 @@ - + @@ -36269,7 +36271,7 @@ - + @@ -36285,6 +36287,7 @@ + @@ -36313,7 +36316,7 @@ - + @@ -36433,7 +36436,7 @@ - + @@ -36516,12 +36519,13 @@ - + + @@ -36531,7 +36535,7 @@ - + @@ -36671,7 +36675,7 @@ - + @@ -36687,7 +36691,7 @@ - + @@ -36738,7 +36742,7 @@ - + @@ -36775,7 +36779,7 @@ - + @@ -36819,7 +36823,7 @@ - + @@ -36861,7 +36865,7 @@ - + @@ -36873,7 +36877,6 @@ - @@ -36911,7 +36914,7 @@ - + @@ -36961,7 +36964,7 @@ - + @@ -36985,7 +36988,7 @@ - + @@ -37023,7 +37026,7 @@ - + @@ -37032,6 +37035,7 @@ + @@ -37054,7 +37058,7 @@ - + @@ -37293,7 +37297,7 @@ - + @@ -37312,7 +37316,6 @@ - @@ -37326,7 +37329,7 @@ - + @@ -37466,13 +37469,13 @@ + - @@ -37485,18 +37488,18 @@ - + - + - + @@ -37509,7 +37512,7 @@ - + @@ -37526,7 +37529,7 @@ - + @@ -37581,7 +37584,7 @@ - + @@ -37601,13 +37604,13 @@ - + - + @@ -37679,7 +37682,7 @@ - + @@ -37841,7 +37844,7 @@ - + @@ -37859,7 +37862,7 @@ - + @@ -37895,7 +37898,7 @@ - + @@ -37917,7 +37920,7 @@ - + @@ -37961,7 +37964,7 @@ - + @@ -37973,7 +37976,7 @@ - + @@ -37984,7 +37987,7 @@ - + @@ -38061,7 +38064,6 @@ - @@ -38072,7 +38074,7 @@ - + @@ -38133,7 +38135,7 @@ - + @@ -38264,9 +38266,8 @@ - + - @@ -38367,7 +38368,7 @@ - + @@ -38386,7 +38387,7 @@ - + @@ -38457,7 +38458,7 @@ - + @@ -38477,7 +38478,7 @@ - + @@ -38506,12 +38507,13 @@ - + + @@ -38602,7 +38604,6 @@ - @@ -38647,7 +38648,7 @@ - + @@ -38664,7 +38665,7 @@ - + @@ -38808,12 +38809,12 @@ - + - + @@ -38881,7 +38882,7 @@ - + @@ -38914,7 +38915,7 @@ - + @@ -38928,10 +38929,10 @@ - + - + @@ -38977,7 +38978,7 @@ - + @@ -38996,7 +38997,7 @@ - + @@ -39055,7 +39056,7 @@ - + @@ -39162,7 +39163,7 @@ - + @@ -39283,7 +39284,7 @@ - + @@ -39391,7 +39392,6 @@ - @@ -39438,7 +39438,7 @@ - + @@ -39546,7 +39546,7 @@ - + @@ -39597,7 +39597,7 @@ - + @@ -39622,7 +39622,7 @@ - + @@ -39654,7 +39654,7 @@ - + @@ -39717,7 +39717,7 @@ - + @@ -39729,7 +39729,7 @@ - + @@ -39970,7 +39970,7 @@ - + @@ -40123,7 +40123,7 @@ - + @@ -40238,7 +40238,7 @@ - + @@ -40257,7 +40257,7 @@ - + @@ -40319,11 +40319,11 @@ - + - + @@ -40332,7 +40332,7 @@ - + @@ -40487,7 +40487,7 @@ - + @@ -40501,7 +40501,7 @@ - + @@ -40519,7 +40519,7 @@ - + @@ -40542,7 +40542,7 @@ - + @@ -40607,7 +40607,7 @@ - + @@ -40651,7 +40651,7 @@ - + @@ -40684,7 +40684,7 @@ - + @@ -40772,7 +40772,7 @@ - + @@ -40784,7 +40784,7 @@ - + @@ -40831,7 +40831,7 @@ - + @@ -40870,6 +40870,7 @@ + @@ -40893,7 +40894,7 @@ - + @@ -40953,7 +40954,7 @@ - + @@ -41001,12 +41002,12 @@ - + - + @@ -41022,7 +41023,7 @@ - + @@ -41054,7 +41055,7 @@ - + @@ -41068,7 +41069,7 @@ - + @@ -41129,7 +41130,6 @@ - @@ -41173,7 +41173,7 @@ - + @@ -41267,7 +41267,7 @@ - + @@ -41275,7 +41275,7 @@ - + @@ -41327,7 +41327,7 @@ - + @@ -41372,7 +41372,6 @@ - @@ -41380,7 +41379,7 @@ - + @@ -41454,7 +41453,7 @@ - + @@ -41634,7 +41633,7 @@ - + @@ -41662,13 +41661,13 @@ - + - + @@ -41698,7 +41697,7 @@ - + @@ -41718,8 +41717,8 @@ - - + + @@ -41754,10 +41753,10 @@ - + - + @@ -41908,7 +41907,7 @@ - + @@ -41965,8 +41964,8 @@ - - + + @@ -42003,7 +42002,7 @@ - + @@ -42031,7 +42030,7 @@ - + @@ -42073,7 +42072,7 @@ - + @@ -42084,7 +42083,7 @@ - + @@ -42222,7 +42221,7 @@ - + @@ -42272,7 +42271,7 @@ - + @@ -42304,7 +42303,7 @@ - + @@ -42373,7 +42372,7 @@ - + @@ -42388,7 +42387,7 @@ - + @@ -42455,7 +42454,7 @@ - + @@ -42477,6 +42476,7 @@ + @@ -42522,11 +42522,11 @@ - + - + @@ -42649,7 +42649,7 @@ - + @@ -42667,7 +42667,7 @@ - + @@ -42694,7 +42694,7 @@ - + @@ -42798,7 +42798,8 @@ - + + @@ -42820,7 +42821,7 @@ - + @@ -42852,13 +42853,13 @@ - + - + @@ -42921,7 +42922,7 @@ - + @@ -42952,7 +42953,7 @@ - + @@ -42997,7 +42998,7 @@ - + @@ -43075,7 +43076,7 @@ - + @@ -43106,7 +43107,7 @@ - + @@ -43141,7 +43142,7 @@ - + @@ -43160,7 +43161,7 @@ - + @@ -43195,7 +43196,7 @@ - + @@ -43223,14 +43224,14 @@ - + - + @@ -43282,7 +43283,7 @@ - + @@ -43345,7 +43346,7 @@ - + @@ -43363,15 +43364,15 @@ - + - + - + @@ -43407,7 +43408,7 @@ - + @@ -43455,11 +43456,10 @@ - + - @@ -43476,7 +43476,7 @@ - + @@ -43524,8 +43524,8 @@ - - + + @@ -43627,7 +43627,7 @@ - + @@ -43677,6 +43677,7 @@ + @@ -43798,7 +43799,6 @@ - @@ -43821,6 +43821,7 @@ + @@ -44585,7 +44586,6 @@ - diff --git a/Engine/Build/IOS/UE4CmdLineRun/UE4CmdLineRun.m b/Engine/Build/IOS/UE4CmdLineRun/UE4CmdLineRun.m index 21883766ff8a..e94247c6a72b 100644 --- a/Engine/Build/IOS/UE4CmdLineRun/UE4CmdLineRun.m +++ b/Engine/Build/IOS/UE4CmdLineRun/UE4CmdLineRun.m @@ -1,4 +1,4 @@ -// Copyright 2013-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 2013-2016 Epic Games, Inc. All Rights Reserved. #import #import diff --git a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.CHN.udn b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.CHN.udn index d551d8da8533..569d0f4533bb 100644 --- a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.CHN.udn +++ b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.CHN.udn @@ -36,7 +36,7 @@ LightSwitchBoth类中的大部分代码设置都和[仅使用C++的LightSwitch LightSwitchBoth.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -76,7 +76,7 @@ C++实现。要想使这个设置正常工作,该C++函数需要重命名为 ` LightSwitchBoth.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BasicClasses.h" #include "LightSwitchBoth.h" diff --git a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.INT.udn b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.INT.udn index 555dbb4ebab9..c4a265e9a480 100644 --- a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.INT.udn +++ b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.INT.udn @@ -35,7 +35,7 @@ With the additional specifiers in the `UPROPERTY()` and `UFUNCTION()` macros, th LightSwitchBoth.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -92,7 +92,7 @@ With the change to the `OnOverlapBegin` and `OnOverlapEnd` definitions, the sour LightSwitchBoth.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BasicClasses.h" #include "LightSwitchBoth.h" diff --git a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.JPN.udn b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.JPN.udn index 11d8df50b922..cde2532c4c7a 100644 --- a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.JPN.udn +++ b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.JPN.udn @@ -37,7 +37,7 @@ C++ クラスがどのようにブループリント システムとインタラ [REGION:codetitlebar] LightSwitchBoth.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -91,7 +91,7 @@ C++ コードで実装した関数を代わりに実行します。この設定 LightSwitchBoth.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BasicClasses.h" #include "LightSwitchBoth.h" diff --git a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.KOR.udn b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.KOR.udn index 95c2a754a233..6520d9437477 100644 --- a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.KOR.udn +++ b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.KOR.udn @@ -36,7 +36,7 @@ DesiredBrightness 변수, OnOverlap 함수가 생성되는지 확인해 보는 LightSwitchBoth.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -89,7 +89,7 @@ LightSwitchBoth 에 대한 소스 파일 모습은 이렇습니다: LightSwitchBoth.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BasicClasses.h" #include "LightSwitchBoth.h" diff --git a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.CHN.udn b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.CHN.udn index c8eac59f80f0..65f5ddfbba5c 100644 Binary files a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.CHN.udn and b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.CHN.udn differ diff --git a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.INT.udn b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.INT.udn index c3dd008f93fc..dc885bdf6cba 100644 --- a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.INT.udn +++ b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.INT.udn @@ -76,7 +76,7 @@ The resulting header file looks like: LightSwitchCodeOnly.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -157,7 +157,7 @@ the PointLightComponent by calling `ToggleLight`. Combined with the class const LightSwitchCodeOnly.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BasicClasses.h" #include "LightSwitchCodeOnly.h" diff --git a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.JPN.udn b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.JPN.udn index 5d54a7c4dde4..1ab58e38d5ea 100644 --- a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.JPN.udn +++ b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.JPN.udn @@ -79,7 +79,7 @@ C++ コードのみを使用した「LightSwitch」クラスは **LightSwitchCod LightSwitchCodeOnly.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -161,7 +161,7 @@ LightSwitchCodeOnly.h LightSwitchCodeOnly.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BasicClasses.h" #include "LightSwitchCodeOnly.h" diff --git a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.KOR.udn b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.KOR.udn index 0eb0e5aba94e..2490d43173c3 100644 --- a/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.KOR.udn +++ b/Engine/Documentation/Source/Gameplay/ClassCreation/CodeOnly/CodeOnly.KOR.udn @@ -77,7 +77,7 @@ C++ 만 사용해서 구성된 LightSwitch 클래스 이름은 **LightSwitchCode LightSwitchCodeOnly.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -159,7 +159,7 @@ LightSwitchCodeOnly.h LightSwitchCodeOnly.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BasicClasses.h" #include "LightSwitchCodeOnly.h" diff --git a/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.CHN.udn b/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.CHN.udn index 5426493c30d6..4e1ca786a6ae 100644 --- a/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.CHN.udn +++ b/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.CHN.udn @@ -32,7 +32,7 @@ In this example, there are also variables declared that will be used to store de [REGION:codetitlebar] MySaveGame.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -71,7 +71,7 @@ This example does define the values of `SaveSlotName` and `UserIndex` in the cla [REGION:codetitlebar] MySaveGame.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "[ProjectName].h" #include "MySaveGame.h" diff --git a/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.INT.udn b/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.INT.udn index 7e9d5d06b51a..ce737c5116d1 100644 --- a/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.INT.udn +++ b/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.INT.udn @@ -31,7 +31,7 @@ In this example, there are also variables declared that will be used to store de [REGION:codetitlebar] MySaveGame.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -70,7 +70,7 @@ This example does define the values of `SaveSlotName` and `UserIndex` in the cla [REGION:codetitlebar] MySaveGame.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "[ProjectName].h" #include "MySaveGame.h" diff --git a/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.JPN.udn b/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.JPN.udn index fef891fc7cc2..42a5dc6e3f0f 100644 --- a/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.JPN.udn +++ b/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.JPN.udn @@ -30,7 +30,7 @@ SaveGame オブジェクトのヘッダファイルの中では、 SaveGame を [REGION:codetitlebar] MySaveGame.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -65,7 +65,7 @@ MySaveGame.h [REGION:codetitlebar] MySaveGame.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "SaveGameExample.h" #include "MySaveGame.h" diff --git a/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.KOR.udn b/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.KOR.udn index 09761e39c836..ce92fb95a1f7 100644 --- a/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.KOR.udn +++ b/Engine/Documentation/Source/Gameplay/SaveGame/Code/Code_SaveGame.KOR.udn @@ -32,7 +32,7 @@ Version: 4.6 [REGION:codetitlebar] MySaveGame.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -71,7 +71,7 @@ MySaveGame.h [REGION:codetitlebar] MySaveGame.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "[ProjectName].h" #include "MySaveGame.h" diff --git a/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.CHN.udn b/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.CHN.udn index c6ef3118aaae..65d8fd3b419e 100644 --- a/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.CHN.udn +++ b/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.CHN.udn @@ -51,7 +51,7 @@ Below is a simple class which collects game specific data: GDTComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingComponent.h" #include "GDTComponent.generated.h" @@ -69,7 +69,7 @@ GDTComponent.h GDTComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GameplayDebuggingComponent.h" #include "GDTComponent.h" @@ -97,7 +97,7 @@ Next class is used to display new data on screen: GDTHUDComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingHUDComponent.h" @@ -113,7 +113,7 @@ GDTHUDComponent.h GDTHUDComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GDTComponent.h" #include "GDTHUDComponent.h" @@ -152,7 +152,7 @@ Let's extend GDTComponent class: GDTComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingComponent.h" #include "GDTComponent.generated.h" @@ -172,7 +172,7 @@ GDTComponent.h GDTComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GameplayDebuggingComponent.h" #include "GDTComponent.h" @@ -215,7 +215,7 @@ Extended HUD component, to display data in new view: GDTHUDComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingHUDComponent.h" @@ -233,7 +233,7 @@ GDTHUDComponent.h GDTHUDComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GDTComponent.h" #include "GDTHUDComponent.h" diff --git a/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.INT.udn b/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.INT.udn index d688c236cbe3..92004192da8a 100644 --- a/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.INT.udn +++ b/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.INT.udn @@ -50,7 +50,7 @@ Below is a simple class which collects game specific data: GDTComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingComponent.h" #include "GDTComponent.generated.h" @@ -68,7 +68,7 @@ GDTComponent.h GDTComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GameplayDebuggingComponent.h" #include "GDTComponent.h" @@ -96,7 +96,7 @@ Next class is used to display new data on screen: GDTHUDComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingHUDComponent.h" @@ -112,7 +112,7 @@ GDTHUDComponent.h GDTHUDComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GDTComponent.h" #include "GDTHUDComponent.h" @@ -151,7 +151,7 @@ Let's extend GDTComponent class: GDTComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingComponent.h" #include "GDTComponent.generated.h" @@ -171,7 +171,7 @@ GDTComponent.h GDTComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GameplayDebuggingComponent.h" #include "GDTComponent.h" @@ -214,7 +214,7 @@ Extended HUD component, to display data in new view: GDTHUDComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingHUDComponent.h" @@ -232,7 +232,7 @@ GDTHUDComponent.h GDTHUDComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GDTComponent.h" #include "GDTHUDComponent.h" diff --git a/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.JPN.udn b/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.JPN.udn index c6ef3118aaae..65d8fd3b419e 100644 --- a/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.JPN.udn +++ b/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.JPN.udn @@ -51,7 +51,7 @@ Below is a simple class which collects game specific data: GDTComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingComponent.h" #include "GDTComponent.generated.h" @@ -69,7 +69,7 @@ GDTComponent.h GDTComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GameplayDebuggingComponent.h" #include "GDTComponent.h" @@ -97,7 +97,7 @@ Next class is used to display new data on screen: GDTHUDComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingHUDComponent.h" @@ -113,7 +113,7 @@ GDTHUDComponent.h GDTHUDComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GDTComponent.h" #include "GDTHUDComponent.h" @@ -152,7 +152,7 @@ Let's extend GDTComponent class: GDTComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingComponent.h" #include "GDTComponent.generated.h" @@ -172,7 +172,7 @@ GDTComponent.h GDTComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GameplayDebuggingComponent.h" #include "GDTComponent.h" @@ -215,7 +215,7 @@ Extended HUD component, to display data in new view: GDTHUDComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingHUDComponent.h" @@ -233,7 +233,7 @@ GDTHUDComponent.h GDTHUDComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GDTComponent.h" #include "GDTHUDComponent.h" diff --git a/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.KOR.udn b/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.KOR.udn index ce5d7d977fb9..eb2592866d07 100644 --- a/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.KOR.udn +++ b/Engine/Documentation/Source/Gameplay/Tools/GameplayDebugger/GameplayDebugger.KOR.udn @@ -51,7 +51,7 @@ Gameplay Debugger, 게임플레이 디버거는 실행시간에 실시간 데이 GDTComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingComponent.h" #include "GDTComponent.generated.h" @@ -69,7 +69,7 @@ GDTComponent.h GDTComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GameplayDebuggingComponent.h" #include "GDTComponent.h" @@ -97,7 +97,7 @@ GDTComponent.cpp GDTHUDComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingHUDComponent.h" @@ -113,7 +113,7 @@ GDTHUDComponent.h GDTHUDComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GDTComponent.h" #include "GDTHUDComponent.h" @@ -152,7 +152,7 @@ GDTComponent 클래스를 확장합시다: GDTComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingComponent.h" #include "GDTComponent.generated.h" @@ -172,7 +172,7 @@ GDTComponent.h GDTComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GameplayDebuggingComponent.h" #include "GDTComponent.h" @@ -215,7 +215,7 @@ HUD 컴포넌트를 확장, 데이터를 새로운 뷰에 표시합니다: GDTHUDComponent.h - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingHUDComponent.h" @@ -233,7 +233,7 @@ GDTHUDComponent.h GDTHUDComponent.cpp - // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MyGameProject.h" #include "GDTComponent.h" #include "GDTHUDComponent.h" diff --git a/Engine/Documentation/Source/Programming/Basics/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.CHN.udn b/Engine/Documentation/Source/Programming/Basics/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.CHN.udn index d551d8da8533..569d0f4533bb 100644 --- a/Engine/Documentation/Source/Programming/Basics/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.CHN.udn +++ b/Engine/Documentation/Source/Programming/Basics/ClassCreation/CodeAndBlueprints/CodeAndBlueprints.CHN.udn @@ -36,7 +36,7 @@ LightSwitchBoth类中的大部分代码设置都和[仅使用C++的LightSwitch LightSwitchBoth.h [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -76,7 +76,7 @@ C++实现。要想使这个设置正常工作,该C++函数需要重命名为 ` LightSwitchBoth.cpp [/REGION:codetitlebar] - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BasicClasses.h" #include "LightSwitchBoth.h" diff --git a/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.INT.udn b/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.INT.udn index dc13ccd8af84..7310b704256f 100644 --- a/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.INT.udn +++ b/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.INT.udn @@ -30,7 +30,7 @@ Classes should be organized with the reader in mind rather than the writer. Sin Any source file (.h, .cpp, .xaml, etc.) provided by Epic for distribution must contain a copyright notice as the first line in the file. The format of the notice must exactly match that shown below: - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. If this line is missing or not formatted properly, CIS will generate an error and fail. diff --git a/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.JPN.udn b/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.JPN.udn index e7616ffccc84..bffec6892e30 100644 --- a/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.JPN.udn +++ b/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.JPN.udn @@ -30,7 +30,7 @@ Epic は基本的なコーディング基準や規則をいくつか使用して Epic が配布目的で提供するソースファイル (.h、 .cpp、 .xaml、等) すべては、ファイルの最初の行に必ず著作権表示がされてなくてはいけません。表示フォーマットは下記の例と必ず一致させてください。 - // Copyright 1998-2015 Epic Games, Inc.All rights reserved. + // Copyright 1998-2016 Epic Games, Inc.All rights reserved. この行の表示がない場合やフォーマットに誤りがある場合、CIS がエラーとなり失敗となります。 diff --git a/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.KOR.udn b/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.KOR.udn index 18a0bd8e9528..e986d7c417de 100644 --- a/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.KOR.udn +++ b/Engine/Documentation/Source/Programming/Development/CodingStandard/CodingStandard.KOR.udn @@ -29,7 +29,7 @@ Version: 4.9 에픽이 배포용으로 제공한 (`.h`, `.cpp`, `.xaml`, 등의) 소스 파일은 반드시 파일의 첫 줄에 저작권 공지를 포함시켜야 합니다. 공지의 포맷은 반드시 다음과 같아야 합니다: - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. 이 줄이 없거나 포맷이 다르게 되어 있다면, CIS 가 오류를 내고 중단시킬 것입니다. diff --git a/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.CHN.udn b/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.CHN.udn index d0e64c54b1ae..4133961dbddf 100644 --- a/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.CHN.udn +++ b/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.CHN.udn @@ -64,7 +64,7 @@ Description:使用虚幻引擎来写入C++类并编译它 [/PARAM] [PARAM:content] **FloatingActor.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -90,7 +90,7 @@ Description:使用虚幻引擎来写入C++类并编译它 }; **FloatingActor.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QuickStart.h" #include "FloatingActor.h" diff --git a/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.INT.udn b/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.INT.udn index fea8ea049cdc..4e5eac57bb5e 100644 --- a/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.INT.udn +++ b/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.INT.udn @@ -116,7 +116,7 @@ We're now ready to create objects in **Unreal Editor** based on our code. For re [/PARAM] [PARAM:content] **FloatingActor.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -142,7 +142,7 @@ We're now ready to create objects in **Unreal Editor** based on our code. For re }; **FloatingActor.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QuickStart.h" #include "FloatingActor.h" diff --git a/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.JPN.udn b/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.JPN.udn index 61132fd2bc89..3ed78b833a03 100644 --- a/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.JPN.udn +++ b/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.JPN.udn @@ -65,7 +65,7 @@ Description:アンリアル エンジンで C++ クラスを記述しコンパ [/PARAM] [PARAM:content] **FloatingActor.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -91,7 +91,7 @@ Description:アンリアル エンジンで C++ クラスを記述しコンパ }; **FloatingActor.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "QuickStart.h" #include "FloatingActor.h" diff --git a/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.KOR.udn b/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.KOR.udn index cb0f949808c3..6ed75982a68e 100644 --- a/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.KOR.udn +++ b/Engine/Documentation/Source/Programming/QuickStart/3/QuickStart_3.KOR.udn @@ -117,7 +117,7 @@ Version: 4.8 [/PARAM] [PARAM:content] **FloatingActor.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -143,7 +143,7 @@ Version: 4.8 }; **FloatingActor.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QuickStart.h" #include "FloatingActor.h" diff --git a/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.CHN.udn b/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.CHN.udn index 1d697318f52c..93eaddfc5fb5 100644 --- a/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.CHN.udn +++ b/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.CHN.udn @@ -52,7 +52,7 @@ Description:在您的关卡中创建测试对象 [/PARAM] [PARAM:content] **FloatingActor.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -78,7 +78,7 @@ Description:在您的关卡中创建测试对象 }; **FloatingActor.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QuickStart.h" #include "FloatingActor.h" diff --git a/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.INT.udn b/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.INT.udn index c2a16389c092..fcd74f7824e4 100644 --- a/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.INT.udn +++ b/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.INT.udn @@ -52,7 +52,7 @@ Version: 4.9 [/PARAM] [PARAM:content] **FloatingActor.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -78,7 +78,7 @@ Version: 4.9 }; **FloatingActor.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QuickStart.h" #include "FloatingActor.h" diff --git a/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.JPN.udn b/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.JPN.udn index b5d84fd899ef..9df350be608e 100644 --- a/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.JPN.udn +++ b/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.JPN.udn @@ -53,7 +53,7 @@ Description:テスト オブジェクトをレベルに作成する [/PARAM] [PARAM:content] **FloatingActor.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -79,7 +79,7 @@ Description:テスト オブジェクトをレベルに作成する }; **FloatingActor.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "QuickStart.h" #include "FloatingActor.h" diff --git a/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.KOR.udn b/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.KOR.udn index e93b83c86547..96c359aa80c3 100644 --- a/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.KOR.udn +++ b/Engine/Documentation/Source/Programming/QuickStart/4/QuickStart_4.KOR.udn @@ -53,7 +53,7 @@ Version: 4.8 [/PARAM] [PARAM:content] **FloatingActor.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -79,7 +79,7 @@ Version: 4.8 }; **FloatingActor.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QuickStart.h" #include "FloatingActor.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.CHN.udn index 9a72b300423f..b1c1a1a3dd92 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.CHN.udn @@ -84,7 +84,7 @@ Description:对类进行编码以变更相机视图 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -116,7 +116,7 @@ Description:对类进行编码以变更相机视图 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_AutoCamera.h" #include "CameraDirector.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.INT.udn index f2b807ef2c59..aa6c43bcc426 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.INT.udn @@ -85,7 +85,7 @@ No further code is needed. We can set up our CameraDirector in our world now. [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -117,7 +117,7 @@ No further code is needed. We can set up our CameraDirector in our world now. }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_AutoCamera.h" #include "CameraDirector.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.JPN.udn index c4043ba81a4f..502b8a910a0a 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.JPN.udn @@ -86,7 +86,7 @@ Description:カメラビューを変更するクラスのコーディング [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -118,7 +118,7 @@ Description:カメラビューを変更するクラスのコーディング }; **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_AutoCamera.h" #include "CameraDirector.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.KOR.udn index 2b838a96f39b..bd65f9d7aa26 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/2/AutoCamera_2.KOR.udn @@ -86,7 +86,7 @@ version: 4.9 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -118,7 +118,7 @@ version: 4.9 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_AutoCamera.h" #include "CameraDirector.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.CHN.udn index 4cc83139048b..ab24efe8d1c7 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.CHN.udn @@ -56,7 +56,7 @@ Description:在世界中放置相机Director并分配相机到其中 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -88,7 +88,7 @@ Description:在世界中放置相机Director并分配相机到其中 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_AutoCamera.h" #include "CameraDirector.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.INT.udn index a6d3ee4bf5c4..0aa0ea560db9 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.INT.udn @@ -57,7 +57,7 @@ We now have a system that moves the player's camera based purely on game logic. [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -89,7 +89,7 @@ We now have a system that moves the player's camera based purely on game logic. }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_AutoCamera.h" #include "CameraDirector.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.JPN.udn index bed0e1575511..993a8a4193cf 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.JPN.udn @@ -58,7 +58,7 @@ Description:Camera Director をワールドに配置してカメラを割り当 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -90,7 +90,7 @@ Description:Camera Director をワールドに配置してカメラを割り当 }; **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_AutoCamera.h" #include "CameraDirector.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.KOR.udn index 16a35edbe7bf..636571e4ac7e 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/AutoCamera/3/AutoCamera_3.KOR.udn @@ -58,7 +58,7 @@ version:4.9 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -90,7 +90,7 @@ version:4.9 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_AutoCamera.h" #include "CameraDirector.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.CHN.udn index 9f9d361426ec..920b02dee17e 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.CHN.udn @@ -100,7 +100,7 @@ Description:创建一系列组件并将它们附加于自定义pawn上。 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -129,7 +129,7 @@ Description:创建一系列组件并将它们附加于自定义pawn上。 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.INT.udn index 47a498d940bd..dde605d12022 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.INT.udn @@ -100,7 +100,7 @@ Our new Pawn now has a collection of useful Components attached to it, and is re [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -129,7 +129,7 @@ Our new Pawn now has a collection of useful Components attached to it, and is re }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.JPN.udn index 8d4d614c84f5..ff467ccb3d31 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.JPN.udn @@ -101,7 +101,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -130,7 +130,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.KOR.udn index 17fa4e856846..57f970b320c6 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/1/Components_1.KOR.udn @@ -101,7 +101,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -130,7 +130,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.CHN.udn index cb0ffce13421..26361fa55c48 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.CHN.udn @@ -72,7 +72,7 @@ Description:设置输入并构建自定义Pawn移动组件来定义Pawn如何移 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -101,7 +101,7 @@ Description:设置输入并构建自定义Pawn移动组件来定义Pawn如何移 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.INT.udn index 6fd6d085c4a9..4c2b4f80c5e4 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.INT.udn @@ -73,7 +73,7 @@ We have just defined our input configuration and created a custom Pawn Movement [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -102,7 +102,7 @@ We have just defined our input configuration and created a custom Pawn Movement }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.JPN.udn index 2e6cd040d8f3..369d36e97e3f 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.JPN.udn @@ -74,7 +74,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -103,7 +103,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.KOR.udn index e918ce92e194..4d9e10f91588 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/2/Components_2.KOR.udn @@ -74,7 +74,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -103,7 +103,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.CHN.udn index 06e3172ead48..74930ad1e205 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.CHN.udn @@ -75,7 +75,7 @@ With our **Pawn Movement Component's** behavior defined, we can now write the co [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -104,7 +104,7 @@ With our **Pawn Movement Component's** behavior defined, we can now write the co }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -181,7 +181,7 @@ With our **Pawn Movement Component's** behavior defined, we can now write the co } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -201,7 +201,7 @@ With our **Pawn Movement Component's** behavior defined, we can now write the co }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.INT.udn index 660073516c67..3a64de47ea56 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.INT.udn @@ -74,7 +74,7 @@ With our Pawn Movement Component's behavior defined, we can now write the code t [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -103,7 +103,7 @@ With our Pawn Movement Component's behavior defined, we can now write the code t }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -180,7 +180,7 @@ With our Pawn Movement Component's behavior defined, we can now write the code t } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -200,7 +200,7 @@ With our Pawn Movement Component's behavior defined, we can now write the code t }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.JPN.udn index 95d2a1918ea5..3495c02293c9 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.JPN.udn @@ -75,7 +75,7 @@ Pawn Movement Component のビヘイビアを定義したら、カスタマイ [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -104,7 +104,7 @@ Pawn Movement Component のビヘイビアを定義したら、カスタマイ }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -181,7 +181,7 @@ Pawn Movement Component のビヘイビアを定義したら、カスタマイ } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -201,7 +201,7 @@ Pawn Movement Component のビヘイビアを定義したら、カスタマイ }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.KOR.udn index 38553e653b5f..ffd6512d789e 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/3/Components_3.KOR.udn @@ -75,7 +75,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -104,7 +104,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -181,7 +181,7 @@ version:4.9 } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -201,7 +201,7 @@ version:4.9 }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.CHN.udn index 76442a240f52..1f7539a61527 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.CHN.udn @@ -112,7 +112,7 @@ Our programming work is done, and we can now place our custom **Pawn** in the wo [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -149,7 +149,7 @@ Our programming work is done, and we can now place our custom **Pawn** in the wo }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -272,7 +272,7 @@ Our programming work is done, and we can now place our custom **Pawn** in the wo } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -292,7 +292,7 @@ Our programming work is done, and we can now place our custom **Pawn** in the wo }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.INT.udn index a76b18e116dd..eb3c3e026e1c 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.INT.udn @@ -115,7 +115,7 @@ Our programming work is done, and we can now place our custom Pawn in the world [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -152,7 +152,7 @@ Our programming work is done, and we can now place our custom Pawn in the world }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -275,7 +275,7 @@ Our programming work is done, and we can now place our custom Pawn in the world } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -295,7 +295,7 @@ Our programming work is done, and we can now place our custom Pawn in the world }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.JPN.udn index 979aee80842a..3a8b71cb6417 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.JPN.udn @@ -116,7 +116,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -153,7 +153,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -276,7 +276,7 @@ version:4.9 } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -296,7 +296,7 @@ version:4.9 }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.KOR.udn index 7376fc3bb67a..4994c41dc35e 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/4/Components_4.KOR.udn @@ -116,7 +116,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -153,7 +153,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -276,7 +276,7 @@ version:4.9 } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -296,7 +296,7 @@ version:4.9 }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.CHN.udn index 42ac554bf39a..808150f0697e 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.CHN.udn @@ -49,7 +49,7 @@ Description:Testing our code by playing in the editor. [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -86,7 +86,7 @@ Description:Testing our code by playing in the editor. }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -209,7 +209,7 @@ Description:Testing our code by playing in the editor. } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -229,7 +229,7 @@ Description:Testing our code by playing in the editor. }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.INT.udn index 728fbc1ca76a..270213956b64 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.INT.udn @@ -49,7 +49,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -86,7 +86,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -209,7 +209,7 @@ version:4.9 } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -229,7 +229,7 @@ version:4.9 }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.JPN.udn index d66557e6900c..9efa9fbed701 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.JPN.udn @@ -49,7 +49,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -85,7 +85,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -207,7 +207,7 @@ version:4.9 } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -227,7 +227,7 @@ version:4.9 }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.KOR.udn index bc3a6add895a..7be52ecb0904 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/Components/5/Components_5.KOR.udn @@ -50,7 +50,7 @@ version:4.9 [/PARAM] [PARAM:content] **CollidingPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -87,7 +87,7 @@ version:4.9 }; **CollidingPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawn.h" @@ -210,7 +210,7 @@ version:4.9 } **CollidingPawnMovementComponent.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -230,7 +230,7 @@ version:4.9 }; **CollidingPawnMovementComponent.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_Components.h" #include "CollidingPawnMovementComponent.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.CHN.udn index 0819e2b9245c..a7915e9001ca 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.CHN.udn @@ -69,7 +69,7 @@ Description:创建弹簧臂和相机。 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -101,7 +101,7 @@ Description:创建弹簧臂和相机。 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.INT.udn index a5ebc2c422a2..cfd814fa94b1 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.INT.udn @@ -70,7 +70,7 @@ We now have a simple Pawn that will allow us to control our camera comfortably. [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -102,7 +102,7 @@ We now have a simple Pawn that will allow us to control our camera comfortably. }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.JPN.udn index b400453963c6..da5edd69d044 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.JPN.udn @@ -71,7 +71,7 @@ Description:スプリングアームとカメラを作成 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -103,7 +103,7 @@ Description:スプリングアームとカメラを作成 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.KOR.udn index 29e2ded9fdc5..84fc9021161b 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/1/PlayerCamera_1.KOR.udn @@ -71,7 +71,7 @@ version:4.9 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -103,7 +103,7 @@ version:4.9 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.CHN.udn index a40fe104e889..08c9e537763e 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.CHN.udn @@ -58,7 +58,7 @@ Description:配置可应用于pawn和相机的输入。 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -90,7 +90,7 @@ Description:配置可应用于pawn和相机的输入。 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.INT.udn index 91833481c610..be56711c9fae 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.INT.udn @@ -59,7 +59,7 @@ Now that we have defined our input, we need to write some code to react to it. W [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -91,7 +91,7 @@ Now that we have defined our input, we need to write some code to react to it. W }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.JPN.udn index eb3642247e8e..6d57b5cc7db3 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.JPN.udn @@ -60,7 +60,7 @@ Description:ポーンとカメラに適用する入力を設定 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -92,7 +92,7 @@ Description:ポーンとカメラに適用する入力を設定 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.KOR.udn index 153d6d926a80..091d9fd2caa3 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/2/PlayerCamera_2.KOR.udn @@ -60,7 +60,7 @@ version:4.9 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -92,7 +92,7 @@ version:4.9 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.CHN.udn index 6271b90ef047..d26df2df0bca 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.CHN.udn @@ -154,7 +154,7 @@ Description:应用代码以控制具有输入的pawn和相机。 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -200,7 +200,7 @@ Description:应用代码以控制具有输入的pawn和相机。 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.INT.udn index 2bd778922b88..337791883922 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.INT.udn @@ -158,7 +158,7 @@ version:4.9 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -204,7 +204,7 @@ version:4.9 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.JPN.udn index cb83af97b8f4..ae0af9977b45 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.JPN.udn @@ -159,7 +159,7 @@ Description:入力でポーンとカメラをコントロールするコード [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -206,7 +206,7 @@ Description:入力でポーンとカメラをコントロールするコード }; **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.KOR.udn index 2b7835de61d7..b9d309cb39d5 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerCamera/3/PlayerCamera_3.KOR.udn @@ -159,7 +159,7 @@ version:4.9 [/PARAM] [PARAM:content] **PawnWithCamera.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -205,7 +205,7 @@ version:4.9 }; **PawnWithCamera.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerCamera.h" #include "PawnWithCamera.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.CHN.udn index 656a32521afa..8210b8db2815 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.CHN.udn @@ -71,7 +71,7 @@ Description:对Pawns的介绍 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -101,7 +101,7 @@ Description:对Pawns的介绍 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.INT.udn index f69e7e340658..c536b968d734 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.INT.udn @@ -71,7 +71,7 @@ Now that we have a customized Pawn to react to our game's input, we'll need to d [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -101,7 +101,7 @@ Now that we have a customized Pawn to react to our game's input, we'll need to d }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.JPN.udn index e3c52ebb290b..fe00f5c4394f 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.JPN.udn @@ -72,7 +72,7 @@ Description:ポーン入門 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -102,7 +102,7 @@ Description:ポーン入門 }; **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.KOR.udn index 3e0e4cf93e05..17345ecb64e2 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/1/PlayerInput_1.KOR.udn @@ -72,7 +72,7 @@ version:4.9 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -102,7 +102,7 @@ version:4.9 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.CHN.udn index b5026743090f..ee5967e07461 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.CHN.udn @@ -72,7 +72,7 @@ Description:在虚幻引擎中配置输入 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -102,7 +102,7 @@ Description:在虚幻引擎中配置输入 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.INT.udn index 8d0d1f9ccb90..944390e2004e 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.INT.udn @@ -74,7 +74,7 @@ We're now ready to finish coding our MyPawn class in **Visual Studio**. [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -104,7 +104,7 @@ We're now ready to finish coding our MyPawn class in **Visual Studio**. }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.JPN.udn index ecb2bf58e604..8010a1e1abfb 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.JPN.udn @@ -74,7 +74,7 @@ Description:アンリアルエンジンの入力値を設定 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -104,7 +104,7 @@ Description:アンリアルエンジンの入力値を設定 }; **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.KOR.udn index b51a72e0efd7..65f92a829bc3 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/2/PlayerInput_2.KOR.udn @@ -75,7 +75,7 @@ version:4.9 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -105,7 +105,7 @@ version:4.9 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.CHN.udn index 00d1a702ad4b..9d8c26fce072 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.CHN.udn @@ -116,7 +116,7 @@ Description:绑定输入到C++代码 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -156,7 +156,7 @@ Description:绑定输入到C++代码 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.INT.udn index eaa8be486aae..1c126d1a7f98 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.INT.udn @@ -117,7 +117,7 @@ version:4.9 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -157,7 +157,7 @@ version:4.9 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.JPN.udn index 2e8df441221f..75e76f290e29 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.JPN.udn @@ -118,7 +118,7 @@ Description:入力と C++ コードのバインド [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -158,7 +158,7 @@ Description:入力と C++ コードのバインド }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.KOR.udn index f00abc037ff6..282255c54139 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/PlayerInput/3/PlayerInput_3.KOR.udn @@ -118,7 +118,7 @@ version:4.9 [/PARAM] [PARAM:content] **MyPawn.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -158,7 +158,7 @@ version:4.9 }; **MyPawn.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_PlayerInput.h" #include "MyPawn.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.CHN.udn index f893305fc04f..8548e1e300b1 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.CHN.udn @@ -62,7 +62,7 @@ Description:修改项目以包含用来编译菜单所需的模块。 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.INT.udn index 1877d5c13a1a..1823a693fedf 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.INT.udn @@ -63,7 +63,7 @@ With UMG set up, we can add code to our project's custom **Game Mode** to create [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.JPN.udn index b47cd9a80c62..c84dc4b46bdc 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.JPN.udn @@ -64,7 +64,7 @@ UMG を設定したら、ゲームのメニューを作成および表示する [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.KOR.udn index 10f00df78de0..a5a820c083c1 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/1/UMG_1.KOR.udn @@ -64,7 +64,7 @@ version:4.9 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.CHN.udn index d3b2bd66e937..9be497f92aa3 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.CHN.udn @@ -90,7 +90,7 @@ Description:扩展项目的游戏模式以从屏幕中添加和移除菜单。 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -118,7 +118,7 @@ Description:扩展项目的游戏模式以从屏幕中添加和移除菜单。 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -153,7 +153,7 @@ Description:扩展项目的游戏模式以从屏幕中添加和移除菜单。 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.INT.udn index 260ef59db817..ce2b40660182 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.INT.udn @@ -91,7 +91,7 @@ We have built the code framework to create and display menus, and remove them wh [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -119,7 +119,7 @@ We have built the code framework to create and display menus, and remove them wh } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -154,7 +154,7 @@ We have built the code framework to create and display menus, and remove them wh }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.JPN.udn index 652aec6f9cf5..e041ced2ba66 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.JPN.udn @@ -92,7 +92,7 @@ Description:スクリーンにメニューを追加および削除できるよ [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. using UnrealBuildTool; @@ -120,7 +120,7 @@ Description:スクリーンにメニューを追加および削除できるよ } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -155,7 +155,7 @@ Description:スクリーンにメニューを追加および削除できるよ }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.KOR.udn index 5c4575f2b52c..61f2cc352099 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/2/UMG_2.KOR.udn @@ -92,7 +92,7 @@ version:4.9 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -120,7 +120,7 @@ version:4.9 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -155,7 +155,7 @@ version:4.9 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.CHN.udn index 6d8c8ddfb50b..349f94fecc94 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.CHN.udn @@ -83,7 +83,7 @@ Description:创建菜单蓝图以将其作为菜单屏幕显示内容来使用 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -111,7 +111,7 @@ Description:创建菜单蓝图以将其作为菜单屏幕显示内容来使用 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -146,7 +146,7 @@ Description:创建菜单蓝图以将其作为菜单屏幕显示内容来使用 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.INT.udn index 7d16d2b955e9..f6580c6be389 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.INT.udn @@ -87,7 +87,7 @@ With our main menu built, we can set up a GameMode asset that will load it as so [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -115,7 +115,7 @@ With our main menu built, we can set up a GameMode asset that will load it as so } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -150,7 +150,7 @@ With our main menu built, we can set up a GameMode asset that will load it as so }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.JPN.udn index fdabf8bc10e3..44dbf45dd472 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.JPN.udn @@ -88,7 +88,7 @@ Description:メニュースクリーンとして使用する Widget ブループ [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. using UnrealBuildTool; @@ -116,7 +116,7 @@ Description:メニュースクリーンとして使用する Widget ブループ } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -151,7 +151,7 @@ Description:メニュースクリーンとして使用する Widget ブループ }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.KOR.udn index b35292abd3ba..bc8cb68268d3 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/3/UMG_3.KOR.udn @@ -88,7 +88,7 @@ version:4.9 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -116,7 +116,7 @@ version:4.9 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -151,7 +151,7 @@ version:4.9 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.CHN.udn index ea65f6929cf8..700d319cf701 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.CHN.udn @@ -82,7 +82,7 @@ Description:设置游戏模式以使用主菜单控件。 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -110,7 +110,7 @@ Description:设置游戏模式以使用主菜单控件。 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -145,7 +145,7 @@ Description:设置游戏模式以使用主菜单控件。 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.INT.udn index 1eb12db0462d..f6a317617e1c 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.INT.udn @@ -83,7 +83,7 @@ Our custom GameMode asset is now in effect on our level, configured to load our [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -111,7 +111,7 @@ Our custom GameMode asset is now in effect on our level, configured to load our } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -146,7 +146,7 @@ Our custom GameMode asset is now in effect on our level, configured to load our }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.JPN.udn index 15b2495c6f2b..9767884571f1 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.JPN.udn @@ -84,7 +84,7 @@ Description:Main Menu Widget を使用するためのゲームモードを設定 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. using UnrealBuildTool; @@ -112,7 +112,7 @@ Description:Main Menu Widget を使用するためのゲームモードを設定 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -147,7 +147,7 @@ Description:Main Menu Widget を使用するためのゲームモードを設定 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.KOR.udn index c37b9bcc9207..7864ba83035f 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/4/UMG_4.KOR.udn @@ -84,7 +84,7 @@ version:4.9 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -112,7 +112,7 @@ version:4.9 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -147,7 +147,7 @@ version:4.9 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.CHN.udn index 5275cf4c4341..079a21d5a491 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.CHN.udn @@ -78,7 +78,7 @@ version:4.9 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -106,7 +106,7 @@ version:4.9 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -141,7 +141,7 @@ version:4.9 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.INT.udn index 44736a975541..2c033884c933 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.INT.udn @@ -83,7 +83,7 @@ version:4.9 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -111,7 +111,7 @@ version:4.9 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -146,7 +146,7 @@ version:4.9 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.JPN.udn index a0b5d5967afa..da66c6dab21d 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.JPN.udn @@ -85,7 +85,7 @@ Description:新しい機能を搭載したセカンド メニューの構築 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. using UnrealBuildTool; @@ -113,7 +113,7 @@ Description:新しい機能を搭載したセカンド メニューの構築 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #pragma once @@ -148,7 +148,7 @@ Description:新しい機能を搭載したセカンド メニューの構築 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc.All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc.All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.KOR.udn index 57eba88ff409..f69717ae51ce 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/UMG/5/UMG_5.KOR.udn @@ -84,7 +84,7 @@ version:4.9 [/PARAM] [PARAM:content] **HowTo_UMG.Build.cs** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; @@ -112,7 +112,7 @@ version:4.9 } **HowTo_UMGGameMode.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -147,7 +147,7 @@ version:4.9 }; **HowTo_UMGGameMode.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_UMG.h" #include "HowTo_UMGGameMode.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.CHN.udn index dbc8a41bff7d..a29e1c3c5960 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.CHN.udn @@ -116,7 +116,7 @@ At this point, we've already created a simple class that uses a timer. Non-progr [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -154,7 +154,7 @@ At this point, we've already created a simple class that uses a timer. Non-progr **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.INT.udn index 8b5f52a1af3e..bc1a90a3dd56 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.INT.udn @@ -116,7 +116,7 @@ At this point, we've already created a simple class that uses a timer. Non-progr [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -154,7 +154,7 @@ At this point, we've already created a simple class that uses a timer. Non-progr **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.JPN.udn index ef4de57955f4..64e718c41243 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.JPN.udn @@ -117,7 +117,7 @@ version:4.9 [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -155,7 +155,7 @@ version:4.9 **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.KOR.udn index 976056af8ad1..68c510f77d0f 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/1/VariablesTimersEvents_1.KOR.udn @@ -117,7 +117,7 @@ version:4.9 [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -155,7 +155,7 @@ version:4.9 **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.CHN.udn index 8724d901a016..53a561c08faf 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.CHN.udn @@ -96,7 +96,7 @@ We have now made a variable and a function accessible to, and alterable by, non- [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -137,7 +137,7 @@ We have now made a variable and a function accessible to, and alterable by, non- **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.INT.udn index 634fbb648e6c..b12c25b71ead 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.INT.udn @@ -95,7 +95,7 @@ We have now made a variable and a function accessible to, and alterable by, non- [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -136,7 +136,7 @@ We have now made a variable and a function accessible to, and alterable by, non- **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.JPN.udn index dcd9dc0b7d69..2a708a0ef471 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.JPN.udn @@ -95,7 +95,7 @@ C++ コードに独自の値と機能を記述しながら、プログラマー [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -135,7 +135,7 @@ C++ コードに独自の値と機能を記述しながら、プログラマー **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.KOR.udn index 06532b37d6a4..e32d651d1c76 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/2/VariablesTimersEvents_2.KOR.udn @@ -96,7 +96,7 @@ version:4.9 [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -137,7 +137,7 @@ version:4.9 **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.CHN.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.CHN.udn index d7c44122b567..44a545280dd6 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.CHN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.CHN.udn @@ -91,7 +91,7 @@ Description:Using Blueprints to supplement or replace C++ functionality. [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -132,7 +132,7 @@ Description:Using Blueprints to supplement or replace C++ functionality. **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.INT.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.INT.udn index d2012afe0117..89005e3eaa38 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.INT.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.INT.udn @@ -92,7 +92,7 @@ version:4.9 [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -133,7 +133,7 @@ version:4.9 **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.JPN.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.JPN.udn index f4c024e6ad8b..eff0f927b265 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.JPN.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.JPN.udn @@ -93,7 +93,7 @@ version:4.9 [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -134,7 +134,7 @@ version:4.9 **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.KOR.udn b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.KOR.udn index 6aca1a45f2d7..40ee35b0d453 100644 --- a/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.KOR.udn +++ b/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/3/VariablesTimersEvents_3.KOR.udn @@ -93,7 +93,7 @@ version:4.9 [/PARAM] [PARAM:content] **Countdown.h** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once @@ -134,7 +134,7 @@ version:4.9 **Countdown.cpp** - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HowTo_VTE.h" #include "Countdown.h" diff --git a/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.CHN.udn b/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.CHN.udn index 9d9591ec7583..bc22faa10d23 100644 --- a/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.CHN.udn +++ b/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.CHN.udn @@ -61,7 +61,7 @@ The constructor sets the name of the application and the type of target to gener Here is the ShaderCompileWorker.Target.cs file as a complete example: - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.INT.udn b/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.INT.udn index 9d8dbe96b998..c10bf506cde2 100644 --- a/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.INT.udn +++ b/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.INT.udn @@ -60,7 +60,7 @@ The current games do not contain this function, as the UEBuildGame class takes c Here is the ShaderCompileWorker.Target.cs file as a complete example: - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.JPN.udn b/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.JPN.udn index 3c077aed4cd1..7f85c7a22c1f 100644 --- a/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.JPN.udn +++ b/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.JPN.udn @@ -61,7 +61,7 @@ public ExampleGameTarget(TargetInfo Target) 以下は「ShaderCompileWorker.Target.cs」ファイルの完全実例です。 - // Copyright 1998-2015 Epic Games, Inc.All rights reserved. + // Copyright 1998-2016 Epic Games, Inc.All rights reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.KOR.udn b/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.KOR.udn index ff54f565195d..72d953d21345 100644 --- a/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.KOR.udn +++ b/Engine/Documentation/Source/Programming/UnrealBuildSystem/TargetFiles/TargetFiles.KOR.udn @@ -61,7 +61,7 @@ UnrealBuildTool 은 Rules DLL 에서 빌드 타겟을 요청할 때, `[APPNAME]` 완성 예제로 ShaderCompileWorker.Target.cs 파일을 들어보겠습니다: - // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Extras/LLDBDataFormatters/UE4DataFormatters.py b/Engine/Extras/LLDBDataFormatters/UE4DataFormatters.py index d908eaaab704..9cdbeaa8f204 100644 --- a/Engine/Extras/LLDBDataFormatters/UE4DataFormatters.py +++ b/Engine/Extras/LLDBDataFormatters/UE4DataFormatters.py @@ -1,4 +1,4 @@ -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. # /*============================================================================= # LLDB Data Formatters for Unreal Types diff --git a/Engine/Extras/Maya_AnimationRiggingTools/ArtToolsOSX/MayaTools/General/Scripts/customMayaMenu.py b/Engine/Extras/Maya_AnimationRiggingTools/ArtToolsOSX/MayaTools/General/Scripts/customMayaMenu.py index 420430c36caa..31e9cd74e096 100644 --- a/Engine/Extras/Maya_AnimationRiggingTools/ArtToolsOSX/MayaTools/General/Scripts/customMayaMenu.py +++ b/Engine/Extras/Maya_AnimationRiggingTools/ArtToolsOSX/MayaTools/General/Scripts/customMayaMenu.py @@ -1 +1 @@ -import traceback import maya.cmds as cmds import maya.mel as mel import os, cPickle import glob from functools import partial def customMayaMenu(): gMainWindow = mel.eval('$temp1=$gMainWindow') menus = cmds.window(gMainWindow, q = True, menuArray = True) found = False for menu in menus: label = cmds.menu(menu, q = True, label = True) if label == "Epic Games": found = True if found == False: customMenu = cmds.menu(parent=gMainWindow, label = 'Epic Games') #tools path toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() #ART cmds.menuItem(parent = customMenu, label = "Animation Rigging Toolset", bld = True, enable = False) cmds.menuItem(parent = customMenu, divider = True) cmds.menuItem(parent = customMenu, label = "Character Rig Creator", c = launchSkeletonBuilder) cmds.menuItem(parent = customMenu, label = "Edit Existing Character", c = editCharacter) cmds.menuItem(parent = customMenu, label = "Add Character For Animation", c = launchAddCharacter) cmds.menuItem(parent = customMenu, label = "Animation Interface", c = launchAnimUI) cmds.menuItem(parent = customMenu, label = "Settings", c = launchARTSettings) artHelp = cmds.menuItem(parent = customMenu, label = "Help", subMenu=True) cmds.menuItem(parent = artHelp, label = "Learning Videos", c = launchLearningVideos) cmds.menuItem(parent = artHelp, label = "Help Documentation", c = launchRigHelp) cmds.menuItem(parent = artHelp, label = "About", c = aboutARTTools) cmds.menuItem(parent = customMenu, divider = True) cmds.menuItem(parent = customMenu, label = "Misc. Tools", bld = True, enable = False) cmds.menuItem(parent = customMenu, divider = True) #PERFORCE p4Menu = cmds.menuItem(parent = customMenu, label = "Perforce", subMenu=True, to = True) cmds.menuItem("perforceSubmitMenuItem", parent = p4Menu, label = "Submit Current File", enable = False, c = p4Submit) cmds.menuItem("perforceAddAndSubmitMenuItem", parent = p4Menu, label = "Add and Submit Current File", enable = False, c = p4AddSubmit) cmds.menuItem("perforceCheckOutMenuItem", parent = p4Menu, label = "Check Out Current File", enable = False, c = p4CheckOut) cmds.menuItem("perforceFileHistoryMenuItem", parent = p4Menu, label = "Current File History", enable = False, c = p4GetHistory) cmds.menuItem("perforceGetLatestMenuItem", parent = p4Menu, label = "Get Latest Revision of Current File", enable = False, c = p4GetLatest) cmds.menuItem("perforceProjectList", parent = p4Menu, label = "Set Project", enable = False, subMenu = True) cmds.menuItem("perforceProject_New", parent = "perforceProjectList", label = "New Project", c = createNewProj) cmds.radioMenuItemCollection("perforceProjectRadioMenuCollection", parent = "perforceProjectList") cmds.menuItem(parent = customMenu, divider = True) #check settings to see if use source control is turned on toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() settingsLocation = os.path.join(mayaToolsDir, "General", "Scripts", "projectSettings.txt") if os.path.exists(settingsLocation): f = open(settingsLocation, 'r') settings = cPickle.load(f) f.close() #find use source control value sourceControl = settings.get("UseSourceControl") if sourceControl: cmds.menuItem("perforceSubmitMenuItem", edit = True, enable = True) cmds.menuItem("perforceAddAndSubmitMenuItem", edit = True, enable = True) cmds.menuItem("perforceCheckOutMenuItem", edit = True, enable = True) cmds.menuItem("perforceFileHistoryMenuItem", edit = True, enable = True) cmds.menuItem("perforceGetLatestMenuItem", edit = True, enable = True) cmds.menuItem("perforceProjectList", edit = True, enable = True) #launch script job for checking Maya Tools cmds.scriptJob(event = ["NewSceneOpened", autoUpdateTools]) ############################################################################################# ############################################################################################# ############################################################################################# def p4ProjectMenu(*args): #clear any projects that are in the collection first items = cmds.lsUI(menuItems = True) for i in items: data = cmds.menuItem(i, q = True, docTag = True) if data == "P4Proj": cmds.deleteUI(i) #find projects toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() projects = os.listdir(os.path.join(mayaToolsDir, "General", "Scripts")) p4Projects = [] #Test_Project_Settings for proj in projects: if proj.rpartition(".")[2] == "txt": if proj.partition("_")[2].partition("_")[0] == "Project": p4Projects.append(proj) #set the current project try: f = open(os.path.join(mayaToolsDir, "General", "Scripts", "projectSettings.txt", 'r')) settings = cPickle.load(f) f.close() currentProj = settings.get("CurrentProject") except: pass #add the projects to the menu for proj in p4Projects: projectName = proj.partition("_")[0] if projectName == currentProj: val = True else: val = False menuItem = cmds.menuItem(label = projectName, parent = "perforceProjectList", cl = "perforceProjectRadioMenuCollection", rb = val, docTag = "P4Proj", c = partial(setProj, projectName)) cmds.menuItem(parent = "perforceProjectList", optionBox = True, c = partial(editProj, projectName)) ############################################################################################# ############################################################################################# ############################################################################################# def setProj(projectName, *args): import perforceUtils reload(perforceUtils) perforceUtils.setCurrentProject(projectName) ############################################################################################# ############################################################################################# ############################################################################################# def editProj(projectName, *args): import perforceUtils reload(perforceUtils) perforceUtils.editProject(projectName) ############################################################################################# ############################################################################################# ############################################################################################# def createNewProj(*args): import perforceUtils reload(perforceUtils) perforceUtils.createNewProject() ############################################################################################# ############################################################################################# ############################################################################################# def autoUpdateTools(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_checkForUpdates() ############################################################################################# ############################################################################################# ############################################################################################# def launchARTSettings(*args): import ART_Settings reload(ART_Settings) ART_Settings.ART_Settings() ############################################################################################# ############################################################################################# ############################################################################################# def aboutARTTools(*args): cmds.confirmDialog(title = "About", message = "(c) Epic Games, Inc. 2013\nCreated by: Jeremy Ernst\njeremy.ernst@epicgames.com\nVisit www.epicgames.com\n\nOS X Port by Alex Widener\nalexwidener.com\nalexwidener@gmail.com", icon = "information") ############################################################################################# ############################################################################################# ############################################################################################# def editCharacter(*args): if cmds.window("artEditCharacterUI", exists = True): cmds.deleteUI("artEditCharacterUI") window = cmds.window("artEditCharacterUI", w = 300, h = 400, title = "Edit Character", mxb = False, mnb = False, sizeable = False) mainLayout = cmds.columnLayout(w = 300, h = 400, rs = 5, co = ["both", 5]) #banner image toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() cmds.image(w = 300, h = 50, image = os.path.join(mayaToolsDir, "General", "Icons", "ART", "artBanner300px.bmp"), parent = mainLayout) cmds.text(label = "", h = 1, parent = mainLayout) optionMenu = cmds.optionMenu("artProjOptionMenu", label = "Project:", w =290, h = 40, cc = getProjCharacters, parent = mainLayout) textScrollList = cmds.textScrollList("artProjCharacterList", w = 290, h = 300, parent = mainLayout) button = cmds.button(w = 290, h = 40, label = "Edit Export File", c = editSelectedCharacter, ann = "Edit the character's skeleton settings, joint positions, or skin weights.", parent = mainLayout) button2 = cmds.button(w = 290, h = 40, label = "Edit Rig File", c = editSelectedCharacterRig, ann = "Edit the character's control rig that will be referenced in by animation.", parent = mainLayout) cmds.text(label = "", h = 1) cmds.showWindow(window) getProjects() getProjCharacters() ############################################################################################# ############################################################################################# ############################################################################################# def getProjects(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() projects = os.listdir(os.path.join(mayaToolsDir, "General", "ART", "Projects")) for project in projects: cmds.menuItem(label = project, parent = "artProjOptionMenu") ############################################################################################# ############################################################################################# ############################################################################################# def getProjCharacters(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() proj = cmds.optionMenu("artProjOptionMenu", q = True, value = True) cmds.textScrollList("artProjCharacterList", edit = True, removeAll = True) #characters = glob.glob(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "ExportFiles"), "*") # Maya has a bug up it's ass about the .DS_Store file, and it will not at all ignore it. I give up. if proj != os.path.join(mayaToolsDir, "General", "ART", "Projects", ".DS_Store", "ExportFiles"): characters = os.listdir(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "ExportFiles")) else: pass for character in characters: if os.path.isfile(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "ExportFiles", character)): if character.rpartition(".")[2] == "mb": niceName = character.rpartition(".")[0] niceName = niceName.partition("_Export")[0] cmds.textScrollList("artProjCharacterList", edit = True, append = niceName) ############################################################################################# ############################################################################################# ############################################################################################# def editSelectedCharacter(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() proj = cmds.optionMenu("artProjOptionMenu", q = True, value = True) character = cmds.textScrollList("artProjCharacterList", q = True, si = True)[0] cmds.file(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "ExportFiles", character + "_Export.mb"), open = True, force = True) cmds.deleteUI("artEditCharacterUI") launchSkeletonBuilder() ############################################################################################# ############################################################################################# ############################################################################################# def editSelectedCharacterRig(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() proj = cmds.optionMenu("artProjOptionMenu", q = True, value = True) character = cmds.textScrollList("artProjCharacterList", q = True, si = True)[0] cmds.file(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "AnimRigs", character + ".mb"), open = True, force = True) cmds.deleteUI("artEditCharacterUI") launchSkeletonBuilder() ############################################################################################# ############################################################################################# ############################################################################################# def changeMayaToolsLoc(*args): path = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(path): os.remove(path) cmds.confirmDialog(title = "Change Location", message = "Once you have chosen your new tools location, it is recommended that you restart Maya.", button = "OK") cmds.file(new = True, force = True) ############################################################################################# ############################################################################################# ############################################################################################# def launchSkeletonBuilder(*args): import ART_skeletonBuilder_UI reload(ART_skeletonBuilder_UI) UI = ART_skeletonBuilder_UI.SkeletonBuilder_UI() ############################################################################################# ############################################################################################# ############################################################################################# def launchAddCharacter(*args): import ART_addCharacter_UI reload(ART_addCharacter_UI) UI = ART_addCharacter_UI.AddCharacter_UI() ############################################################################################# ############################################################################################# ############################################################################################# def launchAnimUI(*args): import ART_animationUI reload(ART_animationUI) UI = ART_animationUI.AnimationUI() ############################################################################################# ############################################################################################# ############################################################################################# def launchEpic(*args): cmds.launch(web="http://www.epicgames.com") ############################################################################################# ############################################################################################# ############################################################################################# def launchUnreal(*args): cmds.launch(web="http://www.unrealengine.com") ############################################################################################# ############################################################################################# ############################################################################################# def launchAnimHelp(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() if os.path.exists(mayaToolsDir + "General", "ART", "Help", "ART_AnimHelp.pdf"): cmds.launch(pdfFile = os.path.join(mayaToolsDir, "General", "ART", "Help", "ART_AnimHelp.pdf")) ############################################################################################# ############################################################################################# ############################################################################################# def launchRigHelp(self, *args): cmds.launch(web = "https://docs.unrealengine.com/latest/INT/Engine/Content/Tools/MayaRiggingTool/index.html") ############################################################################################# ############################################################################################# ############################################################################################# def launchLearningVideos(self, *args): import ART_Help reload(ART_Help) ART_Help.ART_LearningVideos() ############################################################################################# ############################################################################################# ############################################################################################# def setupScene(*args): cmds.currentUnit(time = 'ntsc') cmds.playbackOptions(min = 0, max = 100, animationStartTime = 0, animationEndTime = 100) cmds.currentTime(0) #check for skeleton builder or animation UIs if cmds.dockControl("skeletonBuilder_dock", exists = True): print "Custom Maya Menu: SetupScene" channelBox = cmds.formLayout("SkelBuilder_channelBoxFormLayout", q = True, childArray = True) if channelBox != None: channelBox = channelBox[0] #reparent the channelBox Layout back to maya's window cmds.control(channelBox, e = True, p = "MainChannelsLayersLayout") channelBoxLayout = mel.eval('$temp1=$gChannelsLayersForm') channelBoxForm = mel.eval('$temp1 = $gChannelButtonForm') #edit the channel box pane's attachment to the formLayout cmds.formLayout(channelBoxLayout, edit = True, af = [(channelBox, "left", 0),(channelBox, "right", 0), (channelBox, "bottom", 0)], attachControl = (channelBox, "top", 0, channelBoxForm)) #print "deleting dock and window and shit" cmds.deleteUI("skeletonBuilder_dock") if cmds.window("SkelBuilder_window", exists = True): cmds.deleteUI("SkelBuilder_window") if cmds.dockControl("artAnimUIDock", exists = True): channelBox = cmds.formLayout("ART_cbFormLayout", q = True, childArray = True) if channelBox != None: channelBox = channelBox[0] #reparent the channelBox Layout back to maya's window cmds.control(channelBox, e = True, p = "MainChannelsLayersLayout") channelBoxLayout = mel.eval('$temp1=$gChannelsLayersForm') channelBoxForm = mel.eval('$temp1 = $gChannelButtonForm') #edit the channel box pane's attachment to the formLayout cmds.formLayout(channelBoxLayout, edit = True, af = [(channelBox, "left", 0),(channelBox, "right", 0), (channelBox, "bottom", 0)], attachControl = (channelBox, "top", 0, channelBoxForm)) #print "deleting dock and window and shit" cmds.deleteUI("artAnimUIDock") if cmds.window("artAnimUI", exists = True): cmds.deleteUI("artAnimUI") ############################################################################################# ############################################################################################# ############################################################################################# def autoOpenAnimUI(): if cmds.objExists("*:master_anim_space_switcher_follow"): launchAnimUI() ############################################################################################# ############################################################################################# ############################################################################################# def p4GetLatest(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_getLatestRevision(None) ############################################################################################# ############################################################################################# ############################################################################################# def p4CheckOut(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_checkOutCurrentFile(None) ############################################################################################# ############################################################################################# ############################################################################################# def p4GetHistory(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_getRevisionHistory() ############################################################################################# ############################################################################################# ############################################################################################# def p4Submit(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_submitCurrentFile(None, None) ############################################################################################# ############################################################################################# ############################################################################################# def p4AddSubmit(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_addAndSubmitCurrentFile(None, None) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #LAUNCH SCRIPT JOBS scriptJobNum2 = cmds.scriptJob(event = ["PostSceneRead", autoOpenAnimUI]) scriptJobNum = cmds.scriptJob(event = ["NewSceneOpened", setupScene]) p4ScriptJob = cmds.scriptJob(event = ["NewSceneOpened", p4ProjectMenu]) \ No newline at end of file +import traceback import maya.cmds as cmds import maya.mel as mel import os, cPickle import glob from functools import partial def customMayaMenu(): gMainWindow = mel.eval('$temp1=$gMainWindow') menus = cmds.window(gMainWindow, q = True, menuArray = True) found = False for menu in menus: label = cmds.menu(menu, q = True, label = True) if label == "Epic Games": found = True if found == False: customMenu = cmds.menu(parent=gMainWindow, label = 'Epic Games') #tools path toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() #ART cmds.menuItem(parent = customMenu, label = "Animation Rigging Toolset", bld = True, enable = False) cmds.menuItem(parent = customMenu, divider = True) cmds.menuItem(parent = customMenu, label = "Character Rig Creator", c = launchSkeletonBuilder) cmds.menuItem(parent = customMenu, label = "Edit Existing Character", c = editCharacter) cmds.menuItem(parent = customMenu, label = "Add Character For Animation", c = launchAddCharacter) cmds.menuItem(parent = customMenu, label = "Animation Interface", c = launchAnimUI) cmds.menuItem(parent = customMenu, label = "Settings", c = launchARTSettings) artHelp = cmds.menuItem(parent = customMenu, label = "Help", subMenu=True) cmds.menuItem(parent = artHelp, label = "Learning Videos", c = launchLearningVideos) cmds.menuItem(parent = artHelp, label = "Help Documentation", c = launchRigHelp) cmds.menuItem(parent = artHelp, label = "About", c = aboutARTTools) cmds.menuItem(parent = customMenu, divider = True) cmds.menuItem(parent = customMenu, label = "Misc. Tools", bld = True, enable = False) cmds.menuItem(parent = customMenu, divider = True) #PERFORCE p4Menu = cmds.menuItem(parent = customMenu, label = "Perforce", subMenu=True, to = True) cmds.menuItem("perforceSubmitMenuItem", parent = p4Menu, label = "Submit Current File", enable = False, c = p4Submit) cmds.menuItem("perforceAddAndSubmitMenuItem", parent = p4Menu, label = "Add and Submit Current File", enable = False, c = p4AddSubmit) cmds.menuItem("perforceCheckOutMenuItem", parent = p4Menu, label = "Check Out Current File", enable = False, c = p4CheckOut) cmds.menuItem("perforceFileHistoryMenuItem", parent = p4Menu, label = "Current File History", enable = False, c = p4GetHistory) cmds.menuItem("perforceGetLatestMenuItem", parent = p4Menu, label = "Get Latest Revision of Current File", enable = False, c = p4GetLatest) cmds.menuItem("perforceProjectList", parent = p4Menu, label = "Set Project", enable = False, subMenu = True) cmds.menuItem("perforceProject_New", parent = "perforceProjectList", label = "New Project", c = createNewProj) cmds.radioMenuItemCollection("perforceProjectRadioMenuCollection", parent = "perforceProjectList") cmds.menuItem(parent = customMenu, divider = True) #check settings to see if use source control is turned on toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() settingsLocation = os.path.join(mayaToolsDir, "General", "Scripts", "projectSettings.txt") if os.path.exists(settingsLocation): f = open(settingsLocation, 'r') settings = cPickle.load(f) f.close() #find use source control value sourceControl = settings.get("UseSourceControl") if sourceControl: cmds.menuItem("perforceSubmitMenuItem", edit = True, enable = True) cmds.menuItem("perforceAddAndSubmitMenuItem", edit = True, enable = True) cmds.menuItem("perforceCheckOutMenuItem", edit = True, enable = True) cmds.menuItem("perforceFileHistoryMenuItem", edit = True, enable = True) cmds.menuItem("perforceGetLatestMenuItem", edit = True, enable = True) cmds.menuItem("perforceProjectList", edit = True, enable = True) #launch script job for checking Maya Tools cmds.scriptJob(event = ["NewSceneOpened", autoUpdateTools]) ############################################################################################# ############################################################################################# ############################################################################################# def p4ProjectMenu(*args): #clear any projects that are in the collection first items = cmds.lsUI(menuItems = True) for i in items: data = cmds.menuItem(i, q = True, docTag = True) if data == "P4Proj": cmds.deleteUI(i) #find projects toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() projects = os.listdir(os.path.join(mayaToolsDir, "General", "Scripts")) p4Projects = [] #Test_Project_Settings for proj in projects: if proj.rpartition(".")[2] == "txt": if proj.partition("_")[2].partition("_")[0] == "Project": p4Projects.append(proj) #set the current project try: f = open(os.path.join(mayaToolsDir, "General", "Scripts", "projectSettings.txt", 'r')) settings = cPickle.load(f) f.close() currentProj = settings.get("CurrentProject") except: pass #add the projects to the menu for proj in p4Projects: projectName = proj.partition("_")[0] if projectName == currentProj: val = True else: val = False menuItem = cmds.menuItem(label = projectName, parent = "perforceProjectList", cl = "perforceProjectRadioMenuCollection", rb = val, docTag = "P4Proj", c = partial(setProj, projectName)) cmds.menuItem(parent = "perforceProjectList", optionBox = True, c = partial(editProj, projectName)) ############################################################################################# ############################################################################################# ############################################################################################# def setProj(projectName, *args): import perforceUtils reload(perforceUtils) perforceUtils.setCurrentProject(projectName) ############################################################################################# ############################################################################################# ############################################################################################# def editProj(projectName, *args): import perforceUtils reload(perforceUtils) perforceUtils.editProject(projectName) ############################################################################################# ############################################################################################# ############################################################################################# def createNewProj(*args): import perforceUtils reload(perforceUtils) perforceUtils.createNewProject() ############################################################################################# ############################################################################################# ############################################################################################# def autoUpdateTools(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_checkForUpdates() ############################################################################################# ############################################################################################# ############################################################################################# def launchARTSettings(*args): import ART_Settings reload(ART_Settings) ART_Settings.ART_Settings() ############################################################################################# ############################################################################################# ############################################################################################# def aboutARTTools(*args): cmds.confirmDialog(title = "About", message = "(c) Epic Games, Inc. 2013-2016\nCreated by: Jeremy Ernst\njeremy.ernst@epicgames.com\nVisit www.epicgames.com\n\nOS X Port by Alex Widener\nalexwidener.com\nalexwidener@gmail.com", icon = "information") ############################################################################################# ############################################################################################# ############################################################################################# def editCharacter(*args): if cmds.window("artEditCharacterUI", exists = True): cmds.deleteUI("artEditCharacterUI") window = cmds.window("artEditCharacterUI", w = 300, h = 400, title = "Edit Character", mxb = False, mnb = False, sizeable = False) mainLayout = cmds.columnLayout(w = 300, h = 400, rs = 5, co = ["both", 5]) #banner image toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() cmds.image(w = 300, h = 50, image = os.path.join(mayaToolsDir, "General", "Icons", "ART", "artBanner300px.bmp"), parent = mainLayout) cmds.text(label = "", h = 1, parent = mainLayout) optionMenu = cmds.optionMenu("artProjOptionMenu", label = "Project:", w =290, h = 40, cc = getProjCharacters, parent = mainLayout) textScrollList = cmds.textScrollList("artProjCharacterList", w = 290, h = 300, parent = mainLayout) button = cmds.button(w = 290, h = 40, label = "Edit Export File", c = editSelectedCharacter, ann = "Edit the character's skeleton settings, joint positions, or skin weights.", parent = mainLayout) button2 = cmds.button(w = 290, h = 40, label = "Edit Rig File", c = editSelectedCharacterRig, ann = "Edit the character's control rig that will be referenced in by animation.", parent = mainLayout) cmds.text(label = "", h = 1) cmds.showWindow(window) getProjects() getProjCharacters() ############################################################################################# ############################################################################################# ############################################################################################# def getProjects(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() projects = os.listdir(os.path.join(mayaToolsDir, "General", "ART", "Projects")) for project in projects: cmds.menuItem(label = project, parent = "artProjOptionMenu") ############################################################################################# ############################################################################################# ############################################################################################# def getProjCharacters(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() proj = cmds.optionMenu("artProjOptionMenu", q = True, value = True) cmds.textScrollList("artProjCharacterList", edit = True, removeAll = True) #characters = glob.glob(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "ExportFiles"), "*") # Maya has a bug up it's ass about the .DS_Store file, and it will not at all ignore it. I give up. if proj != os.path.join(mayaToolsDir, "General", "ART", "Projects", ".DS_Store", "ExportFiles"): characters = os.listdir(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "ExportFiles")) else: pass for character in characters: if os.path.isfile(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "ExportFiles", character)): if character.rpartition(".")[2] == "mb": niceName = character.rpartition(".")[0] niceName = niceName.partition("_Export")[0] cmds.textScrollList("artProjCharacterList", edit = True, append = niceName) ############################################################################################# ############################################################################################# ############################################################################################# def editSelectedCharacter(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() proj = cmds.optionMenu("artProjOptionMenu", q = True, value = True) character = cmds.textScrollList("artProjCharacterList", q = True, si = True)[0] cmds.file(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "ExportFiles", character + "_Export.mb"), open = True, force = True) cmds.deleteUI("artEditCharacterUI") launchSkeletonBuilder() ############################################################################################# ############################################################################################# ############################################################################################# def editSelectedCharacterRig(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() proj = cmds.optionMenu("artProjOptionMenu", q = True, value = True) character = cmds.textScrollList("artProjCharacterList", q = True, si = True)[0] cmds.file(os.path.join(mayaToolsDir, "General", "ART", "Projects", proj, "AnimRigs", character + ".mb"), open = True, force = True) cmds.deleteUI("artEditCharacterUI") launchSkeletonBuilder() ############################################################################################# ############################################################################################# ############################################################################################# def changeMayaToolsLoc(*args): path = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(path): os.remove(path) cmds.confirmDialog(title = "Change Location", message = "Once you have chosen your new tools location, it is recommended that you restart Maya.", button = "OK") cmds.file(new = True, force = True) ############################################################################################# ############################################################################################# ############################################################################################# def launchSkeletonBuilder(*args): import ART_skeletonBuilder_UI reload(ART_skeletonBuilder_UI) UI = ART_skeletonBuilder_UI.SkeletonBuilder_UI() ############################################################################################# ############################################################################################# ############################################################################################# def launchAddCharacter(*args): import ART_addCharacter_UI reload(ART_addCharacter_UI) UI = ART_addCharacter_UI.AddCharacter_UI() ############################################################################################# ############################################################################################# ############################################################################################# def launchAnimUI(*args): import ART_animationUI reload(ART_animationUI) UI = ART_animationUI.AnimationUI() ############################################################################################# ############################################################################################# ############################################################################################# def launchEpic(*args): cmds.launch(web="http://www.epicgames.com") ############################################################################################# ############################################################################################# ############################################################################################# def launchUnreal(*args): cmds.launch(web="http://www.unrealengine.com") ############################################################################################# ############################################################################################# ############################################################################################# def launchAnimHelp(*args): toolsPath = os.path.join(cmds.internalVar(usd = True), "mayaTools.txt") if os.path.exists(toolsPath): f = open(toolsPath, 'r') mayaToolsDir = f.readline() f.close() if os.path.exists(mayaToolsDir + "General", "ART", "Help", "ART_AnimHelp.pdf"): cmds.launch(pdfFile = os.path.join(mayaToolsDir, "General", "ART", "Help", "ART_AnimHelp.pdf")) ############################################################################################# ############################################################################################# ############################################################################################# def launchRigHelp(self, *args): cmds.launch(web = "https://docs.unrealengine.com/latest/INT/Engine/Content/Tools/MayaRiggingTool/index.html") ############################################################################################# ############################################################################################# ############################################################################################# def launchLearningVideos(self, *args): import ART_Help reload(ART_Help) ART_Help.ART_LearningVideos() ############################################################################################# ############################################################################################# ############################################################################################# def setupScene(*args): cmds.currentUnit(time = 'ntsc') cmds.playbackOptions(min = 0, max = 100, animationStartTime = 0, animationEndTime = 100) cmds.currentTime(0) #check for skeleton builder or animation UIs if cmds.dockControl("skeletonBuilder_dock", exists = True): print "Custom Maya Menu: SetupScene" channelBox = cmds.formLayout("SkelBuilder_channelBoxFormLayout", q = True, childArray = True) if channelBox != None: channelBox = channelBox[0] #reparent the channelBox Layout back to maya's window cmds.control(channelBox, e = True, p = "MainChannelsLayersLayout") channelBoxLayout = mel.eval('$temp1=$gChannelsLayersForm') channelBoxForm = mel.eval('$temp1 = $gChannelButtonForm') #edit the channel box pane's attachment to the formLayout cmds.formLayout(channelBoxLayout, edit = True, af = [(channelBox, "left", 0),(channelBox, "right", 0), (channelBox, "bottom", 0)], attachControl = (channelBox, "top", 0, channelBoxForm)) #print "deleting dock and window and shit" cmds.deleteUI("skeletonBuilder_dock") if cmds.window("SkelBuilder_window", exists = True): cmds.deleteUI("SkelBuilder_window") if cmds.dockControl("artAnimUIDock", exists = True): channelBox = cmds.formLayout("ART_cbFormLayout", q = True, childArray = True) if channelBox != None: channelBox = channelBox[0] #reparent the channelBox Layout back to maya's window cmds.control(channelBox, e = True, p = "MainChannelsLayersLayout") channelBoxLayout = mel.eval('$temp1=$gChannelsLayersForm') channelBoxForm = mel.eval('$temp1 = $gChannelButtonForm') #edit the channel box pane's attachment to the formLayout cmds.formLayout(channelBoxLayout, edit = True, af = [(channelBox, "left", 0),(channelBox, "right", 0), (channelBox, "bottom", 0)], attachControl = (channelBox, "top", 0, channelBoxForm)) #print "deleting dock and window and shit" cmds.deleteUI("artAnimUIDock") if cmds.window("artAnimUI", exists = True): cmds.deleteUI("artAnimUI") ############################################################################################# ############################################################################################# ############################################################################################# def autoOpenAnimUI(): if cmds.objExists("*:master_anim_space_switcher_follow"): launchAnimUI() ############################################################################################# ############################################################################################# ############################################################################################# def p4GetLatest(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_getLatestRevision(None) ############################################################################################# ############################################################################################# ############################################################################################# def p4CheckOut(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_checkOutCurrentFile(None) ############################################################################################# ############################################################################################# ############################################################################################# def p4GetHistory(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_getRevisionHistory() ############################################################################################# ############################################################################################# ############################################################################################# def p4Submit(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_submitCurrentFile(None, None) ############################################################################################# ############################################################################################# ############################################################################################# def p4AddSubmit(*args): import perforceUtils reload(perforceUtils) perforceUtils.p4_addAndSubmitCurrentFile(None, None) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #LAUNCH SCRIPT JOBS scriptJobNum2 = cmds.scriptJob(event = ["PostSceneRead", autoOpenAnimUI]) scriptJobNum = cmds.scriptJob(event = ["NewSceneOpened", setupScene]) p4ScriptJob = cmds.scriptJob(event = ["NewSceneOpened", p4ProjectMenu]) \ No newline at end of file diff --git a/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/General/Scripts/customMayaMenu.py b/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/General/Scripts/customMayaMenu.py index 11b15bb8e751..011413cb981f 100644 --- a/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/General/Scripts/customMayaMenu.py +++ b/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/General/Scripts/customMayaMenu.py @@ -193,7 +193,7 @@ def launchARTSettings(*args): ############################################################################################# def aboutARTTools(*args): - cmds.confirmDialog(title = "About", message = "Copyright 2013-2015 Epic Games, Inc.\nCreated by: Jeremy Ernst\njeremy.ernst@epicgames.com\nVisit www.epicgames.com", icon = "information") + cmds.confirmDialog(title = "About", message = "Copyright 2013-2016 Epic Games, Inc.\nCreated by: Jeremy Ernst\njeremy.ernst@epicgames.com\nVisit www.epicgames.com", icon = "information") ############################################################################################# ############################################################################################# diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h index 5b767421b0fb..29b564406a81 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/IntMargin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperCharacter.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperCharacter.h index 767c77d89db6..e607ce213143 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperCharacter.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbook.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbook.h index 4ce99f9b3cf5..3b5e393c44b3 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbook.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbookActor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbookActor.h index 1461efbe2ca0..aeffe1fedd63 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbookActor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbookActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbookComponent.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbookComponent.h index 3bc5cb77e4a4..d3632c3307c2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbookComponent.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperFlipbookComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteActor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteActor.h index 059bb402aba7..70b10856f2bc 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteActor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteComponent.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteComponent.h index aa5f15ca3bcd..a8c70e484067 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteComponent.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperRuntimeSettings.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperRuntimeSettings.h index 4332887dec97..c94a8da60009 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperRuntimeSettings.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperRuntimeSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSprite.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSprite.h index c99e39d44a20..8f5eb81551df 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSprite.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSprite.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteActor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteActor.h index cd34c87a5415..4c42322310d7 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteActor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteAtlas.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteAtlas.h index ea19f3711f11..2ec44ebb551f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteAtlas.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteAtlas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteComponent.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteComponent.h index 654b5c003f8f..595619baecd9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteComponent.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperSpriteComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainActor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainActor.h index c7c8b8b40313..4b033b6041d1 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainActor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainComponent.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainComponent.h index b234bdfc32fe..19a7fcb9d607 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainComponent.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainMaterial.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainMaterial.h index 8230f553a6fd..087c76cdaa7f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainMaterial.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainMaterial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DataAsset.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainSplineComponent.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainSplineComponent.h index c8e15b4d4d53..bde72d81fba1 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainSplineComponent.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainSplineComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileLayer.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileLayer.h index ce0c2f13e45d..45c4cc6c870b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileLayer.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileLayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMap.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMap.h index a9dd40a2e39a..3657cf440857 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMap.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapActor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapActor.h index 50a6a64c2fd5..a7321a91f819 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapActor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapComponent.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapComponent.h index 229dd3215225..23ddf02f35a8 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapComponent.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileSet.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileSet.h index 06753e681a67..8c82419f4568 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileSet.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteDrawCall.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteDrawCall.h index 557ac5ae02c8..926d735c284e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteDrawCall.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteDrawCall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteEditorOnlyTypes.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteEditorOnlyTypes.h index 99273b18f211..2aa5696a3e4d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteEditorOnlyTypes.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteEditorOnlyTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/TileMapBlueprintLibrary.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/TileMapBlueprintLibrary.h index c128266d2c41..b6b48023fea1 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/TileMapBlueprintLibrary.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/TileMapBlueprintLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Paper2D.Build.cs b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Paper2D.Build.cs index 5a27abff5406..5456a407a72d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Paper2D.Build.cs +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Paper2D.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/BitmapUtils.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/BitmapUtils.h index 86013493acaf..beaea1980ee4 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/BitmapUtils.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/BitmapUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/GroupedSpriteSceneProxy.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/GroupedSpriteSceneProxy.cpp index 1de099d53808..3cb718e945d4 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/GroupedSpriteSceneProxy.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/GroupedSpriteSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "GroupedSpriteSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/GroupedSpriteSceneProxy.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/GroupedSpriteSceneProxy.h index 2e31696743d8..806b2268fcf4 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/GroupedSpriteSceneProxy.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/GroupedSpriteSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Paper2DModule.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Paper2DModule.cpp index 19d5704f007e..db5c936029f6 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Paper2DModule.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Paper2DModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "Paper2DModule.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Paper2DPrivatePCH.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Paper2DPrivatePCH.h index f7ac5416a91f..47340d3e704f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Paper2DPrivatePCH.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Paper2DPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCharacter.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCharacter.cpp index 0d7ce75d3719..7bae00f09a40 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCharacter.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCharacter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperCharacter.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCustomVersion.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCustomVersion.cpp index 14064294090b..5af2a6f58522 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCustomVersion.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCustomVersion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperCustomVersion.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCustomVersion.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCustomVersion.h index 9f26a8390080..02261ec9c180 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCustomVersion.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperCustomVersion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbook.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbook.cpp index e37394a258bc..e3cacbb222b8 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbook.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperFlipbook.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookActor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookActor.cpp index 1ae2960f34b8..7d6b4b5c993f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookActor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperFlipbookActor.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookComponent.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookComponent.cpp index 27585474d8f0..1ebd7b43d6a5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookComponent.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperFlipbookSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookSceneProxy.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookSceneProxy.cpp index dfeff8cd8fc5..b4089393a7df 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookSceneProxy.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperFlipbookSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookSceneProxy.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookSceneProxy.h index 8f806d733d97..0046550d52b8 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookSceneProxy.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperFlipbookSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGeomTools.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGeomTools.cpp index 4567b368eece..212b71896af8 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGeomTools.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGeomTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperGeomTools.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteActor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteActor.cpp index fa4f007a6db6..1ac7852e2d1e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteActor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperGroupedSpriteActor.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteComponent.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteComponent.cpp index 147d094cdb33..f5743551b092 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteComponent.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperGroupedSpriteComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperSpriteSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRenderSceneProxy.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRenderSceneProxy.cpp index d8632da055b5..4b0e36ce719e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRenderSceneProxy.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRenderSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperRenderSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRenderSceneProxy.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRenderSceneProxy.h index 6e1a9082939b..83a412ec69d6 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRenderSceneProxy.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRenderSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRuntimeSettings.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRuntimeSettings.cpp index b26c4bc5940f..abed7782126c 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRuntimeSettings.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperRuntimeSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperRuntimeSettings.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSprite.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSprite.cpp index e53fff82d555..4e5814618b24 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSprite.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSprite.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperSprite.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteActor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteActor.cpp index a4805ff395b2..493d1807d291 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteActor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperSpriteActor.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteAtlas.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteAtlas.cpp index 7eafaf7e20d6..eff5df7d5333 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteAtlas.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteAtlas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperSpriteAtlas.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteComponent.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteComponent.cpp index 3efb88f7af79..89c2aeadbf65 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteComponent.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperSpriteSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteSceneProxy.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteSceneProxy.cpp index 2a1302102a6c..f6a49c1e8df0 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteSceneProxy.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperSpriteSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteSceneProxy.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteSceneProxy.h index 25012def6592..943fca3ea267 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteSceneProxy.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSpriteSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileLayer.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileLayer.cpp index 123a8c4fcd2f..15cc3511219b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileLayer.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileLayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "SpriteEditorOnlyTypes.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMap.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMap.cpp index dec1dbf9ac0a..5c7905c5c009 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMap.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PhysicsEngine/BodySetup.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapActor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapActor.cpp index 62d26d3032fb..e0f9282008c0 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapActor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperTileMapActor.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapComponent.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapComponent.cpp index 7b82c2d7f78a..fd3a9ddfa6b3 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapComponent.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperTileMapRenderSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapRenderSceneProxy.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapRenderSceneProxy.cpp index 416d6c89e372..9b2452f19cea 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapRenderSceneProxy.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapRenderSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperTileMapRenderSceneProxy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapRenderSceneProxy.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapRenderSceneProxy.h index 8a8180a7e67a..ef0c2c518f5e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapRenderSceneProxy.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileMapRenderSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileSet.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileSet.cpp index fa4670ec83e5..e70166b7bf5e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileSet.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperTileSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperTileSet.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Rendering/MaterialExpressionSpriteTextureSampler.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Rendering/MaterialExpressionSpriteTextureSampler.cpp index 01559b2d9f85..1517fde4338f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Rendering/MaterialExpressionSpriteTextureSampler.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Rendering/MaterialExpressionSpriteTextureSampler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "MaterialExpressionSpriteTextureSampler.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainActor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainActor.cpp index f2ad03def626..f0b316c0653e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainActor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperTerrainActor.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainComponent.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainComponent.cpp index 72c74de548cc..81a3d13925cf 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainComponent.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "Components/SplineComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainMaterial.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainMaterial.cpp index 32af04b525af..977d1cb254e2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainMaterial.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperTerrainMaterial.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainSplineComponent.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainSplineComponent.cpp index 9790b491e7c8..6cd1565432d1 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainSplineComponent.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/Terrain/PaperTerrainSplineComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperTerrainSplineComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/TileMapBlueprintLibrary.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/TileMapBlueprintLibrary.cpp index 214a1b3c39a0..09dbee01002b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/TileMapBlueprintLibrary.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/TileMapBlueprintLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "TileMapBlueprintLibrary.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/AlphaBitmap.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/AlphaBitmap.h index 51cdc88a92cc..dd9914cac8b7 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/AlphaBitmap.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/AlphaBitmap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/MaterialExpressionSpriteTextureSampler.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/MaterialExpressionSpriteTextureSampler.h index 46a2c6f483a8..30dd4b0fe3b5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/MaterialExpressionSpriteTextureSampler.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/MaterialExpressionSpriteTextureSampler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/Paper2DModule.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/Paper2DModule.h index 2075c52e0f9f..2215e1fa3044 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/Paper2DModule.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/Paper2DModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/PaperGeomTools.h b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/PaperGeomTools.h index 7c2d45193aa5..34203a491b4a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/PaperGeomTools.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2D/Public/PaperGeomTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookActorFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookActorFactory.h index b3b763ee28e3..4d49b4788c40 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookActorFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookActorFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookFactory.h index e63dbbdf758c..e8a1e4a77c6d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookThumbnailRenderer.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookThumbnailRenderer.h index 0be3590128b6..1bba42f700d4 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookThumbnailRenderer.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperFlipbookThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperImporterSettings.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperImporterSettings.h index 0db020d5a5b4..985f8659d533 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperImporterSettings.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperImporterSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteActorFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteActorFactory.h index e28abcf1c94f..41163cc30ef2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteActorFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteActorFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteFactory.h index 292911eb5f11..b11e635cc8ad 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteThumbnailRenderer.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteThumbnailRenderer.h index cbd1646c7619..70daeb79785a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteThumbnailRenderer.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapFactory.h index d4445c3af9c2..5d92719b3d8a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapPromotionFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapPromotionFactory.h index 41bcf8c12441..502183f94e19 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapPromotionFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileMapPromotionFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetFactory.h index b9295c37d70b..1b5424a2b3ac 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetThumbnailRenderer.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetThumbnailRenderer.h index 5726a6531048..2949829d7a02 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetThumbnailRenderer.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperTileSetThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TerrainSplineActorFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TerrainSplineActorFactory.h index 0214fb5f82b3..b25d7fe005a5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TerrainSplineActorFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TerrainSplineActorFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapActorFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapActorFactory.h index 842488dc0f33..9cd6fefaf596 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapActorFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapActorFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapAssetImportData.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapAssetImportData.h index 444b31ec2cd0..15783873024f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapAssetImportData.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/TileMapAssetImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Paper2DEditor.Build.cs b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Paper2DEditor.Build.cs index 87dfac8b8efa..417250c72f41 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Paper2DEditor.Build.cs +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Paper2DEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/AtlasAssetTypeActions.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/AtlasAssetTypeActions.cpp index 1dd57ccd4dc9..17d6f9bfc3a9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/AtlasAssetTypeActions.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/AtlasAssetTypeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/AtlasAssetTypeActions.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/AtlasAssetTypeActions.h index 12fad83b30e0..9359d46af4bd 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/AtlasAssetTypeActions.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/AtlasAssetTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasGenerator.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasGenerator.cpp index c5fd8b9d1731..4c7b02140988 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasGenerator.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperAtlasGenerator.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasGenerator.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasGenerator.h index e73fee2df3c7..2ba1c249d80a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasGenerator.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasHelpers.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasHelpers.h index 1a3649dfef20..66616f6a8149 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasHelpers.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasTextureHelpers.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasTextureHelpers.cpp index 93f1d6cc766e..af2553aad454 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasTextureHelpers.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasTextureHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperAtlasTextureHelpers.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasTextureHelpers.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasTextureHelpers.h index 0eaabef64e47..a01a3cd13fba 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasTextureHelpers.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperAtlasTextureHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperSpriteAtlasFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperSpriteAtlasFactory.cpp index 7a9c6faa4d48..baa97f2d3183 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperSpriteAtlasFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperSpriteAtlasFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperSpriteAtlas.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperSpriteAtlasFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperSpriteAtlasFactory.h index 266e44d1930c..e9661a3914b2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperSpriteAtlasFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Atlasing/PaperSpriteAtlasFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ContentBrowserExtensions/ContentBrowserExtensions.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ContentBrowserExtensions/ContentBrowserExtensions.cpp index 9c374c9c54af..3dd1e398c56d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ContentBrowserExtensions/ContentBrowserExtensions.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ContentBrowserExtensions/ContentBrowserExtensions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "ContentBrowserModule.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ContentBrowserExtensions/ContentBrowserExtensions.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ContentBrowserExtensions/ContentBrowserExtensions.h index 71221f96152c..ad772a2d45d5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ContentBrowserExtensions/ContentBrowserExtensions.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ContentBrowserExtensions/ContentBrowserExtensions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/PaperExtractSpritesSettings.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/PaperExtractSpritesSettings.cpp index 549c623c8ab2..198b4628a78c 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/PaperExtractSpritesSettings.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/PaperExtractSpritesSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperExtractSpritesSettings.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/PaperExtractSpritesSettings.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/PaperExtractSpritesSettings.h index 7c5c2e064bfe..b8d40209356e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/PaperExtractSpritesSettings.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/PaperExtractSpritesSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/SPaperExtractSpritesDialog.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/SPaperExtractSpritesDialog.cpp index 2c453ad8ba7e..e90919e09e51 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/SPaperExtractSpritesDialog.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/SPaperExtractSpritesDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SPaperExtractSpritesDialog.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/SPaperExtractSpritesDialog.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/SPaperExtractSpritesDialog.h index 4bd6a3c5f966..41134a6aabd5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/SPaperExtractSpritesDialog.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/ExtractSprites/SPaperExtractSpritesDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookAssetTypeActions.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookAssetTypeActions.cpp index bbe8f2226447..6fcf35bdf26e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookAssetTypeActions.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookAssetTypeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookAssetTypeActions.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookAssetTypeActions.h index ee64b7dceb69..eb0f4d365902 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookAssetTypeActions.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookAssetTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookComponentDetailsCustomization.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookComponentDetailsCustomization.cpp index fd3fc5523bfd..35ce36e36e33 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookComponentDetailsCustomization.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookComponentDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "FlipbookComponentDetailsCustomization.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookComponentDetailsCustomization.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookComponentDetailsCustomization.h index adc2f547b795..13da2e85ea1f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookComponentDetailsCustomization.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookComponentDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditor.cpp index c43b1685b4f9..441235ea5f2f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperFlipbookComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditor.h index 09cff74e2eea..0a03a9d33186 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorCommands.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorCommands.cpp index 505964cf77d1..262d9f4fdc53 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorCommands.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "FlipbookEditorCommands.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorCommands.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorCommands.h index 0f84bfaaf9b4..d9823fd327b7 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorCommands.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorSettings.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorSettings.cpp index f1d0b2baa7a8..13020fff6819 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorSettings.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "FlipbookEditorSettings.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorSettings.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorSettings.h index 58664d3b0e3d..a3a7134c057a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorSettings.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorViewportClient.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorViewportClient.cpp index f3bd3ff1da9c..408e0e6df283 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorViewportClient.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "FlipbookEditorViewportClient.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorViewportClient.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorViewportClient.h index 05f33c63adfe..14103b4cac66 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorViewportClient.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/FlipbookEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookEditorViewportToolbar.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookEditorViewportToolbar.cpp index fcace98aac7d..bf1351fe6ff4 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookEditorViewportToolbar.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookEditorViewportToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SFlipbookEditorViewportToolbar.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookEditorViewportToolbar.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookEditorViewportToolbar.h index 72adf448e10d..02b316add1f6 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookEditorViewportToolbar.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookEditorViewportToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTimeline.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTimeline.cpp index 5668446c64f9..87be5e34fe9d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTimeline.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTimeline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperFlipbook.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTimeline.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTimeline.h index 5493a743d367..58c85888f563 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTimeline.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTimeline.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTrackHandle.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTrackHandle.h index 72badd47dc6c..414521dbfa8e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTrackHandle.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/SFlipbookTrackHandle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineHeader.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineHeader.h index fedd88379d53..76c6a4114c19 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineHeader.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineTrack.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineTrack.cpp index 26f321d94b2d..7aa8fa11ba94 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineTrack.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "STimelineTrack.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineTrack.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineTrack.h index 5b2023dfa037..d3926ce3db4b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineTrack.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/FlipbookEditor/STimelineTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/GroupedSpriteDetailsCustomization.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/GroupedSpriteDetailsCustomization.cpp index 7a9ee4731996..4db3a7ea2dc0 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/GroupedSpriteDetailsCustomization.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/GroupedSpriteDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "GroupedSpriteDetailsCustomization.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/GroupedSpriteDetailsCustomization.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/GroupedSpriteDetailsCustomization.h index 57052a2b6ce1..92c3064c9844 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/GroupedSpriteDetailsCustomization.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/GroupedSpriteDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/PaperGroupedSpriteUtilities.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/PaperGroupedSpriteUtilities.cpp index 4ba0d26fe41b..63aea353e8e9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/PaperGroupedSpriteUtilities.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/PaperGroupedSpriteUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "AssetData.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/PaperGroupedSpriteUtilities.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/PaperGroupedSpriteUtilities.h index eb8c2a49dd30..ea770638a835 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/PaperGroupedSpriteUtilities.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/GroupedSprites/PaperGroupedSpriteUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/LevelEditorMenuExtensions/Paper2DLevelEditorExtensions.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/LevelEditorMenuExtensions/Paper2DLevelEditorExtensions.cpp index ae8ec2a37e04..8db623be893d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/LevelEditorMenuExtensions/Paper2DLevelEditorExtensions.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/LevelEditorMenuExtensions/Paper2DLevelEditorExtensions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "Paper2DLevelEditorExtensions.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/LevelEditorMenuExtensions/Paper2DLevelEditorExtensions.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/LevelEditorMenuExtensions/Paper2DLevelEditorExtensions.h index f2e19de26a2c..d709dbaf5ff2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/LevelEditorMenuExtensions/Paper2DLevelEditorExtensions.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/LevelEditorMenuExtensions/Paper2DLevelEditorExtensions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/MeshPainting/MeshPaintSpriteAdapter.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/MeshPainting/MeshPaintSpriteAdapter.cpp index 65886ad21ed1..d1b3b1288fbe 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/MeshPainting/MeshPaintSpriteAdapter.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/MeshPainting/MeshPaintSpriteAdapter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "MeshPaintSpriteAdapter.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/MeshPainting/MeshPaintSpriteAdapter.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/MeshPainting/MeshPaintSpriteAdapter.h index afa170a66494..9429d063e8d9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/MeshPainting/MeshPaintSpriteAdapter.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/MeshPainting/MeshPaintSpriteAdapter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Paper2DEditorModule.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Paper2DEditorModule.cpp index d2ef76e012eb..1ffc6acfab40 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Paper2DEditorModule.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Paper2DEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "Paper2DEditorModule.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Paper2DEditorPrivatePCH.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Paper2DEditorPrivatePCH.h index 15a85afd5fbf..e3edcfd407bb 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Paper2DEditorPrivatePCH.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/Paper2DEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorCommands.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorCommands.cpp index 62d1bfd32dab..10bf1765d3ce 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorCommands.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperEditorCommands.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorCommands.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorCommands.h index 4caa75b498cb..8b733724a669 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorCommands.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/AssetEditorSelectedItem.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/AssetEditorSelectedItem.h index 43522a3b77e5..f9f73af5fbfb 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/AssetEditorSelectedItem.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/AssetEditorSelectedItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SocketEditing.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SocketEditing.cpp index 4879ba69cdee..473e5f4bb63c 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SocketEditing.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SocketEditing.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperSpriteComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SocketEditing.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SocketEditing.h index 829058936114..25e6c9639513 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SocketEditing.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SocketEditing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditCommands.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditCommands.cpp index 6e2b2a816792..ed6829581e99 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditCommands.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpriteGeometryEditCommands.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditCommands.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditCommands.h index a2193f699268..2017d7b59949 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditCommands.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditMode.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditMode.cpp index 0b405c0b763b..5b8792a711ae 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditMode.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpriteGeometryEditMode.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditMode.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditMode.h index 23baaea5fd75..8ad894fb8bb8 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditMode.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditing.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditing.cpp index 36d6400e0662..f3965c1645a8 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditing.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditing.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpriteGeometryEditing.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditing.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditing.h index b7919b2eaece..4c29301923c9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditing.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorShared/SpriteGeometryEditing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorViewportClient.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorViewportClient.cpp index f46051ffeb47..3bc9937fd8c2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorViewportClient.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileSetEditor.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorViewportClient.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorViewportClient.h index a022c7ad1154..d7fc48a2bd22 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorViewportClient.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookActorFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookActorFactory.cpp index a64cfbab422b..ac3f66dbb830 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookActorFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookActorFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "AssetData.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookAssetBroker.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookAssetBroker.h index bed2605ca9f1..efcf1a425993 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookAssetBroker.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookAssetBroker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookFactory.cpp index 50bcc24f48de..bf0f4e2994ba 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperFlipbookFactory.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookHelpers.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookHelpers.cpp index 219c8691f1c3..03488732eb12 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookHelpers.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperFlipbookHelpers.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookThumbnailRenderer.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookThumbnailRenderer.cpp index 283b06edd84a..4f270d91eaac 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookThumbnailRenderer.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperFlipbookThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "CanvasItem.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperImporterSettings.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperImporterSettings.cpp index f6640df7e074..09cd28d51033 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperImporterSettings.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperImporterSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperImporterSettings.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperJSONHelpers.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperJSONHelpers.cpp index 9f54634bf57c..134b37a1bbf3 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperJSONHelpers.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperJSONHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperJSONHelpers.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteActorFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteActorFactory.cpp index eda57284ad4a..510d1bd526ac 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteActorFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteActorFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "AssetData.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteAssetBroker.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteAssetBroker.h index e72dcbfa9283..36924fb4171d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteAssetBroker.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteAssetBroker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteFactory.cpp index b66e44779f84..e06597f19da0 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperImporterSettings.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteThumbnailRenderer.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteThumbnailRenderer.cpp index f1bd659d579b..bf4b09cedb34 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteThumbnailRenderer.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperSpriteThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "CanvasTypes.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperStyle.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperStyle.cpp index fc33d17a2f33..defacceed4f9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperStyle.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperStyle.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperStyle.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperStyle.h index d5cff00f174f..6594dd76e6c0 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperStyle.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileMapFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileMapFactory.cpp index 17a0bd7d1d86..c541dd2244e9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileMapFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileMapFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperTileMap.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileMapPromotionFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileMapPromotionFactory.cpp index bcd7444b916e..43e126c05ee2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileMapPromotionFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileMapPromotionFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperTileMapPromotionFactory.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileSetFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileSetFactory.cpp index a1a2cbfd9beb..2bbb106ea656 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileSetFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileSetFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperTileSet.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileSetThumbnailRenderer.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileSetThumbnailRenderer.cpp index 0a389a821343..da1ea19734dd 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileSetThumbnailRenderer.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/PaperTileSetThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "CanvasTypes.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.cpp index fab929bbcb07..b69d2a80821d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SPaperEditorViewport.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.h index bc475fa1d6a5..f81bcfe05163 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteAssetTypeActions.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteAssetTypeActions.cpp index c545bd718da6..e8d1f7e98878 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteAssetTypeActions.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteAssetTypeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteAssetTypeActions.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteAssetTypeActions.h index eab817d0839c..8b4c92588610 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteAssetTypeActions.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteAssetTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteCanvas.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteCanvas.cpp index 75ac0b97755e..f86e13d172bd 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteCanvas.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteCanvas.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteCanvas.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteCanvas.h index e9525a310caf..fd4a6f38c809 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteCanvas.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteCanvas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteEditorViewportToolbar.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteEditorViewportToolbar.cpp index e3797c348626..0137923c7810 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteEditorViewportToolbar.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteEditorViewportToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SSpriteEditorViewportToolbar.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteEditorViewportToolbar.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteEditorViewportToolbar.h index bb1299fd69be..cf4dd576518c 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteEditorViewportToolbar.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteEditorViewportToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteList.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteList.cpp index 2ed49adc1b47..53a4a65bb3f6 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteList.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SSpriteList.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteList.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteList.h index a96105393b42..ee4121507168 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteList.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SSpriteList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteComponentDetailsCustomization.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteComponentDetailsCustomization.cpp index a6a918f15400..56429c3fce9e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteComponentDetailsCustomization.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteComponentDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperSpriteComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteComponentDetailsCustomization.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteComponentDetailsCustomization.h index 480f56a7b23c..3b7fb7edd9d9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteComponentDetailsCustomization.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteComponentDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteDetailsCustomization.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteDetailsCustomization.cpp index 6ebb4238f548..d88784faf286 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteDetailsCustomization.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpriteDetailsCustomization.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteDetailsCustomization.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteDetailsCustomization.h index a81addf0c8f8..6065f9fb5083 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteDetailsCustomization.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditor.cpp index 73e89b1b6085..e9ab295ca70d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpriteEditor.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditor.h index e630be67042e..478ebead035c 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorCommands.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorCommands.cpp index 2947766419ce..194835c7ac86 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorCommands.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpriteEditorCommands.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorCommands.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorCommands.h index a91c6e0d7fc1..394dc9658fe9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorCommands.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSelections.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSelections.h index a66948109363..7eabebcacd6f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSelections.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSelections.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSettings.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSettings.cpp index d4006cdcbdcf..9457f508abd0 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSettings.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpriteEditorSettings.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSettings.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSettings.h index cb8416ec50da..dde68761848d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSettings.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorViewportClient.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorViewportClient.cpp index 855e9e838fc0..e7f8c1c8513b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorViewportClient.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpriteEditorViewportClient.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorViewportClient.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorViewportClient.h index 49d43fc067a8..5ca151b69e4f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorViewportClient.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpriteEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpritePolygonCollectionCustomization.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpritePolygonCollectionCustomization.cpp index 44f8a8dc0bff..18d80b0a2679 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpritePolygonCollectionCustomization.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpritePolygonCollectionCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SpritePolygonCollectionCustomization.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpritePolygonCollectionCustomization.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpritePolygonCollectionCustomization.h index 487b0cae8f38..05559308ca4a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpritePolygonCollectionCustomization.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SpriteEditor/SpritePolygonCollectionCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TerrainSplineEditing/TerrainSplineActorFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TerrainSplineEditing/TerrainSplineActorFactory.cpp index 1fc90efdb1e7..adaa9b740e6b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TerrainSplineEditing/TerrainSplineActorFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TerrainSplineEditing/TerrainSplineActorFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "AssetData.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/EdModeTileMap.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/EdModeTileMap.cpp index b9e8e0b9ca87..8d1d80157c62 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/EdModeTileMap.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/EdModeTileMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "EdModeTileMap.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/EdModeTileMap.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/EdModeTileMap.h index aec417e9c92a..febe48944788 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/EdModeTileMap.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/EdModeTileMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapAssetBroker.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapAssetBroker.h index 53c670592322..f18d8cb6599b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapAssetBroker.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapAssetBroker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapDetailsCustomization.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapDetailsCustomization.cpp index e03675bad18f..93a2653e0c85 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapDetailsCustomization.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperTileMapComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapDetailsCustomization.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapDetailsCustomization.h index 511afef16f8c..f9a5779a8dc5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapDetailsCustomization.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/PaperTileMapDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerItem.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerItem.cpp index 70294e28bf05..33386ed90df4 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerItem.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "STileLayerItem.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerItem.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerItem.h index 11dc09a2ea8d..b9cc17d152c6 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerItem.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerList.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerList.cpp index 69cf7e08a6d5..89b3f4e4f440 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerList.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperTileMapComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerList.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerList.h index 6e8b899ea739..a175961b67d4 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerList.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileLayerList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileMapEditorViewportToolbar.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileMapEditorViewportToolbar.cpp index 0fe7abce98ca..f103fa8425cb 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileMapEditorViewportToolbar.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileMapEditorViewportToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "STileMapEditorViewportToolbar.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileMapEditorViewportToolbar.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileMapEditorViewportToolbar.h index d830125c934d..3286c38b8d2f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileMapEditorViewportToolbar.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/STileMapEditorViewportToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapActorFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapActorFactory.cpp index 3ee1c0a5c7c6..2d0cce286217 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapActorFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapActorFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "AssetData.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetImportData.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetImportData.cpp index 40c8058142c6..26552e1de54a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetImportData.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "AssetData.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetTypeActions.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetTypeActions.cpp index 554a33296ac3..15354467c8a4 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetTypeActions.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetTypeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetTypeActions.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetTypeActions.h index d9eddf6e3cc1..dd57d857320b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetTypeActions.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapAssetTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEdModeToolkit.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEdModeToolkit.cpp index 0dc6c694be8e..31afd441568f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEdModeToolkit.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEdModeToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "EdModeTileMap.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEdModeToolkit.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEdModeToolkit.h index 6b9fa146bad4..2f23edab64f0 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEdModeToolkit.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEdModeToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditor.cpp index 736bbc969c8d..80c4a8710b31 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperTileMapComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditor.h index 92cabf169dea..3a8d32c327a7 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorCommands.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorCommands.cpp index 892e1f18a280..dc31c528bcfe 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorCommands.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileMapEditorCommands.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorCommands.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorCommands.h index d7a2b9eef9a5..a85b5baa3891 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorCommands.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorSettings.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorSettings.cpp index 5322b571e89e..50685fe227c5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorSettings.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileMapEditorSettings.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorSettings.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorSettings.h index 12bc3436f180..be5a732c7422 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorSettings.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorViewportClient.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorViewportClient.cpp index 5b6b78879eec..8b377fd1bf4e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorViewportClient.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperTileMapComponent.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorViewportClient.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorViewportClient.h index 0acb45ee01e1..21bfb664f0eb 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorViewportClient.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileMapEditing/TileMapEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetAssetTypeActions.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetAssetTypeActions.cpp index 969f4706cd19..8bd86d067d25 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetAssetTypeActions.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetAssetTypeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileSetAssetTypeActions.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetAssetTypeActions.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetAssetTypeActions.h index 0067fec9afe6..9a80ddc60c6b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetAssetTypeActions.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetAssetTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor.cpp index 9a9a5280a4a5..92ca0308636b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileSetEditor.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor.h index 02fa39b23f52..8a266f9e416f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewport.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewport.cpp index f339ef5b23a9..776d346fbb21 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewport.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperStyle.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewport.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewport.h index c66524b5f0b9..08ac8a5d86e3 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewport.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewportClient.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewportClient.cpp index e79254bc3ff1..82efefcbf782 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewportClient.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "SingleTileEditorViewportClient.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewportClient.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewportClient.h index 7f676bde3dff..861bbe27c71d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewportClient.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/SingleTileEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetDetailsCustomization.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetDetailsCustomization.cpp index ac396d913b66..b5dc7a31f14a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetDetailsCustomization.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileSetDetailsCustomization.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetDetailsCustomization.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetDetailsCustomization.h index 72e46dfa8d06..44715260bba5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetDetailsCustomization.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorCommands.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorCommands.cpp index 67f6e882ef52..aee4a06efd8d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorCommands.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileSetEditorCommands.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorCommands.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorCommands.h index e09a1871f76b..c547f2c3d198 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorCommands.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorSettings.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorSettings.cpp index 6ba2d14d7aa8..4388d2c89a05 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorSettings.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileSetEditorSettings.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorSettings.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorSettings.h index fba4140c30a5..1e04ee29311f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorSettings.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorViewportClient.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorViewportClient.cpp index c7dc6fa19b94..184e1e615b0a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorViewportClient.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileSetEditorViewportClient.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorViewportClient.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorViewportClient.h index 307ca2cb4043..e667180ced9c 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorViewportClient.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetSelectorViewport.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetSelectorViewport.cpp index 1e81101185f6..3041b82e6f68 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetSelectorViewport.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetSelectorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "TileMapEditing/EdModeTileMap.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetSelectorViewport.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetSelectorViewport.h index 58fbbba8354c..6060596cef57 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetSelectorViewport.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSetSelectorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSheetPaddingFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSheetPaddingFactory.cpp index 5583acc2fbc6..1c2b5f43ac07 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSheetPaddingFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSheetPaddingFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Paper2DEditorPrivatePCH.h" #include "PaperTileSet.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSheetPaddingFactory.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSheetPaddingFactory.h index e2419fbb39e2..f06abb77e93b 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSheetPaddingFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/TileSetEditor/TileSheetPaddingFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/Paper2DEditorModule.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/Paper2DEditorModule.h index d0a7f56d5f62..9fcc64f154a3 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/Paper2DEditorModule.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/Paper2DEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperFlipbookHelpers.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperFlipbookHelpers.h index 01eb2f2f39da..de27771328dd 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperFlipbookHelpers.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperFlipbookHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperJSONHelpers.h b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperJSONHelpers.h index 1474b0a76377..cb9e6d377f34 100644 --- a/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperJSONHelpers.h +++ b/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperJSONHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/PaperSpriteSheetImporter.Build.cs b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/PaperSpriteSheetImporter.Build.cs index 001436e13958..2deca7377e66 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/PaperSpriteSheetImporter.Build.cs +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/PaperSpriteSheetImporter.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperJsonSpriteSheetImporter.cpp b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperJsonSpriteSheetImporter.cpp index 374fef919ba5..fccbadb44075 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperJsonSpriteSheetImporter.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperJsonSpriteSheetImporter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PaperSpriteSheetImporterPrivatePCH.h" #include "PaperSprite.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperJsonSpriteSheetImporter.h b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperJsonSpriteSheetImporter.h index 56a896e50ae9..8e672950d71e 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperJsonSpriteSheetImporter.h +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperJsonSpriteSheetImporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheet.cpp b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheet.cpp index 2053a90870e8..d71ded2a88a6 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheet.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PaperSpriteSheetImporterPrivatePCH.h" #include "PaperSpriteSheet.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheet.h b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheet.h index 789b29933d41..393da8e1e707 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheet.h +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetAssetTypeActions.cpp b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetAssetTypeActions.cpp index 91b016222b62..77a5fe463b20 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetAssetTypeActions.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetAssetTypeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PaperSpriteSheetImporterPrivatePCH.h" #include "PaperFlipbook.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetAssetTypeActions.h b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetAssetTypeActions.h index 9cc2253bc18e..63f173fcd585 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetAssetTypeActions.h +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetAssetTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImportFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImportFactory.cpp index f3ab0d0b7b92..4f2c22e6e68a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImportFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImportFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PaperSpriteSheetImporterPrivatePCH.h" #include "Json.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImportFactory.h b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImportFactory.h index 621932ec9563..ea5bd36a9f3f 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImportFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImportFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImporterModule.cpp b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImporterModule.cpp index 7bf144595052..45ca92f4a4b9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImporterModule.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImporterModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PaperSpriteSheetImporterPrivatePCH.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImporterPrivatePCH.h b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImporterPrivatePCH.h index e719ec70cd2d..d8e39f26a5ab 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImporterPrivatePCH.h +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetImporterPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetReimportFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetReimportFactory.cpp index d51996fc1612..35110058d7c2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetReimportFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetReimportFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PaperSpriteSheetImporterPrivatePCH.h" #include "PaperSpriteSheetReimportFactory.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetReimportFactory.h b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetReimportFactory.h index 7b443176ca88..3924395fb788 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetReimportFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/PaperSpriteSheetImporter/Private/PaperSpriteSheetReimportFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h index 73a7a32505cb..f973429398fc 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/PaperTiledImporter.Build.cs b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/PaperTiledImporter.Build.cs index 633d8dc5bcd4..3ebf318d3a84 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/PaperTiledImporter.Build.cs +++ b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/PaperTiledImporter.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterFactory.cpp index 370cf42386a2..832c1d0aebc2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PaperTiledImporterPrivatePCH.h" #include "Json.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterModule.cpp b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterModule.cpp index 053ccf6465af..87a1144d27bf 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterModule.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PaperTiledImporterPrivatePCH.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterPrivatePCH.h b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterPrivatePCH.h index e819df160567..06c2ad842b51 100644 --- a/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterPrivatePCH.h +++ b/Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/PlanarConstraintSnapPolicy.cpp b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/PlanarConstraintSnapPolicy.cpp index 048894b49a5b..f92d09f423c5 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/PlanarConstraintSnapPolicy.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/PlanarConstraintSnapPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SmartSnappingPrivatePCH.h" #include "PlanarConstraintSnapPolicy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/PlanarConstraintSnapPolicy.h b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/PlanarConstraintSnapPolicy.h index d18ac8b6f049..ebbf45456a0d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/PlanarConstraintSnapPolicy.h +++ b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/PlanarConstraintSnapPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/SmartSnappingModule.cpp b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/SmartSnappingModule.cpp index 6335f6486949..dc0cf7a3bbc2 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/SmartSnappingModule.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/SmartSnappingModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SmartSnappingPrivatePCH.h" #include "PlanarConstraintSnapPolicy.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/SmartSnappingPrivatePCH.h b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/SmartSnappingPrivatePCH.h index e462ee98bac1..68c135885ee9 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/SmartSnappingPrivatePCH.h +++ b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/Private/SmartSnappingPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/SmartSnapping.Build.cs b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/SmartSnapping.Build.cs index 4aa86e325932..d9dc5730e918 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/SmartSnapping.Build.cs +++ b/Engine/Plugins/2D/Paper2D/Source/SmartSnapping/SmartSnapping.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/PaperSpriterImportData.cpp b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/PaperSpriterImportData.cpp index 61e06a7805ea..c5c4bb7a21ef 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/PaperSpriterImportData.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/PaperSpriterImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SpriterImporterPrivatePCH.h" #include "PaperSpriterImportData.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/PaperSpriterImportData.h b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/PaperSpriterImportData.h index 639ff9bab63b..06f6dff01881 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/PaperSpriterImportData.h +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/PaperSpriterImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterDataModel.cpp b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterDataModel.cpp index 4ab89f07a1ee..8adb99552587 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterDataModel.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterDataModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SpriterImporterPrivatePCH.h" #include "Json.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterDataModel.h b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterDataModel.h index 042b67ee79d2..4d712cbda56d 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterDataModel.h +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterDataModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterFactory.cpp b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterFactory.cpp index f4e7ce49a28d..ea3c5743e7f8 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterFactory.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SpriterImporterPrivatePCH.h" #include "Json.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterFactory.h b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterFactory.h index e22c3aed6e7d..41e972e0284a 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterFactory.h +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterModule.cpp b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterModule.cpp index 3336e357b282..cebbb6e9ba83 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterModule.cpp +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SpriterImporterPrivatePCH.h" diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterPrivatePCH.h b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterPrivatePCH.h index e7ba0031b25e..86a8f91f0321 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterPrivatePCH.h +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/Private/SpriterImporterPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/SpriterImporter.Build.cs b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/SpriterImporter.Build.cs index cf1d8378f531..db98c82cdda7 100644 --- a/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/SpriterImporter.Build.cs +++ b/Engine/Plugins/2D/Paper2D/Source/SpriterImporter/SpriterImporter.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Classes/LightPropagationVolumeBlendableFactory.h b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Classes/LightPropagationVolumeBlendableFactory.h index cb96bc6e7f96..7daec8c41326 100644 --- a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Classes/LightPropagationVolumeBlendableFactory.h +++ b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Classes/LightPropagationVolumeBlendableFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreUObject.h" diff --git a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/LightPropagationVolumeEditor.Build.cs b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/LightPropagationVolumeEditor.Build.cs index b844fb702330..8e1ba57086a4 100644 --- a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/LightPropagationVolumeEditor.Build.cs +++ b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/LightPropagationVolumeEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Private/AssetTypeActions_LightPropagationVolumeBlendable.h b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Private/AssetTypeActions_LightPropagationVolumeBlendable.h index 3c633b9828d4..c6d9d3ee2265 100644 --- a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Private/AssetTypeActions_LightPropagationVolumeBlendable.h +++ b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Private/AssetTypeActions_LightPropagationVolumeBlendable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2012 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Private/LightPropagationVolumeEditorModule.cpp b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Private/LightPropagationVolumeEditorModule.cpp index dfa0c1047732..cbdcad135a20 100644 --- a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Private/LightPropagationVolumeEditorModule.cpp +++ b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeEditor/Private/LightPropagationVolumeEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightPropagationVolumeModule.cpp: Module encapsulates the asset type for blending LightPropagationVolume settings diff --git a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/LightPropagationVolumeRuntime.Build.cs b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/LightPropagationVolumeRuntime.Build.cs index 9aa40465661f..9449804796b7 100644 --- a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/LightPropagationVolumeRuntime.Build.cs +++ b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/LightPropagationVolumeRuntime.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/Private/LightPropagationVolumeRuntimeModule.cpp b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/Private/LightPropagationVolumeRuntimeModule.cpp index 377c8c72fda2..a602cc0c6dc5 100644 --- a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/Private/LightPropagationVolumeRuntimeModule.cpp +++ b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/Private/LightPropagationVolumeRuntimeModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightPropagationVolumeRuntimeModule.cpp: Module encapsulates the LightPropagationVolume settings diff --git a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/Public/LightPropagationVolumeBlendable.h b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/Public/LightPropagationVolumeBlendable.h index 565154200c3e..ffae400d286a 100644 --- a/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/Public/LightPropagationVolumeBlendable.h +++ b/Engine/Plugins/Blendables/LightPropagationVolume/Source/LightPropagationVolumeRuntime/Public/LightPropagationVolumeBlendable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2012 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/BlankPlugin.Build.cs b/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/BlankPlugin.Build.cs index e9e5fd11254f..d2e7d31caa5a 100644 --- a/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/BlankPlugin.Build.cs +++ b/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/BlankPlugin.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Private/BlankPlugin.cpp b/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Private/BlankPlugin.cpp index 49e47e3dda57..2e16abf409af 100644 --- a/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Private/BlankPlugin.cpp +++ b/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Private/BlankPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlankPluginPrivatePCH.h" diff --git a/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Private/BlankPluginPrivatePCH.h b/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Private/BlankPluginPrivatePCH.h index cb61891a9428..fdb2c168873e 100644 --- a/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Private/BlankPluginPrivatePCH.h +++ b/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Private/BlankPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IBlankPlugin.h" diff --git a/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Public/IBlankPlugin.h b/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Public/IBlankPlugin.h index 199a5cf5b629..cce342ff2181 100644 --- a/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Public/IBlankPlugin.h +++ b/Engine/Plugins/Developer/BlankPlugin/Source/BlankPlugin/Public/IBlankPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/CodeLiteSourceCodeAccess.Build.cs b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/CodeLiteSourceCodeAccess.Build.cs index 0016325b0f38..7a1702e608bd 100644 --- a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/CodeLiteSourceCodeAccess.Build.cs +++ b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/CodeLiteSourceCodeAccess.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessModule.cpp b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessModule.cpp index f52021bb8d0e..ca0a681fe369 100644 --- a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessModule.cpp +++ b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeLiteSourceCodeAccessPrivatePCH.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessModule.h b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessModule.h index 6822e181f2f6..73d1ff88a932 100644 --- a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessModule.h +++ b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessPrivatePCH.h b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessPrivatePCH.h index 983157ec1fa2..c3539fcf9a81 100644 --- a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessPrivatePCH.h +++ b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessor.cpp b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessor.cpp index 8692d3c18558..a5ac2f31188b 100644 --- a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessor.cpp +++ b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeLiteSourceCodeAccessPrivatePCH.h" #include "CodeLiteSourceCodeAccessor.h" diff --git a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessor.h b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessor.h index 973d53e927b3..013432069020 100644 --- a/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessor.h +++ b/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/Source/CodeLiteSourceCodeAccess/Private/CodeLiteSourceCodeAccessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/GameplayDebuggerModule.Build.cs b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/GameplayDebuggerModule.Build.cs index a396a00f79c9..6dd54bf85af9 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/GameplayDebuggerModule.Build.cs +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/GameplayDebuggerModule.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerBlueprintBaseObject.cpp b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerBlueprintBaseObject.cpp index 311c6537d86d..d99281a9764a 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerBlueprintBaseObject.cpp +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerBlueprintBaseObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPluginPrivatePCH.h" #include "GameplayDebuggerModuleSettings.h" diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerDetails.cpp b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerDetails.cpp index ddd9f405e95a..c6302a0209c6 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerDetails.cpp +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPluginPrivatePCH.h" #if WITH_EDITOR diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerDetails.h b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerDetails.h index 7bbb24c5e1ab..b80bd7fd4a21 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerDetails.h +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerModuleSettings.cpp b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerModuleSettings.cpp index 32bf093696a5..af8049add09b 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerModuleSettings.cpp +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerModuleSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPluginPrivatePCH.h" #include "Misc/CoreMisc.h" diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerModuleSettings.h b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerModuleSettings.h index b5941e3475df..e24af31315d7 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerModuleSettings.h +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerModuleSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameplayDebuggerSettings.h: Declares the UGameplayDebuggerSettings class. diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerPlugin.cpp b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerPlugin.cpp index 640ca3ffcc85..3a808496019f 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerPlugin.cpp +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPluginPrivatePCH.h" #include "Misc/CoreMisc.h" diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerPluginPrivatePCH.h b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerPluginPrivatePCH.h index bc0e8f3ff6f1..ebf1d242ec08 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerPluginPrivatePCH.h +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IGameplayDebuggerPlugin.h" diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerReplicator.cpp b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerReplicator.cpp index 9559a77c7ecc..7fa3aaca7f0e 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerReplicator.cpp +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerReplicator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPluginPrivatePCH.h" #include "GameplayDebuggerModuleSettings.h" diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerReplicator.h b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerReplicator.h index 9d6dd7e965ac..9624f9e091ee 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerReplicator.h +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerReplicator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggerModuleSettings.h" diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerServerHelper.cpp b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerServerHelper.cpp index 2e0ee6779a28..0c2cd74ab28a 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerServerHelper.cpp +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Private/GameplayDebuggerServerHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPluginPrivatePCH.h" #include "GameplayDebuggerReplicator.h" diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Public/GameplayDebuggerBlueprintBaseObject.h b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Public/GameplayDebuggerBlueprintBaseObject.h index 42af672c687a..d623688ff9c5 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Public/GameplayDebuggerBlueprintBaseObject.h +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Public/GameplayDebuggerBlueprintBaseObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Debug/GameplayDebuggerBaseObject.h" diff --git a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Public/IGameplayDebuggerPlugin.h b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Public/IGameplayDebuggerPlugin.h index e572fb4dfb32..cdbbbcb571e2 100644 --- a/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Public/IGameplayDebuggerPlugin.h +++ b/Engine/Plugins/Developer/GameplayDebugger/Source/GameplayDebuggerModule/Public/IGameplayDebuggerPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/GitSourceControl.Build.cs b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/GitSourceControl.Build.cs index b4cc85d783e4..d8a96137ee81 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/GitSourceControl.Build.cs +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/GitSourceControl.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlCommand.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlCommand.cpp index c1573f73b4fd..bf72ccc8ea0f 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlCommand.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "GitSourceControlCommand.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlCommand.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlCommand.h index 421822a9b67f..8a15836ad127 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlCommand.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlModule.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlModule.cpp index 18abc1446ba4..59b846f95d11 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlModule.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "GitSourceControlModule.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlModule.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlModule.h index 03a47228d4b5..83e85b4584cf 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlModule.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlOperations.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlOperations.cpp index 33f837afca7e..43dcfe20e08a 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlOperations.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlOperations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "GitSourceControlOperations.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlOperations.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlOperations.h index df14503cdc14..355ab93e2af0 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlOperations.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlOperations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlPrivatePCH.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlPrivatePCH.h index e5bfbd768924..1b01332d41d2 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlPrivatePCH.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlProvider.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlProvider.cpp index eca32c6cb8d7..9b20a66dfc91 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlProvider.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "GitSourceControlProvider.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlProvider.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlProvider.h index 3dd9769e9135..772a570828ee 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlProvider.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlRevision.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlRevision.cpp index 9096c78ccc96..81dd01e29c3f 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlRevision.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlRevision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "GitSourceControlRevision.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlRevision.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlRevision.h index e24ad09c9795..179dba63ac2f 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlRevision.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlRevision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlSettings.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlSettings.cpp index 77dd2b233fac..961fe3a892c7 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlSettings.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "GitSourceControlSettings.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlSettings.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlSettings.h index f0c0b3be015e..e28f7b54b3b6 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlSettings.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlState.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlState.cpp index ec9fa7b3d178..e4494b2fec6e 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlState.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "GitSourceControlState.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlState.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlState.h index 374aceb7a4ec..6796ad6794d3 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlState.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlUtils.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlUtils.cpp index 78f386a975b9..ef11b7677abe 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlUtils.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "GitSourceControlUtils.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlUtils.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlUtils.h index baaf1c91cdb3..6363f07e9cc5 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlUtils.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/GitSourceControlUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/IGitSourceControlWorker.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/IGitSourceControlWorker.h index 4920c88f55a8..53de81ece688 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/IGitSourceControlWorker.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/IGitSourceControlWorker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/SGitSourceControlSettings.cpp b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/SGitSourceControlSettings.cpp index 78b46f3b0c45..c690ad51cff0 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/SGitSourceControlSettings.cpp +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/SGitSourceControlSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GitSourceControlPrivatePCH.h" #include "SGitSourceControlSettings.h" diff --git a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/SGitSourceControlSettings.h b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/SGitSourceControlSettings.h index 8522050a1036..90247481ec9a 100644 --- a/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/SGitSourceControlSettings.h +++ b/Engine/Plugins/Developer/GitSourceControl/Source/GitSourceControl/Private/SGitSourceControlSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/KDevelopSourceCodeAccess.Build.cs b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/KDevelopSourceCodeAccess.Build.cs index 588461a376ee..816a18e2753a 100644 --- a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/KDevelopSourceCodeAccess.Build.cs +++ b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/KDevelopSourceCodeAccess.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessModule.cpp b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessModule.cpp index 6006db0581ab..f0264ba08450 100644 --- a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessModule.cpp +++ b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KDevelopSourceCodeAccessPrivatePCH.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessModule.h b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessModule.h index d79e327b5e47..40084c7b635a 100644 --- a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessModule.h +++ b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessPrivatePCH.h b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessPrivatePCH.h index cdd43ce34030..f76217429f86 100644 --- a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessPrivatePCH.h +++ b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessor.cpp b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessor.cpp index 5fd46e35b6d3..83dbfd303d82 100644 --- a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessor.cpp +++ b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KDevelopSourceCodeAccessPrivatePCH.h" #include "KDevelopSourceCodeAccessor.h" diff --git a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessor.h b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessor.h index a14e6b2f71dd..7805b651c346 100644 --- a/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessor.h +++ b/Engine/Plugins/Developer/KDevelopSourceCodeAccess/Source/KDevelopSourceCodeAccess/Private/KDevelopSourceCodeAccessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ISourceCodeAccessor.h" diff --git a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/NullSourceCodeAccess.Build.cs b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/NullSourceCodeAccess.Build.cs index 4cad06f9769c..2de33080936b 100644 --- a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/NullSourceCodeAccess.Build.cs +++ b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/NullSourceCodeAccess.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessModule.cpp b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessModule.cpp index baddd3a43528..93a8e4d3e690 100644 --- a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessModule.cpp +++ b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NullSourceCodeAccessPrivatePCH.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessModule.h b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessModule.h index 2d8ccc2b006d..b6ddf7daf962 100644 --- a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessModule.h +++ b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessPrivatePCH.h b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessPrivatePCH.h index 983157ec1fa2..c3539fcf9a81 100644 --- a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessPrivatePCH.h +++ b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessor.cpp b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessor.cpp index 76edd31a78ee..0353507fcfb0 100644 --- a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessor.cpp +++ b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NullSourceCodeAccessPrivatePCH.h" #include "NullSourceCodeAccessor.h" diff --git a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessor.h b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessor.h index 268c577f5aa3..f22716f7e4e7 100644 --- a/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessor.h +++ b/Engine/Plugins/Developer/NullSourceCodeAccess/Source/NullSourceCodeAccess/Private/NullSourceCodeAccessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/OneSkyLocalizationService.Build.cs b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/OneSkyLocalizationService.Build.cs index 457d25119267..492f9a27f2a5 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/OneSkyLocalizationService.Build.cs +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/OneSkyLocalizationService.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/IOneSkyLocalizationServiceWorker.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/IOneSkyLocalizationServiceWorker.h index 36afa1616cae..e3f4df87b18b 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/IOneSkyLocalizationServiceWorker.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/IOneSkyLocalizationServiceWorker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnection.cpp b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnection.cpp index 1d57fea793fe..242da7e3572f 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnection.cpp +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OneSkyLocalizationServicePrivatePCH.h" #include "OneSkyLocalizationServiceModule.h" diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnection.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnection.h index f000944223ef..772b4d70a1af 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnection.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnectionInfo.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnectionInfo.h index 73b682f5990e..84d0d47e7121 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnectionInfo.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyConnectionInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceCommand.cpp b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceCommand.cpp index c1a18e3460c9..9c4486c32d65 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceCommand.cpp +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OneSkyLocalizationServicePrivatePCH.h" #include "OneSkyLocalizationServiceCommand.h" diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceCommand.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceCommand.h index 94df2822dc40..4bddf4a1ac64 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceCommand.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceModule.cpp b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceModule.cpp index 2db7e318dd53..70b9233fe2d5 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceModule.cpp +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OneSkyLocalizationServicePrivatePCH.h" #include "OneSkyLocalizationServiceModule.h" diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceModule.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceModule.h index c0fe6173a6d8..cbaf1c272f93 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceModule.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceOperations.cpp b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceOperations.cpp index 6ba3358f409d..675473c968a1 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceOperations.cpp +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceOperations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OneSkyLocalizationServicePrivatePCH.h" #include "OneSkyLocalizationServiceOperations.h" diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceOperations.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceOperations.h index f4c2b25adcc7..a1b848b1df6f 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceOperations.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceOperations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServicePrivatePCH.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServicePrivatePCH.h index 2a8cbab07f15..723b549997c5 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServicePrivatePCH.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServicePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceProvider.cpp b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceProvider.cpp index 08a45d7682d7..49bbe1720121 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceProvider.cpp +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OneSkyLocalizationServicePrivatePCH.h" #include "OneSkyLocalizationServiceProvider.h" diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceProvider.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceProvider.h index 079e806056ca..ab65c3bec6c5 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceProvider.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceResponseTypes.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceResponseTypes.h index 2bc54c20850c..551e5555db93 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceResponseTypes.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceResponseTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceRevision.cpp b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceRevision.cpp index 9710bbba2de3..c4d2e56129b9 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceRevision.cpp +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceRevision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OneSkyLocalizationServicePrivatePCH.h" #include "OneSkyLocalizationServiceRevision.h" diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceRevision.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceRevision.h index e1b6456dba94..b7d1846548cf 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceRevision.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceRevision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceSettings.cpp b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceSettings.cpp index 2bc5f03c5eb0..eb82748e28ac 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceSettings.cpp +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OneSkyLocalizationServicePrivatePCH.h" #include "OneSkyLocalizationServiceSettings.h" diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceSettings.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceSettings.h index 34fcff374652..67bfecf265df 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceSettings.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceState.cpp b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceState.cpp index f212e7501bd4..bf207e02236b 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceState.cpp +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OneSkyLocalizationServicePrivatePCH.h" #include "OneSkyLocalizationServiceState.h" diff --git a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceState.h b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceState.h index cbc13bb32991..a4c1bf02ef82 100644 --- a/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceState.h +++ b/Engine/Plugins/Developer/OneSkyLocalizationService/Source/OneSkyLocalizationService/Private/OneSkyLocalizationServiceState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/PerforceSourceControl.Build.cs b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/PerforceSourceControl.Build.cs index 87b608cccbbf..a5963970ba61 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/PerforceSourceControl.Build.cs +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/PerforceSourceControl.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/IPerforceSourceControlWorker.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/IPerforceSourceControlWorker.h index 263ff37ae0e6..300cb9af8391 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/IPerforceSourceControlWorker.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/IPerforceSourceControlWorker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnection.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnection.cpp index f77d25d78f57..bc012b94127b 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnection.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlModule.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnection.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnection.h index c095ff787f07..e15739569987 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnection.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnectionInfo.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnectionInfo.h index cae2b2481c08..95053bd0e57a 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnectionInfo.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceConnectionInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlCommand.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlCommand.cpp index 2cdb4b84ad79..41127aa11f56 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlCommand.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlCommand.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlCommand.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlCommand.h index 1a91c5cd4441..6b43b47f3651 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlCommand.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlLabel.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlLabel.cpp index 2f4a993f7cc8..aaa0e80eb1a7 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlLabel.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlLabel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlLabel.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlLabel.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlLabel.h index 20ed9d05c9ce..a049b1761c6b 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlLabel.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlLabel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlModule.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlModule.cpp index 5315831dd8c6..d6756264db39 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlModule.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlModule.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlModule.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlModule.h index 1fd191b484a8..cd30eed798b2 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlModule.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.cpp index d98be533fdb2..b3dcb719e650 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlOperations.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.h index 77ef26d0064c..f003f767adac 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlPrivatePCH.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlPrivatePCH.h index f5347091f425..133dd9f350b0 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlPrivatePCH.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.cpp index b919a1e292d6..f4dbe90f6d2b 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlProvider.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.h index c8839c394d6c..7428205c323d 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlRevision.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlRevision.cpp index ed433a4f1d80..d6d1ab06ab08 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlRevision.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlRevision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlRevision.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlRevision.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlRevision.h index 2dde366650f2..ede48794db3b 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlRevision.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlRevision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlSettings.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlSettings.cpp index 1f6d6f788c5d..2e2744a0b125 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlSettings.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlSettings.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlSettings.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlSettings.h index d6eee68e57bc..6e6a26eddf73 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlSettings.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlState.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlState.cpp index b940ec330d20..731f49c8f0b0 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlState.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "PerforceSourceControlState.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlState.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlState.h index 2fbb4312cad1..4093115a487a 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlState.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/SPerforceSourceControlSettings.cpp b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/SPerforceSourceControlSettings.cpp index c00ec7dcc547..b38ca8d62736 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/SPerforceSourceControlSettings.cpp +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/SPerforceSourceControlSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerforceSourceControlPrivatePCH.h" #include "SPerforceSourceControlSettings.h" diff --git a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/SPerforceSourceControlSettings.h b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/SPerforceSourceControlSettings.h index d6084a922db6..6f40587f3901 100644 --- a/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/SPerforceSourceControlSettings.h +++ b/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/SPerforceSourceControlSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/ISubversionSourceControlWorker.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/ISubversionSourceControlWorker.h index d04b7158ba3a..477095f0b554 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/ISubversionSourceControlWorker.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/ISubversionSourceControlWorker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SSubversionSourceControlSettings.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SSubversionSourceControlSettings.cpp index b98bf26f2f2e..b68515bb7ebb 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SSubversionSourceControlSettings.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SSubversionSourceControlSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SSubversionSourceControlSettings.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SSubversionSourceControlSettings.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SSubversionSourceControlSettings.h index 4006c47cbfb4..1283b40d55b9 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SSubversionSourceControlSettings.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SSubversionSourceControlSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlCommand.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlCommand.cpp index 1db7f6b215a7..8fe9970808f4 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlCommand.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlCommand.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlCommand.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlCommand.h index af217e1fc227..3619be9b39e9 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlCommand.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlLabel.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlLabel.cpp index 0cde8c11ac68..6b8369f23b35 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlLabel.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlLabel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlLabel.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlLabel.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlLabel.h index 01f05a212a4f..ae91c3492098 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlLabel.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlLabel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlModule.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlModule.cpp index dd032e186417..4b5425c78b47 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlModule.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlModule.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlModule.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlModule.h index 213efbacf43d..862ebf2c87cd 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlModule.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlOperations.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlOperations.cpp index 3438c34e6c91..884d6e4d1b64 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlOperations.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlOperations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlOperations.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlOperations.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlOperations.h index 7df9850b2e27..1507cedb562e 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlOperations.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlOperations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlPrivatePCH.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlPrivatePCH.h index e5bfbd768924..1b01332d41d2 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlPrivatePCH.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlProvider.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlProvider.cpp index 0d0abe86e68a..546d255ff341 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlProvider.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlProvider.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlProvider.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlProvider.h index ad0fa241bc64..abfff5e978ac 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlProvider.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlRevision.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlRevision.cpp index b313b0adfb10..513ecae44bd6 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlRevision.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlRevision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlRevision.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlRevision.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlRevision.h index 0debe964db92..2e083901c6a5 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlRevision.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlRevision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlSettings.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlSettings.cpp index c554d66eec95..c00fc8288ce8 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlSettings.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlSettings.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlSettings.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlSettings.h index c994b9741dd6..9f7b3beec38e 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlSettings.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlState.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlState.cpp index 6b423a6c735f..b39a65778cac 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlState.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlState.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlState.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlState.h index 609eeccb12d1..2af019455a7d 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlState.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlUtils.cpp b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlUtils.cpp index 9a02713ed4a9..7b0b78a8d554 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlUtils.cpp +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SubversionSourceControlPrivatePCH.h" #include "SubversionSourceControlUtils.h" diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlUtils.h b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlUtils.h index c89f852094fd..aa14c05003b4 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlUtils.h +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/Private/SubversionSourceControlUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/SubversionSourceControl.Build.cs b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/SubversionSourceControl.Build.cs index b514d8d8e6da..7f676f7876fa 100644 --- a/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/SubversionSourceControl.Build.cs +++ b/Engine/Plugins/Developer/SubversionSourceControl/Source/SubversionSourceControl/SubversionSourceControl.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Classes/MyPluginObject.h b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Classes/MyPluginObject.h index da739ee0b194..9d7039b9fc8d 100644 --- a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Classes/MyPluginObject.h +++ b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Classes/MyPluginObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/MyPluginObject.cpp b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/MyPluginObject.cpp index 6d273f5df5d5..8d8b1e8781a3 100644 --- a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/MyPluginObject.cpp +++ b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/MyPluginObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UObjectPluginPrivatePCH.h" #include "MyPluginObject.h" diff --git a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/UObjectPlugin.cpp b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/UObjectPlugin.cpp index 8041a3bfec71..fbd219b3ffae 100644 --- a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/UObjectPlugin.cpp +++ b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/UObjectPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UObjectPluginPrivatePCH.h" diff --git a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/UObjectPluginPrivatePCH.h b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/UObjectPluginPrivatePCH.h index 041f9d8e7178..5e8f81eb672d 100644 --- a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/UObjectPluginPrivatePCH.h +++ b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Private/UObjectPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" diff --git a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Public/IUObjectPlugin.h b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Public/IUObjectPlugin.h index 5713319b720c..b9cca5847fb0 100644 --- a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Public/IUObjectPlugin.h +++ b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Public/IUObjectPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/UObjectPlugin.Build.cs b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/UObjectPlugin.Build.cs index 2055158c3441..658813b889e5 100644 --- a/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/UObjectPlugin.Build.cs +++ b/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/UObjectPlugin.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessModule.cpp b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessModule.cpp index 2db53b061b6c..35351b811a53 100644 --- a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessModule.cpp +++ b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VisualStudioSourceCodeAccessPrivatePCH.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessModule.h b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessModule.h index 1e8797c43853..da3cc412b6c7 100644 --- a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessModule.h +++ b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessPrivatePCH.h b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessPrivatePCH.h index cdd43ce34030..f76217429f86 100644 --- a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessPrivatePCH.h +++ b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessor.cpp b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessor.cpp index d7215906a2af..9e12b70bbc5b 100644 --- a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessor.cpp +++ b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VisualStudioSourceCodeAccessPrivatePCH.h" #include "VisualStudioSourceCodeAccessor.h" diff --git a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessor.h b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessor.h index 0721fe7cd598..88f8978f1d88 100644 --- a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessor.h +++ b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/Private/VisualStudioSourceCodeAccessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ISourceCodeAccessor.h" diff --git a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/VisualStudioSourceCodeAccess.Build.cs b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/VisualStudioSourceCodeAccess.Build.cs index 5a744426ae65..947bc5db7f8e 100644 --- a/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/VisualStudioSourceCodeAccess.Build.cs +++ b/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/Source/VisualStudioSourceCodeAccess/VisualStudioSourceCodeAccess.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessModule.cpp b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessModule.cpp index ee7d873ed874..5f31b593cfca 100644 --- a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessModule.cpp +++ b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XCodeSourceCodeAccessPrivatePCH.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessModule.h b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessModule.h index 40d40ed75b9a..c731370f736d 100644 --- a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessModule.h +++ b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessPrivatePCH.h b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessPrivatePCH.h index cdd43ce34030..f76217429f86 100644 --- a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessPrivatePCH.h +++ b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessor.cpp b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessor.cpp index fe10888144e8..0760ae39385f 100644 --- a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessor.cpp +++ b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XCodeSourceCodeAccessPrivatePCH.h" #include "XCodeSourceCodeAccessor.h" diff --git a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessor.h b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessor.h index 2456ffbc988e..66eeb3fb8ee1 100644 --- a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessor.h +++ b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/Private/XCodeSourceCodeAccessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/XCodeSourceCodeAccess.Build.cs b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/XCodeSourceCodeAccess.Build.cs index 2d664d2f1988..b842a179d8be 100644 --- a/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/XCodeSourceCodeAccess.Build.cs +++ b/Engine/Plugins/Developer/XCodeSourceCodeAccess/Source/XCodeSourceCodeAccess/XCodeSourceCodeAccess.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/EpicSurvey.Build.cs b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/EpicSurvey.Build.cs index 91703a2eead0..753a4af60dbd 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/EpicSurvey.Build.cs +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/EpicSurvey.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurvey.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurvey.cpp index 9054908a3c2b..1975f27b70a6 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurvey.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurvey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "EpicSurvey.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurvey.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurvey.h index a39f5395f550..b6eea42d9d4b 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurvey.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once DECLARE_DELEGATE_OneParam( FOnBrushLoaded, const TSharedPtr< FSlateDynamicImageBrush >& /*Brush*/ ); diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyCommands.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyCommands.cpp index 43a1e6d4923e..486d183dfd55 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyCommands.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "EpicSurveyCommands.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyCommands.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyCommands.h index 272e11a4168a..4915566c0f6b 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyCommands.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FEpicSurveyCommands : public TCommands diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyModule.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyModule.cpp index a8a824849dd6..57876dfbac74 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyModule.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "IEpicSurveyModule.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyPrivatePCH.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyPrivatePCH.h index 2cfd52662557..6157e8d1b26a 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyPrivatePCH.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/EpicSurveyPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "UnrealEd.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/QuestionBlock.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/QuestionBlock.cpp index 7e7fd7300283..48c938b80f2e 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/QuestionBlock.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/QuestionBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "QuestionBlock.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/QuestionBlock.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/QuestionBlock.h index 2cba13f9d660..eb1f5b579677 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/QuestionBlock.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/QuestionBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EpicSurvey.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SQuestionBlock.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SQuestionBlock.cpp index 64e007186efb..66fc166acc07 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SQuestionBlock.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SQuestionBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "SQuestionBlock.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SQuestionBlock.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SQuestionBlock.h index 2b8a5f6c8cbe..a82d5c697f2f 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SQuestionBlock.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SQuestionBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FQuestionBlock; diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurvey.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurvey.cpp index 3bd1559d7e42..24e72f9e1779 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurvey.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurvey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "SQuestionBlock.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurvey.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurvey.h index e3e5fa449abf..95e02cb9ad4b 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurvey.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FSurvey; diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyNotification.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyNotification.h index 17e5fd4f6795..5b0c9153bc33 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyNotification.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyNotification.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyPage.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyPage.cpp index 5f175c943bc2..e1846918862e 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyPage.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "SSurveyPage.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyPage.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyPage.h index efbc33e05b91..29fd2755d278 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyPage.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SSurveyPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FSurveyPage; diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/Survey.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/Survey.cpp index e83400a8364f..d47be1ae92d9 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/Survey.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/Survey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "Survey.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/Survey.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/Survey.h index 3b48a1835398..96af46a3747d 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/Survey.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/Survey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EpicSurvey.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyBranch.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyBranch.cpp index 667790bef33c..4927cfaf06bb 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyBranch.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyBranch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "SurveyBranch.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyBranch.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyBranch.h index 0d2e897dca5a..b87bc4431b52 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyBranch.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyBranch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EpicSurvey.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyPage.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyPage.cpp index 49f8829ca187..fef04e597b9b 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyPage.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "SurveyPage.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyPage.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyPage.h index f75db3842492..a07f57d489ce 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyPage.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EpicSurvey.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleCdnStorage.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleCdnStorage.cpp index 0f98685f7b1d..55c5019774d5 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleCdnStorage.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleCdnStorage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "SurveyTitleCdnStorage.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleCdnStorage.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleCdnStorage.h index 98db422100f7..c0ebe87903c3 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleCdnStorage.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleCdnStorage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineTitleFileInterface.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleLocalStorage.cpp b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleLocalStorage.cpp index 2c92fc261f8b..2ff22517bc2e 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleLocalStorage.cpp +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleLocalStorage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EpicSurveyPrivatePCH.h" #include "SurveyTitleLocalStorage.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleLocalStorage.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleLocalStorage.h index 84369c8db40e..16efe036d955 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleLocalStorage.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Private/SurveyTitleLocalStorage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineTitleFileInterface.h" diff --git a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Public/IEpicSurveyModule.h b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Public/IEpicSurveyModule.h index 618de89d192f..84d0b4701b55 100644 --- a/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Public/IEpicSurveyModule.h +++ b/Engine/Plugins/Editor/EpicSurvey/Source/EpicSurvey/Public/IEpicSurveyModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/MacGraphicsSwitching.Build.cs b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/MacGraphicsSwitching.Build.cs index b8da77a34090..b9966239545c 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/MacGraphicsSwitching.Build.cs +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/MacGraphicsSwitching.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingModule.cpp b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingModule.cpp index 6135a64fd07e..e08224f11fc2 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingModule.cpp +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MacGraphicsSwitchingModule.h" #include "IMacGraphicsSwitchingModule.h" diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingModule.h b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingModule.h index 7ea9c12cdf0d..f19f7864efc8 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingModule.h +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "SlateBasics.h" diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettings.cpp b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettings.cpp index 3a6da3b91de6..df4fbf88069e 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettings.cpp +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MacGraphicsSwitchingModule.h" #include "MacGraphicsSwitchingSettings.h" diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettings.h b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettings.h index c73744a74866..f03b2ef5c63b 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettings.h +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "MacGraphicsSwitchingSettings.generated.h" diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettingsDetails.cpp b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettingsDetails.cpp index 7a8e3bb78245..abc6cea0e480 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettingsDetails.cpp +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MacGraphicsSwitchingModule.h" #include "MacGraphicsSwitchingSettings.h" diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettingsDetails.h b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettingsDetails.h index 00aecd850ac1..56b5d9ca1de7 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettingsDetails.h +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingStyle.cpp b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingStyle.cpp index 9aa466803aae..cc7ac8739811 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingStyle.cpp +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MacGraphicsSwitchingModule.h" #include "MacGraphicsSwitchingStyle.h" diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingStyle.h b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingStyle.h index fe470614dc2e..6fed40249397 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingStyle.h +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingWidget.cpp b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingWidget.cpp index 6c2765959aab..aa6e222de9ae 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingWidget.cpp +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MacGraphicsSwitchingModule.h" #include "MacGraphicsSwitchingStyle.h" diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingWidget.h b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingWidget.h index 62b5513c14dc..5071ab0571e4 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingWidget.h +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Private/MacGraphicsSwitchingWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Public/IMacGraphicsSwitchingModule.h b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Public/IMacGraphicsSwitchingModule.h index 90dc24e47ca2..3e470ede40d3 100644 --- a/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Public/IMacGraphicsSwitchingModule.h +++ b/Engine/Plugins/Editor/MacGraphicsSwitching/Source/MacGraphicsSwitching/Public/IMacGraphicsSwitchingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/PluginBrowser.Build.cs b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/PluginBrowser.Build.cs index 8dd4494fd3a0..623244e541fa 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/PluginBrowser.Build.cs +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/PluginBrowser.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserModule.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserModule.cpp index 4945f84bf125..242cda9124c6 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserModule.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "SPluginBrowser.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserModule.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserModule.h index 6e92289b8c79..ebfc22a67f18 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserModule.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserPrivatePCH.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserPrivatePCH.h index 61b5e707300b..382e1716df98 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserPrivatePCH.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginBrowserPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginHelpers.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginHelpers.cpp index 29672fdd675b..b1b84175e237 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginHelpers.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "PluginHelpers.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginHelpers.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginHelpers.h index 3441a1a8ef15..fdfd27c9b40d 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginHelpers.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginMetadataObject.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginMetadataObject.cpp index 8983197965f8..692cc2adb24d 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginMetadataObject.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginMetadataObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "DetailLayoutBuilder.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginMetadataObject.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginMetadataObject.h index d075c6bd1af1..304d9829ee72 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginMetadataObject.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginMetadataObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginStyle.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginStyle.cpp index 624d57361873..b899d292df65 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginStyle.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "PluginStyle.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginStyle.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginStyle.h index e5b69f331cee..580a5d173525 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginStyle.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/PluginStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SFilePathBlock.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SFilePathBlock.cpp index 191ad257de35..4f2476fed1cb 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SFilePathBlock.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SFilePathBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "SFilePathBlock.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SFilePathBlock.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SFilePathBlock.h index 824022a5fa72..7ff3489bf271 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SFilePathBlock.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SFilePathBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SNewPluginWizard.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SNewPluginWizard.cpp index 2722bee0c0d9..13bcb64736c1 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SNewPluginWizard.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SNewPluginWizard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "SNewPluginWizard.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SNewPluginWizard.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SNewPluginWizard.h index 951e357d6d3f..1b6f40afdcda 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SNewPluginWizard.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SNewPluginWizard.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginBrowser.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginBrowser.cpp index 09a2b4b4497f..407e54653c25 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginBrowser.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "PluginStyle.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginBrowser.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginBrowser.h index 9e125cd03348..413291a68bab 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginBrowser.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategory.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategory.cpp index b93684162934..4302cda28dca 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategory.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "SPluginCategory.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategory.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategory.h index d90674241d89..d75190fe0539 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategory.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategoryTree.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategoryTree.cpp index b99772c38c2b..1162c6f61bb4 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategoryTree.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategoryTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "SPluginCategoryTree.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategoryTree.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategoryTree.h index a1732edbe18a..28641b7a7c2c 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategoryTree.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginCategoryTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTile.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTile.cpp index 2ec913867530..32d26ff6255c 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTile.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "SPluginTile.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTile.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTile.h index 97d5da6cdebd..6b652f0a4cf1 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTile.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTileList.cpp b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTileList.cpp index 9f9b0cf6980a..9cbcfd57d4bc 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTileList.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTileList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginBrowserPrivatePCH.h" #include "SPluginTileList.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTileList.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTileList.h index 7c71846e7a01..e655067cfa5d 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTileList.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Private/SPluginTileList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginBrowser.h b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginBrowser.h index 3fdee3c5cc19..cdf1d29efa05 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginBrowser.h +++ b/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs index 73dd89a1760b..59d0be76612c 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp index dcb7f3cb1cd4..d1867999552a 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h index 8a7d045803df..9556442a3bec 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAMEStyle.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAMEStyle.cpp index df4744ffe8db..95bb00c5a566 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAMEStyle.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Private/PLUGIN_NAMEStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" #include "PLUGIN_NAMEStyle.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h index 86d784fde0de..5177f4b1d04b 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.cpp index 2540a2350cee..bcee60984320 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" #include "PLUGIN_NAMECommands.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.h index aad994cdd046..c7feedeb8c89 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMEStyle.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMEStyle.h index 9920899b4cbc..9d92de786f2f 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMEStyle.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Advanced/Source/PLUGIN_NAME/Public/PLUGIN_NAMEStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs index 73dd89a1760b..59d0be76612c 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp index 200ced587879..4e553f10e989 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h index 8a7d045803df..9556442a3bec 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAMEStyle.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAMEStyle.cpp index 33cf0012ba59..63b1ae22e941 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAMEStyle.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Private/PLUGIN_NAMEStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h index a178b7f61fbf..b164d64f64c4 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.cpp index 57a9dfbc6c1d..97670a6e5a7c 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" #include "PLUGIN_NAMECommands.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.h index e581fd03e51a..22134075ad58 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMECommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMEStyle.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMEStyle.h index 22c2d197b893..b73ff8aa1a80 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMEStyle.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Basic/Source/PLUGIN_NAME/Public/PLUGIN_NAMEStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateBasics.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs b/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs index 967f87f72b17..94b741185a54 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp index 25803cc896b5..a3a930209730 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h index 1c1807078585..d9e0452da9d0 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAME.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h b/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h index e03d370eafc1..0a68a8093339 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/Blank/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp index 8dbf20db978a..45a44f2830af 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEBPLibrary.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEBPLibrary.cpp index a86d3568e870..7a1dffa40824 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEBPLibrary.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEBPLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" #include "PLUGIN_NAMEBPLibrary.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h index 1c1807078585..d9e0452da9d0 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAME.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h index e03d370eafc1..0a68a8093339 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAMEBPLibrary.h b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAMEBPLibrary.h index f45579651591..a3b795bf9c28 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAMEBPLibrary.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/BlueprintLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAMEBPLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs index 3b4a70fcb723..5d0321d4a8b5 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp index ac7bc5e354ea..c3362eef5cd9 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" #include "PLUGIN_NAMEEdMode.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEEdMode.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEEdMode.cpp index e6dee88d4398..da056bfc6fd7 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEEdMode.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEEdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" #include "PLUGIN_NAMEEdMode.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEEdModeToolkit.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEEdModeToolkit.cpp index 3b52b28e9a38..c35dca735347 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEEdModeToolkit.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEEdModeToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" #include "PLUGIN_NAMEEdMode.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h index 1c1807078585..d9e0452da9d0 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAME.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h index e03d370eafc1..0a68a8093339 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAMEEdMode.h b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAMEEdMode.h index 108d67530925..c16f94dbf173 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAMEEdMode.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAMEEdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAMEEdModeToolkit.h b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAMEEdModeToolkit.h index 1205172d911a..27fbf8b0c83c 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAMEEdModeToolkit.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/EditorMode/Source/PLUGIN_NAME/Public/PLUGIN_NAMEEdModeToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs b/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs index 9861f1439d6d..be96f5dd8181 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/PLUGIN_NAME.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp b/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp index 6c0aaf18e72b..bca0af30224e 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAME.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAMEPrivatePCH.h" #include "Core.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h b/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h index 1c1807078585..d9e0452da9d0 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Private/PLUGIN_NAMEPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PLUGIN_NAME.h" diff --git a/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h b/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h index d68b3fa97ac9..43c5da2b5228 100644 --- a/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h +++ b/Engine/Plugins/Editor/PluginBrowser/Templates/ThirdPartyLibrary/Source/PLUGIN_NAME/Public/PLUGIN_NAME.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/ReimportSpeedTreeFactory.h b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/ReimportSpeedTreeFactory.h index 149680f75647..d999d31ebaf5 100644 --- a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/ReimportSpeedTreeFactory.h +++ b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/ReimportSpeedTreeFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // ReimportSpeedTreeFactory diff --git a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/SpeedTreeImportFactory.h b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/SpeedTreeImportFactory.h index 90fcce8aab45..4f490d9df889 100644 --- a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/SpeedTreeImportFactory.h +++ b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/SpeedTreeImportFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Factory for importing SpeedTrees diff --git a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/ReimportSpeedTreeFactory.cpp b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/ReimportSpeedTreeFactory.cpp index 3fcbbd234d97..50ef56f52a42 100644 --- a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/ReimportSpeedTreeFactory.cpp +++ b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/ReimportSpeedTreeFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SpeedTreeImporterPrivatePCH.h" #include "ReimportSpeedTreeFactory.h" diff --git a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImportFactory.cpp b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImportFactory.cpp index 695c2f53358a..f57d750db199 100644 --- a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImportFactory.cpp +++ b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImportFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SpeedTreeImporterPrivatePCH.h" #include "SpeedTreeImportFactory.h" diff --git a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImporterModule.cpp b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImporterModule.cpp index 307a100c4510..7acc1901277d 100644 --- a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImporterModule.cpp +++ b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImporterModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SpeedTreeImporterPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImporterPrivatePCH.h b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImporterPrivatePCH.h index 4ecb4c4a492b..a2b0958669ea 100644 --- a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImporterPrivatePCH.h +++ b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/SpeedTreeImporterPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ISpeedTreeImporter.h" diff --git a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Public/ISpeedTreeImporter.h b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Public/ISpeedTreeImporter.h index 0e6bccb1451d..657b35f60b0a 100644 --- a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Public/ISpeedTreeImporter.h +++ b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Public/ISpeedTreeImporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/SpeedTreeImporter.Build.cs b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/SpeedTreeImporter.Build.cs index 9d4e79df7d76..d35ddd4b20ec 100644 --- a/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/SpeedTreeImporter.Build.cs +++ b/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/SpeedTreeImporter.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/BlueprintStats.Build.cs b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/BlueprintStats.Build.cs index 50a4be877392..bec805f5e2a6 100644 --- a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/BlueprintStats.Build.cs +++ b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/BlueprintStats.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStats.cpp b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStats.cpp index 58a577044bf2..ac4802df95d9 100644 --- a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStats.cpp +++ b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintStatsPrivatePCH.h" #include "BlueprintStats.h" diff --git a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStats.h b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStats.h index bf3d3e5d4887..54c8a02c04db 100644 --- a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStats.h +++ b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FBlueprintStatRecord diff --git a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStatsModule.cpp b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStatsModule.cpp index 49e2185b5f04..2ece1adccdf2 100644 --- a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStatsModule.cpp +++ b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStatsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintStatsPrivatePCH.h" #include "IBlueprintStatsModule.h" diff --git a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStatsPrivatePCH.h b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStatsPrivatePCH.h index 0fa3f64bd849..2c4cc7980eaf 100644 --- a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStatsPrivatePCH.h +++ b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Private/BlueprintStatsPrivatePCH.h @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Public/IBlueprintStatsModule.h b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Public/IBlueprintStatsModule.h index 545beb42309b..fd39114be0c3 100644 --- a/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Public/IBlueprintStatsModule.h +++ b/Engine/Plugins/Experimental/BlueprintStats/Source/BlueprintStats/Public/IBlueprintStatsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/CharacterAI.Build.cs b/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/CharacterAI.Build.cs index 39646ea7f5d0..b7f413d0ad96 100644 --- a/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/CharacterAI.Build.cs +++ b/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/CharacterAI.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Private/CharacterAIModule.cpp b/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Private/CharacterAIModule.cpp index 9df4f35cf7c6..56a5a01c55a1 100644 --- a/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Private/CharacterAIModule.cpp +++ b/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Private/CharacterAIModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CharacterAIPrivatePCH.h" #include "CharacterAIModule.h" diff --git a/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Private/CharacterAIPrivatePCH.h b/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Private/CharacterAIPrivatePCH.h index 5e1fce462f42..810cee476bdd 100644 --- a/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Private/CharacterAIPrivatePCH.h +++ b/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Private/CharacterAIPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Public/CharacterAIModule.h b/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Public/CharacterAIModule.h index a69fd4ddfe0a..0864cb0891d3 100644 --- a/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Public/CharacterAIModule.h +++ b/Engine/Plugins/Experimental/CharacterAI/Source/CharacterAI/Public/CharacterAIModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/CodeEditor.Build.cs b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/CodeEditor.Build.cs index 59bbdff4c609..83745f556fe5 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/CodeEditor.Build.cs +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/CodeEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CPPRichTextSyntaxHighlighterTextLayoutMarshaller.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CPPRichTextSyntaxHighlighterTextLayoutMarshaller.cpp index 6bae659da24d..b0fcfa5935be 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CPPRichTextSyntaxHighlighterTextLayoutMarshaller.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CPPRichTextSyntaxHighlighterTextLayoutMarshaller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "CPPRichTextSyntaxHighlighterTextLayoutMarshaller.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CPPRichTextSyntaxHighlighterTextLayoutMarshaller.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CPPRichTextSyntaxHighlighterTextLayoutMarshaller.h index 1c41489f0f66..47a1cbfcf2b2 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CPPRichTextSyntaxHighlighterTextLayoutMarshaller.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CPPRichTextSyntaxHighlighterTextLayoutMarshaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SyntaxHighlighterTextLayoutMarshaller.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeAssetTypeActions.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeAssetTypeActions.cpp index 7a3f924c8584..ba1a1e39b95d 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeAssetTypeActions.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeAssetTypeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "CodeAssetTypeActions.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeAssetTypeActions.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeAssetTypeActions.h index f9c4b2c65c15..a98e38f33ef8 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeAssetTypeActions.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeAssetTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditor.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditor.cpp index e7f889905f66..2f5442045d25 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditor.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorCustomization.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorCustomization.cpp index ac9c939c4252..2be79e4a47e3 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorCustomization.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "CodeEditorCustomization.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorCustomization.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorCustomization.h index cb4c296ff491..36db76635fbe 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorCustomization.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorPrivatePCH.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorPrivatePCH.h index 7ef4526daba1..bf72d2d753ba 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorPrivatePCH.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorStyle.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorStyle.cpp index b9cabee89bc4..000660a08cb7 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorStyle.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorStyle.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorStyle.h index 694212a8bf4c..118c188a9b40 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorStyle.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeEditorStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProject.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProject.cpp index 2ef28ab22150..30c878d0e27b 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProject.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProject.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProject.h index b5b717bccc82..4a7ebce53f06 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProject.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditor.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditor.cpp index d00da2f85b56..aeb4c760dbea 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditor.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "SCodeEditor.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditor.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditor.h index f5d841079002..e7c12fa4b246 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditor.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorCommands.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorCommands.cpp index bad612a93ca8..7869e5aebc7a 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorCommands.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorCommands.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorCommands.h index e917009d5660..e09ad2570dfb 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorCommands.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorToolbar.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorToolbar.cpp index 840aef8bc497..2303599032c8 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorToolbar.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "CodeProjectEditorToolbar.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorToolbar.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorToolbar.h index be39d3ce25d2..ca11461071a8 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorToolbar.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectEditorToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectFactory.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectFactory.cpp index 89e8f151926c..b39b0ea30783 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectFactory.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "CodeProjectFactory.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectFactory.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectFactory.h index 042d7c09d376..9aedbbd6b4fc 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectFactory.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectItem.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectItem.cpp index 20137a8bd486..bb6f6be840d4 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectItem.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "CodeProjectItem.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectItem.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectItem.h index 409d6795d7a3..fb00bdd1e2e7 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectItem.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/CodeProjectItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/DirectoryScanner.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/DirectoryScanner.cpp index 7edb57757891..bc2f34d669ee 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/DirectoryScanner.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/DirectoryScanner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "DirectoryScanner.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/DirectoryScanner.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/DirectoryScanner.h index bbf83e4cab57..706280c6e2da 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/DirectoryScanner.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/DirectoryScanner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditableText.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditableText.cpp index a5a3972f1b4c..26736fac1b21 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditableText.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditableText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "SCodeEditableText.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditableText.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditableText.h index 3ccfe3aa1974..d18dabbc8d83 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditableText.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditableText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditor.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditor.cpp index f4d4a4a90d89..c4ba028377e8 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditor.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "SCodeEditor.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditor.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditor.h index aec8bda50f97..782546fd7558 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditor.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeProjectEditor.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeProjectEditor.cpp index 341c63185c5d..dc29f153ccd1 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeProjectEditor.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeProjectEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "SCodeProjectEditor.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeProjectEditor.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeProjectEditor.h index a7bf7afd09d5..9686ba33450a 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeProjectEditor.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SCodeProjectEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SProjectViewItem.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SProjectViewItem.cpp index cb5de26b8c42..efb10c6e4067 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SProjectViewItem.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SProjectViewItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "SProjectViewItem.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SProjectViewItem.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SProjectViewItem.h index 586328c596c3..f50b91ade134 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SProjectViewItem.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/SProjectViewItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/WhiteSpaceTextRun.cpp b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/WhiteSpaceTextRun.cpp index fe1629f9458c..b98fa81270b8 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/WhiteSpaceTextRun.cpp +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/WhiteSpaceTextRun.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeEditorPrivatePCH.h" #include "WhiteSpaceTextRun.h" diff --git a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/WhiteSpaceTextRun.h b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/WhiteSpaceTextRun.h index 95a477711822..f742b896c841 100644 --- a/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/WhiteSpaceTextRun.h +++ b/Engine/Plugins/Experimental/CodeEditor/Source/CodeEditor/Private/WhiteSpaceTextRun.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/CodeView/Source/CodeView/CodeView.Build.cs b/Engine/Plugins/Experimental/CodeView/Source/CodeView/CodeView.Build.cs index a5632e282203..9fd8425028a0 100644 --- a/Engine/Plugins/Experimental/CodeView/Source/CodeView/CodeView.Build.cs +++ b/Engine/Plugins/Experimental/CodeView/Source/CodeView/CodeView.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/CodeViewPlugin.cpp b/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/CodeViewPlugin.cpp index a9f855c54be2..d586941d2cd7 100644 --- a/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/CodeViewPlugin.cpp +++ b/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/CodeViewPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeViewPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/CodeViewPrivatePCH.h b/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/CodeViewPrivatePCH.h index 34e98f707ea1..08ba0fa4c007 100644 --- a/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/CodeViewPrivatePCH.h +++ b/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/CodeViewPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/SCodeView.cpp b/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/SCodeView.cpp index 2143f12cf4d6..6faf5469879f 100644 --- a/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/SCodeView.cpp +++ b/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/SCodeView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CodeViewPrivatePCH.h" #include "SCodeView.h" diff --git a/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/SCodeView.h b/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/SCodeView.h index 2606c8af5fa0..c14d9361a3b9 100644 --- a/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/SCodeView.h +++ b/Engine/Plugins/Experimental/CodeView/Source/CodeView/Private/SCodeView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/HTML5Networking/README.md b/Engine/Plugins/Experimental/HTML5Networking/README.md index cc17e0d72561..d1dea0b22d24 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/README.md +++ b/Engine/Plugins/Experimental/HTML5Networking/README.md @@ -39,4 +39,4 @@ Build! and follow existing Unreal Networking documentation to setup servers/clie Disconnect events on client or server side are not handled properly yet -Copyright 2015 Epic Games. +Copyright 2015-2016 Epic Games. diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Classes/WebSocketConnection.h b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Classes/WebSocketConnection.h index 553b4dc0851c..6d4129f2b82c 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Classes/WebSocketConnection.h +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Classes/WebSocketConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Classes/WebSocketNetDriver.h b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Classes/WebSocketNetDriver.h index eaf4730d0398..5aa6c13f461f 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Classes/WebSocketNetDriver.h +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Classes/WebSocketNetDriver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // websocket based implementation of the net driver // diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/HTML5Networking.Build.cs b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/HTML5Networking.Build.cs index c7124b5f9572..e2e1a36a35ae 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/HTML5Networking.Build.cs +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/HTML5Networking.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/HTML5NetworkingPCH.h b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/HTML5NetworkingPCH.h index 083972668e91..f4b29c1582e3 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/HTML5NetworkingPCH.h +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/HTML5NetworkingPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/HTML5NetworkingPlugin.cpp b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/HTML5NetworkingPlugin.cpp index 7a4789cdd300..f22e76b8095a 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/HTML5NetworkingPlugin.cpp +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/HTML5NetworkingPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5NetworkingPCH.h" diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocket.cpp b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocket.cpp index bd889d86d2f1..57f7fe3c9b04 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocket.cpp +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocket.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5NetworkingPCH.h" #include "WebSocket.h" diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocket.h b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocket.h index 72f4c8f87f40..ca647c8c671a 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocket.h +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocket.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // libwebsocket client wrapper. // diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketNetDriver.cpp b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketNetDriver.cpp index 86ed39c4f87a..68844fa7da05 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketNetDriver.cpp +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketNetDriver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Unreal Websocket network driver. diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketServer.cpp b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketServer.cpp index 409e159743d5..e422a46f2de8 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketServer.cpp +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5NetworkingPCH.h" #include "WebSocketServer.h" diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketServer.h b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketServer.h index 3d78b4373867..217cc6bb25ba 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketServer.h +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebSocketServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Read http://lucumr.pocoo.org/2012/9/24/websockets-101/ for a nice intro to web sockets. // This uses https://libwebsockets.org/trac/libwebsockets diff --git a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebsocketConnection.cpp b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebsocketConnection.cpp index 3001b7310890..06f1a56c6b7e 100644 --- a/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebsocketConnection.cpp +++ b/Engine/Plugins/Experimental/HTML5Networking/Source/HTML5Networking/Private/WebsocketConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5NetworkingPCH.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/K2Node_LiveEditObject.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/K2Node_LiveEditObject.h index a6ffe3f3782b..af6f41c1688a 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/K2Node_LiveEditObject.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/K2Node_LiveEditObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorBlueprint.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorBlueprint.h index b5c9108f40d0..d9133fc93bfd 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorBlueprint.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LiveEditorTypes.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorBroadcaster.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorBroadcaster.h index 3b063c513a79..0aa7a47192fd 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorBroadcaster.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorBroadcaster.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorKismetLibrary.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorKismetLibrary.h index d5cbe4207cb5..e0f7be9876d6 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorKismetLibrary.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorKismetLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorTypes.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorTypes.h index 91ab721135ac..f26e5d5cb545 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorTypes.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Classes/LiveEditorTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LiveEditorTypes.generated.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/LiveEditor.Build.cs b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/LiveEditor.Build.cs index 0602a2c460d2..d1d326e82398 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/LiveEditor.Build.cs +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/LiveEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/K2Node_LiveEditObject.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/K2Node_LiveEditObject.cpp index da73b1ab7cd4..46d0fac4c762 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/K2Node_LiveEditObject.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/K2Node_LiveEditObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditor.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditor.cpp index 874d3a42247f..68d699d7a2d8 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditor.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "EdGraphUtilities.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprint.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprint.cpp index 5bbb960d7fbb..5bff7ae2901d 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprint.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorUserData.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprintBindingWizard.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprintBindingWizard.cpp index 874c8d2cf571..d563f959c603 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprintBindingWizard.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprintBindingWizard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorUserData.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprintBindingWizard.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprintBindingWizard.h index f8a12b256111..af42bcbdf687 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprintBindingWizard.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBlueprintBindingWizard.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBroadcaster.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBroadcaster.cpp index 9204dec53ec9..34ceb26a76ae 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBroadcaster.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorBroadcaster.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConfigWindow.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConfigWindow.cpp index b7e0d58ee3ef..01cf2714f3e9 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConfigWindow.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConfigWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorDevice.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConfigWindow.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConfigWindow.h index cbd18ce9611b..5a00b3923b0e 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConfigWindow.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConfigWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConnectionWindow.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConnectionWindow.cpp index 79249c1a656c..21246919db44 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConnectionWindow.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConnectionWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorConnectionWindow.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConnectionWindow.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConnectionWindow.h index f14654d88ec2..905069b22bf9 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConnectionWindow.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorConnectionWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDevice.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDevice.h index c6a4dca4af5a..f9cfde485e55 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDevice.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWindow.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWindow.cpp index 1e05fbbf18b4..a2542f4795a5 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWindow.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorDevice.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWindow.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWindow.h index 0875eea4be1c..877cc2a75f1c 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWindow.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWizard.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWizard.cpp index 47c5099022eb..97e71e69eee5 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWizard.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWizard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorDeviceSetupWizard.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWizard.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWizard.h index 643b2931e970..51975bd7e9df 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWizard.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorDeviceSetupWizard.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorKismetLibrary.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorKismetLibrary.cpp index 1b9aa7d76ea9..18fad48936ce 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorKismetLibrary.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorKismetLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorKismetLibrary.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorManager.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorManager.cpp index f7613d96f4d9..1bdce61522b1 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorManager.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorManager.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorManager.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorManager.h index 92d0c8f01e61..d46a15d3b43e 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorManager.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorPrivatePCH.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorPrivatePCH.h index 7febaaedc9b9..78b49b1292ad 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorPrivatePCH.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "UnrealEd.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorUserData.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorUserData.cpp index 5e1abf14e589..91e37453c317 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorUserData.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorUserData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorUserData.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorUserData.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorUserData.h index dddfcc88727e..026aafdb30d5 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorUserData.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorUserData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorWizardBase.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorWizardBase.cpp index 8694f377175d..5ff94dce2e60 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorWizardBase.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorWizardBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" #include "LiveEditorWizardBase.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorWizardBase.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorWizardBase.h index 7dd79a7b9246..7ec29707d6c3 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorWizardBase.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/LiveEditorWizardBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/SGraphPinLiveEditVar.cpp b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/SGraphPinLiveEditVar.cpp index c79500e5f486..5209bce1672c 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/SGraphPinLiveEditVar.cpp +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/SGraphPinLiveEditVar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorPrivatePCH.h" diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/SGraphPinLiveEditVar.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/SGraphPinLiveEditVar.h index 0f9894802f89..76b2e950f7c7 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/SGraphPinLiveEditVar.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Private/SGraphPinLiveEditVar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Public/ILiveEditor.h b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Public/ILiveEditor.h index 66f3462bd28f..e0a033bc653f 100644 --- a/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Public/ILiveEditor.h +++ b/Engine/Plugins/Experimental/LiveEditor/Source/LiveEditor/Public/ILiveEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/Phya/Source/Phya/Classes/PhyaCollisionHandler.h b/Engine/Plugins/Experimental/Phya/Source/Phya/Classes/PhyaCollisionHandler.h index f43d4f040a1f..fe9cb04f6303 100644 --- a/Engine/Plugins/Experimental/Phya/Source/Phya/Classes/PhyaCollisionHandler.h +++ b/Engine/Plugins/Experimental/Phya/Source/Phya/Classes/PhyaCollisionHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/Phya/Source/Phya/Phya.Build.cs b/Engine/Plugins/Experimental/Phya/Source/Phya/Phya.Build.cs index 4062dcb79076..37509cb2ced4 100644 --- a/Engine/Plugins/Experimental/Phya/Source/Phya/Phya.Build.cs +++ b/Engine/Plugins/Experimental/Phya/Source/Phya/Phya.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaCollisionHandler.cpp b/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaCollisionHandler.cpp index abf129cc73bb..363282fa7e9d 100644 --- a/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaCollisionHandler.cpp +++ b/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaCollisionHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhyaPluginPrivatePCH.h" #include "PhysicsPublic.h" diff --git a/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaPlugin.cpp b/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaPlugin.cpp index 569a76003648..1133f53710b9 100644 --- a/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaPlugin.cpp +++ b/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhyaPluginPrivatePCH.h" diff --git a/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaPluginPrivatePCH.h b/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaPluginPrivatePCH.h index d1d5c1516c67..b3ac3acc2b4e 100644 --- a/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaPluginPrivatePCH.h +++ b/Engine/Plugins/Experimental/Phya/Source/Phya/Private/PhyaPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" #include "Engine.h" diff --git a/Engine/Plugins/Experimental/Phya/Source/Phya/Public/IPhyaPlugin.h b/Engine/Plugins/Experimental/Phya/Source/Phya/Public/IPhyaPlugin.h index 8cea6b681332..62beaf8c5695 100644 --- a/Engine/Plugins/Experimental/Phya/Source/Phya/Public/IPhyaPlugin.h +++ b/Engine/Plugins/Experimental/Phya/Source/Phya/Public/IPhyaPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Private/SignificanceManager.cpp b/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Private/SignificanceManager.cpp index 23b720a256b2..cc2f5ac28550 100644 --- a/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Private/SignificanceManager.cpp +++ b/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Private/SignificanceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SignificanceManagerPrivate.h" #include "SignificanceManager.h" diff --git a/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Private/SignificanceManagerPrivate.h b/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Private/SignificanceManagerPrivate.h index ca5d0eeaa228..0da0b839472d 100644 --- a/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Private/SignificanceManagerPrivate.h +++ b/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Private/SignificanceManagerPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Public/SignificanceManager.h b/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Public/SignificanceManager.h index 7c935e9c2e77..7271eca3ed2e 100644 --- a/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Public/SignificanceManager.h +++ b/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/Public/SignificanceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/SignificanceManager.Build.cs b/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/SignificanceManager.Build.cs index 399f8ba53459..7772666b35a5 100644 --- a/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/SignificanceManager.Build.cs +++ b/Engine/Plugins/Experimental/SignificanceManager/Source/SignificanceManager/SignificanceManager.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMD.cpp b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMD.cpp index 7c3aeadd62f0..d30e8f52cb51 100644 --- a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMD.cpp +++ b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SimpleHMDPrivatePCH.h" #include "SimpleHMD.h" diff --git a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMD.h b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMD.h index af22eb5a484a..f8321c513194 100644 --- a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMD.h +++ b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ISimpleHMDPlugin.h" diff --git a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMDPrivatePCH.h b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMDPrivatePCH.h index 02fc20208232..1c75a3b5461d 100644 --- a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMDPrivatePCH.h +++ b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Private/SimpleHMDPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Public/ISimpleHMDPlugin.h b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Public/ISimpleHMDPlugin.h index 597e32ab8025..691e37313412 100644 --- a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Public/ISimpleHMDPlugin.h +++ b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Public/ISimpleHMDPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/SimpleHMD.Build.cs b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/SimpleHMD.Build.cs index cca3b341d949..bf0ec63ccdc9 100644 --- a/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/SimpleHMD.Build.cs +++ b/Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/SimpleHMD.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Classes/StructBox.h b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Classes/StructBox.h index 1e21bab0348e..317ae9c9ca35 100644 --- a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Classes/StructBox.h +++ b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Classes/StructBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Classes/StructBoxLibrary.h b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Classes/StructBoxLibrary.h index 3cfe07ed39c3..178e105c4c1b 100644 --- a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Classes/StructBoxLibrary.h +++ b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Classes/StructBoxLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBox.cpp b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBox.cpp index 26749abb04cb..9894d222380b 100644 --- a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBox.cpp +++ b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StructBoxPrivatePCH.h" #include "StructBox.h" diff --git a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxLibrary.cpp b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxLibrary.cpp index e6a18989e28f..a342a025a12b 100644 --- a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxLibrary.cpp +++ b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StructBoxPrivatePCH.h" #include "StructBoxLibrary.h" diff --git a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxModule.cpp b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxModule.cpp index ab1075d5d1aa..9f841f69c019 100644 --- a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxModule.cpp +++ b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StructBoxPrivatePCH.h" #include "IStructBoxModule.h" diff --git a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxPrivatePCH.h b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxPrivatePCH.h index e35b4a6ef2d9..06ed0616411d 100644 --- a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxPrivatePCH.h +++ b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Private/StructBoxPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Public/IStructBoxModule.h b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Public/IStructBoxModule.h index 59a753176d42..2125e07f5182 100644 --- a/Engine/Plugins/Experimental/StructBox/Source/StructBox/Public/IStructBoxModule.h +++ b/Engine/Plugins/Experimental/StructBox/Source/StructBox/Public/IStructBoxModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/StructBox/Source/StructBox/StructBox.Build.cs b/Engine/Plugins/Experimental/StructBox/Source/StructBox/StructBox.Build.cs index 85288dd099cc..ec7fdaefb881 100644 --- a/Engine/Plugins/Experimental/StructBox/Source/StructBox/StructBox.Build.cs +++ b/Engine/Plugins/Experimental/StructBox/Source/StructBox/StructBox.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.IO; using UnrealBuildTool; diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UTFGameAutomationTests.cpp b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UTFGameAutomationTests.cpp index d93fb62508bb..60814c8b96e0 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UTFGameAutomationTests.cpp +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UTFGameAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnitTestFrameworkPCH.h" #include "AutomationTest.h" diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UTFUnitTestInterface.cpp b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UTFUnitTestInterface.cpp index 4951c3b99a1e..166b6eec135e 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UTFUnitTestInterface.cpp +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UTFUnitTestInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnitTestFrameworkPCH.h" #include "UTFUnitTestInterface.h" diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UnitTestFrameworkModule.cpp b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UnitTestFrameworkModule.cpp index f41304aa808e..44ee5392b3b0 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UnitTestFrameworkModule.cpp +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UnitTestFrameworkModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnitTestFrameworkPCH.h" #include "UnitTestFrameworkModule.h" diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UnitTestFrameworkPCH.h b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UnitTestFrameworkPCH.h index f27c4e96aeaf..c8bf8d55bbaa 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UnitTestFrameworkPCH.h +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Private/UnitTestFrameworkPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Public/UTFUnitTestInterface.h b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Public/UTFUnitTestInterface.h index 7547f0b3e9fb..7d830325bcd8 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Public/UTFUnitTestInterface.h +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Public/UTFUnitTestInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Public/UnitTestFrameworkModule.h b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Public/UnitTestFrameworkModule.h index c7970225e14c..5ea3325d45e9 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Public/UnitTestFrameworkModule.h +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/Public/UnitTestFrameworkModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/UnitTestFramework.Build.cs b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/UnitTestFramework.Build.cs index 913692d76956..ee5a848ade50 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/UnitTestFramework.Build.cs +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFramework/UnitTestFramework.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorAutomationTests.cpp b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorAutomationTests.cpp index dcf4fd30ac7d..49f74b94c224 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorAutomationTests.cpp +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnitTestFrameworkEditorPCH.h" #include "UTFEditorAutomationTests.h" diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorAutomationTests.h b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorAutomationTests.h index 0937a5df7fe3..d39cfb5fdc73 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorAutomationTests.h +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorAutomationTests.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorStyle.cpp b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorStyle.cpp index 1cafeb66aa7c..1862a686f4dc 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorStyle.cpp +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnitTestFrameworkEditorPCH.h" #include "UTFEditorStyle.h" diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorStyle.h b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorStyle.h index 36440779badb..9a8ed540fd0c 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorStyle.h +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UTFEditorStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UnitTestFrameworkEditorModule.cpp b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UnitTestFrameworkEditorModule.cpp index 2cce88c6a361..4c8574080e06 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UnitTestFrameworkEditorModule.cpp +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UnitTestFrameworkEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnitTestFrameworkEditorPCH.h" #include "UnitTestFrameworkEditorModule.h" diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UnitTestFrameworkEditorPCH.h b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UnitTestFrameworkEditorPCH.h index f27c4e96aeaf..c8bf8d55bbaa 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UnitTestFrameworkEditorPCH.h +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Private/UnitTestFrameworkEditorPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Public/UnitTestFrameworkEditorModule.h b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Public/UnitTestFrameworkEditorModule.h index edf4286f9cb9..dfb77d201118 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Public/UnitTestFrameworkEditorModule.h +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/Public/UnitTestFrameworkEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/UnitTestFrameworkEditor.Build.cs b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/UnitTestFrameworkEditor.Build.cs index 1e71ca9c71b2..18ca68578714 100644 --- a/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/UnitTestFrameworkEditor.Build.cs +++ b/Engine/Plugins/Experimental/UnitTestFramework/Source/UnitTestFrameworkEditor/UnitTestFrameworkEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/AndroidMedia.Build.cs b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/AndroidMedia.Build.cs index a94700e87b9d..633acf6ddd19 100644 --- a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/AndroidMedia.Build.cs +++ b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/AndroidMedia.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaModule.cpp b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaModule.cpp index b42ac1da2e95..1b94acee506e 100644 --- a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaModule.cpp +++ b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidMediaPCH.h" #include "AndroidMediaPlayer.h" diff --git a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPCH.h b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPCH.h index 3e81e215db76..b693813fb9f3 100644 --- a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPCH.h +++ b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPlayer.cpp b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPlayer.cpp index f579de1b5420..8eab5c044a60 100644 --- a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPlayer.cpp +++ b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidMediaPCH.h" #include "AndroidMediaPlayer.h" diff --git a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPlayer.h b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPlayer.h index 668a67a9484d..77fb5fda429b 100644 --- a/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPlayer.h +++ b/Engine/Plugins/Media/AndroidMedia/Source/AndroidMedia/Private/AndroidMediaPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/AvfMedia.Build.cs b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/AvfMedia.Build.cs index 0504d86d3315..8fea73b892e1 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/AvfMedia.Build.cs +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/AvfMedia.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/AvfMediaModule.cpp b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/AvfMediaModule.cpp index 6c004ba696a8..09c34d4e6687 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/AvfMediaModule.cpp +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/AvfMediaModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AvfMediaPrivatePCH.h" #include "IMediaModule.h" diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/AvfMediaPrivatePCH.h b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/AvfMediaPrivatePCH.h index a147c3c4d3ea..7c0664b30cd5 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/AvfMediaPrivatePCH.h +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/AvfMediaPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Player/AvfMediaPlayer.cpp b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Player/AvfMediaPlayer.cpp index fb282445ec23..88e5a81fa770 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Player/AvfMediaPlayer.cpp +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Player/AvfMediaPlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AvfMediaPrivatePCH.h" diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Player/AvfMediaPlayer.h b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Player/AvfMediaPlayer.h index 5a1a22bcd1e5..ebd3e8fd2bec 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Player/AvfMediaPlayer.h +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Player/AvfMediaPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaAudioTrack.h b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaAudioTrack.h index ee81e8cd0fcd..8d9e119e9294 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaAudioTrack.h +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaAudioTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaCaptionTrack.h b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaCaptionTrack.h index 31482dbde84d..f452a17e12f1 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaCaptionTrack.h +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaCaptionTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaTrack.cpp b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaTrack.cpp index 86eab7f7a1f3..bd63a334308f 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaTrack.cpp +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AvfMediaPrivatePCH.h" diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaTrack.h b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaTrack.h index 52fa3c1085e9..1a29e2f62f2e 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaTrack.h +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaVideoTrack.cpp b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaVideoTrack.cpp index c3ac09f7a232..01458c7305fe 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaVideoTrack.cpp +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaVideoTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AvfMediaPrivatePCH.h" diff --git a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaVideoTrack.h b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaVideoTrack.h index 28cb880e0a81..e654fb4fa62f 100644 --- a/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaVideoTrack.h +++ b/Engine/Plugins/Media/AvfMedia/Source/AvfMedia/Private/Tracks/AvfMediaVideoTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/MediaPlayerEditor.Build.cs b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/MediaPlayerEditor.Build.cs index 3df115da7762..c461cd93d46d 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/MediaPlayerEditor.Build.cs +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/MediaPlayerEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaPlayerActions.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaPlayerActions.cpp index cc7aee109b8d..59347517d4b3 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaPlayerActions.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaPlayerActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "ContentBrowserModule.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaPlayerActions.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaPlayerActions.h index 4bca96811ea8..e4c7700f4bb8 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaPlayerActions.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaPlayerActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaSoundWaveActions.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaSoundWaveActions.cpp index 6c92569d451c..9b8199b85323 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaSoundWaveActions.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaSoundWaveActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaSoundWaveActions.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaSoundWaveActions.h index 56d534231787..f43ac457f2b5 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaSoundWaveActions.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaSoundWaveActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaTextureActions.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaTextureActions.cpp index f8a7c27320fd..63a49ad1b0a9 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaTextureActions.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaTextureActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "Editor/ContentBrowser/Public/ContentBrowserModule.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaTextureActions.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaTextureActions.h index edb680ae9d62..51989cb124bf 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaTextureActions.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/AssetTools/MediaTextureActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaPlayerCustomization.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaPlayerCustomization.cpp index 532ea4be0fef..9e29d436bc7f 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaPlayerCustomization.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaPlayerCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "IMediaModule.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaPlayerCustomization.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaPlayerCustomization.h index 09c85ed675e8..fb88f554d714 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaPlayerCustomization.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaPlayerCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaSoundWaveCustomization.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaSoundWaveCustomization.cpp index 278caa18796a..107a06060169 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaSoundWaveCustomization.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaSoundWaveCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "IMediaPlayer.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaSoundWaveCustomization.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaSoundWaveCustomization.h index f8ab331e36e7..e004c050c5de 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaSoundWaveCustomization.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaSoundWaveCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaTextureCustomization.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaTextureCustomization.cpp index 296e30734346..96818bb6ce25 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaTextureCustomization.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaTextureCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "IMediaPlayer.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaTextureCustomization.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaTextureCustomization.h index a399ae3bf983..232777e460c3 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaTextureCustomization.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Customizations/MediaTextureCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactory.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactory.cpp index a1f0c06117c1..bfece370b18f 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactory.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "IMediaModule.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactory.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactory.h index 7dee64232981..2c7803a2ec7b 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactory.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactoryNew.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactoryNew.cpp index eab9dcde2eaa..93d4ab19c46b 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactoryNew.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactoryNew.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactoryNew.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactoryNew.h index ca451b24f01c..dab72f29ea8c 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactoryNew.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaPlayerFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaSoundWaveFactoryNew.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaSoundWaveFactoryNew.cpp index 4353560fecd3..4e5a2c828ee0 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaSoundWaveFactoryNew.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaSoundWaveFactoryNew.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaSoundWaveFactoryNew.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaSoundWaveFactoryNew.h index b57662ceb0b1..ed59ec9bc622 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaSoundWaveFactoryNew.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaSoundWaveFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaTextureFactoryNew.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaTextureFactoryNew.cpp index 20c3cfc47451..af6ce4034acd 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaTextureFactoryNew.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaTextureFactoryNew.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaTextureFactoryNew.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaTextureFactoryNew.h index 63a14f157767..ef9606e76382 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaTextureFactoryNew.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Factories/MediaTextureFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorModule.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorModule.cpp index 5f59a8aab9e2..6b5b6247459c 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorModule.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorPrivatePCH.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorPrivatePCH.h index adbb6e055467..f1773e6b51e7 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorPrivatePCH.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorToolkit.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorToolkit.cpp index 0a75f6f4c187..b0ff91135029 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorToolkit.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "Factories.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorToolkit.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorToolkit.h index c6cde1aef0fe..72e2f3fc7e59 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorToolkit.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/MediaPlayerEditorToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorCommands.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorCommands.cpp index 652c4028f96a..afdf39725ff8 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorCommands.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorCommands.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorCommands.h index e68b63656ca2..c43ee793b61a 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorCommands.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorTexture.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorTexture.h index bc00d4cd0343..0671d48e6f98 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorTexture.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorTexture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorViewport.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorViewport.cpp index 5c7f7bcfb98f..ca86c3902021 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorViewport.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "IMediaVideoTrack.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorViewport.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorViewport.h index f00d922fd61a..c4b4e32251ea 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorViewport.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Models/MediaPlayerEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Styles/MediaPlayerEditorStyle.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Styles/MediaPlayerEditorStyle.h index 6ccb7f4042ef..b039878b3210 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Styles/MediaPlayerEditorStyle.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Styles/MediaPlayerEditorStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorDetails.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorDetails.cpp index 628a6e9f5972..e3171e86a41e 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorDetails.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorDetails.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorDetails.h index 8e16c0ac77ab..8b182db73c47 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorDetails.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.cpp b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.cpp index 16922b766540..a28ed1647370 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.cpp +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPlayerEditorPrivatePCH.h" #include "IMediaPlayer.h" diff --git a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.h b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.h index 3eb5d99b0180..f609c3820412 100644 --- a/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.h +++ b/Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Private/Widgets/SMediaPlayerEditorViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Player/WmfMediaPlayer.cpp b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Player/WmfMediaPlayer.cpp index a074b6d8a481..6d0eb0134ab4 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Player/WmfMediaPlayer.cpp +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Player/WmfMediaPlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WmfMediaPrivatePCH.h" #include "AllowWindowsPlatformTypes.h" diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Player/WmfMediaPlayer.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Player/WmfMediaPlayer.h index 4c1578ac2de3..70bf63bbe56f 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Player/WmfMediaPlayer.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Player/WmfMediaPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaAudioTrack.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaAudioTrack.h index 79bd7fbfd03b..8afd0bfe548f 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaAudioTrack.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaAudioTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaCaptionTrack.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaCaptionTrack.h index c297ad089bdf..faf5c9a2876f 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaCaptionTrack.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaCaptionTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaTrack.cpp b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaTrack.cpp index 74c50356a62f..cae4f4c77849 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaTrack.cpp +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WmfMediaPrivatePCH.h" #include "AllowWindowsPlatformTypes.h" diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaTrack.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaTrack.h index 9a2a9a0af1a9..c8b20fcc0632 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaTrack.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaVideoTrack.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaVideoTrack.h index 0c01502162c9..9d2b71fa7f6e 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaVideoTrack.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Tracks/WmfMediaVideoTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaByteStream.cpp b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaByteStream.cpp index 815d407c88e1..b7087b25f39f 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaByteStream.cpp +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaByteStream.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WmfMediaPrivatePCH.h" #include "AllowWindowsPlatformTypes.h" diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaByteStream.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaByteStream.h index f370bc1fcb04..77bd667bad6b 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaByteStream.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaByteStream.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaReadState.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaReadState.h index 8ffc0a5de9ae..0ee18f27310a 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaReadState.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaReadState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolveState.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolveState.h index 7fa646c27f4a..ab2c181fc798 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolveState.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolveState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolver.cpp b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolver.cpp index 4885a73207e1..18ca38f92884 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolver.cpp +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WmfMediaPrivatePCH.h" #include "AllowWindowsPlatformTypes.h" diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolver.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolver.h index da30a04ebb99..ffcc3f3d8b4e 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolver.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaResolver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSampler.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSampler.h index 0cc94a08abae..ff3fb37f01cf 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSampler.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSampler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSession.cpp b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSession.cpp index 2ff4e12a79a3..ab5149172e7a 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSession.cpp +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSession.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WmfMediaPrivatePCH.h" #include "AllowWindowsPlatformTypes.h" diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSession.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSession.h index 1437d2e2ebc9..fef902a3865f 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSession.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/Wmf/WmfMediaSession.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/WmfMediaModule.cpp b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/WmfMediaModule.cpp index 86f68be88b65..ee17d9e4f0b8 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/WmfMediaModule.cpp +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/WmfMediaModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WmfMediaPrivatePCH.h" #include "IMediaModule.h" diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/WmfMediaPrivatePCH.h b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/WmfMediaPrivatePCH.h index 3378075cf460..c133ce29ceaa 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/WmfMediaPrivatePCH.h +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/Private/WmfMediaPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/WmfMedia.Build.cs b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/WmfMedia.Build.cs index 309ea451e331..45ac8a0c01e0 100644 --- a/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/WmfMedia.Build.cs +++ b/Engine/Plugins/Media/WmfMedia/Source/WmfMedia/WmfMedia.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/MessagingDebugger.Build.cs b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/MessagingDebugger.Build.cs index b94602f82fd1..2b52932ce471 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/MessagingDebugger.Build.cs +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/MessagingDebugger.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/MessagingDebuggerModule.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/MessagingDebuggerModule.cpp index 25c717a77b78..ef1db093c477 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/MessagingDebuggerModule.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/MessagingDebuggerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/MessagingDebuggerPrivatePCH.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/MessagingDebuggerPrivatePCH.h index faf6c7368131..90d1631d676b 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/MessagingDebuggerPrivatePCH.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/MessagingDebuggerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerCommands.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerCommands.h index be0bc66e7bba..7df70e623518 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerCommands.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerEndpointFilter.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerEndpointFilter.h index cf67fcbac0a5..1a01413d01d9 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerEndpointFilter.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerEndpointFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerMessageFilter.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerMessageFilter.h index ba9570aa76ce..f273813c2304 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerMessageFilter.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerMessageFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerModel.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerModel.h index 56da6da60f8f..448deb76dfba 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerModel.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerTypeFilter.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerTypeFilter.h index 8f80dc7e5126..94921cc54865 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerTypeFilter.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Models/MessagingDebuggerTypeFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Styles/MessagingDebuggerStyle.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Styles/MessagingDebuggerStyle.h index e6fa7ce09914..7ea437662315 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Styles/MessagingDebuggerStyle.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Styles/MessagingDebuggerStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpoints.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpoints.cpp index cf67bc2d6aad..4651742bdd79 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpoints.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpoints.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpoints.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpoints.h index 306c0b44fff5..806269f2ee60 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpoints.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpoints.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpointsTableRow.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpointsTableRow.h index 48e9d5e0af26..9fe677f8ff2a 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpointsTableRow.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Breakpoints/SMessagingBreakpointsTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingAddressTableRow.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingAddressTableRow.h index 4d3d14616f69..8c254582f517 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingAddressTableRow.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingAddressTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingEndpointDetails.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingEndpointDetails.cpp index 84b0ee91d47d..5b981026750d 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingEndpointDetails.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingEndpointDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingEndpointDetails.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingEndpointDetails.h index 5f7c9fa5258c..87a02f87c0b4 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingEndpointDetails.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/EndpointDetails/SMessagingEndpointDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpoints.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpoints.cpp index fc09b2c4748f..f7581b90be65 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpoints.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpoints.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpoints.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpoints.h index 8d7d763ac670..69c9b715a54e 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpoints.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpoints.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsFilterBar.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsFilterBar.cpp index cf8ec064b0d9..054dbe6da2e3 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsFilterBar.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsFilterBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "SMessagingEndpointsFilterBar.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsFilterBar.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsFilterBar.h index 3545ac458508..a089986ed85b 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsFilterBar.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsFilterBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsTableRow.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsTableRow.h index 40a2b05491fb..5c861b1de900 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsTableRow.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Endpoints/SMessagingEndpointsTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Graph/SMessagingGraph.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Graph/SMessagingGraph.cpp index 562e48383c8d..f0ff4b1c348f 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Graph/SMessagingGraph.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Graph/SMessagingGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Graph/SMessagingGraph.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Graph/SMessagingGraph.h index 40ea47c206a7..6427331efde7 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Graph/SMessagingGraph.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Graph/SMessagingGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistory.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistory.cpp index a0dba76621a3..bbe0a561e72f 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistory.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "SHyperlink.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistory.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistory.h index 53fe4b0157ac..8202dff4c49c 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistory.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistoryFilterBar.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistoryFilterBar.h index 7053cb1bd2b3..dfdc261390f2 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistoryFilterBar.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistoryFilterBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistoryTableRow.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistoryTableRow.h index 55cb55c634c6..c157cc388c8b 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistoryTableRow.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/History/SMessagingHistoryTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptors.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptors.cpp index 19a010f01e91..247011c11f56 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptors.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptors.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "SMessagingInterceptorsTableRow.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptors.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptors.h index 2d3f160d63c7..78df307eac65 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptors.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptors.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptorsTableRow.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptorsTableRow.h index 09e26b8f78f9..6948aa813e32 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptorsTableRow.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Interceptors/SMessagingInterceptorsTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageData/SMessagingMessageData.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageData/SMessagingMessageData.cpp index a244559f4250..e8deaff10dc4 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageData/SMessagingMessageData.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageData/SMessagingMessageData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "Json.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageData/SMessagingMessageData.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageData/SMessagingMessageData.h index f51b374bcde2..f323f7a2daa7 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageData/SMessagingMessageData.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageData/SMessagingMessageData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingDispatchStateTableRow.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingDispatchStateTableRow.h index ccc02b04bcec..76c0ddbd0383 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingDispatchStateTableRow.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingDispatchStateTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingMessageDetails.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingMessageDetails.cpp index 46ca530c6977..549aa12665fc 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingMessageDetails.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingMessageDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingMessageDetails.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingMessageDetails.h index 417ae9a108b6..535027b899f8 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingMessageDetails.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/MessageDetails/SMessagingMessageDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/SMessagingDebugger.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/SMessagingDebugger.cpp index 3fdaf31c1d4c..0dd9217fcea0 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/SMessagingDebugger.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/SMessagingDebugger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "SDockTab.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/SMessagingDebugger.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/SMessagingDebugger.h index 541091e91f1d..c415215a9e19 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/SMessagingDebugger.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/SMessagingDebugger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Toolbar/SMessagingDebuggerToolbar.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Toolbar/SMessagingDebuggerToolbar.cpp index a5d0085f76b3..367eeef5e359 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Toolbar/SMessagingDebuggerToolbar.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Toolbar/SMessagingDebuggerToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Toolbar/SMessagingDebuggerToolbar.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Toolbar/SMessagingDebuggerToolbar.h index 7b240bb38d87..0dd4cc71e736 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Toolbar/SMessagingDebuggerToolbar.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Toolbar/SMessagingDebuggerToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypes.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypes.cpp index 6ccc0bc5bf79..b59e791f16e8 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypes.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypes.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypes.h index 304f0cc46f10..64184bf6b5ad 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypes.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesFilterBar.cpp b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesFilterBar.cpp index 96334fa79800..9b64f6b6c734 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesFilterBar.cpp +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesFilterBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingDebuggerPrivatePCH.h" #include "SMessagingTypesFilterBar.h" diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesFilterBar.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesFilterBar.h index b8a484f5f7bd..ba9a4710f63a 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesFilterBar.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesFilterBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesTableRow.h b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesTableRow.h index a3087ebf8323..833492a8ada5 100644 --- a/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesTableRow.h +++ b/Engine/Plugins/Messaging/MessagingDebugger/Source/MessagingDebugger/Private/Widgets/Types/SMessagingTypesTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessageSegment.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessageSegment.h index f0c8195110be..471d0b9b0c5c 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessageSegment.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessageSegment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessagingSettings.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessagingSettings.h index d7aaee53856f..dad9d0436643 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessagingSettings.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Shared/UdpMessagingSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessageSegmenterTest.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessageSegmenterTest.cpp index b2ec7bf55194..0e8545173431 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessageSegmenterTest.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessageSegmenterTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessageTransportTest.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessageTransportTest.cpp index 4e8b256c90b4..78ea0826a6ff 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessageTransportTest.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessageTransportTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessagingTestTypes.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessagingTestTypes.h index 30795784da49..928a63db8682 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessagingTestTypes.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpMessagingTestTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpSerializeMessageTaskTest.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpSerializeMessageTaskTest.cpp index 403b920bfcaa..3a5e07817b3d 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpSerializeMessageTaskTest.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tests/UdpSerializeMessageTaskTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpDeserializedMessage.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpDeserializedMessage.cpp index fe9b824e2373..bd3c13938b9a 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpDeserializedMessage.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpDeserializedMessage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" #include "JsonStructDeserializerBackend.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpDeserializedMessage.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpDeserializedMessage.h index a5179db2abd3..999f9ac5260e 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpDeserializedMessage.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpDeserializedMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageBeacon.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageBeacon.cpp index b97293d7d7b1..18601587c942 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageBeacon.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageBeacon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageBeacon.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageBeacon.h index a3112b67e1ac..a768340125e4 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageBeacon.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageBeacon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessor.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessor.cpp index 63e462dd7c14..4177de895a2f 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessor.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessor.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessor.h index 0da4ee50d1c7..bec7f2b79332 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessor.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageProcessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageResequencer.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageResequencer.h index 8e234732ce6e..80d60e81cc1d 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageResequencer.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageResequencer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageSegmenter.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageSegmenter.cpp index 78e5b97bfda1..5b6e64ae259a 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageSegmenter.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageSegmenter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageSegmenter.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageSegmenter.h index 9147affa8d12..118b79c486f1 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageSegmenter.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageSegmenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageTransport.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageTransport.cpp index c912a0e622b6..79fc1c17cb25 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageTransport.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageTransport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" #include "UdpSerializeMessageTask.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageTransport.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageTransport.h index 4b0e3985c597..b7ab3756920e 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageTransport.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpMessageTransport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpReassembledMessage.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpReassembledMessage.h index 4047354ee5f4..5a23ae89f2e8 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpReassembledMessage.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpReassembledMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializeMessageTask.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializeMessageTask.cpp index 06dcb778eef2..5c5e517f35f7 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializeMessageTask.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializeMessageTask.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" #include "TaskGraphInterfaces.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializeMessageTask.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializeMessageTask.h index 8cacabadcea2..1303ce0c11f4 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializeMessageTask.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializeMessageTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializedMessage.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializedMessage.h index 521d246bc5c6..c5b645a357af 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializedMessage.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Transport/UdpSerializedMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnel.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnel.cpp index e1b6fe157eab..49ad7737518e 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnel.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnel.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnel.h index b68da8109cd8..3c71ba0f2b25 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnel.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnelConnection.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnelConnection.cpp index 719dbf632fa2..6910aa9b81ba 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnelConnection.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnelConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnelConnection.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnelConnection.h index f936f08fd6d9..f9e9e8766cfe 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnelConnection.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/Tunnel/UdpMessageTunnelConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingClasses.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingClasses.cpp index 97e3860637c3..01cd5106a56d 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingClasses.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingModule.cpp b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingModule.cpp index f9b76b83b5c2..5476faeb31ce 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingModule.cpp +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UdpMessagingPrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingPrivatePCH.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingPrivatePCH.h index e078b8740b05..f8fc2d8252f6 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingPrivatePCH.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Private/UdpMessagingPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h index 4fd6aa7b566f..8093e2ca855b 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnelConnection.h b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnelConnection.h index a2fc124c6ab0..4903825c4e57 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnelConnection.h +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnelConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/UdpMessaging.Build.cs b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/UdpMessaging.Build.cs index bdabf87a460a..983431b13ba6 100644 --- a/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/UdpMessaging.Build.cs +++ b/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/UdpMessaging.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/LevelSequenceEditor.Build.cs b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/LevelSequenceEditor.Build.cs index 043551ad2776..9eacd061b4fe 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/LevelSequenceEditor.Build.cs +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/LevelSequenceEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/AssetTools/LevelSequenceActions.cpp b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/AssetTools/LevelSequenceActions.cpp index 9c01182af64d..24504f011981 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/AssetTools/LevelSequenceActions.cpp +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/AssetTools/LevelSequenceActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequenceEditorPCH.h" #include "IAssetTools.h" diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/AssetTools/LevelSequenceActions.h b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/AssetTools/LevelSequenceActions.h index e887838047d2..290acf9aed2a 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/AssetTools/LevelSequenceActions.h +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/AssetTools/LevelSequenceActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Customizations/LevelSequencePlaybackSettingsCustomization.cpp b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Customizations/LevelSequencePlaybackSettingsCustomization.cpp index 1958b9d0c883..f85206a86693 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Customizations/LevelSequencePlaybackSettingsCustomization.cpp +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Customizations/LevelSequencePlaybackSettingsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequenceEditorPCH.h" #include "IDetailPropertyRow.h" diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Customizations/LevelSequencePlaybackSettingsCustomization.h b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Customizations/LevelSequencePlaybackSettingsCustomization.h index e6fd407c2ab6..3889311e4c21 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Customizations/LevelSequencePlaybackSettingsCustomization.h +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Customizations/LevelSequencePlaybackSettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Factories/LevelSequenceFactoryNew.cpp b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Factories/LevelSequenceFactoryNew.cpp index ffadec0c9038..45291f311733 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Factories/LevelSequenceFactoryNew.cpp +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Factories/LevelSequenceFactoryNew.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequenceEditorPCH.h" #include "LevelSequence.h" diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Factories/LevelSequenceFactoryNew.h b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Factories/LevelSequenceFactoryNew.h index 7b9fb5188af1..2a4125018bdc 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Factories/LevelSequenceFactoryNew.h +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Factories/LevelSequenceFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorModule.cpp b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorModule.cpp index ef2981e4790e..57f95fa5e8a3 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorModule.cpp +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequenceEditorPCH.h" #include "LevelEditor.h" diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorPCH.h b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorPCH.h index 9031ab58daa8..b20c4951348b 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorPCH.h +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorToolkit.cpp b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorToolkit.cpp index de0be16d774a..d7d14a9768c5 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorToolkit.cpp +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequenceEditorPCH.h" #include "Toolkits/IToolkitHost.h" diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorToolkit.h b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorToolkit.h index 7ed2e2953de0..513d36fc9329 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorToolkit.h +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceProjectSettings.cpp b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceProjectSettings.cpp index 5b7afe5a543c..1574f204bfb5 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceProjectSettings.cpp +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceProjectSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequenceEditorPCH.h" #include "LevelSequenceProjectSettings.h" diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceProjectSettings.h b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceProjectSettings.h index 2712d83fcc3c..95caf87b7ea7 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceProjectSettings.h +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceProjectSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Misc/LevelSequenceEditorSpawnRegister.cpp b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Misc/LevelSequenceEditorSpawnRegister.cpp index 9c499db0bad8..12702e95dc56 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Misc/LevelSequenceEditorSpawnRegister.cpp +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Misc/LevelSequenceEditorSpawnRegister.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequenceEditorPCH.h" #include "ISequencer.h" diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Misc/LevelSequenceEditorSpawnRegister.h b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Misc/LevelSequenceEditorSpawnRegister.h index 5d0c9cc10617..c7a9e3c0ec87 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Misc/LevelSequenceEditorSpawnRegister.h +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Misc/LevelSequenceEditorSpawnRegister.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Styles/LevelSequenceEditorStyle.h b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Styles/LevelSequenceEditorStyle.h index beb1b4088c1c..1c727e37f69e 100644 --- a/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Styles/LevelSequenceEditorStyle.h +++ b/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/Styles/LevelSequenceEditorStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Classes/UnitTests/FTextCrash.h b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Classes/UnitTests/FTextCrash.h index b0a6a5c80d4e..3ebd15d8f496 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Classes/UnitTests/FTextCrash.h +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Classes/UnitTests/FTextCrash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Classes/UnitTests/UTT61_DebugReplicateData.h b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Classes/UnitTests/UTT61_DebugReplicateData.h index ff804cd02d38..24a5406b49bc 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Classes/UnitTests/UTT61_DebugReplicateData.h +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Classes/UnitTests/UTT61_DebugReplicateData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/NUTUnrealEngine4.Build.cs b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/NUTUnrealEngine4.Build.cs index 74bf29fd67ac..8b7535bd3649 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/NUTUnrealEngine4.Build.cs +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/NUTUnrealEngine4.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/NUTUnrealEngine4.cpp b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/NUTUnrealEngine4.cpp index 83b4767d3667..ead235c369e6 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/NUTUnrealEngine4.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/NUTUnrealEngine4.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NUTUnrealEngine4PCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/NUTUnrealEngine4PCH.h b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/NUTUnrealEngine4PCH.h index 3943840c6f4a..8b55158e5575 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/NUTUnrealEngine4PCH.h +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/NUTUnrealEngine4PCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/UnitTests/FTextCrash.cpp b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/UnitTests/FTextCrash.cpp index 90749913dba1..f9f3e08f9e5d 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/UnitTests/FTextCrash.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/UnitTests/FTextCrash.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NUTUnrealEngine4PCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/UnitTests/UTT61_DebugReplicateData.cpp b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/UnitTests/UTT61_DebugReplicateData.cpp index 93a1c1fefc26..de40cd3a7419 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/UnitTests/UTT61_DebugReplicateData.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Private/UnitTests/UTT61_DebugReplicateData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NUTUnrealEngine4PCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Public/INUTUnrealEngine4.h b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Public/INUTUnrealEngine4.h index 54a729c8730d..4b789d0de898 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Public/INUTUnrealEngine4.h +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Public/INUTUnrealEngine4.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Public/UnrealEngine4Environment.h b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Public/UnrealEngine4Environment.h index 7a0d4346029b..5c7b92ba9f6e 100644 --- a/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Public/UnrealEngine4Environment.h +++ b/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/Source/NUTUnrealEngine4/Public/UnrealEngine4Environment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h index 388d471744ce..ad407bb208ca 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/NUTActor.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/NUTActor.h index 8f6d4ea307af..9144989aed80 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/NUTActor.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/NUTActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestActorChannel.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestActorChannel.h index 2525dbc600d6..e312ff86dc80 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestActorChannel.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestActorChannel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestChannel.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestChannel.h index 50ccad7e2e93..d3a35517855e 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestChannel.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestChannel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestNetConnection.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestNetConnection.h index cca8bebfd493..d58b0eb0099e 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestNetConnection.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestNetConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestNetDriver.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestNetDriver.h index ac08d1f5dccc..b147575f9b2d 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestNetDriver.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestNetDriver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestPackageMap.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestPackageMap.h index b74df387a7a0..2a181cd7cf93 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestPackageMap.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/Net/UnitTestPackageMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h index 2d616f98b386..314f0b2f0d27 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h index cfc3e643baac..f617b7a00b6f 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestBase.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestBase.h index 34a8c10c1ce2..c9ca3c4cb072 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestBase.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestCommandlet.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestCommandlet.h index fd8d16f2bea9..b2692d6d8e11 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestCommandlet.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestManager.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestManager.h index cecc4979f72c..ed4f1353c753 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestManager.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTests/VMReflection.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTests/VMReflection.h index 4dc121429c6d..051c16203cbe 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTests/VMReflection.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTests/VMReflection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/NetcodeUnitTest.Build.cs b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/NetcodeUnitTest.Build.cs index c775c6c18d3e..c46b901fd893 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/NetcodeUnitTest.Build.cs +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/NetcodeUnitTest.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp index 97026dfe749c..27070c0d228c 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTActor.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTActor.cpp index 4f9ddb84fc89..fa986c091b2d 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTActor.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtil.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtil.cpp index 36c1dfa555e2..eefd57ee07d3 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtil.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtil.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilDebug.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilDebug.cpp index 2e17efbaf3c7..95a953590444 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilDebug.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilDebug.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilProfiler.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilProfiler.cpp index ffc43321b920..4420eddf4fca 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilProfiler.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflection.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflection.cpp index fd1e3860f0e7..7594f8f48e9b 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflection.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/NUTUtilNet.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/NUTUtilNet.cpp index 9cb17b174ac0..900e9e29fbdc 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/NUTUtilNet.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/NUTUtilNet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestActorChannel.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestActorChannel.cpp index e71a110c8b19..fb884d5d8b79 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestActorChannel.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestActorChannel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestChannel.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestChannel.cpp index 203db6ca2cfd..504eedab094c 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestChannel.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestChannel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestNetConnection.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestNetConnection.cpp index 6855dd638999..1cc27bdc506e 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestNetConnection.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestNetConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestNetDriver.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestNetDriver.cpp index f609749c9be2..78c623e63b0b 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestNetDriver.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestNetDriver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestPackageMap.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestPackageMap.cpp index 3bde0a0f7d17..145785c5175f 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestPackageMap.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/UnitTestPackageMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NetcodeUnitTest.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NetcodeUnitTest.cpp index 53fe33854ef9..f2328eafdfa6 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NetcodeUnitTest.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NetcodeUnitTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NetcodeUnitTestPCH.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NetcodeUnitTestPCH.h index 80256d26cc97..5e469af0e278 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NetcodeUnitTestPCH.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NetcodeUnitTestPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ProcessUnitTest.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ProcessUnitTest.cpp index 68f40541f9b5..c30c32f63175 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ProcessUnitTest.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ProcessUnitTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Tests/AllUnitTestsTest.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Tests/AllUnitTestsTest.cpp index 1033d7445078..dba6d37de6a9 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Tests/AllUnitTestsTest.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Tests/AllUnitTestsTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWidgetCommands.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWidgetCommands.cpp index 7988871da8f1..4ebe4311deb1 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWidgetCommands.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWidgetCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" #include "LogWidgetCommands.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWindowManager.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWindowManager.cpp index 71693957b8ea..f587397b7999 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWindowManager.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWindowManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogDialog.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogDialog.cpp index 2c490c714801..2189a9ae1065 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogDialog.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWidget.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWidget.cpp index ecb91b938266..8144446e9e6c 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWidget.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" #include "SLogWidget.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWindow.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWindow.cpp index da4b12cc184a..1eb21ff14ac1 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWindow.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" #include "SLogWindow.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTest.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTest.cpp index 56fa9c609108..42e63da2c3b7 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTest.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestCommandlet.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestCommandlet.cpp index a79e946c9f22..3a564a8a8a04 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestCommandlet.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" #include "NUTUtil.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestEnvironment.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestEnvironment.cpp index ffec9f638cba..4021de2581de 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestEnvironment.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestEnvironment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestManager.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestManager.cpp index 65435a39d58b..2fcf840b7274 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestManager.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTests/VMReflection.cpp b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTests/VMReflection.cpp index 170622bf98e2..61d3baa443a8 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTests/VMReflection.cpp +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTests/VMReflection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetcodeUnitTestPCH.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/INetcodeUnitTest.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/INetcodeUnitTest.h index 0e907b8e26ed..dada4cd02723 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/INetcodeUnitTest.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/INetcodeUnitTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h index c6ae070e0b01..f0f9a3c82e7c 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h index bef377727f85..03f534ebe4e6 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilDebug.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilProfiler.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilProfiler.h index 99b36e27f046..918664d4d39b 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilProfiler.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilProfiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h index eb634b96c59f..c994b523923f 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h index 722e27c475e6..b48d0b4f79e0 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NetcodeUnitTest.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NetcodeUnitTest.h index b5109d8b2411..240dbe6cc852 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NetcodeUnitTest.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NetcodeUnitTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWidgetCommands.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWidgetCommands.h index 27cf365e1978..56a7b98498bd 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWidgetCommands.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWidgetCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Framework/Commands/Commands.h" diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWindowManager.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWindowManager.h index 56f61e4eef3f..a046b87d5d00 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWindowManager.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWindowManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogDialog.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogDialog.h index e9128fa66245..f3f7252a8b0a 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogDialog.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h index 97c521c632f2..47a9271b71b6 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWindow.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWindow.h index 6a54f95510e7..4aff8052df2e 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWindow.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SMultiSelectTableRow.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SMultiSelectTableRow.h index 657177ef9c74..575a82c09b6a 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SMultiSelectTableRow.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SMultiSelectTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitTestEnvironment.h b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitTestEnvironment.h index ae620106782e..bc0fa64670b7 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitTestEnvironment.h +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitTestEnvironment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/VAXSnippets/Unit Test Header.txt b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/VAXSnippets/Unit Test Header.txt index b00f45c1d0d9..e59ca3be99e3 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/VAXSnippets/Unit Test Header.txt +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/VAXSnippets/Unit Test Header.txt @@ -3,7 +3,7 @@ Shortcut: Description: Creates the header file for a basic unit test. Source: -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/VAXSnippets/Unit Test Source.txt b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/VAXSnippets/Unit Test Source.txt index 5990c7d90126..edbc5886877d 100644 --- a/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/VAXSnippets/Unit Test Source.txt +++ b/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/VAXSnippets/Unit Test Source.txt @@ -3,7 +3,7 @@ Shortcut: Description: Creates the source file for a basic unit test. Source: -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "$UnitTestProject$PCH.h" diff --git a/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/IOSTapJoy.Build.cs b/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/IOSTapJoy.Build.cs index 2a1c9d1f9b66..13ce34abd7c3 100644 --- a/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/IOSTapJoy.Build.cs +++ b/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/IOSTapJoy.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/Private/IOSTapJoy.cpp b/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/Private/IOSTapJoy.cpp index c0677421b3ce..cd4025c74229 100644 --- a/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/Private/IOSTapJoy.cpp +++ b/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/Private/IOSTapJoy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSTapJoyPrivatePCH.h" #include "IOSAppDelegate.h" diff --git a/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/Private/IOSTapJoyPrivatePCH.h b/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/Private/IOSTapJoyPrivatePCH.h index 336f537fc30a..2c3e12bbbd3b 100644 --- a/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/Private/IOSTapJoyPrivatePCH.h +++ b/Engine/Plugins/Runtime/Advertising/IOSTapJoy/Source/IOSTapJoy/Private/IOSTapJoyPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "IAdvertisingProvider.h" diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/AnalyticsBlueprintLibrary.Build.cs b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/AnalyticsBlueprintLibrary.Build.cs index aefed93d061f..ae29fbdad1ef 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/AnalyticsBlueprintLibrary.Build.cs +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/AnalyticsBlueprintLibrary.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Classes/AnalyticsBlueprintLibrary.h b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Classes/AnalyticsBlueprintLibrary.h index 1eab239f64b7..d53fc0abad53 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Classes/AnalyticsBlueprintLibrary.h +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Classes/AnalyticsBlueprintLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibrary.cpp b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibrary.cpp index fac3e242f51c..8cbb24dff7a4 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibrary.cpp +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnalyticsBlueprintLibraryPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibraryModule.cpp b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibraryModule.cpp index 0240384710d8..6b2cc7843ada 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibraryModule.cpp +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibraryModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnalyticsBlueprintLibraryPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibraryPrivatePCH.h b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibraryPrivatePCH.h index 5105a9d08907..e468e8acd7c4 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibraryPrivatePCH.h +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibraryPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Public/AnalyticsBlueprintLibraryModule.h b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Public/AnalyticsBlueprintLibraryModule.h index 6ebb153ef051..283ace77c358 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Public/AnalyticsBlueprintLibraryModule.h +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Public/AnalyticsBlueprintLibraryModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/AnalyticsMulticastEditor.Build.cs b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/AnalyticsMulticastEditor.Build.cs index bd1ac3779d31..f4801711e828 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/AnalyticsMulticastEditor.Build.cs +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/AnalyticsMulticastEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Classes/AnalyticsMulticastSettings.h b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Classes/AnalyticsMulticastSettings.h index b6bc25132b74..17e042948eea 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Classes/AnalyticsMulticastSettings.h +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Classes/AnalyticsMulticastSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Private/AnalyticsMulticastEditor.cpp b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Private/AnalyticsMulticastEditor.cpp index 8b67e9461480..df8986f3efab 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Private/AnalyticsMulticastEditor.cpp +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Private/AnalyticsMulticastEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnalyticsMulticastEditorPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Private/AnalyticsMulticastEditorPrivatePCH.h b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Private/AnalyticsMulticastEditorPrivatePCH.h index fbcba852a404..e51a97088cc0 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Private/AnalyticsMulticastEditorPrivatePCH.h +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Private/AnalyticsMulticastEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // You should place include statements to your module's private header files here. You only need to // add includes for headers that are used in most of your module's source files though. diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Public/AnalyticsMulticastEditor.h b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Public/AnalyticsMulticastEditor.h index 3ab5aec85b78..6943be41faf0 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Public/AnalyticsMulticastEditor.h +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnaltyicsMulticastEditor/Public/AnalyticsMulticastEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/AnalyticsMulticast.Build.cs b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/AnalyticsMulticast.Build.cs index 9b9cd1762151..81c475326396 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/AnalyticsMulticast.Build.cs +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/AnalyticsMulticast.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Private/AnalyticsMulticast.cpp b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Private/AnalyticsMulticast.cpp index 2a628223ef82..9a2a9d729adb 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Private/AnalyticsMulticast.cpp +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Private/AnalyticsMulticast.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnalyticsMulticastPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Private/AnalyticsMulticastPrivatePCH.h b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Private/AnalyticsMulticastPrivatePCH.h index 77c7a9861813..55e20e78ca7d 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Private/AnalyticsMulticastPrivatePCH.h +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Private/AnalyticsMulticastPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // You should place include statements to your module's private header files here. You only need to // add includes for headers that are used in most of your module's source files though. diff --git a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Public/AnalyticsMulticast.h b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Public/AnalyticsMulticast.h index b707cf5920a4..f71739d4916a 100644 --- a/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Public/AnalyticsMulticast.h +++ b/Engine/Plugins/Runtime/Analytics/AnalyticsMulticast/Source/AnalyticsMulticast/Public/AnalyticsMulticast.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/ApsalarEditor.Build.cs b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/ApsalarEditor.Build.cs index 669b47b75b10..3a8661a5888e 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/ApsalarEditor.Build.cs +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/ApsalarEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Classes/ApsalarSettings.h b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Classes/ApsalarSettings.h index 8339bacec2b3..e5024f025f02 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Classes/ApsalarSettings.h +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Classes/ApsalarSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Private/ApsalarEditor.cpp b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Private/ApsalarEditor.cpp index 18ea5b90dee1..e95e34f11ecf 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Private/ApsalarEditor.cpp +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Private/ApsalarEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ApsalarEditorPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Private/ApsalarEditorPrivatePCH.h b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Private/ApsalarEditorPrivatePCH.h index fbcba852a404..e51a97088cc0 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Private/ApsalarEditorPrivatePCH.h +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Private/ApsalarEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // You should place include statements to your module's private header files here. You only need to // add includes for headers that are used in most of your module's source files though. diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Public/ApsalarEditor.h b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Public/ApsalarEditor.h index 0770b2e10f77..e0081f325d34 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Public/ApsalarEditor.h +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/ApsalarEditor/Public/ApsalarEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/IOSApsalar.Build.cs b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/IOSApsalar.Build.cs index 905113c399b2..c65a287143e9 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/IOSApsalar.Build.cs +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/IOSApsalar.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalar.cpp b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalar.cpp index 2579f4a76d9c..81b093f0ea1b 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalar.cpp +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSApsalarPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalarPrivatePCH.h b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalarPrivatePCH.h index d6ef1d2eb297..1aeaca30ebed 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalarPrivatePCH.h +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalarPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "IAnalyticsProviderModule.h" diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalarProvider.h b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalarProvider.h index 36265c689285..82bc284f584b 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalarProvider.h +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Private/IOSApsalarProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Public/IOSApsalar.h b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Public/IOSApsalar.h index ca7964651f93..d79681a0a3af 100644 --- a/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Public/IOSApsalar.h +++ b/Engine/Plugins/Runtime/Analytics/Apsalar/Source/IOSApsalar/Public/IOSApsalar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/FileLogging.Build.cs b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/FileLogging.Build.cs index 1516dc500a7e..9cc956baa434 100644 --- a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/FileLogging.Build.cs +++ b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/FileLogging.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLogging.cpp b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLogging.cpp index f848388f4886..d15cda5fabda 100644 --- a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLogging.cpp +++ b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLogging.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FileLoggingPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLoggingPrivatePCH.h b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLoggingPrivatePCH.h index eb2794699486..278387e40928 100644 --- a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLoggingPrivatePCH.h +++ b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLoggingPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "IAnalyticsProviderModule.h" diff --git a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLoggingProvider.h b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLoggingProvider.h index 43283b829e00..f9bfbb0c941b 100644 --- a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLoggingProvider.h +++ b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Private/FileLoggingProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Public/FileLogging.h b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Public/FileLogging.h index 4f4c0f4823a9..f9ccd35f3cf5 100644 --- a/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Public/FileLogging.h +++ b/Engine/Plugins/Runtime/Analytics/FileLogging/Source/FileLogging/Public/FileLogging.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Classes/FlurrySettings.h b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Classes/FlurrySettings.h index 3506ebe8c86a..90f443b482b1 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Classes/FlurrySettings.h +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Classes/FlurrySettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/FlurryEditor.Build.cs b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/FlurryEditor.Build.cs index 47b122352140..82ec1e428a1e 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/FlurryEditor.Build.cs +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/FlurryEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Private/FlurryEditor.cpp b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Private/FlurryEditor.cpp index fbc9a490bffd..6b9177a719c8 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Private/FlurryEditor.cpp +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Private/FlurryEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FlurryEditorPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Private/FlurryEditorPrivatePCH.h b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Private/FlurryEditorPrivatePCH.h index fbcba852a404..e51a97088cc0 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Private/FlurryEditorPrivatePCH.h +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Private/FlurryEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // You should place include statements to your module's private header files here. You only need to // add includes for headers that are used in most of your module's source files though. diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Public/FlurryEditor.h b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Public/FlurryEditor.h index 6f6aca17c84b..794125d489e4 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Public/FlurryEditor.h +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/FlurryEditor/Public/FlurryEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/IOSFlurry.Build.cs b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/IOSFlurry.Build.cs index 8d0ed79bfb52..281d70440d73 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/IOSFlurry.Build.cs +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/IOSFlurry.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurry.cpp b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurry.cpp index c462473bbc73..16296d1f4e2a 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurry.cpp +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSFlurryPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurryPrivatePCH.h b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurryPrivatePCH.h index ac0dd420d753..f54b2db49bde 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurryPrivatePCH.h +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurryPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "IAnalyticsProviderModule.h" diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurryProvider.h b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurryProvider.h index 9ec5227c5da7..138f2272cc05 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurryProvider.h +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Private/IOSFlurryProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Public/IOSFlurry.h b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Public/IOSFlurry.h index 63f38f335aa9..0aff3a1260e8 100644 --- a/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Public/IOSFlurry.h +++ b/Engine/Plugins/Runtime/Analytics/Flurry/Source/IOSFlurry/Source/IOSFlurry/Public/IOSFlurry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/AndroidDeviceProfileSelector.Build.cs b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/AndroidDeviceProfileSelector.Build.cs index 9a3cc017fa6f..36da395a92fb 100644 --- a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/AndroidDeviceProfileSelector.Build.cs +++ b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/AndroidDeviceProfileSelector.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorModule.cpp b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorModule.cpp index 458358b63d21..142acb5286af 100644 --- a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorModule.cpp +++ b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidDeviceProfileSelectorPrivatePCH.h" #include "Regex.h" diff --git a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorModule.h b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorModule.h index 15761df8a1de..1b1c91e414db 100644 --- a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorModule.h +++ b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorPrivatePCH.h b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorPrivatePCH.h index 52edc172a943..8348d3a101b8 100644 --- a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorPrivatePCH.h +++ b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Private/AndroidDeviceProfileSelectorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidDeviceProfileMatchingRules.h b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidDeviceProfileMatchingRules.h index e21c0fb2bd01..653034632e98 100644 --- a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidDeviceProfileMatchingRules.h +++ b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidDeviceProfileMatchingRules.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidDeviceProfileSelector.h b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidDeviceProfileSelector.h index 94402c0ebc50..34efe55f3bdc 100644 --- a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidDeviceProfileSelector.h +++ b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidDeviceProfileSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidJavaSurfaceViewDevices.h b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidJavaSurfaceViewDevices.h index 49ae43ea6d16..3aa81c29cb42 100644 --- a/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidJavaSurfaceViewDevices.h +++ b/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileSelector/Public/AndroidJavaSurfaceViewDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/AndroidMoviePlayer.Build.cs b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/AndroidMoviePlayer.Build.cs index d34c5ea22bb6..b00448027166 100644 --- a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/AndroidMoviePlayer.Build.cs +++ b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/AndroidMoviePlayer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMoviePlayer.cpp b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMoviePlayer.cpp index c9de27cc7a2f..a83bb13f757b 100644 --- a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMoviePlayer.cpp +++ b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMoviePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidMoviePlayerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMoviePlayerPrivatePCH.h b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMoviePlayerPrivatePCH.h index 17dcad4b2273..429ac24b6209 100644 --- a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMoviePlayerPrivatePCH.h +++ b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMoviePlayerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "AndroidMoviePlayer.h" diff --git a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMovieStreamer.cpp b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMovieStreamer.cpp index ae8b3af34869..9aa634bac62b 100644 --- a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMovieStreamer.cpp +++ b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMovieStreamer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidMoviePlayerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMovieStreamer.h b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMovieStreamer.h index 4c41590a2601..80fed89ee597 100644 --- a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMovieStreamer.h +++ b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Private/AndroidMovieStreamer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Public/AndroidMoviePlayer.h b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Public/AndroidMoviePlayer.h index 23925852591a..2dab7041e199 100644 --- a/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Public/AndroidMoviePlayer.h +++ b/Engine/Plugins/Runtime/AndroidMoviePlayer/Source/AndroidMoviePlayer/Public/AndroidMoviePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/AppleMoviePlayer.Build.cs b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/AppleMoviePlayer.Build.cs index 3dfbc492a6ab..02f731ad5bc3 100644 --- a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/AppleMoviePlayer.Build.cs +++ b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/AppleMoviePlayer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMoviePlayer.cpp b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMoviePlayer.cpp index b5d11996df72..5dd317b8ed77 100644 --- a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMoviePlayer.cpp +++ b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMoviePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AppleMoviePlayerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMoviePlayerPrivatePCH.h b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMoviePlayerPrivatePCH.h index 63bef7431a49..7f9d16cf31ff 100644 --- a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMoviePlayerPrivatePCH.h +++ b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMoviePlayerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "AppleMoviePlayer.h" diff --git a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMovieStreamer.cpp b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMovieStreamer.cpp index 28bd52b4d88c..21f5802a8bd1 100644 --- a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMovieStreamer.cpp +++ b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMovieStreamer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AppleMoviePlayerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMovieStreamer.h b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMovieStreamer.h index 347eae724332..f9d3599b7e10 100644 --- a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMovieStreamer.h +++ b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Private/AppleMovieStreamer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Public/AppleMoviePlayer.h b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Public/AppleMoviePlayer.h index 23925852591a..2dab7041e199 100644 --- a/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Public/AppleMoviePlayer.h +++ b/Engine/Plugins/Runtime/AppleMoviePlayer/Source/AppleMoviePlayer/Public/AppleMoviePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/ArchVisCharacter.Build.cs b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/ArchVisCharacter.Build.cs index 2cd1fabc1c05..4251d73f2f61 100644 --- a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/ArchVisCharacter.Build.cs +++ b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/ArchVisCharacter.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharMovementComponent.cpp b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharMovementComponent.cpp index 1fba7e0af604..f3be3d58e89d 100644 --- a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharMovementComponent.cpp +++ b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharMovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ArchVisCharacterPluginPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacter.cpp b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacter.cpp index 150e88e9c6d6..1bee3faffbbc 100644 --- a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacter.cpp +++ b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ArchVisCharacterPluginPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacterPlugin.cpp b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacterPlugin.cpp index 93b983c8a1b9..8de142769006 100644 --- a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacterPlugin.cpp +++ b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacterPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ArchVisCharacterPluginPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacterPluginPrivatePCH.h b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacterPluginPrivatePCH.h index 94c16ca8b3f9..82311914c54d 100644 --- a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacterPluginPrivatePCH.h +++ b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Private/ArchVisCharacterPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" #include "Engine.h" diff --git a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharMovementComponent.h b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharMovementComponent.h index dd2b858f273d..fc5f533cd538 100644 --- a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharMovementComponent.h +++ b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharMovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharacter.h b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharacter.h index 2fa3c26e1062..336f70a51710 100644 --- a/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharacter.h +++ b/Engine/Plugins/Runtime/ArchVisCharacter/Source/ArchVisCharacter/Public/ArchVisCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/CableComponent.Build.cs b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/CableComponent.Build.cs index 0f7b18e2260e..856991942916 100644 --- a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/CableComponent.Build.cs +++ b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/CableComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableActor.h b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableActor.h index f04a8ef1ae68..366e038c55b6 100644 --- a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableActor.h +++ b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableComponent.h b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableComponent.h index 66d81cd638ef..a3d69b4045ba 100644 --- a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableComponent.h +++ b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Classes/CableComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableActor.cpp b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableActor.cpp index f1f64d6628cd..d97bce96d1fc 100644 --- a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableActor.cpp +++ b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CableComponentPluginPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponent.cpp b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponent.cpp index 10bd22719cee..023174a40a2d 100644 --- a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponent.cpp +++ b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CableComponentPluginPrivatePCH.h" #include "DynamicMeshBuilder.h" diff --git a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponentPlugin.cpp b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponentPlugin.cpp index 4c368b61361a..2bb43fde0672 100644 --- a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponentPlugin.cpp +++ b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponentPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CableComponentPluginPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponentPluginPrivatePCH.h b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponentPluginPrivatePCH.h index 280a38b8029c..16d8984099be 100644 --- a/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponentPluginPrivatePCH.h +++ b/Engine/Plugins/Runtime/CableComponent/Source/CableComponent/Private/CableComponentPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" #include "Engine.h" diff --git a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Classes/CustomMeshComponent.h b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Classes/CustomMeshComponent.h index dea117ab20f4..138af5483199 100644 --- a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Classes/CustomMeshComponent.h +++ b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Classes/CustomMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/CustomMeshComponent.Build.cs b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/CustomMeshComponent.Build.cs index dc417daa4a9a..8eec3769ba9f 100644 --- a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/CustomMeshComponent.Build.cs +++ b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/CustomMeshComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponent.cpp b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponent.cpp index 83ef0d7eef97..3ee4ad8cd304 100644 --- a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponent.cpp +++ b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CustomMeshComponentPluginPrivatePCH.h" #include "CustomMeshComponent.h" diff --git a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponentPlugin.cpp b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponentPlugin.cpp index 55bbae4cdb0b..687ea44e9645 100644 --- a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponentPlugin.cpp +++ b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponentPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CustomMeshComponentPluginPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponentPluginPrivatePCH.h b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponentPluginPrivatePCH.h index 408591b2ef42..49198d60f321 100644 --- a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponentPluginPrivatePCH.h +++ b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponentPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" #include "Engine.h" diff --git a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Public/ICustomMeshComponentPlugin.h b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Public/ICustomMeshComponentPlugin.h index 26ef3ef4fc38..71a798dac854 100644 --- a/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Public/ICustomMeshComponentPlugin.h +++ b/Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Public/ICustomMeshComponentPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.Build.cs b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.Build.cs index f9f8065621c1..e28779996307 100644 --- a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.Build.cs +++ b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorModule.cpp b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorModule.cpp index f900e989c9cd..1caeae8f746f 100644 --- a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorModule.cpp +++ b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ExampleDeviceProfileSelectorPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorModule.h b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorModule.h index cfb52b8def13..e90f6da631ce 100644 --- a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorModule.h +++ b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorPrivatePCH.h b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorPrivatePCH.h index 23ba7a779a8c..1332602477f3 100644 --- a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorPrivatePCH.h +++ b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Private/ExampleDeviceProfileSelectorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Public/ExampleDeviceProfileSelector.h b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Public/ExampleDeviceProfileSelector.h index 323e722d970c..6f9e79ec1a23 100644 --- a/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Public/ExampleDeviceProfileSelector.h +++ b/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Source/ExampleDeviceProfileSelector/Public/ExampleDeviceProfileSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/GearVR/Source/GearVR/GearVR.Build.cs b/Engine/Plugins/Runtime/GearVR/Source/GearVR/GearVR.Build.cs index e7f287a058de..e6bc5bda3bd1 100644 --- a/Engine/Plugins/Runtime/GearVR/Source/GearVR/GearVR.Build.cs +++ b/Engine/Plugins/Runtime/GearVR/Source/GearVR/GearVR.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.IO; diff --git a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVR.cpp b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVR.cpp index 65a8df31bf49..c1a716985f71 100644 --- a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVR.cpp +++ b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVR.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HMDPrivatePCH.h" #include "GearVR.h" diff --git a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVR.h b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVR.h index 4ba4de3c075a..b4d81084a8da 100644 --- a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVR.h +++ b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVR.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HeadMountedDisplay.h" diff --git a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVRRender.cpp b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVRRender.cpp index 1e2608119297..6dd74188394e 100644 --- a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVRRender.cpp +++ b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/GearVRRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HMDPrivatePCH.h" #include "GearVR.h" diff --git a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/HMDPrivatePCH.h b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/HMDPrivatePCH.h index 13e76e68ac7d..2705198049fe 100644 --- a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/HMDPrivatePCH.h +++ b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Private/HMDPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Public/IGearVRPlugin.h b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Public/IGearVRPlugin.h index 6a7268a229ff..ea42c5fa2420 100644 --- a/Engine/Plugins/Runtime/GearVR/Source/GearVR/Public/IGearVRPlugin.h +++ b/Engine/Plugins/Runtime/GearVR/Source/GearVR/Public/IGearVRPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/IOSDeviceProfileSelector.Build.cs b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/IOSDeviceProfileSelector.Build.cs index 884c4272a1a2..32bb5aa40a23 100644 --- a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/IOSDeviceProfileSelector.Build.cs +++ b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/IOSDeviceProfileSelector.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorModule.cpp b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorModule.cpp index 952f09de12b0..69b961d449d8 100644 --- a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorModule.cpp +++ b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSDeviceProfileSelectorPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorModule.h b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorModule.h index 8e54210f7bf1..4ad345e71fc4 100644 --- a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorModule.h +++ b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorPrivatePCH.h b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorPrivatePCH.h index 6cf64d84e39c..1b87527da772 100644 --- a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorPrivatePCH.h +++ b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Private/IOSDeviceProfileSelectorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Public/IOSDeviceProfileSelector.h b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Public/IOSDeviceProfileSelector.h index 323e722d970c..6f9e79ec1a23 100644 --- a/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Public/IOSDeviceProfileSelector.h +++ b/Engine/Plugins/Runtime/IOSDeviceProfileSelector/Source/IOSDeviceProfileSelector/Public/IOSDeviceProfileSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/LeapMotionController.Build.cs b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/LeapMotionController.Build.cs index 96670c556cd4..36288c79615e 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/LeapMotionController.Build.cs +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/LeapMotionController.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionBoneActor.cpp b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionBoneActor.cpp index a6ce7ddaec60..eeeb71a35969 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionBoneActor.cpp +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionBoneActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LeapMotionControllerPrivatePCH.h" #include "LeapMotionBoneActor.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerActor.cpp b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerActor.cpp index 5eedba2ddf18..454eec59377f 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerActor.cpp +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LeapMotionControllerPrivatePCH.h" #include "LeapMotionControllerActor.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerComponent.cpp b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerComponent.cpp index d9d47965fa07..e3ce5121d25d 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerComponent.cpp +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LeapMotionControllerPrivatePCH.h" #include "LeapMotionControllerComponent.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerPlugin.cpp b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerPlugin.cpp index c3a8a43b1d8a..f848b70af5e9 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerPlugin.cpp +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LeapMotionControllerPrivatePCH.h" #include "LeapMotionControllerPlugin.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerPrivatePCH.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerPrivatePCH.h index 2a8a1df127c1..27b71485f0e3 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerPrivatePCH.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionControllerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionDevice.cpp b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionDevice.cpp index c2a5c5d0b87e..0b8ef0f44c5e 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionDevice.cpp +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LeapMotionControllerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionFunctionLibrary.cpp b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionFunctionLibrary.cpp index 5fd7b37c5087..4f08086b365e 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionFunctionLibrary.cpp +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionFunctionLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LeapMotionControllerPrivatePCH.h" #include "LeapMotionFunctionLibrary.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionHandActor.cpp b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionHandActor.cpp index 8aa83eddb036..971ed4a76e5d 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionHandActor.cpp +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionHandActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LeapMotionControllerPrivatePCH.h" #include "LeapMotionHandActor.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionImageComponent.cpp b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionImageComponent.cpp index 969a20cf8252..7be4e18d7a02 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionImageComponent.cpp +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Private/LeapMotionImageComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LeapMotionControllerPrivatePCH.h" #include "LeapMotionImageComponent.h" diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionBoneActor.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionBoneActor.h index 2285834890cc..7e48dc5a0dfa 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionBoneActor.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionBoneActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerActor.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerActor.h index 2be11788f52b..c24f12ef2cf4 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerActor.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerComponent.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerComponent.h index 1d569a547f0d..145af46b1029 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerComponent.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerPlugin.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerPlugin.h index ee55d0107d3e..a0931121c281 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerPlugin.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionControllerPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionDevice.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionDevice.h index 914901c88c31..53e7a8d76b0e 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionDevice.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionFunctionLibrary.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionFunctionLibrary.h index 2ba54ced6a56..da1c3d00965d 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionFunctionLibrary.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionFunctionLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionHandActor.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionHandActor.h index f04214f72a0b..05d88c48d23b 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionHandActor.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionHandActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionImageComponent.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionImageComponent.h index 75a30204da16..b58918203c11 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionImageComponent.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionImageComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionTypes.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionTypes.h index cc7c32fe6da4..b1d5d532ae80 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionTypes.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/LeapMotionTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/Leap_NoPI.h b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/Leap_NoPI.h index e359ee82f87e..8c75b5998a31 100644 --- a/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/Leap_NoPI.h +++ b/Engine/Plugins/Runtime/LeapMotionController/Source/LeapMotionController/Public/Leap_NoPI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/LinuxDeviceProfileSelector.Build.cs b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/LinuxDeviceProfileSelector.Build.cs index 3247de2c1c88..a1e640a85665 100644 --- a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/LinuxDeviceProfileSelector.Build.cs +++ b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/LinuxDeviceProfileSelector.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorModule.cpp b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorModule.cpp index 1cc8fb34088a..e6a84b547e6c 100644 --- a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorModule.cpp +++ b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LinuxDeviceProfileSelectorPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorModule.h b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorModule.h index c9227c18e01a..0123ffa3ba97 100644 --- a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorModule.h +++ b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorPrivatePCH.h b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorPrivatePCH.h index 7435b09d8dde..b4cd7e0dcd3f 100644 --- a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorPrivatePCH.h +++ b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Private/LinuxDeviceProfileSelectorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Public/LinuxDeviceProfileSelector.h b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Public/LinuxDeviceProfileSelector.h index 20256a9a6262..5359444f0bc3 100644 --- a/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Public/LinuxDeviceProfileSelector.h +++ b/Engine/Plugins/Runtime/LinuxDeviceProfileSelector/Source/LinuxDeviceProfileSelector/Public/LinuxDeviceProfileSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/LiveEditorListenServer.Build.cs b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/LiveEditorListenServer.Build.cs index fc87d4134058..51d30b23a35d 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/LiveEditorListenServer.Build.cs +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/LiveEditorListenServer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServer.cpp b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServer.cpp index dd6f6416a727..bd66e718a678 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServer.cpp +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorListenServerPrivatePCH.h" #include "Networking.h" diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServer.h b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServer.h index b8db780d3267..38e119d3437b 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServer.h +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerEngineHooks.cpp b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerEngineHooks.cpp index 33b9583c9dbf..d4782ba67f73 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerEngineHooks.cpp +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerEngineHooks.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorListenServerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerEngineHooks.h b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerEngineHooks.h index 2930688fd2c5..4773bfa2df9f 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerEngineHooks.h +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerEngineHooks.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerObjectCache.cpp b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerObjectCache.cpp index a5d8607c2b9d..57c946a70e95 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerObjectCache.cpp +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerObjectCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorListenServerPrivatePCH.h" #include "LiveEditorListenServerObjectCache.h" diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerObjectCache.h b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerObjectCache.h index 25d984ea9332..41678a616781 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerObjectCache.h +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerObjectCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerPrivatePCH.h b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerPrivatePCH.h index e158fb9c8da4..92fbec068021 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerPrivatePCH.h +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorListenServerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "Networking.h" diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorTransactionHistory.cpp b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorTransactionHistory.cpp index 4360d36b2588..d5eed9012e72 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorTransactionHistory.cpp +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorTransactionHistory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LiveEditorListenServerPrivatePCH.h" #include "LiveEditorTransactionHistory.h" diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorTransactionHistory.h b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorTransactionHistory.h index 246053a0270c..63e6cb041fe6 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorTransactionHistory.h +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Private/LiveEditorTransactionHistory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Public/ILiveEditorListenServer.h b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Public/ILiveEditorListenServer.h index 2ebcf4b1c39d..de9c55a0cb43 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Public/ILiveEditorListenServer.h +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Public/ILiveEditorListenServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Public/LiveEditorListenServerPublic.h b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Public/LiveEditorListenServerPublic.h index 56667fa639cf..7d787e3a460c 100644 --- a/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Public/LiveEditorListenServerPublic.h +++ b/Engine/Plugins/Runtime/LiveEditorListenServer/Source/LiveEditorListenServer/Public/LiveEditorListenServerPublic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/OculusAudio.Build.cs b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/OculusAudio.Build.cs index 51b97215a000..fa01ce77a655 100644 --- a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/OculusAudio.Build.cs +++ b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/OculusAudio.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudio.cpp b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudio.cpp index 6923e5ac0f8a..404eb9d208c8 100644 --- a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudio.cpp +++ b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudio.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OculusAudio.h" #include "OVR_Audio.h" diff --git a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudio.h b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudio.h index 36b7b70c9a57..5945fa90d463 100644 --- a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudio.h +++ b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudio.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IOculusAudioPlugin.h" \ No newline at end of file diff --git a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudioEffect.cpp b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudioEffect.cpp index 040d2230abb6..89cb75571df8 100644 --- a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudioEffect.cpp +++ b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudioEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OculusAudio.h" #include "OVR_Audio.h" @@ -149,7 +149,7 @@ XAPO_REGISTRATION_PROPERTIES FXAudio2HRTFEffect::Registration = { __uuidof(FXAudio2HRTFEffect), // clsid TEXT("FXAudio2HRTFEffect"), // Friendly Name - TEXT("Copyright 1998-2015 Epic Games, Inc. All Rights Reserved."), // Registration string length + TEXT("Copyright 1998-2016 Epic Games, Inc. All Rights Reserved."), // Registration string length 1, 0, // Major/Minor Version XAPO_FLAG_FRAMERATE_MUST_MATCH | // Flags: note, this is not supporting in-place processing XAPO_FLAG_BITSPERSAMPLE_MUST_MATCH | diff --git a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudioEffect.h b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudioEffect.h index 34602e5086ff..ca6f0c367546 100644 --- a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudioEffect.h +++ b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Private/OculusAudioEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Public/IOculusAudioPlugin.h b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Public/IOculusAudioPlugin.h index f321b24707b5..597ec17cdbde 100644 --- a/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Public/IOculusAudioPlugin.h +++ b/Engine/Plugins/Runtime/OculusAudio/Source/OculusAudio/Public/IOculusAudioPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusInput/Source/OculusInput.Build.cs b/Engine/Plugins/Runtime/OculusInput/Source/OculusInput.Build.cs index f92e1b3153a4..4fb4fb9219c9 100644 --- a/Engine/Plugins/Runtime/OculusInput/Source/OculusInput.Build.cs +++ b/Engine/Plugins/Runtime/OculusInput/Source/OculusInput.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInput.cpp b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInput.cpp index 67bf4a4d355b..b4909329a8d8 100644 --- a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInput.cpp +++ b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInput.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OculusInput.h" #include "Features/IModularFeatures.h" diff --git a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInput.h b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInput.h index 4b609623979e..9d4ece8943e2 100644 --- a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInput.h +++ b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputCAPI.cpp b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputCAPI.cpp index acc325ce7984..3602f03b0d74 100644 --- a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputCAPI.cpp +++ b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputCAPI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OculusInput.h" diff --git a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputModule.cpp b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputModule.cpp index e7faebff4012..6d56ad3b976f 100644 --- a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputModule.cpp +++ b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OculusInput.h" #include "IOculusInputPlugin.h" diff --git a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputPrivatePCH.h b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputPrivatePCH.h index c410f5deaddf..657fc79f8d8f 100644 --- a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputPrivatePCH.h +++ b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputState.h b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputState.h index bd9d999ee7db..df69e62bdbcd 100644 --- a/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputState.h +++ b/Engine/Plugins/Runtime/OculusInput/Source/Private/OculusInputState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusInput/Source/Public/IOculusInputPlugin.h b/Engine/Plugins/Runtime/OculusInput/Source/Public/IOculusInputPlugin.h index 152d214cc5a4..94b37a46518f 100644 --- a/Engine/Plugins/Runtime/OculusInput/Source/Public/IOculusInputPlugin.h +++ b/Engine/Plugins/Runtime/OculusInput/Source/Public/IOculusInputPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/OculusLibrary.Build.cs b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/OculusLibrary.Build.cs index c86c66e63160..a2e12a8a85d3 100644 --- a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/OculusLibrary.Build.cs +++ b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/OculusLibrary.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibrary.cpp b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibrary.cpp index a174668e1d26..fb6c050a6911 100644 --- a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibrary.cpp +++ b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OculusFunctionLibraryPrivatePCH.h" #include "OculusFunctionLibrary.h" diff --git a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibraryPlugin.cpp b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibraryPlugin.cpp index 898651b7197d..5bc9644d8d3b 100644 --- a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibraryPlugin.cpp +++ b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibraryPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OculusFunctionLibraryPrivatePCH.h" #include "IOculusLibraryPlugin.h" diff --git a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibraryPrivatePCH.h b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibraryPrivatePCH.h index 000f95439db7..23df453e02d4 100644 --- a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibraryPrivatePCH.h +++ b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Private/OculusFunctionLibraryPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Public/IOculusLibraryPlugin.h b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Public/IOculusLibraryPlugin.h index 0750fc2f788a..29ad9b6def05 100644 --- a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Public/IOculusLibraryPlugin.h +++ b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Public/IOculusLibraryPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Public/OculusFunctionLibrary.h b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Public/OculusFunctionLibrary.h index 449e50d4ff26..4b52496dfe7a 100644 --- a/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Public/OculusFunctionLibrary.h +++ b/Engine/Plugins/Runtime/OculusLibrary/Source/OculusLibrary/Public/OculusFunctionLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Kismet/HeadMountedDisplayFunctionLibrary.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/OculusRift.Build.cs b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/OculusRift.Build.cs index 1d9c4c804396..821177ccd933 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/OculusRift.Build.cs +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/OculusRift.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/HMDPrivatePCH.h b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/HMDPrivatePCH.h index 04d3ad91ba41..dbbc21f537ed 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/HMDPrivatePCH.h +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/HMDPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftCAPI.cpp b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftCAPI.cpp index d089ddf77ecf..d5b7b15ac4f9 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftCAPI.cpp +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftCAPI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HMDPrivatePCH.h" #include "OculusRiftHMD.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftHMD.cpp b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftHMD.cpp index 11d48f5841fc..ac61686b0f7f 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftHMD.cpp +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftHMD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HMDPrivatePCH.h" #include "OculusRiftHMD.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftHMD.h b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftHMD.h index f5f2c486c41e..d8f9f2dd50b7 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftHMD.h +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftHMD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IHeadMountedDisplay.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftLayers.cpp b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftLayers.cpp index 68894295db22..7ee16bf0c905 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftLayers.cpp +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftLayers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HMDPrivatePCH.h" #include "OculusRiftHMD.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftLayers.h b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftLayers.h index 0812002041cb..a6f029c94cfb 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftLayers.h +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftLayers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IHeadMountedDisplay.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftMeshAssets.h b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftMeshAssets.h index 0794763aa8d9..40e6e84cd937 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftMeshAssets.h +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftMeshAssets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRender.cpp b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRender.cpp index 3fb91bcfa4c2..27cc1769b7b7 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRender.cpp +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "HMDPrivatePCH.h" #include "OculusRiftHMD.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRenderD3D.cpp b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRenderD3D.cpp index f8c9d0aeebeb..9a4e04490956 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRenderD3D.cpp +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRenderD3D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "HMDPrivatePCH.h" #include "OculusRiftHMD.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRenderGL.cpp b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRenderGL.cpp index 40d71b918099..6f619f5d2e9f 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRenderGL.cpp +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/OculusRiftRenderGL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "HMDPrivatePCH.h" #include "OculusRiftHMD.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/Tests/OculusAutomationTests.cpp b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/Tests/OculusAutomationTests.cpp index 4986fe8c1959..24a09b64e036 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/Tests/OculusAutomationTests.cpp +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Private/Tests/OculusAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HMDPrivatePCH.h" #include "IOculusRiftPlugin.h" diff --git a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Public/IOculusRiftPlugin.h b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Public/IOculusRiftPlugin.h index 0e40775e73f2..2331d2e6fedc 100644 --- a/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Public/IOculusRiftPlugin.h +++ b/Engine/Plugins/Runtime/OculusRift/Source/OculusRift/Public/IOculusRiftPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Classes/OodleTrainerCommandlet.h b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Classes/OodleTrainerCommandlet.h index 0682d0193957..80e9714ddfea 100644 --- a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Classes/OodleTrainerCommandlet.h +++ b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Classes/OodleTrainerCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/OodleHandlerComponent.Build.cs b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/OodleHandlerComponent.Build.cs index 1a2d6b2ab3d9..7289210c1950 100644 --- a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/OodleHandlerComponent.Build.cs +++ b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/OodleHandlerComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleArchives.cpp b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleArchives.cpp index bac5f2a81551..0266b44c2548 100644 --- a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleArchives.cpp +++ b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleArchives.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OodleHandlerComponentPCH.h" diff --git a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleHandlerComponent.cpp b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleHandlerComponent.cpp index 9b6170ebc894..3a95214595f1 100644 --- a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleHandlerComponent.cpp +++ b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleHandlerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OodleHandlerComponentPCH.h" diff --git a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleHandlerComponentPCH.h b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleHandlerComponentPCH.h index 9118ce7b5eb4..ab5ad53dcaf8 100644 --- a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleHandlerComponentPCH.h +++ b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleHandlerComponentPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleTrainerCommandlet.cpp b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleTrainerCommandlet.cpp index e919232a24be..aebec2e4e13c 100644 --- a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleTrainerCommandlet.cpp +++ b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Private/OodleTrainerCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OodleHandlerComponentPCH.h" diff --git a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Public/OodleArchives.h b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Public/OodleArchives.h index 875c6b98d6ea..4936d886cdb3 100644 --- a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Public/OodleArchives.h +++ b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Public/OodleArchives.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Public/OodleHandlerComponent.h b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Public/OodleHandlerComponent.h index dbaa4a6467ad..cc1d762aec2e 100644 --- a/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Public/OodleHandlerComponent.h +++ b/Engine/Plugins/Runtime/PacketHandlers/CompressionComponents/Oodle/Source/OodleHandlerComponent/Public/OodleHandlerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/KismetProceduralMeshLibrary.cpp b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/KismetProceduralMeshLibrary.cpp index e81ca4216f5c..177943bc26fc 100644 --- a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/KismetProceduralMeshLibrary.cpp +++ b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/KismetProceduralMeshLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProceduralMeshComponentPluginPrivatePCH.h" #include "KismetProceduralMeshLibrary.h" diff --git a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponent.cpp b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponent.cpp index 8e1718b568dd..e65fa3ae471c 100644 --- a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponent.cpp +++ b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProceduralMeshComponentPluginPrivatePCH.h" #include "ProceduralMeshComponent.h" diff --git a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponentPlugin.cpp b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponentPlugin.cpp index e81880af5bd3..7777db686a80 100644 --- a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponentPlugin.cpp +++ b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponentPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProceduralMeshComponentPluginPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponentPluginPrivatePCH.h b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponentPluginPrivatePCH.h index 9d320f6b67ad..1d25f052623a 100644 --- a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponentPluginPrivatePCH.h +++ b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Private/ProceduralMeshComponentPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" #include "Engine.h" diff --git a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent.Build.cs b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent.Build.cs index 9f555d57c96b..ab32f61c679d 100644 --- a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent.Build.cs +++ b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/IProceduralMeshComponentPlugin.h b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/IProceduralMeshComponentPlugin.h index 257c5386ad28..fa645681d90d 100644 --- a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/IProceduralMeshComponentPlugin.h +++ b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/IProceduralMeshComponentPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/KismetProceduralMeshLibrary.h b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/KismetProceduralMeshLibrary.h index 9474e751720c..2d111d14ca3e 100644 --- a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/KismetProceduralMeshLibrary.h +++ b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/KismetProceduralMeshLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Kismet/BlueprintFunctionLibrary.h" diff --git a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/ProceduralMeshComponent.h b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/ProceduralMeshComponent.h index 39bf407841ac..e77cbba78f93 100644 --- a/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/ProceduralMeshComponent.h +++ b/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/Public/ProceduralMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/MeshComponent.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundMod.h b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundMod.h index 4004f5f1d896..c3c05cb00ae2 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundMod.h +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundMod.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundModWave.h b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundModWave.h index d80bc9ecddff..6476e37c1705 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundModWave.h +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Classes/SoundModWave.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Playable sound object for wave files that are generated from a Sound Mod diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundMod.cpp b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundMod.cpp index 2ae5c4a09668..cfa33d12166b 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundMod.cpp +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundMod.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundModPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModPlugin.cpp b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModPlugin.cpp index 6f3951a2598d..54943787aa8d 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModPlugin.cpp +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundModPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModPrivatePCH.h b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModPrivatePCH.h index 9a032af78ae7..a6a8749f34bc 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModPrivatePCH.h +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "SoundModPlugin.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModWave.cpp b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModWave.cpp index 1795e426dba9..8bde40f7e8e8 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModWave.cpp +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundModWave.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundModPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundNodeModPlayer.cpp b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundNodeModPlayer.cpp index f0d8a14032fd..d7310a187e2e 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundNodeModPlayer.cpp +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Private/SoundNodeModPlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundModPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundModPlugin.h b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundModPlugin.h index f1391612fef2..ca240067a0dc 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundModPlugin.h +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundModPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundNodeModPlayer.h b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundNodeModPlayer.h index b29d6920adae..27771f6044a2 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundNodeModPlayer.h +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/Public/SoundNodeModPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/SoundMod.Build.cs b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/SoundMod.Build.cs index b89eec58d6e8..6f16fc18f018 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/SoundMod.Build.cs +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundMod/SoundMod.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Classes/SoundModImporterFactory.h b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Classes/SoundModImporterFactory.h index a8947467b76b..2be1cf86a9b0 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Classes/SoundModImporterFactory.h +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Classes/SoundModImporterFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/AssetTypeActions_SoundMod.cpp b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/AssetTypeActions_SoundMod.cpp index 8a28219d83ef..a81785d6b9c6 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/AssetTypeActions_SoundMod.cpp +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/AssetTypeActions_SoundMod.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundModImporterPrivatePCH.h" #include "AssetTypeActions_SoundMod.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/AssetTypeActions_SoundMod.h b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/AssetTypeActions_SoundMod.h index 1894b99bffb2..e1e50900e51d 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/AssetTypeActions_SoundMod.h +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/AssetTypeActions_SoundMod.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterFactory.cpp b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterFactory.cpp index f42043239026..9cc3ce83a519 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterFactory.cpp +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundModImporterPrivatePCH.h" #include "AssetToolsModule.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterModule.cpp b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterModule.cpp index 3c1b80642b2e..39d28ac2223d 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterModule.cpp +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundModImporterPrivatePCH.h" #include "AssetTypeActions_SoundMod.h" diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterPrivatePCH.h b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterPrivatePCH.h index ce8a60ca315e..33ca4fd0ce66 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterPrivatePCH.h +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/Private/SoundModImporterPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/SoundModImporter.Build.cs b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/SoundModImporter.Build.cs index fc5f9786063b..0dc7fa73f5d9 100644 --- a/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/SoundModImporter.Build.cs +++ b/Engine/Plugins/Runtime/SoundMod/Source/SoundModImporter/SoundModImporter.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Classes/SoundVisualizationStatics.h b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Classes/SoundVisualizationStatics.h index 52bcd3dfdfd6..f2998ee4c86b 100644 --- a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Classes/SoundVisualizationStatics.h +++ b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Classes/SoundVisualizationStatics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationStatics.cpp b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationStatics.cpp index 59e82707248a..33dc2c09fba4 100644 --- a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationStatics.cpp +++ b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationStatics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundVisualizationsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationsPlugin.cpp b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationsPlugin.cpp index 1cd746604a2d..c000ed55026d 100644 --- a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationsPlugin.cpp +++ b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationsPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundVisualizationsPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationsPrivatePCH.h b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationsPrivatePCH.h index 0ccbe01e2937..a3f28a1abac4 100644 --- a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationsPrivatePCH.h +++ b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Private/SoundVisualizationsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "SoundVisualizationsPlugin.h" diff --git a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Public/SoundVisualizationsPlugin.h b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Public/SoundVisualizationsPlugin.h index 273a1395176b..39cf8416b7dc 100644 --- a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Public/SoundVisualizationsPlugin.h +++ b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/Public/SoundVisualizationsPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/SoundVisualizations.Build.cs b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/SoundVisualizations.Build.cs index af279968a0c1..fa9402fa5335 100644 --- a/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/SoundVisualizations.Build.cs +++ b/Engine/Plugins/Runtime/SoundVisualizations/Source/SoundVisualizations/SoundVisualizations.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamController.cpp b/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamController.cpp index 2636c67b0f97..5c4292fd42c7 100644 --- a/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamController.cpp +++ b/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SteamControllerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamControllerPrivatePCH.h b/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamControllerPrivatePCH.h index b1d612c9cd0a..f35527a087d4 100644 --- a/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamControllerPrivatePCH.h +++ b/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamControllerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "ISteamControllerPlugin.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Public/ISteamControllerPlugin.h b/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Public/ISteamControllerPlugin.h index b5244de65f0f..db8a34785ccb 100644 --- a/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Public/ISteamControllerPlugin.h +++ b/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Public/ISteamControllerPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/SteamController.Build.cs b/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/SteamController.Build.cs index 8373e17d878a..1537e7008508 100644 --- a/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/SteamController.Build.cs +++ b/Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/SteamController.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRChaperoneComponent.h b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRChaperoneComponent.h index 2a15d629eac5..8d3dc8b82be2 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRChaperoneComponent.h +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRChaperoneComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SteamVRChaperoneComponent.generated.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRFunctionLibrary.h b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRFunctionLibrary.h index 3598e6e8684f..b0e1ddde191f 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRFunctionLibrary.h +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRFunctionLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IMotionController.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRChaperoneComponent.cpp b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRChaperoneComponent.cpp index ea2712c54478..1baa4c51292e 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRChaperoneComponent.cpp +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRChaperoneComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "SteamVRPrivatePCH.h" #include "SteamVRHMD.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRFunctionLibrary.cpp b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRFunctionLibrary.cpp index debd71c439d1..306a8929a4cc 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRFunctionLibrary.cpp +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRFunctionLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "SteamVRPrivatePCH.h" #include "Classes/SteamVRFunctionLibrary.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRHMD.cpp b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRHMD.cpp index 47c6ec2788da..452d9f38b816 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRHMD.cpp +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRHMD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SteamVRPrivatePCH.h" #include "SteamVRHMD.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRHMD.h b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRHMD.h index a8376291df4c..ace429c40936 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRHMD.h +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRHMD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ISteamVRPlugin.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRMeshAssets.h b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRMeshAssets.h index d959c71b78b9..4449626e88ba 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRMeshAssets.h +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRMeshAssets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRPrivatePCH.h b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRPrivatePCH.h index 82567f029830..ff9b531a2e2e 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRPrivatePCH.h +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRRender.cpp b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRRender.cpp index 67fad9e61099..9bd335b061e8 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRRender.cpp +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Private/SteamVRRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "SteamVRPrivatePCH.h" #include "SteamVRHMD.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Public/ISteamVRPlugin.h b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Public/ISteamVRPlugin.h index 636f71a8551f..6870205a534f 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Public/ISteamVRPlugin.h +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Public/ISteamVRPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/SteamVR.Build.cs b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/SteamVR.Build.cs index 3f98b6f819c5..104f6f595c36 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/SteamVR.Build.cs +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/SteamVR.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Private/SteamVRController.cpp b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Private/SteamVRController.cpp index 89bbd578365b..ad6fc11fe42d 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Private/SteamVRController.cpp +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Private/SteamVRController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SteamVRControllerPrivatePCH.h" #include "ISteamVRControllerPlugin.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Private/SteamVRControllerPrivatePCH.h b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Private/SteamVRControllerPrivatePCH.h index d56188a17111..d7a98e650912 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Private/SteamVRControllerPrivatePCH.h +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Private/SteamVRControllerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "ISteamVRControllerPlugin.h" diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Public/ISteamVRControllerPlugin.h b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Public/ISteamVRControllerPlugin.h index da23635d2b18..2d7e40d91c64 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Public/ISteamVRControllerPlugin.h +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/Public/ISteamVRControllerPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/SteamVRController.Build.cs b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/SteamVRController.Build.cs index 2b0c140e6a82..061493761329 100644 --- a/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/SteamVRController.Build.cs +++ b/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRController/SteamVRController.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/ThirdParty/Twitch/Twitch.Build.cs b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/ThirdParty/Twitch/Twitch.Build.cs index c6414320ccf2..d63cf1ebcefb 100644 --- a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/ThirdParty/Twitch/Twitch.Build.cs +++ b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/ThirdParty/Twitch/Twitch.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System; diff --git a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/ITwitchLiveStreaming.h b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/ITwitchLiveStreaming.h index 10acab0921d2..d72a8b8374ab 100644 --- a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/ITwitchLiveStreaming.h +++ b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/ITwitchLiveStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleInterface.h" diff --git a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.Build.cs b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.Build.cs index 66a07cc4b4ff..ce22056fd615 100644 --- a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.Build.cs +++ b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.cpp b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.cpp index 0fb3af72c458..56e4951104a5 100644 --- a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.cpp +++ b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TwitchLiveStreamingModule.h" #include "TwitchLiveStreaming.h" diff --git a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.h b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.h index 25d7ea8ce70e..5bb42034acf9 100644 --- a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.h +++ b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ITwitchLiveStreaming.h" #include "Runtime/Engine/Public/Features/ILiveStreamingService.h" diff --git a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreamingModule.h b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreamingModule.h index a5ff3fae133c..1e9a02d7b10d 100644 --- a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreamingModule.h +++ b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchLiveStreamingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" diff --git a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchProjectSettings.cpp b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchProjectSettings.cpp index dfa07e302394..fc113998f8ae 100644 --- a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchProjectSettings.cpp +++ b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchProjectSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TwitchLiveStreamingModule.h" #include "TwitchProjectSettings.h" diff --git a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchProjectSettings.h b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchProjectSettings.h index 73153be363a4..5f02e3662f26 100644 --- a/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchProjectSettings.h +++ b/Engine/Plugins/Runtime/TwitchLiveStreaming/Source/TwitchLiveStreaming/TwitchProjectSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TwitchProjectSettings.generated.h" diff --git a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowser.cpp b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowser.cpp index 383b9b1d9ef6..5dd81b10dd0f 100644 --- a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowser.cpp +++ b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserWidgetPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowserWidgetModule.cpp b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowserWidgetModule.cpp index e1c963a9a545..59006d5c51a4 100644 --- a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowserWidgetModule.cpp +++ b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowserWidgetModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserWidgetPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowserWidgetPrivatePCH.h b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowserWidgetPrivatePCH.h index 2406618d452d..d23e2909c098 100644 --- a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowserWidgetPrivatePCH.h +++ b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Private/WebBrowserWidgetPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Public/WebBrowser.h b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Public/WebBrowser.h index dbf78bca1039..6257d0238d9b 100644 --- a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Public/WebBrowser.h +++ b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Public/WebBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Public/WebBrowserWidgetModule.h b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Public/WebBrowserWidgetModule.h index e17d505359cd..2dbbd0978ad9 100644 --- a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Public/WebBrowserWidgetModule.h +++ b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/Public/WebBrowserWidgetModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/WebBrowserWidget.build.cs b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/WebBrowserWidget.build.cs index 783b69b286f3..f2ae61578a49 100644 --- a/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/WebBrowserWidget.build.cs +++ b/Engine/Plugins/Runtime/WebBrowserWidget/Source/WebBrowserWidget/WebBrowserWidget.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorModule.cpp b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorModule.cpp index 9c2ec6916cb3..fd095f389a47 100644 --- a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorModule.cpp +++ b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WindowsDeviceProfileSelectorPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorModule.h b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorModule.h index da01c8513fd8..424627c79c1c 100644 --- a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorModule.h +++ b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorPrivatePCH.h b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorPrivatePCH.h index a75820c47b21..213edc220d16 100644 --- a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorPrivatePCH.h +++ b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Private/WindowsDeviceProfileSelectorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Public/WindowsDeviceProfileSelector.h b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Public/WindowsDeviceProfileSelector.h index 323e722d970c..6f9e79ec1a23 100644 --- a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Public/WindowsDeviceProfileSelector.h +++ b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/Public/WindowsDeviceProfileSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/WindowsDeviceProfileSelector.Build.cs b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/WindowsDeviceProfileSelector.Build.cs index 2e3fc03ea6ae..c33bbd659813 100644 --- a/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/WindowsDeviceProfileSelector.Build.cs +++ b/Engine/Plugins/Runtime/WindowsDeviceProfileSelector/Source/WindowsDeviceProfileSelector/WindowsDeviceProfileSelector.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMoviePlayer.cpp b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMoviePlayer.cpp index c0c7a563ec31..b332d13a9038 100644 --- a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMoviePlayer.cpp +++ b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMoviePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WindowsMoviePlayerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMoviePlayerPrivatePCH.h b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMoviePlayerPrivatePCH.h index ab700a51d7ac..ac14a92fd8fd 100644 --- a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMoviePlayerPrivatePCH.h +++ b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMoviePlayerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "WindowsMoviePlayer.h" diff --git a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMovieStreamer.cpp b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMovieStreamer.cpp index 311920514017..daf08224c04a 100644 --- a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMovieStreamer.cpp +++ b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMovieStreamer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WindowsMoviePlayerPrivatePCH.h" diff --git a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMovieStreamer.h b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMovieStreamer.h index d064f3242ce6..7230598722d1 100644 --- a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMovieStreamer.h +++ b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Private/WindowsMovieStreamer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Public/WindowsMoviePlayer.h b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Public/WindowsMoviePlayer.h index 23925852591a..2dab7041e199 100644 --- a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Public/WindowsMoviePlayer.h +++ b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/Public/WindowsMoviePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/WindowsMoviePlayer.Build.cs b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/WindowsMoviePlayer.Build.cs index 2a93eb9896c6..56d4c761564f 100644 --- a/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/WindowsMoviePlayer.Build.cs +++ b/Engine/Plugins/Runtime/WindowsMoviePlayer/Source/WindowsMoviePlayer/WindowsMoviePlayer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Classes/ReimportScriptFactory.h b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Classes/ReimportScriptFactory.h index 6f6df2fb3b65..8b2166ae4f50 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Classes/ReimportScriptFactory.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Classes/ReimportScriptFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // ReimportTextureFactory diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Classes/ScriptFactory.h b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Classes/ScriptFactory.h index 000a95898850..b3d27fb71b10 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Classes/ScriptFactory.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Classes/ScriptFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintCompiler.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintCompiler.cpp index 4724f07d37e4..228795f02978 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintCompiler.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptEditorPluginPrivatePCH.h" #include "ScriptBlueprint.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintCompiler.h b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintCompiler.h index 17a86705e9f2..613059a2d14c 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintCompiler.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "KismetCompiler.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintEditor.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintEditor.cpp index 943079d986e0..9142eec2d295 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintEditor.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptEditorPluginPrivatePCH.h" #include "SKismetInspector.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintEditor.h b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintEditor.h index 91527f36d3db..ef06ddd53f21 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintEditor.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptBlueprintEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptEditorPlugin.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptEditorPlugin.cpp index cf2bbe998d20..86a62693afcf 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptEditorPlugin.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptEditorPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptEditorPluginPrivatePCH.h" #include "ScriptBlueprintCompiler.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptEditorPluginPrivatePCH.h b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptEditorPluginPrivatePCH.h index feb63f8387d2..f34eb4b9fd3b 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptEditorPluginPrivatePCH.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptEditorPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IScriptEditorPlugin.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptFactory.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptFactory.cpp index 5c315f6412b2..7caf46d1495e 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptFactory.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Private/ScriptFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptEditorPluginPrivatePCH.h" #include "ScriptBlueprintGeneratedClass.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Public/IScriptEditorPlugin.h b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Public/IScriptEditorPlugin.h index ab153ecca34c..105ca0bc9946 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Public/IScriptEditorPlugin.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/Public/IScriptEditorPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/ScriptEditorPlugin.Build.cs b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/ScriptEditorPlugin.Build.cs index d4012b2e82e6..b8ec21e3fa8a 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/ScriptEditorPlugin.Build.cs +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptEditorPlugin/ScriptEditorPlugin.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/GenericScriptCodeGenerator.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/GenericScriptCodeGenerator.cpp index ffd1d90027ed..1cf6b0a16b52 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/GenericScriptCodeGenerator.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/GenericScriptCodeGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptGeneratorPluginPrivatePCH.h" #include "GenericScriptCodeGenerator.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/GenericScriptCodeGenerator.h b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/GenericScriptCodeGenerator.h index 9f6bc16cae81..3dad74eb6874 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/GenericScriptCodeGenerator.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/GenericScriptCodeGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ScriptCodeGeneratorBase.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.cpp index 931f83eb0eaf..b5954e7e75d5 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptGeneratorPluginPrivatePCH.h" #include "LuaScriptCodeGenerator.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.h b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.h index ffa6bf4f6b4c..f83dccb5786d 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ScriptCodeGeneratorBase.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptCodeGeneratorBase.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptCodeGeneratorBase.cpp index 67381cc68bb0..2a81fbd148fc 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptCodeGeneratorBase.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptCodeGeneratorBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptGeneratorPluginPrivatePCH.h" #include "ScriptCodeGeneratorBase.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptCodeGeneratorBase.h b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptCodeGeneratorBase.h index d742674ea17a..affad3c1e06b 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptCodeGeneratorBase.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptCodeGeneratorBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptGeneratorPlugin.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptGeneratorPlugin.cpp index 889dd14aa824..0564d54e1dcf 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptGeneratorPlugin.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptGeneratorPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptGeneratorPluginPrivatePCH.h" #include "ScriptCodeGeneratorBase.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptGeneratorPluginPrivatePCH.h b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptGeneratorPluginPrivatePCH.h index e513de2f356b..e5e9d58b66c6 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptGeneratorPluginPrivatePCH.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/ScriptGeneratorPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Public/IScriptGeneratorPlugin.h b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Public/IScriptGeneratorPlugin.h index ac0b6ce3b389..605ed41042d4 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Public/IScriptGeneratorPlugin.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Public/IScriptGeneratorPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/ScriptGeneratorPlugin.Build.cs b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/ScriptGeneratorPlugin.Build.cs index a8656b585925..a8abb29d9260 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/ScriptGeneratorPlugin.Build.cs +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/ScriptGeneratorPlugin.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.IO; using UnrealBuildTool; diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptBlueprint.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptBlueprint.h index 31b5a490d067..2712aea2bbe0 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptBlueprint.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptBlueprintGeneratedClass.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptBlueprintGeneratedClass.h index 35927ada4b8f..5f0dcc27f290 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptBlueprintGeneratedClass.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptBlueprintGeneratedClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContext.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContext.h index fe632b4281b8..8587c940a867 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContext.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/BlueprintGeneratedClass.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContextComponent.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContextComponent.h index 4edb8f801a3e..9e3feb4db62f 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContextComponent.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContextComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ScriptBlueprintGeneratedClass.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptPluginComponent.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptPluginComponent.h index ebc37e1905b0..fa37ef77c51d 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptPluginComponent.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptPluginComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ScriptBlueprintGeneratedClass.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptTestActor.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptTestActor.h index 21783ddcd591..6bb08ce6917b 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptTestActor.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptTestActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ScriptTestActor.generated.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/LuaIntegration.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/LuaIntegration.cpp index b04f4be2505c..6ce7bebaa053 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/LuaIntegration.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/LuaIntegration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" #include "LuaIntegration.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/LuaIntegration.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/LuaIntegration.h index 658994fa5759..ac7a50e547cb 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/LuaIntegration.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/LuaIntegration.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_LUA diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptBlueprint.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptBlueprint.cpp index 5a5bda914435..df91443386e8 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptBlueprint.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" #include "ScriptBlueprint.h" #if WITH_EDITOR diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptBlueprintGeneratedClass.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptBlueprintGeneratedClass.cpp index 320d1b0d1681..afcfe1bbb922 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptBlueprintGeneratedClass.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptBlueprintGeneratedClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" #include "ScriptBlueprintGeneratedClass.h" #if WITH_LUA diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptContext.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptContext.cpp index 8eb8d1dc64f7..8410e1dc205a 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptContext.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" ////////////////////////////////////////////////////////////////////////// diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptContextComponent.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptContextComponent.cpp index 773075c7b9e6..eca8caf04b8e 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptContextComponent.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptContextComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" ////////////////////////////////////////////////////////////////////////// diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptObjectReferencer.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptObjectReferencer.cpp index e930fe91be49..7af448269786 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptObjectReferencer.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptObjectReferencer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" #include "ScriptObjectReferencer.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptObjectReferencer.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptObjectReferencer.h index 0daa20275705..61ef6ef7c382 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptObjectReferencer.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptObjectReferencer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FScriptObjectReferencer : FGCObject diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPlugin.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPlugin.cpp index 2d4fea32a407..24c4122137ce 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPlugin.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" #include "ScriptObjectReferencer.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPluginComponent.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPluginComponent.cpp index fbc5f0754132..c1ebddb5a39e 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPluginComponent.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPluginComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" ////////////////////////////////////////////////////////////////////////// diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPluginPrivatePCH.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPluginPrivatePCH.h index 3828f1e3ccdb..b874e2f7e331 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPluginPrivatePCH.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptPluginPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IScriptPlugin.h" diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptTestActor.cpp b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptTestActor.cpp index 19faa10392db..60af241dc014 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptTestActor.cpp +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Private/ScriptTestActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ScriptPluginPrivatePCH.h" ////////////////////////////////////////////////////////////////////////// diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Public/IScriptPlugin.h b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Public/IScriptPlugin.h index 9f8f89165887..5a62752e071d 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Public/IScriptPlugin.h +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Public/IScriptPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/ScriptPlugin.Build.cs b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/ScriptPlugin.Build.cs index 3f8099980edd..4d27de30b00f 100644 --- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/ScriptPlugin.Build.cs +++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/ScriptPlugin.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.IO; using UnrealBuildTool; diff --git a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServer.cpp b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServer.cpp index b9b4db947c00..b7a1800faf65 100644 --- a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServer.cpp +++ b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRemotePrivatePCH.h" diff --git a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServer.h b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServer.h index 8967ae96b865..9ad6bf9280b0 100644 --- a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServer.h +++ b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServerMessage.h b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServerMessage.h index 6a9a41720951..3c40a9fe0a1f 100644 --- a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServerMessage.h +++ b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Server/SlateRemoteServerMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Shared/SlateRemoteSettings.h b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Shared/SlateRemoteSettings.h index 42ebd0c91865..7b73fc604810 100644 --- a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Shared/SlateRemoteSettings.h +++ b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/Shared/SlateRemoteSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemoteClasses.cpp b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemoteClasses.cpp index d300af3debd0..543842f5b78e 100644 --- a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemoteClasses.cpp +++ b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemoteClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRemotePrivatePCH.h" diff --git a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemoteModule.cpp b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemoteModule.cpp index 19fc0adeb084..0f8ed5ab4e1f 100644 --- a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemoteModule.cpp +++ b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemoteModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRemotePrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemotePrivatePCH.h b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemotePrivatePCH.h index 41df8452e522..9b4e51607437 100644 --- a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemotePrivatePCH.h +++ b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/Private/SlateRemotePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/SlateRemote.Build.cs b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/SlateRemote.Build.cs index 2bfbacf0bf2f..64e37287e569 100644 --- a/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/SlateRemote.Build.cs +++ b/Engine/Plugins/Slate/SlateRemote/Source/SlateRemote/SlateRemote.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Shaders/ACES.usf b/Engine/Shaders/ACES.usf index 6b7956b02c14..a4b255488e46 100644 --- a/Engine/Shaders/ACES.usf +++ b/Engine/Shaders/ACES.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* ============================================================================= diff --git a/Engine/Shaders/AtmosphereCommon.usf b/Engine/Shaders/AtmosphereCommon.usf index 345337442b57..b48f862fece2 100644 --- a/Engine/Shaders/AtmosphereCommon.usf +++ b/Engine/Shaders/AtmosphereCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmosphereCommon.usf: Functions and variables shared by both rendering and precomputation diff --git a/Engine/Shaders/AtmospherePrecompute.usf b/Engine/Shaders/AtmospherePrecompute.usf index 8022b922541f..9708f4b0472c 100644 --- a/Engine/Shaders/AtmospherePrecompute.usf +++ b/Engine/Shaders/AtmospherePrecompute.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmospherePrecompute.usf: Precompute data for Atmospheric fog diff --git a/Engine/Shaders/AtmospherePrecomputeCommon.usf b/Engine/Shaders/AtmospherePrecomputeCommon.usf index 8f0ad428d894..8b3f46d8f7ee 100644 --- a/Engine/Shaders/AtmospherePrecomputeCommon.usf +++ b/Engine/Shaders/AtmospherePrecomputeCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmospherePrecomputeCommon.usf: Functions and variables only used in precomputation in editor diff --git a/Engine/Shaders/AtmospherePrecomputeInscatter.usf b/Engine/Shaders/AtmospherePrecomputeInscatter.usf index 6d359aec6dec..5b440c9a5480 100644 --- a/Engine/Shaders/AtmospherePrecomputeInscatter.usf +++ b/Engine/Shaders/AtmospherePrecomputeInscatter.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmospherePrecomputeInscatter.usf: Precompute data for Atmospheric fog diff --git a/Engine/Shaders/AtmosphericFogShader.usf b/Engine/Shaders/AtmosphericFogShader.usf index 6ee0ea682098..6c236edca34c 100644 --- a/Engine/Shaders/AtmosphericFogShader.usf +++ b/Engine/Shaders/AtmosphericFogShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmosphericFogPixelShader.usf: Scene atmospheric fogging pixel shader. diff --git a/Engine/Shaders/BRDF.usf b/Engine/Shaders/BRDF.usf index 2e29b7561451..3292234dc0fd 100644 --- a/Engine/Shaders/BRDF.usf +++ b/Engine/Shaders/BRDF.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BRDF.usf: Bidirectional reflectance distribution functions. diff --git a/Engine/Shaders/BasePassCommon.usf b/Engine/Shaders/BasePassCommon.usf index 96756cf30e8a..7435f4b8c7a2 100644 --- a/Engine/Shaders/BasePassCommon.usf +++ b/Engine/Shaders/BasePassCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassCommon.usf: Base pass definitions used by both vertex and pixel shader diff --git a/Engine/Shaders/BasePassForForwardShadingCommon.usf b/Engine/Shaders/BasePassForForwardShadingCommon.usf index c38c836c3ab0..28bf9b996c5b 100644 --- a/Engine/Shaders/BasePassForForwardShadingCommon.usf +++ b/Engine/Shaders/BasePassForForwardShadingCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassForForwardShadingCommon.usf: Base pass definitions used by both vertex and pixel shader diff --git a/Engine/Shaders/BasePassForForwardShadingPixelShader.usf b/Engine/Shaders/BasePassForForwardShadingPixelShader.usf index 2189ee00127a..d0a2fff40023 100644 --- a/Engine/Shaders/BasePassForForwardShadingPixelShader.usf +++ b/Engine/Shaders/BasePassForForwardShadingPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassForForwardShadingPixelShader.usf: Base pass pixel shader used with forward shading diff --git a/Engine/Shaders/BasePassForForwardShadingVertexShader.usf b/Engine/Shaders/BasePassForForwardShadingVertexShader.usf index f802c85b792e..61cdb950e06d 100644 --- a/Engine/Shaders/BasePassForForwardShadingVertexShader.usf +++ b/Engine/Shaders/BasePassForForwardShadingVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassForForwardShadingVertexShader.usf: Base pass vertex shader used with forward shading diff --git a/Engine/Shaders/BasePassPixelShader.usf b/Engine/Shaders/BasePassPixelShader.usf index 8b3390c3f05d..20661a628852 100644 --- a/Engine/Shaders/BasePassPixelShader.usf +++ b/Engine/Shaders/BasePassPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassPixelShader.usf: Base pass pixel shader diff --git a/Engine/Shaders/BasePassTessellationShaders.usf b/Engine/Shaders/BasePassTessellationShaders.usf index 6b71aa9c8b23..b780c2d0c35c 100644 --- a/Engine/Shaders/BasePassTessellationShaders.usf +++ b/Engine/Shaders/BasePassTessellationShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassTessellationShaders.usf: Base pass domain and hull shaders diff --git a/Engine/Shaders/BasePassVertexCommon.usf b/Engine/Shaders/BasePassVertexCommon.usf index 36e178300130..aa036e2871f1 100644 --- a/Engine/Shaders/BasePassVertexCommon.usf +++ b/Engine/Shaders/BasePassVertexCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassVertexCommon.usf: Vertex-related base pass definitions, used by vertex, diff --git a/Engine/Shaders/BasePassVertexShader.usf b/Engine/Shaders/BasePassVertexShader.usf index f6b53d7ecc6e..6d1362e33240 100644 --- a/Engine/Shaders/BasePassVertexShader.usf +++ b/Engine/Shaders/BasePassVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassVertexShader.usf: Base pass vertex shader diff --git a/Engine/Shaders/CapsuleShadowShaders.usf b/Engine/Shaders/CapsuleShadowShaders.usf index 60285554be11..e9453d8c390c 100644 --- a/Engine/Shaders/CapsuleShadowShaders.usf +++ b/Engine/Shaders/CapsuleShadowShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CapsuleShadowShaders.usf: Tiled deferred culling and shadowing from capsule shapes diff --git a/Engine/Shaders/CircleDOFCommon.usf b/Engine/Shaders/CircleDOFCommon.usf index 1b2ddb1e70b5..a45ecf59c3a9 100644 --- a/Engine/Shaders/CircleDOFCommon.usf +++ b/Engine/Shaders/CircleDOFCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CircleDOFCommon.usf: Circle depth of field common diff --git a/Engine/Shaders/ClearReplacementShaders.usf b/Engine/Shaders/ClearReplacementShaders.usf index fc0615bb541c..d19969cca776 100644 --- a/Engine/Shaders/ClearReplacementShaders.usf +++ b/Engine/Shaders/ClearReplacementShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ClearReplacement.usf: Collection of Shaders for alternative ways to clear a texture/buffer. diff --git a/Engine/Shaders/ColorUtils.usf b/Engine/Shaders/ColorUtils.usf index 408b30f4b90c..ec2dd3a3b3ba 100644 --- a/Engine/Shaders/ColorUtils.usf +++ b/Engine/Shaders/ColorUtils.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ColorUtils.hlsl: Some utility functions for dealing with colors. diff --git a/Engine/Shaders/Common.usf b/Engine/Shaders/Common.usf index ae62e182fa51..de540fde05f9 100644 --- a/Engine/Shaders/Common.usf +++ b/Engine/Shaders/Common.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Common.usf: Common shader code diff --git a/Engine/Shaders/CommonViewUniformBuffer.usf b/Engine/Shaders/CommonViewUniformBuffer.usf index c1b60a05192f..22a180da3495 100644 --- a/Engine/Shaders/CommonViewUniformBuffer.usf +++ b/Engine/Shaders/CommonViewUniformBuffer.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CommonViewUniformBuffer.usf: Common view uniform buffer specifics diff --git a/Engine/Shaders/ConvertToUniformMesh.usf b/Engine/Shaders/ConvertToUniformMesh.usf index b63ffe116ab1..41842e8b2def 100644 --- a/Engine/Shaders/ConvertToUniformMesh.usf +++ b/Engine/Shaders/ConvertToUniformMesh.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ConvertToUniformMesh.usf diff --git a/Engine/Shaders/CubemapCommon.usf b/Engine/Shaders/CubemapCommon.usf index 67467669fd1f..77c181ebd953 100644 --- a/Engine/Shaders/CubemapCommon.usf +++ b/Engine/Shaders/CubemapCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CubemapCommon.usf: Cubemap shared functions and structures. diff --git a/Engine/Shaders/DeferredDecal.usf b/Engine/Shaders/DeferredDecal.usf index 7c09f3133f8b..b1f6feedadc0 100644 --- a/Engine/Shaders/DeferredDecal.usf +++ b/Engine/Shaders/DeferredDecal.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeferredDecal.usf: Pixel shader for computing a deferred decal. diff --git a/Engine/Shaders/DeferredLightPixelShaders.usf b/Engine/Shaders/DeferredLightPixelShaders.usf index b1c8f09eb379..e2d8cd4ff8d7 100644 --- a/Engine/Shaders/DeferredLightPixelShaders.usf +++ b/Engine/Shaders/DeferredLightPixelShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeferredLightPixelShaders.usf: diff --git a/Engine/Shaders/DeferredLightVertexShaders.usf b/Engine/Shaders/DeferredLightVertexShaders.usf index 176ec0ed0bc3..771339429acd 100644 --- a/Engine/Shaders/DeferredLightVertexShaders.usf +++ b/Engine/Shaders/DeferredLightVertexShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeferredLightVertexShaders.usf: diff --git a/Engine/Shaders/DeferredLightingCommon.usf b/Engine/Shaders/DeferredLightingCommon.usf index f9cb339aa9f9..7a6e79e67a92 100644 --- a/Engine/Shaders/DeferredLightingCommon.usf +++ b/Engine/Shaders/DeferredLightingCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeferredLightingCommon.usf: Common definitions for deferred lighting. diff --git a/Engine/Shaders/DeferredShadingCommon.usf b/Engine/Shaders/DeferredShadingCommon.usf index d146c6ccf388..4a02087069a1 100644 --- a/Engine/Shaders/DeferredShadingCommon.usf +++ b/Engine/Shaders/DeferredShadingCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeferredShadingCommon.usf: Common definitions for deferred shading. diff --git a/Engine/Shaders/Definitions.usf b/Engine/Shaders/Definitions.usf index ce81755aadd9..ca67be654cda 100644 --- a/Engine/Shaders/Definitions.usf +++ b/Engine/Shaders/Definitions.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Definitions.usf: Defines undefined defines to 0 as Cg can't handle them. diff --git a/Engine/Shaders/DepthOfFieldCommon.usf b/Engine/Shaders/DepthOfFieldCommon.usf index b40065fa7513..f4172528b588 100644 --- a/Engine/Shaders/DepthOfFieldCommon.usf +++ b/Engine/Shaders/DepthOfFieldCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DepthOfFieldCommon.usf: depth of field common diff --git a/Engine/Shaders/DepthOnlyPixelShader.usf b/Engine/Shaders/DepthOnlyPixelShader.usf index 24d24fb7f3e1..7724db582be4 100644 --- a/Engine/Shaders/DepthOnlyPixelShader.usf +++ b/Engine/Shaders/DepthOnlyPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DepthOnlyPixelShader.hlsl: Depth-only pixel shader. diff --git a/Engine/Shaders/DepthOnlyVertexShader.usf b/Engine/Shaders/DepthOnlyVertexShader.usf index cf51952a6804..34a5b0816e01 100644 --- a/Engine/Shaders/DepthOnlyVertexShader.usf +++ b/Engine/Shaders/DepthOnlyVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DepthOnlyVertexShader.hlsl: Depth-only vertex shader. diff --git a/Engine/Shaders/DistanceFieldAOShared.usf b/Engine/Shaders/DistanceFieldAOShared.usf index 864163eaeb75..fda885ed12b5 100644 --- a/Engine/Shaders/DistanceFieldAOShared.usf +++ b/Engine/Shaders/DistanceFieldAOShared.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldAOShared.usf diff --git a/Engine/Shaders/DistanceFieldGlobalIllumination.usf b/Engine/Shaders/DistanceFieldGlobalIllumination.usf index b2e245e8e9a6..6fa24efcd2e4 100644 --- a/Engine/Shaders/DistanceFieldGlobalIllumination.usf +++ b/Engine/Shaders/DistanceFieldGlobalIllumination.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldGlobalIllumination.usf diff --git a/Engine/Shaders/DistanceFieldLightingPost.usf b/Engine/Shaders/DistanceFieldLightingPost.usf index 89e1952c006b..1fa16bd8ce84 100644 --- a/Engine/Shaders/DistanceFieldLightingPost.usf +++ b/Engine/Shaders/DistanceFieldLightingPost.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldLightingPost.usf diff --git a/Engine/Shaders/DistanceFieldLightingShared.usf b/Engine/Shaders/DistanceFieldLightingShared.usf index 890152e48a8b..6d0766ec9b4e 100644 --- a/Engine/Shaders/DistanceFieldLightingShared.usf +++ b/Engine/Shaders/DistanceFieldLightingShared.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldLightingShared.usf diff --git a/Engine/Shaders/DistanceFieldScreenGridLighting.usf b/Engine/Shaders/DistanceFieldScreenGridLighting.usf index 6cdd3ea8f1be..87fdff827eb4 100644 --- a/Engine/Shaders/DistanceFieldScreenGridLighting.usf +++ b/Engine/Shaders/DistanceFieldScreenGridLighting.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldScreenGridLighting.usf diff --git a/Engine/Shaders/DistanceFieldShadowing.usf b/Engine/Shaders/DistanceFieldShadowing.usf index 031eba90e4df..eb3e71f0e446 100644 --- a/Engine/Shaders/DistanceFieldShadowing.usf +++ b/Engine/Shaders/DistanceFieldShadowing.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldShadowing.usf diff --git a/Engine/Shaders/DistanceFieldShadowingShared.usf b/Engine/Shaders/DistanceFieldShadowingShared.usf index e09f6e7c14b1..bd331bc66844 100644 --- a/Engine/Shaders/DistanceFieldShadowingShared.usf +++ b/Engine/Shaders/DistanceFieldShadowingShared.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldShadowingShared.usf diff --git a/Engine/Shaders/DistanceFieldSurfaceCacheLighting.usf b/Engine/Shaders/DistanceFieldSurfaceCacheLighting.usf index 73062b83058f..a6eb1622f008 100644 --- a/Engine/Shaders/DistanceFieldSurfaceCacheLighting.usf +++ b/Engine/Shaders/DistanceFieldSurfaceCacheLighting.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldSurfaceCacheLighting.usf diff --git a/Engine/Shaders/DistanceFieldSurfaceCacheLightingCompute.usf b/Engine/Shaders/DistanceFieldSurfaceCacheLightingCompute.usf index 8ee3f4c1adb3..4916b8624655 100644 --- a/Engine/Shaders/DistanceFieldSurfaceCacheLightingCompute.usf +++ b/Engine/Shaders/DistanceFieldSurfaceCacheLightingCompute.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldSurfaceCacheLightingCompute.usf diff --git a/Engine/Shaders/DistortAccumulatePS.usf b/Engine/Shaders/DistortAccumulatePS.usf index b07265961273..aa88ac839e86 100644 --- a/Engine/Shaders/DistortAccumulatePS.usf +++ b/Engine/Shaders/DistortAccumulatePS.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistortionAccumulatePixelShader.usf: Pixel shader for accumulating distortion offsets diff --git a/Engine/Shaders/DistortAccumulateVS.usf b/Engine/Shaders/DistortAccumulateVS.usf index a76a3f85cd71..a153fae76f7b 100644 --- a/Engine/Shaders/DistortAccumulateVS.usf +++ b/Engine/Shaders/DistortAccumulateVS.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistortionAccumulatePixelShader.usf: Vertex/Hull/Domain shader for accumulating distortion offsets diff --git a/Engine/Shaders/DistortApplyScreenPS.usf b/Engine/Shaders/DistortApplyScreenPS.usf index 6748bd959b40..eb4ca2ae2517 100644 --- a/Engine/Shaders/DistortApplyScreenPS.usf +++ b/Engine/Shaders/DistortApplyScreenPS.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistortApplyScreenPixelShader.usf: Pixel shader for rendering screen distortion pass diff --git a/Engine/Shaders/DitheredTransitionStencil.usf b/Engine/Shaders/DitheredTransitionStencil.usf index 1f800a7526bd..d6e0240353fa 100644 --- a/Engine/Shaders/DitheredTransitionStencil.usf +++ b/Engine/Shaders/DitheredTransitionStencil.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DitheredTransitionStencil.usf: Fills the stencil buffer with the current dithered transition mask. diff --git a/Engine/Shaders/DownsampleDepthPixelShader.usf b/Engine/Shaders/DownsampleDepthPixelShader.usf index b78ee3ea550a..ced4f7a1e8c5 100644 --- a/Engine/Shaders/DownsampleDepthPixelShader.usf +++ b/Engine/Shaders/DownsampleDepthPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DownSampleDepthPixelShader.usf: Downsamples scene depth by a factor of 2. diff --git a/Engine/Shaders/DynamicLightingCommon.usf b/Engine/Shaders/DynamicLightingCommon.usf index 74a822d22a27..c4f8a5d3a70b 100644 --- a/Engine/Shaders/DynamicLightingCommon.usf +++ b/Engine/Shaders/DynamicLightingCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DynamicLightingCommon.usf: Contains functions shared by dynamic light shaders. diff --git a/Engine/Shaders/EvaluateSurfelMaterial.usf b/Engine/Shaders/EvaluateSurfelMaterial.usf index 612b3f84a98a..35cf642f6618 100644 --- a/Engine/Shaders/EvaluateSurfelMaterial.usf +++ b/Engine/Shaders/EvaluateSurfelMaterial.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EvaluateSurfelMaterial.usf diff --git a/Engine/Shaders/EyeAdaptationCommon.usf b/Engine/Shaders/EyeAdaptationCommon.usf index fed57b571f2e..d48c2a8e20df 100644 --- a/Engine/Shaders/EyeAdaptationCommon.usf +++ b/Engine/Shaders/EyeAdaptationCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EyeAdaptationCommon.usf: PostProcessing shared functions and structures. diff --git a/Engine/Shaders/FXAAShader.usf b/Engine/Shaders/FXAAShader.usf index bf269b154bfd..664b90efcb2b 100644 --- a/Engine/Shaders/FXAAShader.usf +++ b/Engine/Shaders/FXAAShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FXAAShader.usf : Postprocess Anti aliasing based on FXAA code from NVIDIA diff --git a/Engine/Shaders/FastMath.usf b/Engine/Shaders/FastMath.usf index 3741de09417b..d107d5746877 100644 --- a/Engine/Shaders/FastMath.usf +++ b/Engine/Shaders/FastMath.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Common.usf: Common shader code diff --git a/Engine/Shaders/FilterPixelShader.usf b/Engine/Shaders/FilterPixelShader.usf index 5b9ad66d1d7d..cec65cf6266c 100644 --- a/Engine/Shaders/FilterPixelShader.usf +++ b/Engine/Shaders/FilterPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FilterPixelShader.usf: Filter pixel shader source. diff --git a/Engine/Shaders/FilterVertexShader.usf b/Engine/Shaders/FilterVertexShader.usf index 1fa9110b5946..75c1d277ccb3 100644 --- a/Engine/Shaders/FilterVertexShader.usf +++ b/Engine/Shaders/FilterVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FilterVertexShader.usf: Filter vertex shader source. diff --git a/Engine/Shaders/FlatTessellation.usf b/Engine/Shaders/FlatTessellation.usf index 948cf8c6a635..f8c7fdbe32d3 100644 --- a/Engine/Shaders/FlatTessellation.usf +++ b/Engine/Shaders/FlatTessellation.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FlatTessellation.usf: Shader fragments for flat tessellation diff --git a/Engine/Shaders/ForEachLight.usf b/Engine/Shaders/ForEachLight.usf index 79e8fbdee251..d0774862dc8c 100644 --- a/Engine/Shaders/ForEachLight.usf +++ b/Engine/Shaders/ForEachLight.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ForEachLight.usf: Common code for dynamic forward lighting diff --git a/Engine/Shaders/GPUBenchmark.usf b/Engine/Shaders/GPUBenchmark.usf index 8c75e59a0cea..668443424031 100644 --- a/Engine/Shaders/GPUBenchmark.usf +++ b/Engine/Shaders/GPUBenchmark.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUBenchmark.usf: PostProcessing Benchmark. diff --git a/Engine/Shaders/GammaCorrection.usf b/Engine/Shaders/GammaCorrection.usf index 9c1cc8e52d83..5b4333bb8226 100644 --- a/Engine/Shaders/GammaCorrection.usf +++ b/Engine/Shaders/GammaCorrection.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GammaCorrection.usf: Gamma correcting the scene color buffer diff --git a/Engine/Shaders/GammaCorrectionCommon.usf b/Engine/Shaders/GammaCorrectionCommon.usf index c1667d1669fe..94a8795999a5 100644 --- a/Engine/Shaders/GammaCorrectionCommon.usf +++ b/Engine/Shaders/GammaCorrectionCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. half3 LinearTo709Branchless(half3 lin) diff --git a/Engine/Shaders/GlobalDistanceField.usf b/Engine/Shaders/GlobalDistanceField.usf index 09149abe7ba0..15c17469ce32 100644 --- a/Engine/Shaders/GlobalDistanceField.usf +++ b/Engine/Shaders/GlobalDistanceField.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GlobalDistanceField.usf diff --git a/Engine/Shaders/GlobalDistanceFieldShared.usf b/Engine/Shaders/GlobalDistanceFieldShared.usf index f1f032dd1fcb..84b3964dd22e 100644 --- a/Engine/Shaders/GlobalDistanceFieldShared.usf +++ b/Engine/Shaders/GlobalDistanceFieldShared.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GlobalDistanceFieldShared.usf diff --git a/Engine/Shaders/GpuSkinCacheComputeShader.usf b/Engine/Shaders/GpuSkinCacheComputeShader.usf index 33ff02f45aca..ff71b0cda5bd 100644 --- a/Engine/Shaders/GpuSkinCacheComputeShader.usf +++ b/Engine/Shaders/GpuSkinCacheComputeShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GpuSkinCacheComputeShader.usf: Perform vertex skinning into a buffer to avoid skinning in the vertex shader. diff --git a/Engine/Shaders/GpuSkinCommon.usf b/Engine/Shaders/GpuSkinCommon.usf index 6a86bc904567..00b16e064de5 100644 --- a/Engine/Shaders/GpuSkinCommon.usf +++ b/Engine/Shaders/GpuSkinCommon.usf @@ -1,4 +1,4 @@ -//// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +//// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GpuSkinCacheCommon.usf: Common properties and defines for GPU Skinning Cache diff --git a/Engine/Shaders/GpuSkinVertexFactory.usf b/Engine/Shaders/GpuSkinVertexFactory.usf index 82fd4278ea5b..6af56d9f575c 100644 --- a/Engine/Shaders/GpuSkinVertexFactory.usf +++ b/Engine/Shaders/GpuSkinVertexFactory.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GpuSkinVertexFactory.hlsl: GPU skinned vertex factory shader code diff --git a/Engine/Shaders/HZBOcclusion.usf b/Engine/Shaders/HZBOcclusion.usf index bbd76ebb8846..b991ad99387b 100644 --- a/Engine/Shaders/HZBOcclusion.usf +++ b/Engine/Shaders/HZBOcclusion.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Common.usf" diff --git a/Engine/Shaders/HdrCustomResolveShaders.usf b/Engine/Shaders/HdrCustomResolveShaders.usf index 879c71e37bb7..4eb7ea1a7436 100644 --- a/Engine/Shaders/HdrCustomResolveShaders.usf +++ b/Engine/Shaders/HdrCustomResolveShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HdrCustomResolve.usf: Custom resolve for HDR color and box filter. diff --git a/Engine/Shaders/HeightFogCommon.usf b/Engine/Shaders/HeightFogCommon.usf index 13f887b15fc8..57dfd60f0570 100644 --- a/Engine/Shaders/HeightFogCommon.usf +++ b/Engine/Shaders/HeightFogCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HeightFogCommon.usf: diff --git a/Engine/Shaders/HeightFogPixelShader.usf b/Engine/Shaders/HeightFogPixelShader.usf index 7e572be76dfe..fb42beeb75f6 100644 --- a/Engine/Shaders/HeightFogPixelShader.usf +++ b/Engine/Shaders/HeightFogPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HeightFogPixelShader.usf: Scene fogging pixel shader. diff --git a/Engine/Shaders/HeightFogVertexShader.usf b/Engine/Shaders/HeightFogVertexShader.usf index 6918072e4e79..589fbbf33231 100644 --- a/Engine/Shaders/HeightFogVertexShader.usf +++ b/Engine/Shaders/HeightFogVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HeightFogVertexShader.usf: Scene fogging vertex shader. diff --git a/Engine/Shaders/HeightfieldLighting.usf b/Engine/Shaders/HeightfieldLighting.usf index c3534889f38c..4be8115d4182 100644 --- a/Engine/Shaders/HeightfieldLighting.usf +++ b/Engine/Shaders/HeightfieldLighting.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HeightfieldLighting.usf diff --git a/Engine/Shaders/HitProxyPixelShader.usf b/Engine/Shaders/HitProxyPixelShader.usf index 75935271505b..006d46478ee2 100644 --- a/Engine/Shaders/HitProxyPixelShader.usf +++ b/Engine/Shaders/HitProxyPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HitProxyPixelShader.hlsl: Pixel shader for rendering scene hit proxies. diff --git a/Engine/Shaders/HitProxyVertexShader.usf b/Engine/Shaders/HitProxyVertexShader.usf index acd6a5acfe0e..7226e6f151ab 100644 --- a/Engine/Shaders/HitProxyVertexShader.usf +++ b/Engine/Shaders/HitProxyVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HitProxyVertexShader.hlsl: Vertex shader for rendering hit proxies. diff --git a/Engine/Shaders/IESLightProfilesCommon.usf b/Engine/Shaders/IESLightProfilesCommon.usf index 4193c47e9de8..666d26fe6844 100644 --- a/Engine/Shaders/IESLightProfilesCommon.usf +++ b/Engine/Shaders/IESLightProfilesCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IESLightProfiles.usf: Common shader code for IES light profiles diff --git a/Engine/Shaders/InstancedStereo.usf b/Engine/Shaders/InstancedStereo.usf index 5b061b0c5804..eb827f63f8f3 100644 --- a/Engine/Shaders/InstancedStereo.usf +++ b/Engine/Shaders/InstancedStereo.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.. /*============================================================================= InstancedStereo.usf: Resolve which view uniforms in a stereo pair to use. diff --git a/Engine/Shaders/LandscapeGrassWeight.usf b/Engine/Shaders/LandscapeGrassWeight.usf index 4203765c60e8..158c08e5f6c8 100644 --- a/Engine/Shaders/LandscapeGrassWeight.usf +++ b/Engine/Shaders/LandscapeGrassWeight.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeGrassWeightVertexShader.usf: Vertex shader to dump the weight map for Landscape Grass diff --git a/Engine/Shaders/LandscapeVertexFactory.usf b/Engine/Shaders/LandscapeVertexFactory.usf index 224f2bfaa5e5..d5e7fb954ee5 100644 --- a/Engine/Shaders/LandscapeVertexFactory.usf +++ b/Engine/Shaders/LandscapeVertexFactory.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeVertexFactory.usf: Landscape vertex factory. diff --git a/Engine/Shaders/LightAccumulator.usf b/Engine/Shaders/LightAccumulator.usf index 7d029b5b536d..daf6f1ace20b 100644 --- a/Engine/Shaders/LightAccumulator.usf +++ b/Engine/Shaders/LightAccumulator.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightAccumulator.usf: FLightAccumulator "class" and it's methods, useful for screen space subsurface scattering diff --git a/Engine/Shaders/LightFunctionCommon.usf b/Engine/Shaders/LightFunctionCommon.usf index 46db2cf2f72c..f15dfb4531d5 100644 --- a/Engine/Shaders/LightFunctionCommon.usf +++ b/Engine/Shaders/LightFunctionCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightFunctionCommon.usf: Utility functions for light functions. diff --git a/Engine/Shaders/LightFunctionPixelShader.usf b/Engine/Shaders/LightFunctionPixelShader.usf index 8b64710c4150..4c8f2e9e7964 100644 --- a/Engine/Shaders/LightFunctionPixelShader.usf +++ b/Engine/Shaders/LightFunctionPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightFunction.usf: Pixel shader for computing a light function. diff --git a/Engine/Shaders/LightFunctionVertexShader.usf b/Engine/Shaders/LightFunctionVertexShader.usf index d97e16e9d425..d1653778fe99 100644 --- a/Engine/Shaders/LightFunctionVertexShader.usf +++ b/Engine/Shaders/LightFunctionVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightFunction.usf: Vertex shader for computing a light function. diff --git a/Engine/Shaders/LightMapDensityShader.usf b/Engine/Shaders/LightMapDensityShader.usf index 1562db23fdf1..06b650f2ce17 100644 --- a/Engine/Shaders/LightMapDensityShader.usf +++ b/Engine/Shaders/LightMapDensityShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMapDensityShader.hlsl: Shader for rendering lightmap density as a color diff --git a/Engine/Shaders/LightShaftShader.usf b/Engine/Shaders/LightShaftShader.usf index 5692e46acdca..7a906e56e6a1 100644 --- a/Engine/Shaders/LightShaftShader.usf +++ b/Engine/Shaders/LightShaftShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightShaftShader.usf: Shaders for rendering light shafts diff --git a/Engine/Shaders/LightmapCommon.usf b/Engine/Shaders/LightmapCommon.usf index 005b4062e0df..877102edd2ec 100644 --- a/Engine/Shaders/LightmapCommon.usf +++ b/Engine/Shaders/LightmapCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UniformBuffers/PrecomputedLightingBuffer.usf" diff --git a/Engine/Shaders/LocalVertexFactory.usf b/Engine/Shaders/LocalVertexFactory.usf index 518a9d5b3cf5..b18bee625049 100644 --- a/Engine/Shaders/LocalVertexFactory.usf +++ b/Engine/Shaders/LocalVertexFactory.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.. /*============================================================================= LocalVertexFactory.usf: Local vertex factory shader code. diff --git a/Engine/Shaders/LocalVertexFactoryCommon.usf b/Engine/Shaders/LocalVertexFactoryCommon.usf index 2b0724b26812..ec448c50c083 100644 --- a/Engine/Shaders/LocalVertexFactoryCommon.usf +++ b/Engine/Shaders/LocalVertexFactoryCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LocalVertexFactoryCommon.usf: Local vertex factory common functionality diff --git a/Engine/Shaders/MaterialTemplate.usf b/Engine/Shaders/MaterialTemplate.usf index 9bfc70cf71f6..6b2f5067c9ea 100644 --- a/Engine/Shaders/MaterialTemplate.usf +++ b/Engine/Shaders/MaterialTemplate.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * MaterialTemplate.usf: Filled in by FHLSLMaterialTranslator::GetMaterialShaderCode for each material being compiled. diff --git a/Engine/Shaders/MediaShaders.usf b/Engine/Shaders/MediaShaders.usf index 89457a10dcba..519321491aed 100644 --- a/Engine/Shaders/MediaShaders.usf +++ b/Engine/Shaders/MediaShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MediaShaders.usf: Shaders to convert various media decoder outputs to RGBA diff --git a/Engine/Shaders/MeshPaintPixelShader.usf b/Engine/Shaders/MeshPaintPixelShader.usf index 76dbd059929b..c37fc6c28e71 100644 --- a/Engine/Shaders/MeshPaintPixelShader.usf +++ b/Engine/Shaders/MeshPaintPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MeshPaintPixelShader.usf: Mesh texture paint pixel shader diff --git a/Engine/Shaders/MeshPaintVertexShader.usf b/Engine/Shaders/MeshPaintVertexShader.usf index 3b0ce05860a3..04a25c1659a6 100644 --- a/Engine/Shaders/MeshPaintVertexShader.usf +++ b/Engine/Shaders/MeshPaintVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MeshPaintVertexShader.usf: Mesh texture paint vertex shader diff --git a/Engine/Shaders/MeshParticleVertexFactory.usf b/Engine/Shaders/MeshParticleVertexFactory.usf index d582a4938f40..a92b831bf6ab 100644 --- a/Engine/Shaders/MeshParticleVertexFactory.usf +++ b/Engine/Shaders/MeshParticleVertexFactory.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshParticleVertexFactory.usf: Mesh particle vertex factory shader code. diff --git a/Engine/Shaders/MetalCommon.usf b/Engine/Shaders/MetalCommon.usf index 5bee8bdaea06..85205f810cae 100644 --- a/Engine/Shaders/MetalCommon.usf +++ b/Engine/Shaders/MetalCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MetalCommon.usf: Common Metal shader code diff --git a/Engine/Shaders/MiniFontCommon.usf b/Engine/Shaders/MiniFontCommon.usf index 37612ad1b8da..e0d8d624a7b8 100644 --- a/Engine/Shaders/MiniFontCommon.usf +++ b/Engine/Shaders/MiniFontCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TinyFontCommon.usf: TinyFont shared functions and structures. diff --git a/Engine/Shaders/MonteCarlo.usf b/Engine/Shaders/MonteCarlo.usf index fb54e41038e7..5f8bda8f6ced 100644 --- a/Engine/Shaders/MonteCarlo.usf +++ b/Engine/Shaders/MonteCarlo.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Shaders/MorpheusInclude.usf b/Engine/Shaders/MorpheusInclude.usf index b0bfd99740b8..32b19c20a7be 100644 --- a/Engine/Shaders/MorpheusInclude.usf +++ b/Engine/Shaders/MorpheusInclude.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Common.usf" #include "PostProcessCommon.usf" diff --git a/Engine/Shaders/NullPixelShader.usf b/Engine/Shaders/NullPixelShader.usf index 8c9049eabe82..89e2cf0847ea 100644 --- a/Engine/Shaders/NullPixelShader.usf +++ b/Engine/Shaders/NullPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NullPixelShader.usf: Dummy pixel shader to use instead of SetPixelShader(NULL). diff --git a/Engine/Shaders/OcclusionQueryPixelShader.usf b/Engine/Shaders/OcclusionQueryPixelShader.usf index f472fa890057..a46bd44ca066 100644 --- a/Engine/Shaders/OcclusionQueryPixelShader.usf +++ b/Engine/Shaders/OcclusionQueryPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OcclusionQueryPixelShader.hlsl: Pixel shader for drawing occlusion queries. diff --git a/Engine/Shaders/OcclusionQueryVertexShader.usf b/Engine/Shaders/OcclusionQueryVertexShader.usf index d494041a7670..febcf34755de 100644 --- a/Engine/Shaders/OcclusionQueryVertexShader.usf +++ b/Engine/Shaders/OcclusionQueryVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OcclusionQueryVertexShader.hlsl: Vertex shader for drawing occlusion queries. diff --git a/Engine/Shaders/OneColorShader.usf b/Engine/Shaders/OneColorShader.usf index 66df76ada12f..0799477a87e4 100644 --- a/Engine/Shaders/OneColorShader.usf +++ b/Engine/Shaders/OneColorShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OneColorShader.usf: 2D shader for drawing a single constant color. diff --git a/Engine/Shaders/PNTriangles.usf b/Engine/Shaders/PNTriangles.usf index b88bdcd37a30..d2de63583b24 100644 --- a/Engine/Shaders/PNTriangles.usf +++ b/Engine/Shaders/PNTriangles.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PNTriangles.usf: Shader fragments for PN-AEN triangles tessellation diff --git a/Engine/Shaders/PaniniProjection.usf b/Engine/Shaders/PaniniProjection.usf index fa757b7043bf..3d3fe5ff3c30 100644 --- a/Engine/Shaders/PaniniProjection.usf +++ b/Engine/Shaders/PaniniProjection.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PaniniProjection.usf: Panini implementation for the node material function diff --git a/Engine/Shaders/ParticleBeamTrailVertexFactory.usf b/Engine/Shaders/ParticleBeamTrailVertexFactory.usf index 7b5f755b74f3..17b858ec3461 100644 --- a/Engine/Shaders/ParticleBeamTrailVertexFactory.usf +++ b/Engine/Shaders/ParticleBeamTrailVertexFactory.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleBeamTrailVertexFactory.hlsl: Particle vertex factory shader code. diff --git a/Engine/Shaders/ParticleBoundsShader.usf b/Engine/Shaders/ParticleBoundsShader.usf index e32ad5b2a5c4..085ac0f578e2 100644 --- a/Engine/Shaders/ParticleBoundsShader.usf +++ b/Engine/Shaders/ParticleBoundsShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleBoundsShader.usf: Shader to compute the bounds of GPU particles. diff --git a/Engine/Shaders/ParticleCurveInjectionShader.usf b/Engine/Shaders/ParticleCurveInjectionShader.usf index 985356fbcd2b..ab5032729e42 100644 --- a/Engine/Shaders/ParticleCurveInjectionShader.usf +++ b/Engine/Shaders/ParticleCurveInjectionShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleCurveInjectionShader.usf: Shaders for uploading curves to the GPU. diff --git a/Engine/Shaders/ParticleGPUSpriteVertexFactory.usf b/Engine/Shaders/ParticleGPUSpriteVertexFactory.usf index 1b50c60a5894..7947e9228e6a 100644 --- a/Engine/Shaders/ParticleGPUSpriteVertexFactory.usf +++ b/Engine/Shaders/ParticleGPUSpriteVertexFactory.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleGPUSpriteVertexFactory.usf: Vertex factory for GPU simulated particles. diff --git a/Engine/Shaders/ParticleInjectionShader.usf b/Engine/Shaders/ParticleInjectionShader.usf index 1e09890aaf51..f320db264d38 100644 --- a/Engine/Shaders/ParticleInjectionShader.usf +++ b/Engine/Shaders/ParticleInjectionShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleInjectionShader.usf: Shaders for uploading particles to the GPU. diff --git a/Engine/Shaders/ParticleSimVisualizeShader.usf b/Engine/Shaders/ParticleSimVisualizeShader.usf index 23b3652da77d..1d46d0475781 100644 --- a/Engine/Shaders/ParticleSimVisualizeShader.usf +++ b/Engine/Shaders/ParticleSimVisualizeShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleSimVisualizeShader.usf: Shader for visualizing particle simulation. diff --git a/Engine/Shaders/ParticleSimulationShader.usf b/Engine/Shaders/ParticleSimulationShader.usf index ff181f7789d5..aea735d9c04b 100644 --- a/Engine/Shaders/ParticleSimulationShader.usf +++ b/Engine/Shaders/ParticleSimulationShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleSimulationShader.usf: Shaders for simulating particles on the GPU. diff --git a/Engine/Shaders/ParticleSortKeyGen.usf b/Engine/Shaders/ParticleSortKeyGen.usf index 9312c36262b9..904a4f2401b6 100644 --- a/Engine/Shaders/ParticleSortKeyGen.usf +++ b/Engine/Shaders/ParticleSortKeyGen.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleSortKeyGen.usf: Shader to generate particle sorting keys. diff --git a/Engine/Shaders/ParticleSpriteVertexFactory.usf b/Engine/Shaders/ParticleSpriteVertexFactory.usf index a6076a73f5e8..d0ad62bf7ec4 100644 --- a/Engine/Shaders/ParticleSpriteVertexFactory.usf +++ b/Engine/Shaders/ParticleSpriteVertexFactory.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleSpriteVertexFactory.hlsl: Particle vertex factory shader code. diff --git a/Engine/Shaders/ParticleVertexFactoryCommon.usf b/Engine/Shaders/ParticleVertexFactoryCommon.usf index 4d73e744f7a2..d7bc74ae6b15 100644 --- a/Engine/Shaders/ParticleVertexFactoryCommon.usf +++ b/Engine/Shaders/ParticleVertexFactoryCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleVertexFactoryCommon.usf: diff --git a/Engine/Shaders/PositionOnlyDepthVertexShader.usf b/Engine/Shaders/PositionOnlyDepthVertexShader.usf index c1088e386caf..5fd931016365 100644 --- a/Engine/Shaders/PositionOnlyDepthVertexShader.usf +++ b/Engine/Shaders/PositionOnlyDepthVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PositionOnlyDepthOnlyVertexShader.hlsl: Depth-only vertex shader. diff --git a/Engine/Shaders/PostProcessAmbient.usf b/Engine/Shaders/PostProcessAmbient.usf index e2e493a7b2bd..39e20a2ed166 100644 --- a/Engine/Shaders/PostProcessAmbient.usf +++ b/Engine/Shaders/PostProcessAmbient.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostprocessAmbient.usf: To apply a ambient cubemap as a postprocess diff --git a/Engine/Shaders/PostProcessAmbientOcclusion.usf b/Engine/Shaders/PostProcessAmbientOcclusion.usf index 6c679d06da6b..6f1b7d29546e 100644 --- a/Engine/Shaders/PostProcessAmbientOcclusion.usf +++ b/Engine/Shaders/PostProcessAmbientOcclusion.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostprocessAmbientOcclusion.usf: To generate ambient occlusion as a postprocess diff --git a/Engine/Shaders/PostProcessBloom.usf b/Engine/Shaders/PostProcessBloom.usf index ed7eb42e0830..6d4c88d8efa2 100644 --- a/Engine/Shaders/PostProcessBloom.usf +++ b/Engine/Shaders/PostProcessBloom.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBloom.usf: PostProcessing bloom diff --git a/Engine/Shaders/PostProcessBokehDOF.usf b/Engine/Shaders/PostProcessBokehDOF.usf index f324f6609918..00574ade35a0 100644 --- a/Engine/Shaders/PostProcessBokehDOF.usf +++ b/Engine/Shaders/PostProcessBokehDOF.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBokehDOF.usf: PostProcessing Lens Flares. diff --git a/Engine/Shaders/PostProcessBusyWait.usf b/Engine/Shaders/PostProcessBusyWait.usf index 9aeeea4eb203..caacc5c69531 100644 --- a/Engine/Shaders/PostProcessBusyWait.usf +++ b/Engine/Shaders/PostProcessBusyWait.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBusyWait.usf: Post processing busy wait implementation. For Debugging GPU timing. diff --git a/Engine/Shaders/PostProcessCircleDOF.usf b/Engine/Shaders/PostProcessCircleDOF.usf index 561736d3cfc5..49626e3de563 100644 --- a/Engine/Shaders/PostProcessCircleDOF.usf +++ b/Engine/Shaders/PostProcessCircleDOF.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessCircleDOF.usf: PostProcessing Circle Depth of Field diff --git a/Engine/Shaders/PostProcessCombineLUTs.usf b/Engine/Shaders/PostProcessCombineLUTs.usf index 7ddd5a8439e4..de13a7661137 100644 --- a/Engine/Shaders/PostProcessCombineLUTs.usf +++ b/Engine/Shaders/PostProcessCombineLUTs.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LUTBlender.usf: Filter pixel shader source. diff --git a/Engine/Shaders/PostProcessCommon.usf b/Engine/Shaders/PostProcessCommon.usf index f6711351df24..14173cd43d41 100644 --- a/Engine/Shaders/PostProcessCommon.usf +++ b/Engine/Shaders/PostProcessCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessCommon.usf: PostProcessing shared functions and structures. diff --git a/Engine/Shaders/PostProcessCompositeEditorPrimitives.usf b/Engine/Shaders/PostProcessCompositeEditorPrimitives.usf index ba00c15909fd..e513846443dc 100644 --- a/Engine/Shaders/PostProcessCompositeEditorPrimitives.usf +++ b/Engine/Shaders/PostProcessCompositeEditorPrimitives.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Common.usf" diff --git a/Engine/Shaders/PostProcessDOF.usf b/Engine/Shaders/PostProcessDOF.usf index ffce30f28e7f..565eefa3047d 100644 --- a/Engine/Shaders/PostProcessDOF.usf +++ b/Engine/Shaders/PostProcessDOF.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDOF.usf: PostProcessing Depth of Field diff --git a/Engine/Shaders/PostProcessDownsample.usf b/Engine/Shaders/PostProcessDownsample.usf index e139ec548810..56163361c00d 100644 --- a/Engine/Shaders/PostProcessDownsample.usf +++ b/Engine/Shaders/PostProcessDownsample.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDownsample.usf: PostProcessing down sample. diff --git a/Engine/Shaders/PostProcessEyeAdaptation.usf b/Engine/Shaders/PostProcessEyeAdaptation.usf index 5079257b4f0f..2be482a7a61f 100644 --- a/Engine/Shaders/PostProcessEyeAdaptation.usf +++ b/Engine/Shaders/PostProcessEyeAdaptation.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessEyeAdaptation.usf: PostProcessing eye adaptation diff --git a/Engine/Shaders/PostProcessGBufferHints.usf b/Engine/Shaders/PostProcessGBufferHints.usf index 6d88135bceee..7b2405ea3a78 100644 --- a/Engine/Shaders/PostProcessGBufferHints.usf +++ b/Engine/Shaders/PostProcessGBufferHints.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessGBufferHints.usf: PostProcessing shader to show where material have performance issues or are unrealistic diff --git a/Engine/Shaders/PostProcessHierarchical.usf b/Engine/Shaders/PostProcessHierarchical.usf index b5ee5db61119..d034aa8eac7d 100644 --- a/Engine/Shaders/PostProcessHierarchical.usf +++ b/Engine/Shaders/PostProcessHierarchical.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHierarchical.usf: To generate hierarchical buffers diff --git a/Engine/Shaders/PostProcessHistogram.usf b/Engine/Shaders/PostProcessHistogram.usf index 321da410c6d7..6761633d88dd 100644 --- a/Engine/Shaders/PostProcessHistogram.usf +++ b/Engine/Shaders/PostProcessHistogram.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHistogram.usf: PostProcessing histogram diff --git a/Engine/Shaders/PostProcessHistogramCommon.usf b/Engine/Shaders/PostProcessHistogramCommon.usf index 1eeadbb56924..d6b0f3ee446f 100644 --- a/Engine/Shaders/PostProcessHistogramCommon.usf +++ b/Engine/Shaders/PostProcessHistogramCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHistogramCommon.usf: PostProcessing histogram shared functions and structures. diff --git a/Engine/Shaders/PostProcessHistogramReduce.usf b/Engine/Shaders/PostProcessHistogramReduce.usf index 9dcb05dad268..731d7884de05 100644 --- a/Engine/Shaders/PostProcessHistogramReduce.usf +++ b/Engine/Shaders/PostProcessHistogramReduce.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHistogramReduce.usf: PostProcessing combine multiple histograms into a single one diff --git a/Engine/Shaders/PostProcessLensBlur.usf b/Engine/Shaders/PostProcessLensBlur.usf index d214057d7554..6d73209f8849 100644 --- a/Engine/Shaders/PostProcessLensBlur.usf +++ b/Engine/Shaders/PostProcessLensBlur.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessLensBlur.usf: PostProcessing Lens Flares. diff --git a/Engine/Shaders/PostProcessLensFlares.usf b/Engine/Shaders/PostProcessLensFlares.usf index 6c6190d0ab55..3499a473af56 100644 --- a/Engine/Shaders/PostProcessLensFlares.usf +++ b/Engine/Shaders/PostProcessLensFlares.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessLensFlares.usf: PostProcessing Lens Flares. diff --git a/Engine/Shaders/PostProcessMaterialShaders.usf b/Engine/Shaders/PostProcessMaterialShaders.usf index 515fc0f254d6..b27b0bc82526 100644 --- a/Engine/Shaders/PostProcessMaterialShaders.usf +++ b/Engine/Shaders/PostProcessMaterialShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMaterialShaders.usf: Shaders for rendering post process materials diff --git a/Engine/Shaders/PostProcessMobile.usf b/Engine/Shaders/PostProcessMobile.usf index fcfd9b915387..4f285c56d225 100644 --- a/Engine/Shaders/PostProcessMobile.usf +++ b/Engine/Shaders/PostProcessMobile.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMobile.usf: Combined {bloom, sunshafts, depth of field} diff --git a/Engine/Shaders/PostProcessMotionBlur.usf b/Engine/Shaders/PostProcessMotionBlur.usf index c7419d7d816d..8c6654a363c2 100644 --- a/Engine/Shaders/PostProcessMotionBlur.usf +++ b/Engine/Shaders/PostProcessMotionBlur.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMotionBlur.usf: PostProcessing MotionBlur diff --git a/Engine/Shaders/PostProcessNoiseBlur.usf b/Engine/Shaders/PostProcessNoiseBlur.usf index eef32026865b..c7387a7c6601 100644 --- a/Engine/Shaders/PostProcessNoiseBlur.usf +++ b/Engine/Shaders/PostProcessNoiseBlur.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessNoiseBlur.usf: PostProcessing down sample. diff --git a/Engine/Shaders/PostProcessPassThrough.usf b/Engine/Shaders/PostProcessPassThrough.usf index 44bd0e4e3a93..f3d9f7ff224e 100644 --- a/Engine/Shaders/PostProcessPassThrough.usf +++ b/Engine/Shaders/PostProcessPassThrough.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessPassThrough.usf: PostProcessing Pass Through diff --git a/Engine/Shaders/PostProcessSelectionOutline.usf b/Engine/Shaders/PostProcessSelectionOutline.usf index 1324dbc63f8c..6caa57b6c0fc 100644 --- a/Engine/Shaders/PostProcessSelectionOutline.usf +++ b/Engine/Shaders/PostProcessSelectionOutline.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessSelectionOutline.usf: Post processing outline effect. diff --git a/Engine/Shaders/PostProcessSubsurface.usf b/Engine/Shaders/PostProcessSubsurface.usf index ebd6a50cdfe3..1ed1df89b502 100644 --- a/Engine/Shaders/PostProcessSubsurface.usf +++ b/Engine/Shaders/PostProcessSubsurface.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessSubsurface.usf: Screenspace subsurface scattering shaders. diff --git a/Engine/Shaders/PostProcessTemporalAA.usf b/Engine/Shaders/PostProcessTemporalAA.usf index f0f809393ff3..e2b4d22c3a8c 100644 --- a/Engine/Shaders/PostProcessTemporalAA.usf +++ b/Engine/Shaders/PostProcessTemporalAA.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTemporalAA.usf: Temporal AA diff --git a/Engine/Shaders/PostProcessTemporalCommon.usf b/Engine/Shaders/PostProcessTemporalCommon.usf index 2ed0e5ee46fd..6f76acce1e25 100644 --- a/Engine/Shaders/PostProcessTemporalCommon.usf +++ b/Engine/Shaders/PostProcessTemporalCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTemporalCommon.usf: Common Temporal AA Functionality diff --git a/Engine/Shaders/PostProcessTestImage.usf b/Engine/Shaders/PostProcessTestImage.usf index 070e24290e37..d70ea2bb2477 100644 --- a/Engine/Shaders/PostProcessTestImage.usf +++ b/Engine/Shaders/PostProcessTestImage.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTestImage.usf: PostProcessing shader to show a test image diff --git a/Engine/Shaders/PostProcessTonemap.usf b/Engine/Shaders/PostProcessTonemap.usf index 94f5579d40f3..6fa09b5861ed 100644 --- a/Engine/Shaders/PostProcessTonemap.usf +++ b/Engine/Shaders/PostProcessTonemap.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTonemap.usf: PostProcessing tone mapping diff --git a/Engine/Shaders/PostProcessUpscale.usf b/Engine/Shaders/PostProcessUpscale.usf index c7f9c117de3f..2d80402d5425 100644 --- a/Engine/Shaders/PostProcessUpscale.usf +++ b/Engine/Shaders/PostProcessUpscale.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessUpscale.usf: PostProcessing shader to upscale diff --git a/Engine/Shaders/PostProcessVelocityFlatten.usf b/Engine/Shaders/PostProcessVelocityFlatten.usf index c3724aa3e6ad..fd5b36fed728 100644 --- a/Engine/Shaders/PostProcessVelocityFlatten.usf +++ b/Engine/Shaders/PostProcessVelocityFlatten.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Common.usf" #include "PostProcessCommon.usf" diff --git a/Engine/Shaders/PostProcessVisualizeBuffer.usf b/Engine/Shaders/PostProcessVisualizeBuffer.usf index 6081f8d3ff87..1bbe9541cced 100644 --- a/Engine/Shaders/PostProcessVisualizeBuffer.usf +++ b/Engine/Shaders/PostProcessVisualizeBuffer.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessVisualizeGBuffer.usf: PostProcessing shader to visualize the GBuffer diff --git a/Engine/Shaders/PostProcessVisualizeDOF.usf b/Engine/Shaders/PostProcessVisualizeDOF.usf index 9be89c759f01..3cd6966b4d3d 100644 --- a/Engine/Shaders/PostProcessVisualizeDOF.usf +++ b/Engine/Shaders/PostProcessVisualizeDOF.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBokehDOF.usf: PostProcessing Lens Flares. diff --git a/Engine/Shaders/PostProcessVisualizeHDR.usf b/Engine/Shaders/PostProcessVisualizeHDR.usf index 2c47efb4a1ce..8ec6ed8d966e 100644 --- a/Engine/Shaders/PostProcessVisualizeHDR.usf +++ b/Engine/Shaders/PostProcessVisualizeHDR.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessVisualizeHDR.usf: PostProcessing shader to visualize HDR histogram diff --git a/Engine/Shaders/PreCullTriangles.usf b/Engine/Shaders/PreCullTriangles.usf index 5ca22221ebab..8b51d08ce484 100644 --- a/Engine/Shaders/PreCullTriangles.usf +++ b/Engine/Shaders/PreCullTriangles.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PreCullTriangles.usf diff --git a/Engine/Shaders/QuadComplexityAccumulatePixelShader.usf b/Engine/Shaders/QuadComplexityAccumulatePixelShader.usf index 794e64e6fc15..5fd398cf1334 100644 --- a/Engine/Shaders/QuadComplexityAccumulatePixelShader.usf +++ b/Engine/Shaders/QuadComplexityAccumulatePixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= QuadComplexityAccumulatePixelShader.usf: Outputs complexity diff --git a/Engine/Shaders/QuadOverdraw.usf b/Engine/Shaders/QuadOverdraw.usf index c82ed88da58a..6f509d105daf 100644 --- a/Engine/Shaders/QuadOverdraw.usf +++ b/Engine/Shaders/QuadOverdraw.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= QuadOverdraw.usf: Utils to compute quad coverage diff --git a/Engine/Shaders/QuadOverdrawVertexShader.usf b/Engine/Shaders/QuadOverdrawVertexShader.usf index dd34eb520b2a..00a8d7a4d435 100644 --- a/Engine/Shaders/QuadOverdrawVertexShader.usf +++ b/Engine/Shaders/QuadOverdrawVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= QuadOverdrawVertexShader.hlsl: Quad complexity viewmode vertex shader. diff --git a/Engine/Shaders/RadixSortShaders.usf b/Engine/Shaders/RadixSortShaders.usf index d81c5af2fc3a..be31933a662e 100644 --- a/Engine/Shaders/RadixSortShaders.usf +++ b/Engine/Shaders/RadixSortShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== RadixSortShaders.usf: Compute shader implementation of radix sort. diff --git a/Engine/Shaders/Random.usf b/Engine/Shaders/Random.usf index b8530e109a88..7b42e8b69f4c 100644 --- a/Engine/Shaders/Random.usf +++ b/Engine/Shaders/Random.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Random.usf: A pseudo-random number generator. diff --git a/Engine/Shaders/ReflectionEnvironmentComputeShaders.usf b/Engine/Shaders/ReflectionEnvironmentComputeShaders.usf index 31eb8024562c..49d416575d1d 100644 --- a/Engine/Shaders/ReflectionEnvironmentComputeShaders.usf +++ b/Engine/Shaders/ReflectionEnvironmentComputeShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ReflectionEnvironmentComputeShaders - functionality to apply local cubemaps. diff --git a/Engine/Shaders/ReflectionEnvironmentShaders.usf b/Engine/Shaders/ReflectionEnvironmentShaders.usf index 6298acba8038..3a0d73c2cec1 100644 --- a/Engine/Shaders/ReflectionEnvironmentShaders.usf +++ b/Engine/Shaders/ReflectionEnvironmentShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Shaders/ReflectionEnvironmentShared.usf b/Engine/Shaders/ReflectionEnvironmentShared.usf index 55022c1d09b8..350593f00178 100644 --- a/Engine/Shaders/ReflectionEnvironmentShared.usf +++ b/Engine/Shaders/ReflectionEnvironmentShared.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ReflectionEnvironmentShared diff --git a/Engine/Shaders/ResolvePixelShader.usf b/Engine/Shaders/ResolvePixelShader.usf index f6b5690711ba..72aac6ed3f3d 100644 --- a/Engine/Shaders/ResolvePixelShader.usf +++ b/Engine/Shaders/ResolvePixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ResolvePixelShader.usf: Resolve pixel shader source. diff --git a/Engine/Shaders/ResolveVertexShader.usf b/Engine/Shaders/ResolveVertexShader.usf index ae551d2d8284..4701f0c584b7 100644 --- a/Engine/Shaders/ResolveVertexShader.usf +++ b/Engine/Shaders/ResolveVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ResolveVertexShader.usf: Resolve vertex shader source. diff --git a/Engine/Shaders/SHCommon.usf b/Engine/Shaders/SHCommon.usf index 763a22519960..b4ef2d56b263 100644 --- a/Engine/Shaders/SHCommon.usf +++ b/Engine/Shaders/SHCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SHCommon.usf: Spherical Harmonic functionality diff --git a/Engine/Shaders/ScreenPixelShader.usf b/Engine/Shaders/ScreenPixelShader.usf index 48fb5a8467d0..94cec033de1e 100644 --- a/Engine/Shaders/ScreenPixelShader.usf +++ b/Engine/Shaders/ScreenPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenPixelShader.usf: Filter pixel shader source. diff --git a/Engine/Shaders/ScreenSpaceRayCast.usf b/Engine/Shaders/ScreenSpaceRayCast.usf index 35ed738d34f1..93bef227821d 100644 --- a/Engine/Shaders/ScreenSpaceRayCast.usf +++ b/Engine/Shaders/ScreenSpaceRayCast.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Shaders/ScreenSpaceReflections.usf b/Engine/Shaders/ScreenSpaceReflections.usf index 3970b8b70a30..b8f60987b656 100644 --- a/Engine/Shaders/ScreenSpaceReflections.usf +++ b/Engine/Shaders/ScreenSpaceReflections.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenSpaceReflections.usf: To generate screen space reflections as a postprocess diff --git a/Engine/Shaders/ScreenVertexShader.usf b/Engine/Shaders/ScreenVertexShader.usf index 00fc7831ea5f..5f50f744e051 100644 --- a/Engine/Shaders/ScreenVertexShader.usf +++ b/Engine/Shaders/ScreenVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenVertexShader.usf: Filter vertex shader source. diff --git a/Engine/Shaders/ShaderComplexityAccumulatePixelShader.usf b/Engine/Shaders/ShaderComplexityAccumulatePixelShader.usf index a96c645dc10c..b1907ee384ab 100644 --- a/Engine/Shaders/ShaderComplexityAccumulatePixelShader.usf +++ b/Engine/Shaders/ShaderComplexityAccumulatePixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderComplexityAccumulatePixelShader.usf: Outputs complexity diff --git a/Engine/Shaders/ShaderComplexityApplyPixelShader.usf b/Engine/Shaders/ShaderComplexityApplyPixelShader.usf index fcd81323f3d5..f3ab255026c4 100644 --- a/Engine/Shaders/ShaderComplexityApplyPixelShader.usf +++ b/Engine/Shaders/ShaderComplexityApplyPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderComplexityApplyPixelShader.usf: Maps accumulated shader complexity into color. diff --git a/Engine/Shaders/ShadingModels.usf b/Engine/Shaders/ShadingModels.usf index ff68ff7a5334..284c2ed45b1c 100644 --- a/Engine/Shaders/ShadingModels.usf +++ b/Engine/Shaders/ShadingModels.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Shaders/ShadowDepthCommon.usf b/Engine/Shaders/ShadowDepthCommon.usf index 22826dd2df1e..2501c932e1ad 100644 --- a/Engine/Shaders/ShadowDepthCommon.usf +++ b/Engine/Shaders/ShadowDepthCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowDepthCommon.usf: Shared functionality for shadow depth rendering. diff --git a/Engine/Shaders/ShadowDepthPixelShader.usf b/Engine/Shaders/ShadowDepthPixelShader.usf index 4443817b0230..ae856d83364e 100644 --- a/Engine/Shaders/ShadowDepthPixelShader.usf +++ b/Engine/Shaders/ShadowDepthPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowDepthPixelShader.usf: Pixel shader for writing shadow depth. diff --git a/Engine/Shaders/ShadowDepthVertexShader.usf b/Engine/Shaders/ShadowDepthVertexShader.usf index a88bf5d67681..33ba9888f93e 100644 --- a/Engine/Shaders/ShadowDepthVertexShader.usf +++ b/Engine/Shaders/ShadowDepthVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowDepthVertexShader.usf: Vertex shader for writing shadow depth. diff --git a/Engine/Shaders/ShadowFilteringCommon.usf b/Engine/Shaders/ShadowFilteringCommon.usf index acb9c3628fc5..01bd0e9254ce 100644 --- a/Engine/Shaders/ShadowFilteringCommon.usf +++ b/Engine/Shaders/ShadowFilteringCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowFilteringCommon.usf: Contains functions to filter a shadowmap, shared between forward/deferred shading. diff --git a/Engine/Shaders/ShadowProjectionCommon.usf b/Engine/Shaders/ShadowProjectionCommon.usf index ddd0262fb043..4a49ade849bf 100644 --- a/Engine/Shaders/ShadowProjectionCommon.usf +++ b/Engine/Shaders/ShadowProjectionCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowProjectionCommon.usf: Contains functions that uniformly filter a depth buffer. diff --git a/Engine/Shaders/ShadowProjectionPixelShader.usf b/Engine/Shaders/ShadowProjectionPixelShader.usf index f53800c01316..5cbb8074aefa 100644 --- a/Engine/Shaders/ShadowProjectionPixelShader.usf +++ b/Engine/Shaders/ShadowProjectionPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowProjectionPixelShader.usf: Pixel shader for projecting a shadow depth buffer onto the scene. diff --git a/Engine/Shaders/ShadowProjectionVertexShader.usf b/Engine/Shaders/ShadowProjectionVertexShader.usf index a88dd8471cb0..51f7c6f86fa6 100644 --- a/Engine/Shaders/ShadowProjectionVertexShader.usf +++ b/Engine/Shaders/ShadowProjectionVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowProjectionVertexShader.usf: Vertex shader for projecting a shadow depth buffer onto the scene. diff --git a/Engine/Shaders/SimpleElementColorChannelMaskPixelShader.usf b/Engine/Shaders/SimpleElementColorChannelMaskPixelShader.usf index 2b7dd09f280a..8f90e7962a47 100644 --- a/Engine/Shaders/SimpleElementColorChannelMaskPixelShader.usf +++ b/Engine/Shaders/SimpleElementColorChannelMaskPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SimpleElementColorChannelMaskPixelShader.hlsl: Pixel shader for manipulating weights of color channels diff --git a/Engine/Shaders/SimpleElementHitProxyPixelShader.usf b/Engine/Shaders/SimpleElementHitProxyPixelShader.usf index fa7aa110cdb9..357edfbf7209 100644 --- a/Engine/Shaders/SimpleElementHitProxyPixelShader.usf +++ b/Engine/Shaders/SimpleElementHitProxyPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SimpleElementHitProxyPixelShader.hlsl: Pixel shader for drawing simple element hit proxies. diff --git a/Engine/Shaders/SimpleElementNormalMapPixelShader.usf b/Engine/Shaders/SimpleElementNormalMapPixelShader.usf index ca8e24fb0363..0878d9f415e7 100644 --- a/Engine/Shaders/SimpleElementNormalMapPixelShader.usf +++ b/Engine/Shaders/SimpleElementNormalMapPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SimpleElementNormalMapPixelShader.hlsl: Pixel shader for previewing normal diff --git a/Engine/Shaders/SimpleElementPixelShader.usf b/Engine/Shaders/SimpleElementPixelShader.usf index 3f3a09289c73..73f0607d5e05 100644 --- a/Engine/Shaders/SimpleElementPixelShader.usf +++ b/Engine/Shaders/SimpleElementPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SimpleElementPixelShader.hlsl: Pixel shader for drawing simple elements. diff --git a/Engine/Shaders/SimpleElementTexture2DPreviewPixelShader.usf b/Engine/Shaders/SimpleElementTexture2DPreviewPixelShader.usf index 193f5368e171..505b95ae2f5b 100644 --- a/Engine/Shaders/SimpleElementTexture2DPreviewPixelShader.usf +++ b/Engine/Shaders/SimpleElementTexture2DPreviewPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SimpleElementTexture2DPreviewPixelShader.hlsl: Pixel shader for previewing 2d textures and normal maps. diff --git a/Engine/Shaders/SimpleElementVertexShader.usf b/Engine/Shaders/SimpleElementVertexShader.usf index 365b0229aa69..fefae8735857 100644 --- a/Engine/Shaders/SimpleElementVertexShader.usf +++ b/Engine/Shaders/SimpleElementVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SimpleElementVertexShader.hlsl: Vertex shader for drawing simple elements. diff --git a/Engine/Shaders/SimpleF32PixelShader.usf b/Engine/Shaders/SimpleF32PixelShader.usf index 140334fe8569..e6c8e1c2cd53 100644 --- a/Engine/Shaders/SimpleF32PixelShader.usf +++ b/Engine/Shaders/SimpleF32PixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SimplePixelShader_F32.usf: pixel shader source. diff --git a/Engine/Shaders/SimpleF32VertexShader.usf b/Engine/Shaders/SimpleF32VertexShader.usf index 56830044e0a8..6ec512bb0e01 100644 --- a/Engine/Shaders/SimpleF32VertexShader.usf +++ b/Engine/Shaders/SimpleF32VertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DownsampleVertexShader_F32.usf: Filter vertex shader source. diff --git a/Engine/Shaders/SkyLighting.usf b/Engine/Shaders/SkyLighting.usf index cafd0b656fde..62c20a3f71d4 100644 --- a/Engine/Shaders/SkyLighting.usf +++ b/Engine/Shaders/SkyLighting.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkyLighting.usf - implementation of dynamic sky lighting diff --git a/Engine/Shaders/SkyLightingShared.usf b/Engine/Shaders/SkyLightingShared.usf index 799344bf888b..4243a108428e 100644 --- a/Engine/Shaders/SkyLightingShared.usf +++ b/Engine/Shaders/SkyLightingShared.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkyLightingShared.usf diff --git a/Engine/Shaders/SlateElementPixelShader.usf b/Engine/Shaders/SlateElementPixelShader.usf index 9f18efd93527..25032ee727c6 100644 --- a/Engine/Shaders/SlateElementPixelShader.usf +++ b/Engine/Shaders/SlateElementPixelShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Common.usf" diff --git a/Engine/Shaders/SlateShaderCommon.usf b/Engine/Shaders/SlateShaderCommon.usf index 40429f87b9f5..a521cc6df037 100644 --- a/Engine/Shaders/SlateShaderCommon.usf +++ b/Engine/Shaders/SlateShaderCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if USE_MATERIALS #include "Material.usf" diff --git a/Engine/Shaders/SlateVertexShader.usf b/Engine/Shaders/SlateVertexShader.usf index 4e31d54bf8a6..aa4cc222b71b 100644 --- a/Engine/Shaders/SlateVertexShader.usf +++ b/Engine/Shaders/SlateVertexShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Common.usf" diff --git a/Engine/Shaders/SpeedTreeCommon.usf b/Engine/Shaders/SpeedTreeCommon.usf index 74221feda2b0..3519a5f76d71 100644 --- a/Engine/Shaders/SpeedTreeCommon.usf +++ b/Engine/Shaders/SpeedTreeCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * SpeedTreeCommon.usf: Code for SpeedTree vertex processing diff --git a/Engine/Shaders/StandaloneRenderer/D3D/GammaCorrectionCommon.hlsl b/Engine/Shaders/StandaloneRenderer/D3D/GammaCorrectionCommon.hlsl index c1667d1669fe..94a8795999a5 100644 --- a/Engine/Shaders/StandaloneRenderer/D3D/GammaCorrectionCommon.hlsl +++ b/Engine/Shaders/StandaloneRenderer/D3D/GammaCorrectionCommon.hlsl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. half3 LinearTo709Branchless(half3 lin) diff --git a/Engine/Shaders/StandaloneRenderer/D3D/SlateDefaultVertexShader.hlsl b/Engine/Shaders/StandaloneRenderer/D3D/SlateDefaultVertexShader.hlsl index b91ce292c2ac..c97400d21d1a 100644 --- a/Engine/Shaders/StandaloneRenderer/D3D/SlateDefaultVertexShader.hlsl +++ b/Engine/Shaders/StandaloneRenderer/D3D/SlateDefaultVertexShader.hlsl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GammaCorrectionCommon.hlsl" diff --git a/Engine/Shaders/StandaloneRenderer/D3D/SlateElementPixelShader.hlsl b/Engine/Shaders/StandaloneRenderer/D3D/SlateElementPixelShader.hlsl index c909514b988f..ea09ca9adc6d 100644 --- a/Engine/Shaders/StandaloneRenderer/D3D/SlateElementPixelShader.hlsl +++ b/Engine/Shaders/StandaloneRenderer/D3D/SlateElementPixelShader.hlsl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GammaCorrectionCommon.hlsl" diff --git a/Engine/Shaders/StandaloneRenderer/OpenGL/SlateElementPixelShader.glsl b/Engine/Shaders/StandaloneRenderer/OpenGL/SlateElementPixelShader.glsl index b5f8187789e3..ed63182f4215 100644 --- a/Engine/Shaders/StandaloneRenderer/OpenGL/SlateElementPixelShader.glsl +++ b/Engine/Shaders/StandaloneRenderer/OpenGL/SlateElementPixelShader.glsl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // handle differences between ES2 and full GL shaders #if PLATFORM_USES_ES2 diff --git a/Engine/Shaders/StandaloneRenderer/OpenGL/SlateVertexShader.glsl b/Engine/Shaders/StandaloneRenderer/OpenGL/SlateVertexShader.glsl index 118af849fc4e..65df31f32004 100644 --- a/Engine/Shaders/StandaloneRenderer/OpenGL/SlateVertexShader.glsl +++ b/Engine/Shaders/StandaloneRenderer/OpenGL/SlateVertexShader.glsl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #version 120 at the beginning is added in FSlateOpenGLShader::CompileShader() diff --git a/Engine/Shaders/StationaryLightOverlapShaders.usf b/Engine/Shaders/StationaryLightOverlapShaders.usf index fabcd1e31102..32c61fcb9091 100644 --- a/Engine/Shaders/StationaryLightOverlapShaders.usf +++ b/Engine/Shaders/StationaryLightOverlapShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StationaryLightOverlapShaders.usf: Shaders for visualizing light overlap diff --git a/Engine/Shaders/SurfelMaterialShared.usf b/Engine/Shaders/SurfelMaterialShared.usf index 62eafc1d2286..7a9e25c0bd2b 100644 --- a/Engine/Shaders/SurfelMaterialShared.usf +++ b/Engine/Shaders/SurfelMaterialShared.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SurfelMaterialShared.usf diff --git a/Engine/Shaders/SurfelTree.usf b/Engine/Shaders/SurfelTree.usf index e79aacfe5414..f52c91cb2fc8 100644 --- a/Engine/Shaders/SurfelTree.usf +++ b/Engine/Shaders/SurfelTree.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SurfelTree.usf diff --git a/Engine/Shaders/Tessellation.usf b/Engine/Shaders/Tessellation.usf index b93fa5f6f1d8..1238bf3afb08 100644 --- a/Engine/Shaders/Tessellation.usf +++ b/Engine/Shaders/Tessellation.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Tessellation.usf: Shader #include dispatch for tessellation diff --git a/Engine/Shaders/TiledDeferredLightShaders.usf b/Engine/Shaders/TiledDeferredLightShaders.usf index a51d0e113acf..1e56e38263c5 100644 --- a/Engine/Shaders/TiledDeferredLightShaders.usf +++ b/Engine/Shaders/TiledDeferredLightShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TiledDeferredLightShaders.usf: Implementation of tiled deferred shading diff --git a/Engine/Shaders/TonemapCommon.usf b/Engine/Shaders/TonemapCommon.usf index 13adb1c858e4..947aaaaf6cac 100644 --- a/Engine/Shaders/TonemapCommon.usf +++ b/Engine/Shaders/TonemapCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TonemapCommon.usf: PostProcessing tone mapping common diff --git a/Engine/Shaders/TranslucentLightInjectionShaders.usf b/Engine/Shaders/TranslucentLightInjectionShaders.usf index c0b6e8abe6bb..50c12c8f0fe8 100644 --- a/Engine/Shaders/TranslucentLightInjectionShaders.usf +++ b/Engine/Shaders/TranslucentLightInjectionShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * TranslucentLightInjectionShaders.usf: Shaders for calculating lighting in a volume to use on translucency diff --git a/Engine/Shaders/TranslucentLightingShaders.usf b/Engine/Shaders/TranslucentLightingShaders.usf index 554c8d9a6233..af2b35b338bc 100644 --- a/Engine/Shaders/TranslucentLightingShaders.usf +++ b/Engine/Shaders/TranslucentLightingShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Shaders/TranslucentShadowDepthShaders.usf b/Engine/Shaders/TranslucentShadowDepthShaders.usf index ae264016ece2..0cdc46f630e5 100644 --- a/Engine/Shaders/TranslucentShadowDepthShaders.usf +++ b/Engine/Shaders/TranslucentShadowDepthShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #define SPHERICAL_OPACITY_FOR_SHADOW_DEPTHS 1 diff --git a/Engine/Shaders/UpdateTextureShaders.usf b/Engine/Shaders/UpdateTextureShaders.usf index 56a81e4d269c..f889033aec5c 100644 --- a/Engine/Shaders/UpdateTextureShaders.usf +++ b/Engine/Shaders/UpdateTextureShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UpdateTextureShaders.usf: Compute shaders for copying and updating textures. diff --git a/Engine/Shaders/VectorFieldCompositeShaders.usf b/Engine/Shaders/VectorFieldCompositeShaders.usf index 96229aa89a29..f49e7eb1bc91 100644 --- a/Engine/Shaders/VectorFieldCompositeShaders.usf +++ b/Engine/Shaders/VectorFieldCompositeShaders.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== GlobalVectorFieldShaders.usf: Shaders for building global vector fields. diff --git a/Engine/Shaders/VectorFieldVisualizationVertexFactory.usf b/Engine/Shaders/VectorFieldVisualizationVertexFactory.usf index 64d10fd0b397..6245d7d19a96 100644 --- a/Engine/Shaders/VectorFieldVisualizationVertexFactory.usf +++ b/Engine/Shaders/VectorFieldVisualizationVertexFactory.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VectorFieldVisualizationVertexFactory.usf: Vertex factory for GPU simulated particles. diff --git a/Engine/Shaders/VelocityCommon.usf b/Engine/Shaders/VelocityCommon.usf index bd0b65b92291..0cae4356eec8 100644 --- a/Engine/Shaders/VelocityCommon.usf +++ b/Engine/Shaders/VelocityCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VelocityCommon.usf: Common functions for calculating velocity vectors. diff --git a/Engine/Shaders/VelocityShader.usf b/Engine/Shaders/VelocityShader.usf index 1dfa78422b73..0d370fa6a269 100644 --- a/Engine/Shaders/VelocityShader.usf +++ b/Engine/Shaders/VelocityShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VelocityShader.usf: Calculates velocity vectors. diff --git a/Engine/Shaders/VertexDensityShader.usf b/Engine/Shaders/VertexDensityShader.usf index 4648758b2698..cd2bc16f3b95 100644 --- a/Engine/Shaders/VertexDensityShader.usf +++ b/Engine/Shaders/VertexDensityShader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMapDensityShader.hlsl: Shader for rendering lightmap density as a color diff --git a/Engine/Shaders/VertexFactoryCommon.usf b/Engine/Shaders/VertexFactoryCommon.usf index 5296dc038480..ab2d54cfb8cb 100644 --- a/Engine/Shaders/VertexFactoryCommon.usf +++ b/Engine/Shaders/VertexFactoryCommon.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Common.usf" diff --git a/Engine/Shaders/VisualizeTexture.usf b/Engine/Shaders/VisualizeTexture.usf index d3ee9254825b..e5148f42fc53 100644 --- a/Engine/Shaders/VisualizeTexture.usf +++ b/Engine/Shaders/VisualizeTexture.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VisualizeTexture.usf: VisualizeTexture shader diff --git a/Engine/Shaders/meshpaintdilatepixelshader.usf b/Engine/Shaders/meshpaintdilatepixelshader.usf index 439eb59af296..23844853f679 100644 --- a/Engine/Shaders/meshpaintdilatepixelshader.usf +++ b/Engine/Shaders/meshpaintdilatepixelshader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MeshPaintDilatePixelShader.usf: Mesh texture paint pixel shader diff --git a/Engine/Shaders/meshpaintdilatevertexshader.usf b/Engine/Shaders/meshpaintdilatevertexshader.usf index b5cb7576c294..4fb7caae6b8f 100644 --- a/Engine/Shaders/meshpaintdilatevertexshader.usf +++ b/Engine/Shaders/meshpaintdilatevertexshader.usf @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MeshPaintDilateVertexShader.usf: Mesh texture paint vertex shader diff --git a/Engine/Source/Developer/AITestSuite/AITestSuite.Build.cs b/Engine/Source/Developer/AITestSuite/AITestSuite.Build.cs index dd74698c0b83..56a3651ed0eb 100644 --- a/Engine/Source/Developer/AITestSuite/AITestSuite.Build.cs +++ b/Engine/Source/Developer/AITestSuite/AITestSuite.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_CallFunction.h b/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_CallFunction.h index dfb323a1a92d..b49071101515 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_CallFunction.h +++ b/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_CallFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_Log.h b/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_Log.h index e8183b9881b3..dcd1b456bec9 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_Log.h +++ b/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_Log.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_CantExecute.h b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_CantExecute.h index 78fa88d81824..8fd008b7f522 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_CantExecute.h +++ b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_CantExecute.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTree/BTDecorator.h" diff --git a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h index b2f94a5fe946..60f5e427662f 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h +++ b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTree/BTDecorator.h" diff --git a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_LatentWithFlags.h b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_LatentWithFlags.h index 28a9b5cb7945..2f499778bcf8 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_LatentWithFlags.h +++ b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_LatentWithFlags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTree/BTTaskNode.h" diff --git a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_Log.h b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_Log.h index 1b9b27a549b5..1d2ae30601e0 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_Log.h +++ b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_Log.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTree/BTTaskNode.h" diff --git a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_SetFlag.h b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_SetFlag.h index e3209ad8d52e..15dc4fab7da7 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_SetFlag.h +++ b/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_SetFlag.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTree/BTTaskNode.h" diff --git a/Engine/Source/Developer/AITestSuite/Classes/MockAI.h b/Engine/Source/Developer/AITestSuite/Classes/MockAI.h index 5cfaecf7279e..e59ca0d664e3 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/MockAI.h +++ b/Engine/Source/Developer/AITestSuite/Classes/MockAI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h b/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h index ffb0b51c6c31..f4e8889c0282 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h +++ b/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "MockAI.h" diff --git a/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h b/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h index 81007931fc73..3436574a9557 100644 --- a/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h +++ b/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AITestSuite/Private/AITestSuite.cpp b/Engine/Source/Developer/AITestSuite/Private/AITestSuite.cpp index 0db0d3031ee8..eb67cdfc9d36 100644 --- a/Engine/Source/Developer/AITestSuite/Private/AITestSuite.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/AITestSuite.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/AITestSuitePrivatePCH.h b/Engine/Source/Developer/AITestSuite/Private/AITestSuitePrivatePCH.h index 542760eabcd7..e19a71c0cf08 100644 --- a/Engine/Source/Developer/AITestSuite/Private/AITestSuitePrivatePCH.h +++ b/Engine/Source/Developer/AITestSuite/Private/AITestSuitePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "CoreUObject.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/Actions/TestPawnAction_CallFunction.cpp b/Engine/Source/Developer/AITestSuite/Private/Actions/TestPawnAction_CallFunction.cpp index 37805ad41e72..d5d8d4f8f07f 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Actions/TestPawnAction_CallFunction.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/Actions/TestPawnAction_CallFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "Actions/TestPawnAction_CallFunction.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/Actions/TestPawnAction_Log.cpp b/Engine/Source/Developer/AITestSuite/Private/Actions/TestPawnAction_Log.cpp index 52f7a4d211e7..d5e9aaf8d498 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Actions/TestPawnAction_Log.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/Actions/TestPawnAction_Log.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTDecorator_CantExecute.cpp b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTDecorator_CantExecute.cpp index 65a02232adbe..a983929e7f96 100644 --- a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTDecorator_CantExecute.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTDecorator_CantExecute.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "BehaviorTree/TestBTDecorator_CantExecute.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTDecorator_DelayedAbort.cpp b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTDecorator_DelayedAbort.cpp index 44521c942cbd..155f7375fd88 100644 --- a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTDecorator_DelayedAbort.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTDecorator_DelayedAbort.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "BehaviorTree/TestBTDecorator_DelayedAbort.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_LatentWithFlags.cpp b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_LatentWithFlags.cpp index fa2b403fb8a1..6be81f32610d 100644 --- a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_LatentWithFlags.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_LatentWithFlags.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "BehaviorTree/TestBTTask_LatentWithFlags.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_Log.cpp b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_Log.cpp index 1cdda5ec3e02..ac7ec7e2458d 100644 --- a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_Log.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_Log.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "BehaviorTree/TestBTTask_Log.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_SetFlag.cpp b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_SetFlag.cpp index dd767c04255e..e525945c3a50 100644 --- a/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_SetFlag.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/BehaviorTree/TestBTTask_SetFlag.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "BehaviorTree/TestBTTask_SetFlag.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/MockAI/MockAI.cpp b/Engine/Source/Developer/AITestSuite/Private/MockAI/MockAI.cpp index 70fa671e03b3..1cdc7729910f 100644 --- a/Engine/Source/Developer/AITestSuite/Private/MockAI/MockAI.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/MockAI/MockAI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "MockAI.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/MockAI/MockAI_BT.cpp b/Engine/Source/Developer/AITestSuite/Private/MockAI/MockAI_BT.cpp index 647b8c8ea5b5..211ac045cda1 100644 --- a/Engine/Source/Developer/AITestSuite/Private/MockAI/MockAI_BT.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/MockAI/MockAI_BT.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "MockAI_BT.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/MockAI/MockGameplayTasks.cpp b/Engine/Source/Developer/AITestSuite/Private/MockAI/MockGameplayTasks.cpp index 0f42d8a67323..e2b4ed69a8de 100644 --- a/Engine/Source/Developer/AITestSuite/Private/MockAI/MockGameplayTasks.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/MockAI/MockGameplayTasks.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/TestLogger.cpp b/Engine/Source/Developer/AITestSuite/Private/TestLogger.cpp index c720b5e5acbb..b478c5ff4318 100644 --- a/Engine/Source/Developer/AITestSuite/Private/TestLogger.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/TestLogger.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.cpp b/Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.cpp index 934557523651..ae7ea55c2feb 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.h b/Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.h index b808caa300ef..a7ac45f23c50 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.h +++ b/Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AITestSuite/Private/Tests/BBTest.cpp b/Engine/Source/Developer/AITestSuite/Private/Tests/BBTest.cpp index 5916679cf096..293b5f42a26c 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Tests/BBTest.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/Tests/BBTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/Tests/BTTest.cpp b/Engine/Source/Developer/AITestSuite/Private/Tests/BTTest.cpp index 8b32ff5c361e..2bcb438b2e81 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Tests/BTTest.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/Tests/BTTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "MockAI_BT.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/Tests/GameplayTasksTest.cpp b/Engine/Source/Developer/AITestSuite/Private/Tests/GameplayTasksTest.cpp index bbc6575ff9ce..d47e2ba1d3c9 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Tests/GameplayTasksTest.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/Tests/GameplayTasksTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "GameplayTasksComponent.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/Tests/PawnActionsTest.cpp b/Engine/Source/Developer/AITestSuite/Private/Tests/PawnActionsTest.cpp index 408c183f677c..1b5b662147d0 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Tests/PawnActionsTest.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/Tests/PawnActionsTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" #include "MockAI_BT.h" diff --git a/Engine/Source/Developer/AITestSuite/Private/Tests/ResourceIdTest.cpp b/Engine/Source/Developer/AITestSuite/Private/Tests/ResourceIdTest.cpp index 69ed4123f0dd..ce4c8be6ac21 100644 --- a/Engine/Source/Developer/AITestSuite/Private/Tests/ResourceIdTest.cpp +++ b/Engine/Source/Developer/AITestSuite/Private/Tests/ResourceIdTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AITestSuitePrivatePCH.h" diff --git a/Engine/Source/Developer/AITestSuite/Public/AITestSuite.h b/Engine/Source/Developer/AITestSuite/Public/AITestSuite.h index 8ee15562d1de..fbe234f94d71 100644 --- a/Engine/Source/Developer/AITestSuite/Public/AITestSuite.h +++ b/Engine/Source/Developer/AITestSuite/Public/AITestSuite.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h b/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h index a963b44bccce..dbc4c409d4cd 100644 --- a/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h +++ b/Engine/Source/Developer/AITestSuite/Public/BTBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AITestSuite/Public/TestLogger.h b/Engine/Source/Developer/AITestSuite/Public/TestLogger.h index 64bfc6e3e584..17ac4debb3a6 100644 --- a/Engine/Source/Developer/AITestSuite/Public/TestLogger.h +++ b/Engine/Source/Developer/AITestSuite/Public/TestLogger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AllDesktopTargetPlatform/AllDesktopTargetPlatform.Build.cs b/Engine/Source/Developer/AllDesktopTargetPlatform/AllDesktopTargetPlatform.Build.cs index 671125a96cd6..d43b7d6d4397 100644 --- a/Engine/Source/Developer/AllDesktopTargetPlatform/AllDesktopTargetPlatform.Build.cs +++ b/Engine/Source/Developer/AllDesktopTargetPlatform/AllDesktopTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatform.cpp b/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatform.cpp index acfa833c627f..1014a06e3de7 100644 --- a/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatform.cpp +++ b/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatform.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AllDesktopTargetPlatform.cpp: Implements the FDesktopTargetPlatform class. diff --git a/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatform.h b/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatform.h index 31e6dbc5469c..069b46c5420e 100644 --- a/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatform.h +++ b/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AllDesktopTargetPlatform.h: Declares the FDesktopTargetPlatform class. diff --git a/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatformModule.cpp b/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatformModule.cpp index 2f79c341002a..463d7c3d3433 100644 --- a/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatformModule.cpp +++ b/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AllDesktopTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatformPrivatePCH.h b/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatformPrivatePCH.h index 7dee69d69cf4..96216bbae785 100644 --- a/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/AllDesktopTargetPlatform/Private/AllDesktopTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSTargetPlatformPrivatePCH.h: Pre-compiled header file for the IOSTargetPlatform module. diff --git a/Engine/Source/Developer/Android/AndroidDeviceDetection/AndroidDeviceDetection.Build.cs b/Engine/Source/Developer/Android/AndroidDeviceDetection/AndroidDeviceDetection.Build.cs index 53bde210e8ee..f917cbdc9254 100644 --- a/Engine/Source/Developer/Android/AndroidDeviceDetection/AndroidDeviceDetection.Build.cs +++ b/Engine/Source/Developer/Android/AndroidDeviceDetection/AndroidDeviceDetection.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionModule.cpp b/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionModule.cpp index 75ec91e7ce47..54e26c618d71 100644 --- a/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionModule.cpp +++ b/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidDeviceDetectionModule.cpp: Implements the FAndroidDeviceDetectionModule class. diff --git a/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionPrivatePCH.h b/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionPrivatePCH.h index f4eb403f9f24..cf48ad73d2f6 100644 --- a/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionPrivatePCH.h +++ b/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/AndroidDeviceDetection.h b/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/AndroidDeviceDetection.h index 1feb699e9b62..c3ffb54b4989 100644 --- a/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/AndroidDeviceDetection.h +++ b/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/AndroidDeviceDetection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidDeviceDetection.h: AndroidDeviceDetection module public header file. diff --git a/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/Interfaces/IAndroidDeviceDetection.h b/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/Interfaces/IAndroidDeviceDetection.h index ef8821902371..5f8a40bb1fb0 100644 --- a/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/Interfaces/IAndroidDeviceDetection.h +++ b/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/Interfaces/IAndroidDeviceDetection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IAndroidDeviceDetection.h: Declares the IAndroidDeviceDetection interface. diff --git a/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/Interfaces/IAndroidDeviceDetectionModule.h b/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/Interfaces/IAndroidDeviceDetectionModule.h index 03c00a8840c8..939db6c139e0 100644 --- a/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/Interfaces/IAndroidDeviceDetectionModule.h +++ b/Engine/Source/Developer/Android/AndroidDeviceDetection/Public/Interfaces/IAndroidDeviceDetectionModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IAndroidDeviceDetectionModule.h: Declares the IAndroidDeviceDetectionModule interface. diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/AndroidPlatformEditor.Build.cs b/Engine/Source/Developer/Android/AndroidPlatformEditor/AndroidPlatformEditor.Build.cs index bd08f699c47f..41d7e0ded594 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/AndroidPlatformEditor.Build.cs +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/AndroidPlatformEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidPlatformEditorModule.cpp b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidPlatformEditorModule.cpp index e489e9720f48..c1eeeec1d2c3 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidPlatformEditorModule.cpp +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidPlatformEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidPlatformEditorPrivatePCH.h" #include "AndroidTargetSettingsCustomization.h" diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidPlatformEditorPrivatePCH.h b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidPlatformEditorPrivatePCH.h index bc6850a1a761..9cb853d6f84f 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidPlatformEditorPrivatePCH.h +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidPlatformEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettings.cpp b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettings.cpp index 93339cb21b04..2ccf6f45bacc 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettings.cpp +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidPlatformEditorPrivatePCH.h" diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettings.h b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettings.h index c2bfb26f248e..5511ab928b62 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettings.h +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettingsCustomization.cpp b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettingsCustomization.cpp index 8815b28b6919..4d3576789698 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettingsCustomization.cpp +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettingsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidPlatformEditorPrivatePCH.h" #include "AndroidSDKSettingsCustomization.h" diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettingsCustomization.h b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettingsCustomization.h index 39a44998bf92..7ac5839f29f0 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettingsCustomization.h +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidSDKSettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidTargetSettingsCustomization.cpp b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidTargetSettingsCustomization.cpp index 127bcf43120f..f96850675431 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidTargetSettingsCustomization.cpp +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidTargetSettingsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidPlatformEditorPrivatePCH.h" #include "AndroidTargetSettingsCustomization.h" diff --git a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidTargetSettingsCustomization.h b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidTargetSettingsCustomization.h index 457e20d16c75..60b5cc6b4166 100644 --- a/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidTargetSettingsCustomization.h +++ b/Engine/Source/Developer/Android/AndroidPlatformEditor/Private/AndroidTargetSettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/AndroidTargetPlatform.Build.cs b/Engine/Source/Developer/Android/AndroidTargetPlatform/AndroidTargetPlatform.Build.cs index 7427a2468e9d..69b67184945b 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/AndroidTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/AndroidTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDevice.h b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDevice.h index 0b0e4e6b51d3..9ae51094dd40 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDevice.h +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidTargetDevice.h: Declares the AndroidTargetDevice class. diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDevice.inl b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDevice.inl index 50b439535fd8..19200cd20be4 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDevice.inl +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDevice.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* ITargetDevice interface *****************************************************************************/ diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDeviceOutput.h b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDeviceOutput.h index f95ec7c584c6..94e5cb1baa14 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDeviceOutput.h +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDeviceOutput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDeviceOutput.inl b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDeviceOutput.inl index 088b5edd440e..663b1d6a6146 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDeviceOutput.inl +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetDeviceOutput.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. FAndroidDeviceOutputReaderRunnable::FAndroidDeviceOutputReaderRunnable(const FString& InAdbFilename, const FString& InDeviceSerialNumber, FOutputDevice* InOutput) : StopTaskCounter(0) diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatform.h b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatform.h index 00a9a2b94625..f3c643dab761 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatform.h +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidTargetPlatform.h: Declares the FAndroidTargetPlatform class. diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatform.inl b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatform.inl index 806f9a9fcb7b..9e03f0f5cee1 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatform.inl +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatform.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidTargetPlatform.inl: Implements the FAndroidTargetPlatform class. diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatformModule.cpp b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatformModule.cpp index f90e2e012367..d1651472b58c 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AndroidTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatformPrivatePCH.h index 8242b9bae3c1..a94408caf83b 100644 --- a/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Android/AndroidTargetPlatform/Private/AndroidTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Android_ASTCTargetPlatform.Build.cs b/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Android_ASTCTargetPlatform.Build.cs index f9618d43a740..6a00aabb8909 100644 --- a/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Android_ASTCTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Android_ASTCTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Private/Android_ASTCTargetPlatformModule.cpp b/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Private/Android_ASTCTargetPlatformModule.cpp index e897fcdacd33..83d84a2ed341 100644 --- a/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Private/Android_ASTCTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Private/Android_ASTCTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidTargetPlatformModule.cpp: Implements the FAndroidTargetPlatformModule class. diff --git a/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Private/Android_ASTCTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Private/Android_ASTCTargetPlatformPrivatePCH.h index 2c6a1b49c342..6b61cf017707 100644 --- a/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Private/Android_ASTCTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Android/Android_ASTCTargetPlatform/Private/Android_ASTCTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Android_ATCTargetPlatform.Build.cs b/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Android_ATCTargetPlatform.Build.cs index 751f6e06b2db..bfa5de2f09a1 100644 --- a/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Android_ATCTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Android_ATCTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Private/Android_ATCTargetPlatformModule.cpp b/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Private/Android_ATCTargetPlatformModule.cpp index 958c36aa556a..370dd5cbd0e2 100644 --- a/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Private/Android_ATCTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Private/Android_ATCTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidATC_TargetPlatformModule.cpp: Implements the FAndroidATC_TargetPlatformModule class. diff --git a/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Private/Android_ATCTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Private/Android_ATCTargetPlatformPrivatePCH.h index ce0f4ff5173f..78255f38be89 100644 --- a/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Private/Android_ATCTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Android/Android_ATCTargetPlatform/Private/Android_ATCTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Android_DXTTargetPlatform.Build.cs b/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Android_DXTTargetPlatform.Build.cs index 38fcc227042f..6d9f5f8478cd 100644 --- a/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Android_DXTTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Android_DXTTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Private/Android_DXTTargetPlatformModule.cpp b/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Private/Android_DXTTargetPlatformModule.cpp index 9401328bff13..43defd0fb22e 100644 --- a/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Private/Android_DXTTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Private/Android_DXTTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidDXT_TargetPlatformModule.cpp: Implements the FAndroidDXT_TargetPlatformModule class. diff --git a/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Private/Android_DXTTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Private/Android_DXTTargetPlatformPrivatePCH.h index 091829d0572a..477c8a5b1712 100644 --- a/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Private/Android_DXTTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Android/Android_DXTTargetPlatform/Private/Android_DXTTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Android_ETC1TargetPlatform.Build.cs b/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Android_ETC1TargetPlatform.Build.cs index dfa4d542ed98..214b57273956 100644 --- a/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Android_ETC1TargetPlatform.Build.cs +++ b/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Android_ETC1TargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Private/Android_ETC1TargetPlatformModule.cpp b/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Private/Android_ETC1TargetPlatformModule.cpp index 8fc14029670c..d76142bcff03 100644 --- a/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Private/Android_ETC1TargetPlatformModule.cpp +++ b/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Private/Android_ETC1TargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidETC1_TargetPlatformModule.cpp: Implements the FAndroidETC1_TargetPlatformModule class. diff --git a/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Private/Android_ETC1TargetPlatformPrivatePCH.h b/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Private/Android_ETC1TargetPlatformPrivatePCH.h index 28d39e98687f..01407b8fcea9 100644 --- a/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Private/Android_ETC1TargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Android/Android_ETC1TargetPlatform/Private/Android_ETC1TargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Android_ETC2TargetPlatform.Build.cs b/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Android_ETC2TargetPlatform.Build.cs index 2a4b3e362ce8..ab8b52724de6 100644 --- a/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Android_ETC2TargetPlatform.Build.cs +++ b/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Android_ETC2TargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Private/Android_ETC2TargetPlatformModule.cpp b/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Private/Android_ETC2TargetPlatformModule.cpp index 22a4dd2e8426..04106a9dd5a8 100644 --- a/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Private/Android_ETC2TargetPlatformModule.cpp +++ b/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Private/Android_ETC2TargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidETC2_TargetPlatformModule.cpp: Implements the FAndroidETC2_TargetPlatformModule class. diff --git a/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Private/Android_ETC2TargetPlatformPrivatePCH.h b/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Private/Android_ETC2TargetPlatformPrivatePCH.h index ebc0213e1fb3..191ebf18de35 100644 --- a/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Private/Android_ETC2TargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Android/Android_ETC2TargetPlatform/Private/Android_ETC2TargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Android_MultiTargetPlatform.Build.cs b/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Android_MultiTargetPlatform.Build.cs index f2898a7263c6..6d5acb5a55e7 100644 --- a/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Android_MultiTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Android_MultiTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Private/Android_MultiTargetPlatformModule.cpp b/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Private/Android_MultiTargetPlatformModule.cpp index 4f2ee6ca85c0..a6ba579a8bc0 100644 --- a/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Private/Android_MultiTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Private/Android_MultiTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Android_MultiTargetPlatformModule.cpp: Implements the Android_Multi target platform variant diff --git a/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Private/Android_MultiTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Private/Android_MultiTargetPlatformPrivatePCH.h index 51c717ac8d90..fcbe8204468a 100644 --- a/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Private/Android_MultiTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Private/Android_MultiTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Public/IAndroid_MultiTargetPlatformModule.h b/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Public/IAndroid_MultiTargetPlatformModule.h index 11c4d7564c04..469a3545a710 100644 --- a/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Public/IAndroid_MultiTargetPlatformModule.h +++ b/Engine/Source/Developer/Android/Android_MultiTargetPlatform/Public/IAndroid_MultiTargetPlatformModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Android_PVRTCTargetPlatform.Build.cs b/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Android_PVRTCTargetPlatform.Build.cs index 16e2e64adca0..ab1dc11c1f4c 100644 --- a/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Android_PVRTCTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Android_PVRTCTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Private/Android_PVRTCTargetPlatformModule.cpp b/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Private/Android_PVRTCTargetPlatformModule.cpp index c239b698f282..56e2ba33ce78 100644 --- a/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Private/Android_PVRTCTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Private/Android_PVRTCTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidTargetPlatformModule.cpp: Implements the FAndroidTargetPlatformModule class. diff --git a/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Private/Android_PVRTCTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Private/Android_PVRTCTargetPlatformPrivatePCH.h index c87beb0d2c9d..6c9a421ce1ab 100644 --- a/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Private/Android_PVRTCTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Android/Android_PVRTCTargetPlatform/Private/Android_PVRTCTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Developer/Apple/MetalShaderFormat/MetalShaderFormat.Build.cs b/Engine/Source/Developer/Apple/MetalShaderFormat/MetalShaderFormat.Build.cs index 06d29b76e3d7..fa5f6169f886 100644 --- a/Engine/Source/Developer/Apple/MetalShaderFormat/MetalShaderFormat.Build.cs +++ b/Engine/Source/Developer/Apple/MetalShaderFormat/MetalShaderFormat.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalBackend.cpp b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalBackend.cpp index 70841d7d28a8..0eab7e7f5542 100644 --- a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalBackend.cpp +++ b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // . #include "MetalShaderFormat.h" diff --git a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalBackend.h b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalBackend.h index 5b427decaf62..835878afce6b 100644 --- a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalBackend.h +++ b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderCompiler.cpp b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderCompiler.cpp index 4f4af7035830..d96c7ed53019 100644 --- a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderCompiler.cpp +++ b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // .. #include "MetalShaderFormat.h" diff --git a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderFormat.cpp b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderFormat.cpp index a157b58678a5..41ee51eb41af 100644 --- a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderFormat.cpp +++ b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderFormat.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MetalShaderFormat.h" #include "Core.h" diff --git a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderFormat.h b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderFormat.h index d94341589b2e..bac7d0610853 100644 --- a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderFormat.h +++ b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalShaderFormat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalUtils.cpp b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalUtils.cpp index 119d8e7ecb96..e8348ab5f689 100644 --- a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalUtils.cpp +++ b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MetalShaderFormat.h" #include "Core.h" diff --git a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalUtils.h b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalUtils.h index beb9207688d5..8cbf39528961 100644 --- a/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalUtils.h +++ b/Engine/Source/Developer/Apple/MetalShaderFormat/Private/MetalUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/AssetTools.Build.cs b/Engine/Source/Developer/AssetTools/AssetTools.Build.cs index 1fe2311293c2..9a26c8980a98 100644 --- a/Engine/Source/Developer/AssetTools/AssetTools.Build.cs +++ b/Engine/Source/Developer/AssetTools/AssetTools.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/AssetTools/Private/AssetFixUpRedirectors.cpp b/Engine/Source/Developer/AssetTools/Private/AssetFixUpRedirectors.cpp index 9c624e8555d8..b726030c4ecd 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetFixUpRedirectors.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetFixUpRedirectors.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetFixUpRedirectors.h b/Engine/Source/Developer/AssetTools/Private/AssetFixUpRedirectors.h index cdfb2e296997..3ed112af701b 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetFixUpRedirectors.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetFixUpRedirectors.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetRenameManager.cpp b/Engine/Source/Developer/AssetTools/Private/AssetRenameManager.cpp index ab8e1623d2e2..db7f99c1b895 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetRenameManager.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetRenameManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetRenameManager.h b/Engine/Source/Developer/AssetTools/Private/AssetRenameManager.h index b9c77cf0aad3..ff2b2e805e25 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetRenameManager.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetRenameManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTools.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTools.cpp index b643a5d1ac38..5e94cd536fce 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTools.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "ObjectTools.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTools.h b/Engine/Source/Developer/AssetTools/Private/AssetTools.h index ba914c4895b7..12f101c4529b 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTools.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetToolsConsoleCommands.h b/Engine/Source/Developer/AssetTools/Private/AssetToolsConsoleCommands.h index d78639d4fc01..aaf921b53cf4 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetToolsConsoleCommands.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetToolsConsoleCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetToolsModule.cpp b/Engine/Source/Developer/AssetTools/Private/AssetToolsModule.cpp index 62c5af377b88..86df1a88f4f7 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetToolsModule.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetToolsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "AssetToolsModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetToolsPrivatePCH.h b/Engine/Source/Developer/AssetTools/Private/AssetToolsPrivatePCH.h index f6b869cc7c2c..13cab8a20ee9 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetToolsPrivatePCH.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetToolsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __AssetToolsPrivatePCH_h__ #define __AssetToolsPrivatePCH_h__ diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AimOffset.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AimOffset.h index 65e8ad7b8007..f711fbbda01e 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AimOffset.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AimOffset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AimOffsetBlendSpace.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AimOffset1D.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AimOffset1D.h index 3aab14a79442..08c71b5f42c2 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AimOffset1D.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AimOffset1D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AimOffsetBlendSpace1D.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimBlueprint.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimBlueprint.cpp index 7f8534303a23..6b24dd6f3c4e 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimBlueprint.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "PersonaModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimBlueprint.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimBlueprint.h index 3bcc792c1c9b..f6dc0cb12b0f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimBlueprint.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimComposite.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimComposite.h index a1abfa961f2c..666b638e8d7f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimComposite.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimComposite.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimComposite.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimMontage.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimMontage.h index 5ccbc9eea583..af060e1a228d 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimMontage.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimMontage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimSequence.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimSequence.cpp index 6d3841b82e31..b4bcdb138db0 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimSequence.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimSequence.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "ContentBrowserModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimSequence.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimSequence.h index b6b6bf608d99..502bdacf8756 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimSequence.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimSequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimationAsset.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimationAsset.cpp index 3d1d609529cf..3dacb55800ec 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimationAsset.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimationAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Toolkits/IToolkitHost.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimationAsset.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimationAsset.h index b3d856b04e8c..1b5a622af26e 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimationAsset.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_AnimationAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorAnimUtils.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_BlendSpace.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_BlendSpace.h index 706f5df18220..c2177d477b70 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_BlendSpace.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_BlendSpace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/BlendSpace.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_BlendSpace1D.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_BlendSpace1D.h index aa8433e7f3fe..eb195de423ef 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_BlendSpace1D.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_BlendSpace1D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/BlendSpace1D.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.cpp index a111f6beec13..5a3dd49e8d59 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "PackageTools.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.h index 350fc14c2695..c3eb17df6b18 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CSVAssetBase.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CSVAssetBase.cpp index 0478326d2276..aebff15681ac 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CSVAssetBase.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CSVAssetBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CameraAnim.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CameraAnim.cpp index 28200232c22c..cc8ea706910a 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CameraAnim.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CameraAnim.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Toolkits/IToolkitHost.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CameraAnim.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CameraAnim.h index 25386c7d1d9c..eae86d3a2107 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CameraAnim.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CameraAnim.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Camera/CameraAnim.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Class.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Class.cpp index 74744bf653c8..39e3603c5c30 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Class.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Class.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "SourceCodeNavigation.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Class.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Class.h index 919833971ec5..a70e28c00c64 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Class.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Class.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ClassTypeBase.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ClassTypeBase.cpp index c1243a031c8d..176b79846250 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ClassTypeBase.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ClassTypeBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ClassTypeBase.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ClassTypeBase.h index 3491940ba8ae..018a6812a065 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ClassTypeBase.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ClassTypeBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Curve.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Curve.cpp index 7424603733f3..a1b3e9246bdb 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Curve.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Curve.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "CurveAssetEditorModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Curve.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Curve.h index 485e376fd279..89f01835941b 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Curve.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Curve.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveFloat.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveFloat.h index b5c182200fea..a785fbd527ce 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveFloat.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveFloat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Curves/CurveFloat.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveLinearColor.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveLinearColor.h index 056c6f06741b..08ab5b1acbce 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveLinearColor.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveLinearColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Curves/CurveLinearColor.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveTable.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveTable.cpp index 3aa8158767e2..a63e469c3f1a 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveTable.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveTable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveTable.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveTable.h index a33384fecd2f..043b61f48f1b 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveTable.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/CurveTable.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveVector.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveVector.h index b8b0eca33bba..2991df6d4f22 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveVector.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_CurveVector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Curves/CurveVector.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataAsset.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataAsset.h index b6f488d17377..dd7afd7d2d69 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataAsset.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DataAsset.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataTable.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataTable.cpp index 255fad9940e3..8c3027cfa50e 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataTable.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataTable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataTable.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataTable.h index f60da519664e..290e0ce663ef 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataTable.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DataTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DataTable.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.cpp index f6c563a913cf..d30d7bb68ee7 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.h index 6b2876f9b0f3..9b2ea6689248 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DestructibleMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueVoice.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueVoice.h index af07ba34f33e..2a47de638d7b 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueVoice.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueVoice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/DialogueVoice.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueWave.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueWave.cpp index 7734688fbc46..05d1e08fd2b4 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueWave.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueWave.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueWave.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueWave.h index 94b95174d7cb..99b03894353f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueWave.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_DialogueWave.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/DialogueWave.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Enum.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Enum.cpp index 5e41dd352f53..4f826e40e31f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Enum.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Enum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "PackageTools.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Enum.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Enum.h index 2f05383ff0bd..ba34a19d4134 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Enum.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Enum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/UserDefinedEnum.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_FbxSceneImportData.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_FbxSceneImportData.cpp index 382d736cb3bb..6f4bca0fb821 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_FbxSceneImportData.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_FbxSceneImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_FbxSceneImportData.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_FbxSceneImportData.h index ee45a14219b0..ea8f8b10d2ec 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_FbxSceneImportData.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_FbxSceneImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Font.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Font.cpp index 351ee5dda9e5..20e66c92ef53 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Font.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Font.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Editor/FontEditor/Public/FontEditorModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Font.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Font.h index bcd306781c33..e3e175274a29 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Font.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Font.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/Font.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ForceFeedbackEffect.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ForceFeedbackEffect.cpp index 220066d52022..5af1a1c390f9 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ForceFeedbackEffect.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ForceFeedbackEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "GameFramework/ForceFeedbackEffect.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ForceFeedbackEffect.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ForceFeedbackEffect.h index bfcde4cb26ee..49bb768ffd82 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ForceFeedbackEffect.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ForceFeedbackEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InstancedFoliageSettings.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InstancedFoliageSettings.cpp index a0cbeaf6e315..56222bdfec09 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InstancedFoliageSettings.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InstancedFoliageSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "FoliageType_InstancedStaticMesh.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InstancedFoliageSettings.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InstancedFoliageSettings.h index 43264b694703..d509b5c5c996 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InstancedFoliageSettings.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InstancedFoliageSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InterpData.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InterpData.h index 6d846b818ac6..53648fbf054a 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InterpData.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_InterpData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_LandscapeGrassType.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_LandscapeGrassType.h index fc1756b4a32a..5972f900e983 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_LandscapeGrassType.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_LandscapeGrassType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_LandscapeLayer.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_LandscapeLayer.h index bf6adcdb5a52..c84c0719a975 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_LandscapeLayer.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_LandscapeLayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Material.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Material.cpp index 5a56f1d1a916..4b3a52fa1726 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Material.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Material.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Editor/MaterialEditor/Public/MaterialEditorModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Material.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Material.h index 399e7e810354..2c264253b059 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Material.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Material.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialFunction.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialFunction.cpp index 673aabd7a5bf..6f2f6d98d707 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialFunction.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Editor/MaterialEditor/Public/MaterialEditorModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialFunction.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialFunction.h index 7c71d325777d..974759469a23 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialFunction.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInstanceConstant.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInstanceConstant.cpp index a78569f37e21..4751cae253e6 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInstanceConstant.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInstanceConstant.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Editor/MaterialEditor/Public/MaterialEditorModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInstanceConstant.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInstanceConstant.h index e7420776c074..b7baa12db239 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInstanceConstant.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInstanceConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Materials/MaterialInstanceConstant.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInterface.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInterface.cpp index 5f9a53f3717a..7f7232367a69 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInterface.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Editor/MaterialEditor/Public/MaterialEditorModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInterface.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInterface.h index 829e4dfb7f4c..689a54f0b427 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInterface.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialParameterCollection.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialParameterCollection.h index ab5c95eb62a0..aed1dd5ea46c 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialParameterCollection.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MaterialParameterCollection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Materials/MaterialParameterCollection.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MorphTarget.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MorphTarget.cpp index 021dde6a9a32..952441431af5 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MorphTarget.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MorphTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Toolkits/AssetEditorManager.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MorphTarget.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MorphTarget.h index 7012c6fe5e79..1e68a6255a66 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MorphTarget.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_MorphTarget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/VertexAnim/MorphTarget.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraEffect.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraEffect.cpp index 8ac7ed87cbf6..c3a30ee3dc69 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraEffect.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "NiagaraEffect.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraEffect.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraEffect.h index 8cb31e7ac6db..1a64311045a9 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraEffect.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraScript.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraScript.cpp index 4cb24bc69f98..35fc63e15ed5 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraScript.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraScript.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "NiagaraScript.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraScript.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraScript.h index f15bb4d2f8a7..9da8ef68e9b7 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraScript.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_NiagaraScript.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ObjectLibrary.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ObjectLibrary.h index 73325bc0ee07..714752bd7dc6 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ObjectLibrary.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ObjectLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/ObjectLibrary.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ParticleSystem.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ParticleSystem.cpp index cf3852394c4c..55fcd2758d9f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ParticleSystem.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ParticleSystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Toolkits/AssetEditorManager.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ParticleSystem.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ParticleSystem.h index 0a9b76bf55e8..f44d52c711c5 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ParticleSystem.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ParticleSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicalMaterial.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicalMaterial.cpp index 0d869d16fbec..f53f09e4a2a1 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicalMaterial.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicalMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "PhysicalMaterials/PhysicalMaterial.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicalMaterial.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicalMaterial.h index 0fae36d04a7d..486ccd78d773 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicalMaterial.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicalMaterial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicsAsset.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicsAsset.cpp index 6fed66c0895a..7025d594413e 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicsAsset.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicsAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Toolkits/AssetEditorManager.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicsAsset.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicsAsset.h index 5fce24cb8c11..115a6016a3e2 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicsAsset.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_PhysicsAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ProceduralFoliageSpawner.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ProceduralFoliageSpawner.cpp index 6961b31fdb3c..b9edd1700db1 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ProceduralFoliageSpawner.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ProceduralFoliageSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "ProceduralFoliageSpawner.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ProceduralFoliageSpawner.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ProceduralFoliageSpawner.h index cfe52ed6f3a3..e7f551d1e3c1 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ProceduralFoliageSpawner.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ProceduralFoliageSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Redirector.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Redirector.cpp index ea8f2a88c79a..3bd1b901fa8c 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Redirector.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Redirector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Redirector.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Redirector.h index c1c6a41089e5..55579c4558f6 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Redirector.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Redirector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ReverbEffect.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ReverbEffect.cpp index 5087c880b1cc..014a22446080 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ReverbEffect.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ReverbEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ReverbEffect.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ReverbEffect.h index 1220c71c83ee..df8fce23ca7f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ReverbEffect.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_ReverbEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Rig.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Rig.cpp index 9b1e10197575..d4ebe4194f9a 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Rig.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Rig.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Rig.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Rig.h index fc8c8fcff4ff..6762afb3ae7b 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Rig.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Rig.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SkeletalMesh.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SkeletalMesh.cpp index 6566d5cbbcf4..61b5ca6b29b6 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SkeletalMesh.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SkeletalMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Toolkits/AssetEditorManager.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SkeletalMesh.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SkeletalMesh.h index 8e1e3dd3427f..3ee3ecc96ebc 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SkeletalMesh.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SkeletalMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Skeleton.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Skeleton.cpp index 976936633383..0577b4b75eca 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Skeleton.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Skeleton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Toolkits/IToolkitHost.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Skeleton.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Skeleton.h index f83f4fde764e..854667348930 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Skeleton.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Skeleton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorAnimUtils.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateBrush.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateBrush.cpp index 3d144ea27126..0e7b5dc4143b 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateBrush.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateBrush.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateBrush.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateBrush.h index c4361def3aa4..955bf7377b5e 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateBrush.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateWidgetStyle.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateWidgetStyle.cpp index 358bf903929d..748e5667ccca 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateWidgetStyle.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateWidgetStyle.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateWidgetStyle.h index 4aec6a208aab..654b13e556cc 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateWidgetStyle.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SlateWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundAttenuation.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundAttenuation.cpp index 2054f9209e9f..ee57e6794048 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundAttenuation.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundAttenuation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundAttenuation.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundAttenuation.h index a01ce5d14243..ba90d791ce4f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundAttenuation.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundAttenuation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundBase.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundBase.cpp index 6017b8ea5b91..c3ac0c103fc7 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundBase.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Editor/SoundCueEditor/Public/SoundCueEditorModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundBase.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundBase.h index a8720bf71ed0..86357abf05bc 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundBase.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundClass.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundClass.cpp index 6114f4fd522d..09a6413e047c 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundClass.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Sound/SoundClass.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundClass.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundClass.h index c48a93f99b4f..dba6e34b80ca 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundClass.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundConcurrency.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundConcurrency.cpp index 4a49bd34b7ed..074b578a2782 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundConcurrency.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundConcurrency.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundConcurrency.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundConcurrency.h index 85ede21345d3..e08a1f0ebd2f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundConcurrency.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundConcurrency.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundCue.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundCue.cpp index d2ea6afc39de..296f4a756a0d 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundCue.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundCue.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "AssetToolsModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundCue.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundCue.h index 8487d6a974a1..36f6ae3c5ed6 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundCue.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundCue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundMix.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundMix.cpp index 57671c329adb..af1401a68c2c 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundMix.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundMix.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundMix.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundMix.h index 13a14d3abb7e..8a395eb2c062 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundMix.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundMix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundWave.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundWave.cpp index df124a4bc0de..781055dbb584 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundWave.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundWave.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "AssetToolsModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundWave.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundWave.h index 7b3b43ba7693..f63dbbcff6d4 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundWave.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SoundWave.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_StaticMesh.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_StaticMesh.cpp index 47f2824fc3b3..e3890bb57b27 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_StaticMesh.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_StaticMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_StaticMesh.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_StaticMesh.h index 9122c6ad4ead..e9ff8a45886c 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_StaticMesh.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_StaticMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/StaticMesh.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Struct.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Struct.cpp index 3cde9b23681d..468f3b190a43 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Struct.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Struct.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "PackageTools.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Struct.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Struct.h index 6c954de8abb0..1625d0138f96 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Struct.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Struct.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/UserDefinedStruct.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SubsurfaceProfile.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SubsurfaceProfile.cpp index 334d7e6a87d2..c7e53cb8ff26 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SubsurfaceProfile.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SubsurfaceProfile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Engine/SubsurfaceProfile.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SubsurfaceProfile.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SubsurfaceProfile.h index ebda3ceef91b..7768e4ee38cb 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SubsurfaceProfile.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_SubsurfaceProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture.cpp index 1a535396df8f..4fdf49b81c5e 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "AssetToolsModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture.h index 9f6efb3e5840..186e31e656a0 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture2D.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture2D.cpp index a9c7a66fb29f..1ca30ce6a2d0 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture2D.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture2D.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture2D.h index 05ef7e287da7..42d1219e2af5 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture2D.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Texture2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureCube.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureCube.h index 612d916c745e..551222f5f926 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureCube.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureCube.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/TextureCube.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureLightProfile.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureLightProfile.cpp index 9fd5e0089705..3b70955894b0 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureLightProfile.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureLightProfile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureLightProfile.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureLightProfile.h index ca453669c779..3666cac23bf8 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureLightProfile.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureLightProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget.cpp index 95370bafa372..b694d299e8f3 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget.h index 7d9c2d64d58a..0f1f927bb31f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/TextureRenderTarget.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget2D.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget2D.h index 89adcbd9a5d7..b19c8d221489 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget2D.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTarget2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/TextureRenderTarget2D.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTargetCube.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTargetCube.h index 2bb59ee60cfa..a05380138161 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTargetCube.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TextureRenderTargetCube.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/TextureRenderTargetCube.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TouchInterface.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TouchInterface.cpp index 588cc83f711a..7d9954c4035f 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TouchInterface.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TouchInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "GameFramework/TouchInterface.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TouchInterface.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TouchInterface.h index 73e0a19aa16f..a7fbac39ad8d 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TouchInterface.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_TouchInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorField.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorField.h index 40614755da0e..20fe5098c6ab 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorField.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetTypeActions_Base.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldAnimated.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldAnimated.h index 054f87abe28d..8de26202bd00 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldAnimated.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldAnimated.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetTypeActions_VectorField.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldStatic.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldStatic.cpp index 130901f7feb7..76eb8276e7c9 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldStatic.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldStatic.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldStatic.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldStatic.h index 3a3d7cfe2b24..eb085f555850 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldStatic.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VectorFieldStatic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetTypeActions/AssetTypeActions_VectorField.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VertexAnimation.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VertexAnimation.cpp index 98cfb235e606..04cedf648db1 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VertexAnimation.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VertexAnimation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" #include "Toolkits/AssetEditorManager.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VertexAnimation.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VertexAnimation.h index d55de8f822d5..49df2173b03d 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VertexAnimation.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_VertexAnimation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_World.cpp b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_World.cpp index 27a344e55ed9..817711b521c2 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_World.cpp +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_World.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_World.h b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_World.h index a2d96c39279e..f7a59d1373fc 100644 --- a/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_World.h +++ b/Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_World.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/SDiscoveringAssetsDialog.cpp b/Engine/Source/Developer/AssetTools/Private/SDiscoveringAssetsDialog.cpp index c38ecd34d265..d0fce1bd8b2f 100644 --- a/Engine/Source/Developer/AssetTools/Private/SDiscoveringAssetsDialog.cpp +++ b/Engine/Source/Developer/AssetTools/Private/SDiscoveringAssetsDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/SDiscoveringAssetsDialog.h b/Engine/Source/Developer/AssetTools/Private/SDiscoveringAssetsDialog.h index d6b93423be9e..daacc830e0bd 100644 --- a/Engine/Source/Developer/AssetTools/Private/SDiscoveringAssetsDialog.h +++ b/Engine/Source/Developer/AssetTools/Private/SDiscoveringAssetsDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Private/SPackageReportDialog.cpp b/Engine/Source/Developer/AssetTools/Private/SPackageReportDialog.cpp index 0e965ebfba1c..83d4ee45e64b 100644 --- a/Engine/Source/Developer/AssetTools/Private/SPackageReportDialog.cpp +++ b/Engine/Source/Developer/AssetTools/Private/SPackageReportDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AssetToolsPrivatePCH.h" diff --git a/Engine/Source/Developer/AssetTools/Private/SPackageReportDialog.h b/Engine/Source/Developer/AssetTools/Private/SPackageReportDialog.h index 67bf2cecb3e2..dc7fd10ae9a9 100644 --- a/Engine/Source/Developer/AssetTools/Private/SPackageReportDialog.h +++ b/Engine/Source/Developer/AssetTools/Private/SPackageReportDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Public/AssetToolsModule.h b/Engine/Source/Developer/AssetTools/Public/AssetToolsModule.h index c5e156e89c51..c065415f58b4 100644 --- a/Engine/Source/Developer/AssetTools/Public/AssetToolsModule.h +++ b/Engine/Source/Developer/AssetTools/Public/AssetToolsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_Base.h b/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_Base.h index 148b214d3a31..9d990c518b74 100644 --- a/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_Base.h +++ b/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_Base.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_CSVAssetBase.h b/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_CSVAssetBase.h index 9751ba2ef3f6..8bde38a6ba2b 100644 --- a/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_CSVAssetBase.h +++ b/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_CSVAssetBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Public/AssetTypeCategories.h b/Engine/Source/Developer/AssetTools/Public/AssetTypeCategories.h index 439758d10bc2..64af85f08170 100644 --- a/Engine/Source/Developer/AssetTools/Public/AssetTypeCategories.h +++ b/Engine/Source/Developer/AssetTools/Public/AssetTypeCategories.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Public/ClassTypeActions_Base.h b/Engine/Source/Developer/AssetTools/Public/ClassTypeActions_Base.h index a3eb25f2c41c..dcacb19d3429 100644 --- a/Engine/Source/Developer/AssetTools/Public/ClassTypeActions_Base.h +++ b/Engine/Source/Developer/AssetTools/Public/ClassTypeActions_Base.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Public/IAssetTools.h b/Engine/Source/Developer/AssetTools/Public/IAssetTools.h index 5c4d30cb17b2..8c52d0922b13 100644 --- a/Engine/Source/Developer/AssetTools/Public/IAssetTools.h +++ b/Engine/Source/Developer/AssetTools/Public/IAssetTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Public/IAssetTypeActions.h b/Engine/Source/Developer/AssetTools/Public/IAssetTypeActions.h index 4e839188b1ff..bc563fd25037 100644 --- a/Engine/Source/Developer/AssetTools/Public/IAssetTypeActions.h +++ b/Engine/Source/Developer/AssetTools/Public/IAssetTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AssetTools/Public/IClassTypeActions.h b/Engine/Source/Developer/AssetTools/Public/IClassTypeActions.h index 83aa93032080..d8bc60a088ff 100644 --- a/Engine/Source/Developer/AssetTools/Public/IClassTypeActions.h +++ b/Engine/Source/Developer/AssetTools/Public/IClassTypeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AudioFormatADPCM/AudioFormatADPCM.Build.cs b/Engine/Source/Developer/AudioFormatADPCM/AudioFormatADPCM.Build.cs index b81b8f044150..1a992278e668 100644 --- a/Engine/Source/Developer/AudioFormatADPCM/AudioFormatADPCM.Build.cs +++ b/Engine/Source/Developer/AudioFormatADPCM/AudioFormatADPCM.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/AudioFormatADPCM/Private/AudioFormatADPCM.cpp b/Engine/Source/Developer/AudioFormatADPCM/Private/AudioFormatADPCM.cpp index 38fc03c5b9fe..725c9239f7ab 100644 --- a/Engine/Source/Developer/AudioFormatADPCM/Private/AudioFormatADPCM.cpp +++ b/Engine/Source/Developer/AudioFormatADPCM/Private/AudioFormatADPCM.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Developer/AudioFormatADPCM/Private/AudioFormatADPCM.h b/Engine/Source/Developer/AudioFormatADPCM/Private/AudioFormatADPCM.h index e9525a310caf..fd4a6f38c809 100644 --- a/Engine/Source/Developer/AudioFormatADPCM/Private/AudioFormatADPCM.h +++ b/Engine/Source/Developer/AudioFormatADPCM/Private/AudioFormatADPCM.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AudioFormatOgg/AudioFormatOgg.Build.cs b/Engine/Source/Developer/AudioFormatOgg/AudioFormatOgg.Build.cs index 7822ef79fc01..6ad94a4221ed 100644 --- a/Engine/Source/Developer/AudioFormatOgg/AudioFormatOgg.Build.cs +++ b/Engine/Source/Developer/AudioFormatOgg/AudioFormatOgg.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/AudioFormatOgg/Private/AudioFormatOgg.cpp b/Engine/Source/Developer/AudioFormatOgg/Private/AudioFormatOgg.cpp index 36e5b769c709..40033f4b92aa 100644 --- a/Engine/Source/Developer/AudioFormatOgg/Private/AudioFormatOgg.cpp +++ b/Engine/Source/Developer/AudioFormatOgg/Private/AudioFormatOgg.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "CoreUObject.h" diff --git a/Engine/Source/Developer/AudioFormatOgg/Private/AudioFormatOgg.h b/Engine/Source/Developer/AudioFormatOgg/Private/AudioFormatOgg.h index e9525a310caf..fd4a6f38c809 100644 --- a/Engine/Source/Developer/AudioFormatOgg/Private/AudioFormatOgg.h +++ b/Engine/Source/Developer/AudioFormatOgg/Private/AudioFormatOgg.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AudioFormatOpus/AudioFormatOpus.Build.cs b/Engine/Source/Developer/AudioFormatOpus/AudioFormatOpus.Build.cs index ae1c899ee477..ba3af40615f2 100644 --- a/Engine/Source/Developer/AudioFormatOpus/AudioFormatOpus.Build.cs +++ b/Engine/Source/Developer/AudioFormatOpus/AudioFormatOpus.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/AudioFormatOpus/Private/AudioFormatOpus.cpp b/Engine/Source/Developer/AudioFormatOpus/Private/AudioFormatOpus.cpp index 822c3bb4fd6a..62048b97ca89 100644 --- a/Engine/Source/Developer/AudioFormatOpus/Private/AudioFormatOpus.cpp +++ b/Engine/Source/Developer/AudioFormatOpus/Private/AudioFormatOpus.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Developer/AudioFormatOpus/Private/AudioFormatOpus.h b/Engine/Source/Developer/AudioFormatOpus/Private/AudioFormatOpus.h index dedd5759ba7a..bb985e650f92 100644 --- a/Engine/Source/Developer/AudioFormatOpus/Private/AudioFormatOpus.h +++ b/Engine/Source/Developer/AudioFormatOpus/Private/AudioFormatOpus.h @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/AutomationController.Build.cs b/Engine/Source/Developer/AutomationController/AutomationController.Build.cs index dd062a2b4aec..6ae7cdd9b7e6 100644 --- a/Engine/Source/Developer/AutomationController/AutomationController.Build.cs +++ b/Engine/Source/Developer/AutomationController/AutomationController.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationCommandline.cpp b/Engine/Source/Developer/AutomationController/Private/AutomationCommandline.cpp index cbd16399f503..6129da9cb8c2 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationCommandline.cpp +++ b/Engine/Source/Developer/AutomationController/Private/AutomationCommandline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationControllerPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationControllerManager.h b/Engine/Source/Developer/AutomationController/Private/AutomationControllerManager.h index b7e3c6edc943..4c11a4b4c618 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationControllerManager.h +++ b/Engine/Source/Developer/AutomationController/Private/AutomationControllerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationControllerManger.cpp b/Engine/Source/Developer/AutomationController/Private/AutomationControllerManger.cpp index 694f47095f49..c13e0cbe4c29 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationControllerManger.cpp +++ b/Engine/Source/Developer/AutomationController/Private/AutomationControllerManger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationControllerPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationControllerModule.cpp b/Engine/Source/Developer/AutomationController/Private/AutomationControllerModule.cpp index 0175e38cef47..6f1ab878a4b8 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationControllerModule.cpp +++ b/Engine/Source/Developer/AutomationController/Private/AutomationControllerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AutomationControllerModule.cpp: Implements the FAutomationControllerModule class. diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationControllerModule.h b/Engine/Source/Developer/AutomationController/Private/AutomationControllerModule.h index bbb365ad6d7e..67e7481dbdb7 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationControllerModule.h +++ b/Engine/Source/Developer/AutomationController/Private/AutomationControllerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationControllerPrivatePCH.h b/Engine/Source/Developer/AutomationController/Private/AutomationControllerPrivatePCH.h index 101696df543b..5a57b7ee7c2a 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationControllerPrivatePCH.h +++ b/Engine/Source/Developer/AutomationController/Private/AutomationControllerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationDeviceClusterManager.cpp b/Engine/Source/Developer/AutomationController/Private/AutomationDeviceClusterManager.cpp index fc6d81a0f12b..e88413d287fc 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationDeviceClusterManager.cpp +++ b/Engine/Source/Developer/AutomationController/Private/AutomationDeviceClusterManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationControllerPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationDeviceClusterManager.h b/Engine/Source/Developer/AutomationController/Private/AutomationDeviceClusterManager.h index 0fc6543baf97..1cc92832f75e 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationDeviceClusterManager.h +++ b/Engine/Source/Developer/AutomationController/Private/AutomationDeviceClusterManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationReport.cpp b/Engine/Source/Developer/AutomationController/Private/AutomationReport.cpp index 97eb1bb75602..60bf24157877 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationReport.cpp +++ b/Engine/Source/Developer/AutomationController/Private/AutomationReport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationControllerPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationReport.h b/Engine/Source/Developer/AutomationController/Private/AutomationReport.h index 25ea221d6cd6..6c85a97e9ec7 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationReport.h +++ b/Engine/Source/Developer/AutomationController/Private/AutomationReport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationReportManager.cpp b/Engine/Source/Developer/AutomationController/Private/AutomationReportManager.cpp index c00ea64ed518..98f24994ccdc 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationReportManager.cpp +++ b/Engine/Source/Developer/AutomationController/Private/AutomationReportManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationControllerPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationController/Private/AutomationReportManager.h b/Engine/Source/Developer/AutomationController/Private/AutomationReportManager.h index 555e38a0e990..a3264fbb8ccc 100644 --- a/Engine/Source/Developer/AutomationController/Private/AutomationReportManager.h +++ b/Engine/Source/Developer/AutomationController/Private/AutomationReportManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Public/AutomationController.h b/Engine/Source/Developer/AutomationController/Public/AutomationController.h index 5be86a7bf6fb..f3a95082d69a 100644 --- a/Engine/Source/Developer/AutomationController/Public/AutomationController.h +++ b/Engine/Source/Developer/AutomationController/Public/AutomationController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationControllerManager.h b/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationControllerManager.h index 2736aa9b9ba0..256400d0078c 100644 --- a/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationControllerManager.h +++ b/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationControllerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationControllerModule.h b/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationControllerModule.h index 2f0879646f15..9f995eb94790 100644 --- a/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationControllerModule.h +++ b/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationControllerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationReport.h b/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationReport.h index d9d4627aff1d..e2aa44ca8dd5 100644 --- a/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationReport.h +++ b/Engine/Source/Developer/AutomationController/Public/Interfaces/IAutomationReport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/AutomationWindow.Build.cs b/Engine/Source/Developer/AutomationWindow/AutomationWindow.Build.cs index 38a7aa38a107..36ec974df602 100644 --- a/Engine/Source/Developer/AutomationWindow/AutomationWindow.Build.cs +++ b/Engine/Source/Developer/AutomationWindow/AutomationWindow.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/AutomationWindow/Private/AutomationFilter.h b/Engine/Source/Developer/AutomationWindow/Private/AutomationFilter.h index c34c5f3a1feb..2f544bdffa40 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/AutomationFilter.h +++ b/Engine/Source/Developer/AutomationWindow/Private/AutomationFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Private/AutomationPresetManager.cpp b/Engine/Source/Developer/AutomationWindow/Private/AutomationPresetManager.cpp index ec3b03e67882..84a6c5bd9422 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/AutomationPresetManager.cpp +++ b/Engine/Source/Developer/AutomationWindow/Private/AutomationPresetManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationWindowPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationWindow/Private/AutomationPresetManager.h b/Engine/Source/Developer/AutomationWindow/Private/AutomationPresetManager.h index 1e9e800d8f23..baa6f20721b2 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/AutomationPresetManager.h +++ b/Engine/Source/Developer/AutomationWindow/Private/AutomationPresetManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowModule.cpp b/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowModule.cpp index 30511e1409c9..26141de6aa73 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowModule.cpp +++ b/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationWindowPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowPrivatePCH.h b/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowPrivatePCH.h index 389b3e1182b7..d2514284b6fd 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowPrivatePCH.h +++ b/Engine/Source/Developer/AutomationWindow/Private/AutomationWindowPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationWindow.h" diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationExportMenu.cpp b/Engine/Source/Developer/AutomationWindow/Private/SAutomationExportMenu.cpp index 27373d76657e..677d0384e6e7 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationExportMenu.cpp +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationExportMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationWindowPrivatePCH.h" #include "SNotificationList.h" diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationExportMenu.h b/Engine/Source/Developer/AutomationWindow/Private/SAutomationExportMenu.h index 611da2fa29cd..18da9c172c70 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationExportMenu.h +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationExportMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationGraphicalResultBox.cpp b/Engine/Source/Developer/AutomationWindow/Private/SAutomationGraphicalResultBox.cpp index 3db29985f3c8..f3eb398905ce 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationGraphicalResultBox.cpp +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationGraphicalResultBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationWindowPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationGraphicalResultBox.h b/Engine/Source/Developer/AutomationWindow/Private/SAutomationGraphicalResultBox.h index 80c3868b8312..05c7be27925f 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationGraphicalResultBox.h +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationGraphicalResultBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItem.cpp b/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItem.cpp index b38c51608206..d8064d0c9f74 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItem.cpp +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationWindowPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItem.h b/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItem.h index 8fda454fac36..96dad676d2ea 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItem.h +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItemContextMenu.h b/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItemContextMenu.h index 1634ded78640..e96d675a8fab 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItemContextMenu.h +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestItemContextMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestTreeView.h b/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestTreeView.h index 8c7bef91c037..e8966ca38714 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestTreeView.h +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationTestTreeView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindow.cpp b/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindow.cpp index aca674aeca4c..5519b51c71b0 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindow.cpp +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationWindowPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindow.h b/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindow.h index b61e4d67b12c..5791bf5e082d 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindow.h +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindowCommandBar.cpp b/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindowCommandBar.cpp index 17cbba262b8a..83e02e1e0c13 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindowCommandBar.cpp +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindowCommandBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AutomationWindowPrivatePCH.h" diff --git a/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindowCommandBar.h b/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindowCommandBar.h index 74f359c89040..ec61fa1a3e48 100644 --- a/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindowCommandBar.h +++ b/Engine/Source/Developer/AutomationWindow/Private/SAutomationWindowCommandBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Public/AutomationWindow.h b/Engine/Source/Developer/AutomationWindow/Public/AutomationWindow.h index 380d5ade3d20..a1e190a33d93 100644 --- a/Engine/Source/Developer/AutomationWindow/Public/AutomationWindow.h +++ b/Engine/Source/Developer/AutomationWindow/Public/AutomationWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/AutomationWindow/Public/Interfaces/IAutomationWindowModule.h b/Engine/Source/Developer/AutomationWindow/Public/Interfaces/IAutomationWindowModule.h index 6643c3fb9ac4..aed852fbcc71 100644 --- a/Engine/Source/Developer/AutomationWindow/Public/Interfaces/IAutomationWindowModule.h +++ b/Engine/Source/Developer/AutomationWindow/Public/Interfaces/IAutomationWindowModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlankModule/BlankModule.Build.cs b/Engine/Source/Developer/BlankModule/BlankModule.Build.cs index 4ec7bb00e588..bbbfd4d3a1ce 100644 --- a/Engine/Source/Developer/BlankModule/BlankModule.Build.cs +++ b/Engine/Source/Developer/BlankModule/BlankModule.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/BlankModule/Private/BlankModule.cpp b/Engine/Source/Developer/BlankModule/Private/BlankModule.cpp index 59a56c0d046b..1afb1118d553 100644 --- a/Engine/Source/Developer/BlankModule/Private/BlankModule.cpp +++ b/Engine/Source/Developer/BlankModule/Private/BlankModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlankModulePrivatePCH.h" diff --git a/Engine/Source/Developer/BlankModule/Private/BlankModulePrivatePCH.h b/Engine/Source/Developer/BlankModule/Private/BlankModulePrivatePCH.h index f6dc409c40ed..fe7efde5510e 100644 --- a/Engine/Source/Developer/BlankModule/Private/BlankModulePrivatePCH.h +++ b/Engine/Source/Developer/BlankModule/Private/BlankModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlankModule.h" diff --git a/Engine/Source/Developer/BlankModule/Public/BlankModule.h b/Engine/Source/Developer/BlankModule/Public/BlankModule.h index 0f596901cae4..b1c8539673d8 100644 --- a/Engine/Source/Developer/BlankModule/Public/BlankModule.h +++ b/Engine/Source/Developer/BlankModule/Public/BlankModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/BlueprintCompilerCppBackend.Build.cs b/Engine/Source/Developer/BlueprintCompilerCppBackend/BlueprintCompilerCppBackend.Build.cs index a9f67cd22177..7ced4c4c731d 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/BlueprintCompilerCppBackend.Build.cs +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/BlueprintCompilerCppBackend.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BPCompilerTests.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BPCompilerTests.cpp index 6331a25d9d86..8ebd898593a1 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BPCompilerTests.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BPCompilerTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackend.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackend.cpp index 559e92024ee4..184720b88bc4 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackend.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" #include "BlueprintCompilerCppBackend.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackend.h b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackend.h index 23d97b023cd7..8d54dc9b416a 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackend.h +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintCompilerCppBackendBase.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendAnim.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendAnim.cpp index c11a7fb873f5..4e1048838e10 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendAnim.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendAnim.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" #include "BlueprintCompilerCppBackendUtils.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.cpp index e169dc264323..a76773e1ff58 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" #include "BlueprintCompilerCppBackendBase.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.h b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.h index abaa94e8ce9b..8c5f0b7594e4 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.h +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IBlueprintCompilerCppBackendModule.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendGatherDependencies.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendGatherDependencies.cpp index 5fd55713765c..37e10130eec5 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendGatherDependencies.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendGatherDependencies.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" #include "BlueprintCompilerCppBackendGatherDependencies.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendModule.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendModule.cpp index 4fef64af868d..37f25d1fa250 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendModule.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" #include "IBlueprintCompilerCppBackendModule.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendModulePrivatePCH.h b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendModulePrivatePCH.h index caf2cce96805..cb784c6ab825 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendModulePrivatePCH.h +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" #include "Engine.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUMG.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUMG.cpp index bf82b896bcdb..cdcc4e8ec4af 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUMG.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUMG.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" #include "BlueprintCompilerCppBackendUtils.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUtils.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUtils.cpp index e21549efb093..a1fbb21f3fbf 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUtils.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" #include "BlueprintCompilerCppBackendUtils.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUtils.h b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUtils.h index a6a8dea80cab..ae78c4856bf6 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUtils.h +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintCompilerCppBackendGatherDependencies.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendValueHelper.cpp b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendValueHelper.cpp index 551fb8d10a4f..6c7b8485c418 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendValueHelper.cpp +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Private/BlueprintCompilerCppBackendValueHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintCompilerCppBackendModulePrivatePCH.h" #include "BlueprintCompilerCppBackendUtils.h" diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/BlueprintCompilerCppBackendGatherDependencies.h b/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/BlueprintCompilerCppBackendGatherDependencies.h index aaf5eba6e8fb..65b748cc88a3 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/BlueprintCompilerCppBackendGatherDependencies.h +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/BlueprintCompilerCppBackendGatherDependencies.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/IBlueprintCompilerCppBackendModule.h b/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/IBlueprintCompilerCppBackendModule.h index 7c4d55c961d2..629cd916403f 100644 --- a/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/IBlueprintCompilerCppBackendModule.h +++ b/Engine/Source/Developer/BlueprintCompilerCppBackend/Public/IBlueprintCompilerCppBackendModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/BlueprintNativeCodeGen.Build.cs b/Engine/Source/Developer/BlueprintNativeCodeGen/BlueprintNativeCodeGen.Build.cs index 152f5b066cfa..335f7e74baaa 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/BlueprintNativeCodeGen.Build.cs +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/BlueprintNativeCodeGen.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenManifest.cpp b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenManifest.cpp index 95cbe5707cdd..da235a55c812 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenManifest.cpp +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenManifest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintNativeCodeGenPCH.h" diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenManifest.h b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenManifest.h index 7f8d6f2cadc3..43f0b77bbac9 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenManifest.h +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenManifest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenModule.cpp b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenModule.cpp index 527facb00ad3..43e4025a1f1a 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenModule.cpp +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintNativeCodeGenPCH.h" diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenPCH.h b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenPCH.h index f27c4e96aeaf..c8bf8d55bbaa 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenPCH.h +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenUtils.cpp b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenUtils.cpp index 6a58ad3dd2ef..2c318156bbd9 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenUtils.cpp +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintNativeCodeGenPCH.h" #include "BlueprintNativeCodeGenManifest.h" diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenUtils.h b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenUtils.h index 42eb1a7f505f..06528eb69f9f 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenUtils.h +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/BlueprintNativeCodeGenUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/NativeCodeGenerationTool.cpp b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/NativeCodeGenerationTool.cpp index 264e093c624e..27f181b9261c 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Private/NativeCodeGenerationTool.cpp +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Private/NativeCodeGenerationTool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintNativeCodeGenPCH.h" #include "NativeCodeGenerationTool.h" diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Public/BlueprintNativeCodeGenModule.h b/Engine/Source/Developer/BlueprintNativeCodeGen/Public/BlueprintNativeCodeGenModule.h index f720b0c87808..48f7f1e102a9 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Public/BlueprintNativeCodeGenModule.h +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Public/BlueprintNativeCodeGenModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintNativeCodeGen/Public/NativeCodeGenerationTool.h b/Engine/Source/Developer/BlueprintNativeCodeGen/Public/NativeCodeGenerationTool.h index a772af9d1ca0..4d71fb50e441 100644 --- a/Engine/Source/Developer/BlueprintNativeCodeGen/Public/NativeCodeGenerationTool.h +++ b/Engine/Source/Developer/BlueprintNativeCodeGen/Public/NativeCodeGenerationTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintProfiler/BlueprintProfiler.Build.cs b/Engine/Source/Developer/BlueprintProfiler/BlueprintProfiler.Build.cs index d60f0b7b5bcf..e1a3e9adb1ce 100644 --- a/Engine/Source/Developer/BlueprintProfiler/BlueprintProfiler.Build.cs +++ b/Engine/Source/Developer/BlueprintProfiler/BlueprintProfiler.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/BlueprintProfiler/Private/BlueprintProfilerPCH.h b/Engine/Source/Developer/BlueprintProfiler/Private/BlueprintProfilerPCH.h index 808f20398f2c..c6e4cfd6c511 100644 --- a/Engine/Source/Developer/BlueprintProfiler/Private/BlueprintProfilerPCH.h +++ b/Engine/Source/Developer/BlueprintProfiler/Private/BlueprintProfilerPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef _INC_BLUEPRINTPROFILER #define _INC_BLUEPRINTPROFILER diff --git a/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfiler.h b/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfiler.h index 29334bb69d30..1a849d6eeca6 100644 --- a/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfiler.h +++ b/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfilerModule.h b/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfilerModule.h index 0cb3a13172e0..c6b52a30ba17 100644 --- a/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfilerModule.h +++ b/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfilerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfilerSupport.h b/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfilerSupport.h index 9edab418bac1..abfc328000c8 100644 --- a/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfilerSupport.h +++ b/Engine/Source/Developer/BlueprintProfiler/Public/BlueprintProfilerSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/BlueprintProfiler/classes/BlueprintProfiler.cpp b/Engine/Source/Developer/BlueprintProfiler/classes/BlueprintProfiler.cpp index b49cf5381880..2ddd6f3146e4 100644 --- a/Engine/Source/Developer/BlueprintProfiler/classes/BlueprintProfiler.cpp +++ b/Engine/Source/Developer/BlueprintProfiler/classes/BlueprintProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Private/BlueprintProfilerPCH.h" diff --git a/Engine/Source/Developer/BlueprintProfiler/classes/BlueprintProfilerSupport.cpp b/Engine/Source/Developer/BlueprintProfiler/classes/BlueprintProfilerSupport.cpp index 89da13ed0733..ef32d100b21a 100644 --- a/Engine/Source/Developer/BlueprintProfiler/classes/BlueprintProfilerSupport.cpp +++ b/Engine/Source/Developer/BlueprintProfiler/classes/BlueprintProfilerSupport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Private/BlueprintProfilerPCH.h" diff --git a/Engine/Source/Developer/CollectionManager/CollectionManager.Build.cs b/Engine/Source/Developer/CollectionManager/CollectionManager.Build.cs index 979d595292bc..c56a3dd4a691 100644 --- a/Engine/Source/Developer/CollectionManager/CollectionManager.Build.cs +++ b/Engine/Source/Developer/CollectionManager/CollectionManager.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/CollectionManager/Private/Collection.cpp b/Engine/Source/Developer/CollectionManager/Private/Collection.cpp index 075f90ecb881..08124937281b 100644 --- a/Engine/Source/Developer/CollectionManager/Private/Collection.cpp +++ b/Engine/Source/Developer/CollectionManager/Private/Collection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollectionManagerPrivatePCH.h" #include "ISourceControlModule.h" diff --git a/Engine/Source/Developer/CollectionManager/Private/Collection.h b/Engine/Source/Developer/CollectionManager/Private/Collection.h index c7ce55a20005..4c8d69e8fb98 100644 --- a/Engine/Source/Developer/CollectionManager/Private/Collection.h +++ b/Engine/Source/Developer/CollectionManager/Private/Collection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollectionManager/Private/CollectionManager.cpp b/Engine/Source/Developer/CollectionManager/Private/CollectionManager.cpp index e35724e6e036..6051f61633b7 100644 --- a/Engine/Source/Developer/CollectionManager/Private/CollectionManager.cpp +++ b/Engine/Source/Developer/CollectionManager/Private/CollectionManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollectionManagerPrivatePCH.h" #include "FileCache.h" diff --git a/Engine/Source/Developer/CollectionManager/Private/CollectionManager.h b/Engine/Source/Developer/CollectionManager/Private/CollectionManager.h index 8e6ac9de39f5..18e0fcc37d8d 100644 --- a/Engine/Source/Developer/CollectionManager/Private/CollectionManager.h +++ b/Engine/Source/Developer/CollectionManager/Private/CollectionManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollectionManager/Private/CollectionManagerConsoleCommands.h b/Engine/Source/Developer/CollectionManager/Private/CollectionManagerConsoleCommands.h index 89883f83411c..70f6b36eedae 100644 --- a/Engine/Source/Developer/CollectionManager/Private/CollectionManagerConsoleCommands.h +++ b/Engine/Source/Developer/CollectionManager/Private/CollectionManagerConsoleCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollectionManager/Private/CollectionManagerModule.cpp b/Engine/Source/Developer/CollectionManager/Private/CollectionManagerModule.cpp index 2f835fcfba8c..e11dc49b2ee0 100644 --- a/Engine/Source/Developer/CollectionManager/Private/CollectionManagerModule.cpp +++ b/Engine/Source/Developer/CollectionManager/Private/CollectionManagerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollectionManagerPrivatePCH.h" #include "CollectionManagerModule.h" diff --git a/Engine/Source/Developer/CollectionManager/Private/CollectionManagerPrivatePCH.h b/Engine/Source/Developer/CollectionManager/Private/CollectionManagerPrivatePCH.h index e61111e8ba10..03916a61c053 100644 --- a/Engine/Source/Developer/CollectionManager/Private/CollectionManagerPrivatePCH.h +++ b/Engine/Source/Developer/CollectionManager/Private/CollectionManagerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollectionManager/Public/CollectionManagerModule.h b/Engine/Source/Developer/CollectionManager/Public/CollectionManagerModule.h index 932ba09eee0f..249572247f7e 100644 --- a/Engine/Source/Developer/CollectionManager/Public/CollectionManagerModule.h +++ b/Engine/Source/Developer/CollectionManager/Public/CollectionManagerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h b/Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h index 7aa1879430ac..cf048b3d5aa1 100644 --- a/Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h +++ b/Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h b/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h index bb279f6804bc..a0921e1ea6f2 100644 --- a/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h +++ b/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollisionAnalyzer/CollisionAnalyzer.Build.cs b/Engine/Source/Developer/CollisionAnalyzer/CollisionAnalyzer.Build.cs index a02b7ef2c917..ae9dbbad4165 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/CollisionAnalyzer.Build.cs +++ b/Engine/Source/Developer/CollisionAnalyzer/CollisionAnalyzer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzer.cpp b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzer.cpp index c6a952245cb0..191f3b238499 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzer.cpp +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollisionAnalyzerPCH.h" #include "CollisionDebugDrawingPublic.h" diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzer.h b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzer.h index cce35dcbb93b..ca0512ae2277 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzer.h +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerModule.cpp b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerModule.cpp index 38248c1bb3bf..7473526b9d2b 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerModule.cpp +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollisionAnalyzerPCH.h" #include "WorkspaceMenuStructureModule.h" diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerPCH.h b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerPCH.h index 4deea32914af..06c345a1d881 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerPCH.h +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerStyle.cpp b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerStyle.cpp index 4dcfcb5dae79..e8d2abbc906b 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerStyle.cpp +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollisionAnalyzerPCH.h" #include "SlateBasics.h" diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerStyle.h b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerStyle.h index 8b59ce8df634..5acff8f582b5 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerStyle.h +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/CollisionAnalyzerStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryDetails.cpp b/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryDetails.cpp index 639c5d78a1f5..bcbc0a84b6cd 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryDetails.cpp +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollisionAnalyzerPCH.h" diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryDetails.h b/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryDetails.h index 922c02b11928..b80cba86f3b0 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryDetails.h +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryTableRow.cpp b/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryTableRow.cpp index 73ec2008c406..a7e9ba996dd4 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryTableRow.cpp +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryTableRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollisionAnalyzerPCH.h" diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryTableRow.h b/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryTableRow.h index 4fb37fc4fd48..abba68b989a2 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryTableRow.h +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/SCAQueryTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/SCollisionAnalyzer.cpp b/Engine/Source/Developer/CollisionAnalyzer/Private/SCollisionAnalyzer.cpp index 491f34e07286..972b840ff4f7 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/SCollisionAnalyzer.cpp +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/SCollisionAnalyzer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CollisionAnalyzerPCH.h" #include "DesktopPlatformModule.h" diff --git a/Engine/Source/Developer/CollisionAnalyzer/Private/SCollisionAnalyzer.h b/Engine/Source/Developer/CollisionAnalyzer/Private/SCollisionAnalyzer.h index c059540cd87a..13ff175930b0 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Private/SCollisionAnalyzer.h +++ b/Engine/Source/Developer/CollisionAnalyzer/Private/SCollisionAnalyzer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollisionAnalyzer/Public/CollisionAnalyzerModule.h b/Engine/Source/Developer/CollisionAnalyzer/Public/CollisionAnalyzerModule.h index 04d9f245c98e..1b5b0e0ed120 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Public/CollisionAnalyzerModule.h +++ b/Engine/Source/Developer/CollisionAnalyzer/Public/CollisionAnalyzerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CollisionAnalyzer/Public/ICollisionAnalyzer.h b/Engine/Source/Developer/CollisionAnalyzer/Public/ICollisionAnalyzer.h index b2eace5a6c40..1b3d511a1041 100644 --- a/Engine/Source/Developer/CollisionAnalyzer/Public/ICollisionAnalyzer.h +++ b/Engine/Source/Developer/CollisionAnalyzer/Public/ICollisionAnalyzer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashDebugHelper/CrashDebugHelper.Build.cs b/Engine/Source/Developer/CrashDebugHelper/CrashDebugHelper.Build.cs index 590249277f7d..1de449ed8fd7 100644 --- a/Engine/Source/Developer/CrashDebugHelper/CrashDebugHelper.Build.cs +++ b/Engine/Source/Developer/CrashDebugHelper/CrashDebugHelper.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelper.cpp b/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelper.cpp index a5bd07d7bc8b..773d67584806 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelper.cpp +++ b/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashDebugHelperPrivatePCH.h" #include "CrashDebugPDBCache.h" diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelperModule.cpp b/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelperModule.cpp index 0cc4b9fb0f60..355f6ac1d427 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelperModule.cpp +++ b/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelperModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashDebugHelperPrivatePCH.h" diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelperPrivatePCH.h b/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelperPrivatePCH.h index 95fb9da06fec..7b0901d26d6f 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelperPrivatePCH.h +++ b/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugHelperPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugPDBCache.cpp b/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugPDBCache.cpp index bf553e184c9b..de03ee9920a5 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugPDBCache.cpp +++ b/Engine/Source/Developer/CrashDebugHelper/Private/CrashDebugPDBCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashDebugHelperPrivatePCH.h" #include "CrashDebugPDBCache.h" diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.cpp b/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.cpp index 67a1bce51e16..dbc55a97ddc0 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.cpp +++ b/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashDebugHelperPrivatePCH.h" #include "CrashDebugHelperLinux.h" diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.h b/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.h index 7d346b96cf1c..003a65387bd8 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.h +++ b/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/Mac/CrashDebugHelperMac.cpp b/Engine/Source/Developer/CrashDebugHelper/Private/Mac/CrashDebugHelperMac.cpp index bb7f6915137b..69782d47febf 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/Mac/CrashDebugHelperMac.cpp +++ b/Engine/Source/Developer/CrashDebugHelper/Private/Mac/CrashDebugHelperMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashDebugHelperPrivatePCH.h" #include "CrashDebugHelperMac.h" diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/Mac/CrashDebugHelperMac.h b/Engine/Source/Developer/CrashDebugHelper/Private/Mac/CrashDebugHelperMac.h index 48b83a6dac37..1d354061f04c 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/Mac/CrashDebugHelperMac.h +++ b/Engine/Source/Developer/CrashDebugHelper/Private/Mac/CrashDebugHelperMac.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/Windows/CrashDebugHelperWindows.cpp b/Engine/Source/Developer/CrashDebugHelper/Private/Windows/CrashDebugHelperWindows.cpp index 52c24ad64c51..ca18cd7794dc 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/Windows/CrashDebugHelperWindows.cpp +++ b/Engine/Source/Developer/CrashDebugHelper/Private/Windows/CrashDebugHelperWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashDebugHelperPrivatePCH.h" #include "CrashDebugHelperWindows.h" diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/Windows/CrashDebugHelperWindows.h b/Engine/Source/Developer/CrashDebugHelper/Private/Windows/CrashDebugHelperWindows.h index 6da1771d8f73..32ab4ca2bbc7 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/Windows/CrashDebugHelperWindows.h +++ b/Engine/Source/Developer/CrashDebugHelper/Private/Windows/CrashDebugHelperWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/Windows/WindowsPlatformStackWalkExt.cpp b/Engine/Source/Developer/CrashDebugHelper/Private/Windows/WindowsPlatformStackWalkExt.cpp index 4c5ac94da9dd..a333bbbd96e7 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/Windows/WindowsPlatformStackWalkExt.cpp +++ b/Engine/Source/Developer/CrashDebugHelper/Private/Windows/WindowsPlatformStackWalkExt.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashDebugHelperPrivatePCH.h" #include "GenericPlatform/GenericPlatformCrashContext.h" diff --git a/Engine/Source/Developer/CrashDebugHelper/Private/Windows/WindowsPlatformStackWalkExt.h b/Engine/Source/Developer/CrashDebugHelper/Private/Windows/WindowsPlatformStackWalkExt.h index 8536c94ce509..4a9942f18da8 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Private/Windows/WindowsPlatformStackWalkExt.h +++ b/Engine/Source/Developer/CrashDebugHelper/Private/Windows/WindowsPlatformStackWalkExt.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugHelper.h b/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugHelper.h index 55ae69fbdffd..91049d7fba9d 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugHelper.h +++ b/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugHelperModule.h b/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugHelperModule.h index 17644bbb48e6..9c0ac1c8e361 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugHelperModule.h +++ b/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugHelperModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugPDBCache.h b/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugPDBCache.h index be9f9f1feb06..530809c24c79 100644 --- a/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugPDBCache.h +++ b/Engine/Source/Developer/CrashDebugHelper/Public/CrashDebugPDBCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashTracker/CrashTracker.Build.cs b/Engine/Source/Developer/CrashTracker/CrashTracker.Build.cs index a2b67f2a3508..8e508bc3aac1 100644 --- a/Engine/Source/Developer/CrashTracker/CrashTracker.Build.cs +++ b/Engine/Source/Developer/CrashTracker/CrashTracker.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/CrashTracker/Private/AVIHandler.cpp b/Engine/Source/Developer/CrashTracker/Private/AVIHandler.cpp index 390042790c56..864047d666fb 100644 --- a/Engine/Source/Developer/CrashTracker/Private/AVIHandler.cpp +++ b/Engine/Source/Developer/CrashTracker/Private/AVIHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashTrackerPrivatePCH.h" diff --git a/Engine/Source/Developer/CrashTracker/Private/AVIHandler.h b/Engine/Source/Developer/CrashTracker/Private/AVIHandler.h index 8704ca5e9884..05bf2488258d 100644 --- a/Engine/Source/Developer/CrashTracker/Private/AVIHandler.h +++ b/Engine/Source/Developer/CrashTracker/Private/AVIHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashTracker/Private/CrashTrackerModule.cpp b/Engine/Source/Developer/CrashTracker/Private/CrashTrackerModule.cpp index 3eac5b5c2a24..10ce7d3ad72b 100644 --- a/Engine/Source/Developer/CrashTracker/Private/CrashTrackerModule.cpp +++ b/Engine/Source/Developer/CrashTracker/Private/CrashTrackerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashTrackerPrivatePCH.h" #include "EngineBuildSettings.h" diff --git a/Engine/Source/Developer/CrashTracker/Private/CrashTrackerPrivatePCH.h b/Engine/Source/Developer/CrashTracker/Private/CrashTrackerPrivatePCH.h index 1f76d9141c5b..9604ede1f63e 100644 --- a/Engine/Source/Developer/CrashTracker/Private/CrashTrackerPrivatePCH.h +++ b/Engine/Source/Developer/CrashTracker/Private/CrashTrackerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashTracker/Private/CrashVideoCapture.cpp b/Engine/Source/Developer/CrashTracker/Private/CrashVideoCapture.cpp index c277d9c2b489..4cf5fd79f08e 100644 --- a/Engine/Source/Developer/CrashTracker/Private/CrashVideoCapture.cpp +++ b/Engine/Source/Developer/CrashTracker/Private/CrashVideoCapture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashTrackerPrivatePCH.h" diff --git a/Engine/Source/Developer/CrashTracker/Private/CrashVideoCapture.h b/Engine/Source/Developer/CrashTracker/Private/CrashVideoCapture.h index 9cac863647f3..cec0fb0757c2 100644 --- a/Engine/Source/Developer/CrashTracker/Private/CrashVideoCapture.h +++ b/Engine/Source/Developer/CrashTracker/Private/CrashVideoCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashTracker/Public/CrashTracker.h b/Engine/Source/Developer/CrashTracker/Public/CrashTracker.h index ec7e7a1d3caa..5252d8c243e9 100644 --- a/Engine/Source/Developer/CrashTracker/Public/CrashTracker.h +++ b/Engine/Source/Developer/CrashTracker/Public/CrashTracker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/CrashTracker/Public/Interfaces/ICrashTrackerModule.h b/Engine/Source/Developer/CrashTracker/Public/Interfaces/ICrashTrackerModule.h index a0ea73a48b01..8c483e6222c5 100644 --- a/Engine/Source/Developer/CrashTracker/Public/Interfaces/ICrashTrackerModule.h +++ b/Engine/Source/Developer/CrashTracker/Public/Interfaces/ICrashTrackerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/DerivedDataCache.Build.cs b/Engine/Source/Developer/DerivedDataCache/DerivedDataCache.Build.cs index 85fa66f46da5..9443ce9ad4c2 100644 --- a/Engine/Source/Developer/DerivedDataCache/DerivedDataCache.Build.cs +++ b/Engine/Source/Developer/DerivedDataCache/DerivedDataCache.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.cpp b/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.cpp index bb244edb789d..a225092480f8 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.cpp +++ b/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" diff --git a/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.h b/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.h index 4fd1cdc9b2a3..1247f2c30be6 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.h +++ b/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendAsyncPutWrapper.h b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendAsyncPutWrapper.h index 4981fd410b65..4422322930a4 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendAsyncPutWrapper.h +++ b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendAsyncPutWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendCorruptionWrapper.h b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendCorruptionWrapper.h index 5d77624ebec8..9192c8be471c 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendCorruptionWrapper.h +++ b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendCorruptionWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendVerifyWrapper.h b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendVerifyWrapper.h index 33a2535130eb..035ffe0f419f 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendVerifyWrapper.h +++ b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackendVerifyWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackends.cpp b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackends.cpp index c0629d998765..0aa13ad45bd4 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackends.cpp +++ b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBackends.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "SecureHash.h" diff --git a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCache.cpp b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCache.cpp index 6dcd168f15cb..9c84063dc0c8 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCache.cpp +++ b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" diff --git a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataLimitKeyLengthWrapper.h b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataLimitKeyLengthWrapper.h index 902550a305b5..b5560eb36f27 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataLimitKeyLengthWrapper.h +++ b/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataLimitKeyLengthWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Private/FileSystemDerivedDataBackend.cpp b/Engine/Source/Developer/DerivedDataCache/Private/FileSystemDerivedDataBackend.cpp index ff869543c766..420cb714730e 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/FileSystemDerivedDataBackend.cpp +++ b/Engine/Source/Developer/DerivedDataCache/Private/FileSystemDerivedDataBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" diff --git a/Engine/Source/Developer/DerivedDataCache/Private/HierarchicalDerivedDataBackend.h b/Engine/Source/Developer/DerivedDataCache/Private/HierarchicalDerivedDataBackend.h index f2b76be4ceb6..8d9ce46728bd 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/HierarchicalDerivedDataBackend.h +++ b/Engine/Source/Developer/DerivedDataCache/Private/HierarchicalDerivedDataBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Private/MemoryDerivedDataBackend.h b/Engine/Source/Developer/DerivedDataCache/Private/MemoryDerivedDataBackend.h index c55436f4a1c9..6f975c9865ab 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/MemoryDerivedDataBackend.h +++ b/Engine/Source/Developer/DerivedDataCache/Private/MemoryDerivedDataBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Private/PakFileDerivedDataBackend.h b/Engine/Source/Developer/DerivedDataCache/Private/PakFileDerivedDataBackend.h index 22817aa16dd6..1f841b926612 100644 --- a/Engine/Source/Developer/DerivedDataCache/Private/PakFileDerivedDataBackend.h +++ b/Engine/Source/Developer/DerivedDataCache/Private/PakFileDerivedDataBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBackendInterface.h b/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBackendInterface.h index a5e50ff61011..2f7c4ff4ff90 100644 --- a/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBackendInterface.h +++ b/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBackendInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h b/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h index ea4ddcdcb898..7101fa8d31fc 100644 --- a/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h +++ b/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h b/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h index 5d7e292ad4f7..ad5575d2384f 100644 --- a/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h +++ b/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataUtilsInterface.h b/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataUtilsInterface.h index 16e1dc54f641..7efe0845f963 100644 --- a/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataUtilsInterface.h +++ b/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataUtilsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Developer/DesktopPlatform/DesktopPlatform.Build.cs b/Engine/Source/Developer/DesktopPlatform/DesktopPlatform.Build.cs index 4ccc6a9a2ff5..60d3917a2d4c 100644 --- a/Engine/Source/Developer/DesktopPlatform/DesktopPlatform.Build.cs +++ b/Engine/Source/Developer/DesktopPlatform/DesktopPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformBase.cpp b/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformBase.cpp index 5fb3560f1df7..6952799ed526 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformBase.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "DesktopPlatformBase.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformBase.h b/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformBase.h index e6468e3d993d..0ad927fe5e56 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformBase.h +++ b/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformModule.cpp b/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformModule.cpp index aa2a7c28e552..c546e220e029 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformModule.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "DesktopPlatformModule.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformPrivatePCH.h b/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformPrivatePCH.h index 546f6ae63f3d..7d974662f6dc 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformPrivatePCH.h +++ b/Engine/Source/Developer/DesktopPlatform/Private/DesktopPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Linux/DesktopPlatformLinux.cpp b/Engine/Source/Developer/DesktopPlatform/Private/Linux/DesktopPlatformLinux.cpp index 6334ea0ae476..73abe87f960f 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Linux/DesktopPlatformLinux.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/Linux/DesktopPlatformLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "LinuxApplication.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Linux/DesktopPlatformLinux.h b/Engine/Source/Developer/DesktopPlatform/Private/Linux/DesktopPlatformLinux.h index bdf36b99931f..7062db513c3e 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Linux/DesktopPlatformLinux.h +++ b/Engine/Source/Developer/DesktopPlatform/Private/Linux/DesktopPlatformLinux.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Mac/DesktopPlatformMac.cpp b/Engine/Source/Developer/DesktopPlatform/Private/Mac/DesktopPlatformMac.cpp index 2006a8965ef2..55c91eece300 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Mac/DesktopPlatformMac.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/Mac/DesktopPlatformMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "MacApplication.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Mac/DesktopPlatformMac.h b/Engine/Source/Developer/DesktopPlatform/Private/Mac/DesktopPlatformMac.h index 001368a84aa4..c3f18ac07a00 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Mac/DesktopPlatformMac.h +++ b/Engine/Source/Developer/DesktopPlatform/Private/Mac/DesktopPlatformMac.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Mac/MacNativeFeedbackContext.cpp b/Engine/Source/Developer/DesktopPlatform/Private/Mac/MacNativeFeedbackContext.cpp index b0474b0fbb95..8e1bb5fcc611 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Mac/MacNativeFeedbackContext.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/Mac/MacNativeFeedbackContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "MacNativeFeedbackContext.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Mac/MacNativeFeedbackContext.h b/Engine/Source/Developer/DesktopPlatform/Private/Mac/MacNativeFeedbackContext.h index 775e65f1edc7..d9d06e4ee467 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Mac/MacNativeFeedbackContext.h +++ b/Engine/Source/Developer/DesktopPlatform/Private/Mac/MacNativeFeedbackContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Private/PlatformInfo.cpp b/Engine/Source/Developer/DesktopPlatform/Private/PlatformInfo.cpp index 0097dda76a7e..efe03c5f0f45 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/PlatformInfo.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/PlatformInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "PlatformInfo.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Windows/DesktopPlatformWindows.cpp b/Engine/Source/Developer/DesktopPlatform/Private/Windows/DesktopPlatformWindows.cpp index 86c601493ae9..2fb927173868 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Windows/DesktopPlatformWindows.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/Windows/DesktopPlatformWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "FeedbackContextMarkup.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Windows/DesktopPlatformWindows.h b/Engine/Source/Developer/DesktopPlatform/Private/Windows/DesktopPlatformWindows.h index f9b8622d8e30..2b3bb959c1ee 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Windows/DesktopPlatformWindows.h +++ b/Engine/Source/Developer/DesktopPlatform/Private/Windows/DesktopPlatformWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsNativeFeedbackContext.cpp b/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsNativeFeedbackContext.cpp index e3531d32cb56..6b3a01063479 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsNativeFeedbackContext.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsNativeFeedbackContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "WindowsNativeFeedbackContext.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsNativeFeedbackContext.h b/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsNativeFeedbackContext.h index 90e00e117f9f..e4fca8ecb986 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsNativeFeedbackContext.h +++ b/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsNativeFeedbackContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsRegistry.cpp b/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsRegistry.cpp index ac0723e2e46e..a1a814fa04fd 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsRegistry.cpp +++ b/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsRegistry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopPlatformPrivatePCH.h" #include "WindowsRegistry.h" diff --git a/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsRegistry.h b/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsRegistry.h index 5d67f2436361..b3bdff33106f 100644 --- a/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsRegistry.h +++ b/Engine/Source/Developer/DesktopPlatform/Private/Windows/WindowsRegistry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Public/DesktopPlatformModule.h b/Engine/Source/Developer/DesktopPlatform/Public/DesktopPlatformModule.h index 5cdd555195df..eccf2111306c 100644 --- a/Engine/Source/Developer/DesktopPlatform/Public/DesktopPlatformModule.h +++ b/Engine/Source/Developer/DesktopPlatform/Public/DesktopPlatformModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h b/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h index 205ad469f141..427f0ca1dc72 100644 --- a/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h +++ b/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopPlatform/Public/PlatformInfo.h b/Engine/Source/Developer/DesktopPlatform/Public/PlatformInfo.h index 7ab412fe6fe5..7f81eb01ed3e 100644 --- a/Engine/Source/Developer/DesktopPlatform/Public/PlatformInfo.h +++ b/Engine/Source/Developer/DesktopPlatform/Public/PlatformInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopWidgets/DesktopWidgets.Build.cs b/Engine/Source/Developer/DesktopWidgets/DesktopWidgets.Build.cs index 3b2c8478bfd6..24c002d139a4 100644 --- a/Engine/Source/Developer/DesktopWidgets/DesktopWidgets.Build.cs +++ b/Engine/Source/Developer/DesktopWidgets/DesktopWidgets.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/DesktopWidgets/Private/DesktopWidgetsModule.cpp b/Engine/Source/Developer/DesktopWidgets/Private/DesktopWidgetsModule.cpp index 037150a99fa3..b799968505d9 100644 --- a/Engine/Source/Developer/DesktopWidgets/Private/DesktopWidgetsModule.cpp +++ b/Engine/Source/Developer/DesktopWidgets/Private/DesktopWidgetsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopWidgetsPrivatePCH.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Developer/DesktopWidgets/Private/DesktopWidgetsPrivatePCH.h b/Engine/Source/Developer/DesktopWidgets/Private/DesktopWidgetsPrivatePCH.h index 9ce786a274d4..1e4b97bdc584 100644 --- a/Engine/Source/Developer/DesktopWidgets/Private/DesktopWidgetsPrivatePCH.h +++ b/Engine/Source/Developer/DesktopWidgets/Private/DesktopWidgetsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DesktopWidgets/Private/Widgets/Input/SFilePathPicker.cpp b/Engine/Source/Developer/DesktopWidgets/Private/Widgets/Input/SFilePathPicker.cpp index 0c55a789bdb6..f363136e224c 100644 --- a/Engine/Source/Developer/DesktopWidgets/Private/Widgets/Input/SFilePathPicker.cpp +++ b/Engine/Source/Developer/DesktopWidgets/Private/Widgets/Input/SFilePathPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DesktopWidgetsPrivatePCH.h" #include "SFilePathPicker.h" diff --git a/Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SFilePathPicker.h b/Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SFilePathPicker.h index 2bddfc39b927..e70ab8b27340 100644 --- a/Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SFilePathPicker.h +++ b/Engine/Source/Developer/DesktopWidgets/Public/Widgets/Input/SFilePathPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/DeviceManager.Build.cs b/Engine/Source/Developer/DeviceManager/DeviceManager.Build.cs index 4fef65cb081e..077e69dcf17b 100644 --- a/Engine/Source/Developer/DeviceManager/DeviceManager.Build.cs +++ b/Engine/Source/Developer/DeviceManager/DeviceManager.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/DeviceManager/Private/DeviceManagerModule.cpp b/Engine/Source/Developer/DeviceManager/Private/DeviceManagerModule.cpp index 3cb9797c2729..ff13ca69b014 100644 --- a/Engine/Source/Developer/DeviceManager/Private/DeviceManagerModule.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/DeviceManagerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/DeviceManagerPrivatePCH.h b/Engine/Source/Developer/DeviceManager/Private/DeviceManagerPrivatePCH.h index 70e49aa250df..f6c8ddb591d4 100644 --- a/Engine/Source/Developer/DeviceManager/Private/DeviceManagerPrivatePCH.h +++ b/Engine/Source/Developer/DeviceManager/Private/DeviceManagerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Models/DeviceBrowserFilter.h b/Engine/Source/Developer/DeviceManager/Private/Models/DeviceBrowserFilter.h index debea48975a3..f7a09e392ac7 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Models/DeviceBrowserFilter.h +++ b/Engine/Source/Developer/DeviceManager/Private/Models/DeviceBrowserFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Models/DeviceDetailsCommands.h b/Engine/Source/Developer/DeviceManager/Private/Models/DeviceDetailsCommands.h index 27ee6ba48bb6..75578ea22716 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Models/DeviceDetailsCommands.h +++ b/Engine/Source/Developer/DeviceManager/Private/Models/DeviceDetailsCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Models/DeviceDetailsFeature.h b/Engine/Source/Developer/DeviceManager/Private/Models/DeviceDetailsFeature.h index c5e038bc5fcd..70b9b11c80f7 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Models/DeviceDetailsFeature.h +++ b/Engine/Source/Developer/DeviceManager/Private/Models/DeviceDetailsFeature.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Models/DeviceManagerModel.h b/Engine/Source/Developer/DeviceManager/Private/Models/DeviceManagerModel.h index fc2f7dd624ab..cabc5f57b2ee 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Models/DeviceManagerModel.h +++ b/Engine/Source/Developer/DeviceManager/Private/Models/DeviceManagerModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceApps.cpp b/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceApps.cpp index 1bab6e71dec2..1e03a3c7091f 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceApps.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceApps.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceApps.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceApps.h index c4b9df070464..f12014721a1f 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceApps.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceApps.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceAppsAppListRow.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceAppsAppListRow.h index 9a3d2a35638f..227cd719bf87 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceAppsAppListRow.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Apps/SDeviceAppsAppListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowser.cpp b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowser.cpp index 80d9794a1902..47657c21028f 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowser.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowser.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowser.h index 8b7d67ab3fe8..6afea5c7f387 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowser.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserContextMenu.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserContextMenu.h index c4979c2f471a..3788f71b8ed8 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserContextMenu.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserContextMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceAdder.cpp b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceAdder.cpp index 6ed07f84096d..6ff8d8df227e 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceAdder.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceAdder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceAdder.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceAdder.h index ca2f05b5bb90..fb55499b361d 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceAdder.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceAdder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceListRow.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceListRow.h index e1366a49c56d..f04cc187133c 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceListRow.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserDeviceListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserFilterBar.cpp b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserFilterBar.cpp index 2338debcf0c6..cb9949a493ab 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserFilterBar.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserFilterBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" #include "SSearchBox.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserFilterBar.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserFilterBar.h index c0433b87e27f..e80705e7d81a 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserFilterBar.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserFilterBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserTooltip.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserTooltip.h index 2ce2d1855ac7..51d31be8cc23 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserTooltip.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Browser/SDeviceBrowserTooltip.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetails.cpp b/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetails.cpp index 7acfae31766b..02da9754f867 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetails.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetails.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetails.h index bea1a0840ba0..a94045b8a287 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetails.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetailsFeatureListRow.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetailsFeatureListRow.h index e03b2a177cef..9f70197edf9e 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetailsFeatureListRow.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Details/SDeviceDetailsFeatureListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcesses.cpp b/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcesses.cpp index 066578b311e2..49239134b225 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcesses.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcesses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcesses.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcesses.h index 8fa284cd1c72..e9019907f482 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcesses.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcesses.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcessesProcessListRow.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcessesProcessListRow.h index 799f30ca7108..f27d04633d94 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcessesProcessListRow.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcessesProcessListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcessesProcessTreeNode.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcessesProcessTreeNode.h index ef3502fc65dc..146627c51624 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcessesProcessTreeNode.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Processes/SDeviceProcessesProcessTreeNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/SDeviceManager.cpp b/Engine/Source/Developer/DeviceManager/Private/Widgets/SDeviceManager.cpp index 340fe9755cda..89a4178f525f 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/SDeviceManager.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/SDeviceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" #include "SDockTab.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/SDeviceManager.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/SDeviceManager.h index 7e22275f7f28..4afbb5b886b7 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/SDeviceManager.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/SDeviceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Shared/SDeviceQuickInfo.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Shared/SDeviceQuickInfo.h index 1b1e4f1cc36d..8bdddcbaefd2 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Shared/SDeviceQuickInfo.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Shared/SDeviceQuickInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Toolbar/SDeviceToolbar.cpp b/Engine/Source/Developer/DeviceManager/Private/Widgets/Toolbar/SDeviceToolbar.cpp index 89fed0929a27..4f7187229050 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Toolbar/SDeviceToolbar.cpp +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Toolbar/SDeviceToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceManagerPrivatePCH.h" diff --git a/Engine/Source/Developer/DeviceManager/Private/Widgets/Toolbar/SDeviceToolbar.h b/Engine/Source/Developer/DeviceManager/Private/Widgets/Toolbar/SDeviceToolbar.h index e9684ed36e88..fe9c8989fbae 100644 --- a/Engine/Source/Developer/DeviceManager/Private/Widgets/Toolbar/SDeviceToolbar.h +++ b/Engine/Source/Developer/DeviceManager/Private/Widgets/Toolbar/SDeviceToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Public/DeviceManager.h b/Engine/Source/Developer/DeviceManager/Public/DeviceManager.h index 882dd83ba85c..c9ce4319b4e7 100644 --- a/Engine/Source/Developer/DeviceManager/Public/DeviceManager.h +++ b/Engine/Source/Developer/DeviceManager/Public/DeviceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DeviceManager/Public/Interfaces/IDeviceManagerModule.h b/Engine/Source/Developer/DeviceManager/Public/Interfaces/IDeviceManagerModule.h index 9f82f0fed097..d9cff24b0f13 100644 --- a/Engine/Source/Developer/DeviceManager/Public/Interfaces/IDeviceManagerModule.h +++ b/Engine/Source/Developer/DeviceManager/Public/Interfaces/IDeviceManagerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/DirectoryWatcher.Build.cs b/Engine/Source/Developer/DirectoryWatcher/DirectoryWatcher.Build.cs index 6377987f3b79..0d0e8bd3f873 100644 --- a/Engine/Source/Developer/DirectoryWatcher/DirectoryWatcher.Build.cs +++ b/Engine/Source/Developer/DirectoryWatcher/DirectoryWatcher.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherModule.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherModule.cpp index 26baf784f1cd..e5b15ae24d97 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherModule.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherPrivatePCH.h b/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherPrivatePCH.h index 67e5c918e4e2..8c8b5a4cd171 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherPrivatePCH.h +++ b/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherTests.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherTests.cpp index 2ec089cc0ef6..abcda41643d3 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherTests.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/DirectoryWatcherTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" #include "DirectoryWatcherModule.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp index eb084ada97f9..e15cbaba1b29 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/FileCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" #include "FileCache.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/FileCacheUtilities.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/FileCacheUtilities.cpp index 0465f258c004..924187399331 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/FileCacheUtilities.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/FileCacheUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" #include "FileCacheUtilities.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatchRequestLinux.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatchRequestLinux.cpp index 31d437490775..12bf9d6fbea8 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatchRequestLinux.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatchRequestLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatchRequestLinux.h b/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatchRequestLinux.h index edf6218a1cb2..04d1b422955a 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatchRequestLinux.h +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatchRequestLinux.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatcherLinux.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatcherLinux.cpp index 9ade8d6229e7..e33605e82e9b 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatcherLinux.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatcherLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatcherLinux.h b/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatcherLinux.h index c6658f406e1e..42d8d4141a44 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatcherLinux.h +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Linux/DirectoryWatcherLinux.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatchRequestMac.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatchRequestMac.cpp index 031614b72247..e367e035108a 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatchRequestMac.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatchRequestMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatchRequestMac.h b/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatchRequestMac.h index 2037b81c0e1a..dee7bca57af0 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatchRequestMac.h +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatchRequestMac.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef _INC_DIRECTORYWATCHREQUESTMAC #define _INC_DIRECTORYWATCHREQUESTMAC diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatcherMac.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatcherMac.cpp index 1d91348c95df..79cf171dbb7d 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatcherMac.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatcherMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatcherMac.h b/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatcherMac.h index 293928fbcf90..cb0a93772fac 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatcherMac.h +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Mac/DirectoryWatcherMac.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef _INC_DIRECTORYWATCHERMAC #define _INC_DIRECTORYWATCHERMAC diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Tests/DirectoryWatchterRunTests.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/Tests/DirectoryWatchterRunTests.cpp index 508dadc7489c..1b77d9197285 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Tests/DirectoryWatchterRunTests.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Tests/DirectoryWatchterRunTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" #include "FileCacheUtilities.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatchRequestWindows.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatchRequestWindows.cpp index ec9da769e31c..ed6d4933dc4f 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatchRequestWindows.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatchRequestWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatchRequestWindows.h b/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatchRequestWindows.h index 3ecd197173c4..f33e367f048f 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatchRequestWindows.h +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatchRequestWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatcherWindows.cpp b/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatcherWindows.cpp index fbe0d377d733..b7605eee7a91 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatcherWindows.cpp +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatcherWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherPrivatePCH.h" diff --git a/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatcherWindows.h b/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatcherWindows.h index 467150cdc4ea..6cd9fe90ee77 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatcherWindows.h +++ b/Engine/Source/Developer/DirectoryWatcher/Private/Windows/DirectoryWatcherWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/Public/DirectoryWatcherModule.h b/Engine/Source/Developer/DirectoryWatcher/Public/DirectoryWatcherModule.h index be29b9ebd119..db2cee159f5b 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Public/DirectoryWatcherModule.h +++ b/Engine/Source/Developer/DirectoryWatcher/Public/DirectoryWatcherModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h b/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h index c9f1fcf7260c..77750981122f 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h +++ b/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h b/Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h index 06aa739a308b..f5eb8f8b7eac 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h +++ b/Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/DirectoryWatcher/Public/IDirectoryWatcher.h b/Engine/Source/Developer/DirectoryWatcher/Public/IDirectoryWatcher.h index 455b637cd0b1..c6abe83e4d46 100644 --- a/Engine/Source/Developer/DirectoryWatcher/Public/IDirectoryWatcher.h +++ b/Engine/Source/Developer/DirectoryWatcher/Public/IDirectoryWatcher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ExternalImagePicker/ExternalImagePicker.Build.cs b/Engine/Source/Developer/ExternalImagePicker/ExternalImagePicker.Build.cs index 90eaffbe6afe..c59abb31b40f 100644 --- a/Engine/Source/Developer/ExternalImagePicker/ExternalImagePicker.Build.cs +++ b/Engine/Source/Developer/ExternalImagePicker/ExternalImagePicker.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ExternalImagePicker/Private/ExternalImagePickerModule.cpp b/Engine/Source/Developer/ExternalImagePicker/Private/ExternalImagePickerModule.cpp index d897863574ce..d3dc30db5669 100644 --- a/Engine/Source/Developer/ExternalImagePicker/Private/ExternalImagePickerModule.cpp +++ b/Engine/Source/Developer/ExternalImagePicker/Private/ExternalImagePickerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ExternalImagePickerPrivatePCH.h" #include "IExternalImagePickerModule.h" diff --git a/Engine/Source/Developer/ExternalImagePicker/Private/ExternalImagePickerPrivatePCH.h b/Engine/Source/Developer/ExternalImagePicker/Private/ExternalImagePickerPrivatePCH.h index 98cce7f32bcb..b35490e12b70 100644 --- a/Engine/Source/Developer/ExternalImagePicker/Private/ExternalImagePickerPrivatePCH.h +++ b/Engine/Source/Developer/ExternalImagePicker/Private/ExternalImagePickerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ExternalImagePicker/Private/SExternalImagePicker.cpp b/Engine/Source/Developer/ExternalImagePicker/Private/SExternalImagePicker.cpp index 4d743b4d0c3a..404aa352133f 100644 --- a/Engine/Source/Developer/ExternalImagePicker/Private/SExternalImagePicker.cpp +++ b/Engine/Source/Developer/ExternalImagePicker/Private/SExternalImagePicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ExternalImagePickerPrivatePCH.h" #include "SExternalImagePicker.h" diff --git a/Engine/Source/Developer/ExternalImagePicker/Private/SExternalImagePicker.h b/Engine/Source/Developer/ExternalImagePicker/Private/SExternalImagePicker.h index 12fc167dbf64..635816ae7b62 100644 --- a/Engine/Source/Developer/ExternalImagePicker/Private/SExternalImagePicker.h +++ b/Engine/Source/Developer/ExternalImagePicker/Private/SExternalImagePicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ExternalImagePicker/Public/IExternalImagePickerModule.h b/Engine/Source/Developer/ExternalImagePicker/Public/IExternalImagePickerModule.h index 59efade973ca..4700b1f29a52 100644 --- a/Engine/Source/Developer/ExternalImagePicker/Public/IExternalImagePickerModule.h +++ b/Engine/Source/Developer/ExternalImagePicker/Public/IExternalImagePickerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/FriendsAndChat.Build.cs b/Engine/Source/Developer/FriendsAndChat/FriendsAndChat.Build.cs index e5a244a0c3cc..5b088c03b214 100644 --- a/Engine/Source/Developer/FriendsAndChat/FriendsAndChat.Build.cs +++ b/Engine/Source/Developer/FriendsAndChat/FriendsAndChat.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatModule.cpp b/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatModule.cpp index 21377f1bd971..d50eaeacc620 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatModule.cpp +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FriendsAndChatPrivatePCH.h" diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatPrivatePCH.h b/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatPrivatePCH.h index d80752c3eec2..ee29fcc66183 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatPrivatePCH.h +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatStyle.cpp b/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatStyle.cpp index 8f3941ab09cd..777d43afb5d0 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatStyle.cpp +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsAndChatStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FriendsAndChatPrivatePCH.h" diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsChatChromeStyle.cpp b/Engine/Source/Developer/FriendsAndChat/Private/FriendsChatChromeStyle.cpp index be16a33e8d49..7d1430868707 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsChatChromeStyle.cpp +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsChatChromeStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FriendsAndChatPrivatePCH.h" diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsChatStyle.cpp b/Engine/Source/Developer/FriendsAndChat/Private/FriendsChatStyle.cpp index d2e16bc04ebe..8afab3a4e48f 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsChatStyle.cpp +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsChatStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FriendsAndChatPrivatePCH.h" diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsComboStyle.cpp b/Engine/Source/Developer/FriendsAndChat/Private/FriendsComboStyle.cpp index 1a39c8879e5d..7da59e852c3e 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsComboStyle.cpp +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsComboStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FriendsAndChatPrivatePCH.h" diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsFontStyle.cpp b/Engine/Source/Developer/FriendsAndChat/Private/FriendsFontStyle.cpp index acabccb79708..bd9e615c0d0d 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsFontStyle.cpp +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsFontStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FriendsAndChatPrivatePCH.h" diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsListStyle.cpp b/Engine/Source/Developer/FriendsAndChat/Private/FriendsListStyle.cpp index 9991c4c79aa7..b2b08b54ef25 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsListStyle.cpp +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsListStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FriendsAndChatPrivatePCH.h" diff --git a/Engine/Source/Developer/FriendsAndChat/Private/FriendsMarkupStyle.cpp b/Engine/Source/Developer/FriendsAndChat/Private/FriendsMarkupStyle.cpp index e915a127674f..5db73ce1ddaa 100644 --- a/Engine/Source/Developer/FriendsAndChat/Private/FriendsMarkupStyle.cpp +++ b/Engine/Source/Developer/FriendsAndChat/Private/FriendsMarkupStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FriendsAndChatPrivatePCH.h" diff --git a/Engine/Source/Developer/FriendsAndChat/Public/FriendsAndChat.h b/Engine/Source/Developer/FriendsAndChat/Public/FriendsAndChat.h index 81241fa505a6..635f9c6c8965 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/FriendsAndChat.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/FriendsAndChat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Public/FriendsAndChatStyle.h b/Engine/Source/Developer/FriendsAndChat/Public/FriendsAndChatStyle.h index 4d324abdc1ad..53443dc3efb3 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/FriendsAndChatStyle.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/FriendsAndChatStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Public/FriendsChatChromeStyle.h b/Engine/Source/Developer/FriendsAndChat/Public/FriendsChatChromeStyle.h index c8e285c95906..2c3099a58b00 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/FriendsChatChromeStyle.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/FriendsChatChromeStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Public/FriendsChatStyle.h b/Engine/Source/Developer/FriendsAndChat/Public/FriendsChatStyle.h index 9771a5aa2019..04f8d7421c1f 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/FriendsChatStyle.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/FriendsChatStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Public/FriendsComboStyle.h b/Engine/Source/Developer/FriendsAndChat/Public/FriendsComboStyle.h index ee0b8798457d..df5216b90bee 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/FriendsComboStyle.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/FriendsComboStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Public/FriendsFontStyle.h b/Engine/Source/Developer/FriendsAndChat/Public/FriendsFontStyle.h index f8bbf337edc5..fb58094844f9 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/FriendsFontStyle.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/FriendsFontStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Public/FriendsListStyle.h b/Engine/Source/Developer/FriendsAndChat/Public/FriendsListStyle.h index 5cfc3f86862c..0f7c5b5b1b49 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/FriendsListStyle.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/FriendsListStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Public/FriendsMarkupStyle.h b/Engine/Source/Developer/FriendsAndChat/Public/FriendsMarkupStyle.h index b112fc5916b0..06fd2e05990d 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/FriendsMarkupStyle.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/FriendsMarkupStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FriendsAndChat/Public/Interfaces/IFriendsAndChatModule.h b/Engine/Source/Developer/FriendsAndChat/Public/Interfaces/IFriendsAndChatModule.h index 26c5ca302903..90ce1cf85e3f 100644 --- a/Engine/Source/Developer/FriendsAndChat/Public/Interfaces/IFriendsAndChatModule.h +++ b/Engine/Source/Developer/FriendsAndChat/Public/Interfaces/IFriendsAndChatModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once DECLARE_DELEGATE_RetVal(bool, FFriendsSystemReady ) diff --git a/Engine/Source/Developer/FunctionalTesting/Classes/FuncTestRenderingComponent.h b/Engine/Source/Developer/FunctionalTesting/Classes/FuncTestRenderingComponent.h index 2895a5340a54..62f94358b2b2 100644 --- a/Engine/Source/Developer/FunctionalTesting/Classes/FuncTestRenderingComponent.h +++ b/Engine/Source/Developer/FunctionalTesting/Classes/FuncTestRenderingComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PrimitiveComponent.h" diff --git a/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h b/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h index fdce1bb8c979..d3b2fdecf8b0 100644 --- a/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h +++ b/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h b/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h index f017c34b9632..aec8d11a1303 100644 --- a/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h +++ b/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" diff --git a/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestingManager.h b/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestingManager.h index ea75d9a6c5de..ce3a66ab1781 100644 --- a/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestingManager.h +++ b/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestingManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FunctionalTesting/FunctionalTesting.Build.cs b/Engine/Source/Developer/FunctionalTesting/FunctionalTesting.Build.cs index 5b3d11c99c3d..9d5fe3d20256 100644 --- a/Engine/Source/Developer/FunctionalTesting/FunctionalTesting.Build.cs +++ b/Engine/Source/Developer/FunctionalTesting/FunctionalTesting.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/FunctionalTesting/Private/FuncTestManager.cpp b/Engine/Source/Developer/FunctionalTesting/Private/FuncTestManager.cpp index 1af0f50439eb..a2cdb5fb83b4 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/FuncTestManager.cpp +++ b/Engine/Source/Developer/FunctionalTesting/Private/FuncTestManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FunctionalTestingPrivatePCH.h" #include "Engine/World.h" diff --git a/Engine/Source/Developer/FunctionalTesting/Private/FuncTestManager.h b/Engine/Source/Developer/FunctionalTesting/Private/FuncTestManager.h index 27ae470efae7..1b7a3ae748ce 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/FuncTestManager.h +++ b/Engine/Source/Developer/FunctionalTesting/Private/FuncTestManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FunctionalTesting/Private/FuncTestRenderingComponent.cpp b/Engine/Source/Developer/FunctionalTesting/Private/FuncTestRenderingComponent.cpp index 95cfe12f1375..b677bcb68f51 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/FuncTestRenderingComponent.cpp +++ b/Engine/Source/Developer/FunctionalTesting/Private/FuncTestRenderingComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FunctionalTestingPrivatePCH.h" //#include "PrimitiveViewRelevance.h" diff --git a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp index 56c87cd62099..414b934fcfe1 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp +++ b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FunctionalTestingPrivatePCH.h" #include "ObjectEditorUtils.h" diff --git a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp index fbf796a15b07..5c81f7e10253 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp +++ b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FunctionalTestingPrivatePCH.h" #include "ObjectEditorUtils.h" diff --git a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingManager.cpp b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingManager.cpp index 27baa12e2c75..6eaabc747fa6 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingManager.cpp +++ b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FunctionalTestingPrivatePCH.h" #if WITH_EDITOR diff --git a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingModule.cpp b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingModule.cpp index 3d6bca73087f..eb1654164bcf 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingModule.cpp +++ b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FunctionalTestingPrivatePCH.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingPrivatePCH.h b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingPrivatePCH.h index 5bf5b4b3091b..0621506e8ff4 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingPrivatePCH.h +++ b/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FunctionalTesting/Private/Tests/ClientFuncTestPerforming.cpp b/Engine/Source/Developer/FunctionalTesting/Private/Tests/ClientFuncTestPerforming.cpp index 53810248db70..08654be87408 100644 --- a/Engine/Source/Developer/FunctionalTesting/Private/Tests/ClientFuncTestPerforming.cpp +++ b/Engine/Source/Developer/FunctionalTesting/Private/Tests/ClientFuncTestPerforming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FunctionalTestingPrivatePCH.h" #include "AutomationCommon.h" diff --git a/Engine/Source/Developer/FunctionalTesting/Public/FunctionalTestingModule.h b/Engine/Source/Developer/FunctionalTesting/Public/FunctionalTestingModule.h index 9e23c049bb6d..48e782c42261 100644 --- a/Engine/Source/Developer/FunctionalTesting/Public/FunctionalTestingModule.h +++ b/Engine/Source/Developer/FunctionalTesting/Public/FunctionalTestingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/FunctionalTesting/Public/IFuncTestManager.h b/Engine/Source/Developer/FunctionalTesting/Public/IFuncTestManager.h index 78abdd9f6cc6..c1e6597584e5 100644 --- a/Engine/Source/Developer/FunctionalTesting/Public/IFuncTestManager.h +++ b/Engine/Source/Developer/FunctionalTesting/Public/IFuncTestManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggerSettings.h b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggerSettings.h index b7756bacb927..b237e96c53b6 100644 --- a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggerSettings.h +++ b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameplayDebuggerSettings.h: Declares the UGameplayDebuggerSettings class. diff --git a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingComponent.h b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingComponent.h index c25a8d5fc4f8..efec89e617b8 100644 --- a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingComponent.h +++ b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * GameplayDebuggingComponent is used to replicate debug data from server to client(s). diff --git a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingControllerComponent.h b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingControllerComponent.h index 7d4e6fc43677..208608c245e5 100644 --- a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingControllerComponent.h +++ b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingControllerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * GameplayDebuggingComponent is used to replicate debug data from server to client(s). diff --git a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingHUDComponent.h b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingHUDComponent.h index e673588e19e8..589210279379 100644 --- a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingHUDComponent.h +++ b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingHUDComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ShowFlags.h" diff --git a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingReplicator.h b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingReplicator.h index 27deafa4a49c..40edb3cd826e 100644 --- a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingReplicator.h +++ b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingReplicator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayDebuggingTypes.h" diff --git a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingTypes.h b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingTypes.h index da7b10505318..9398af829daf 100644 --- a/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingTypes.h +++ b/Engine/Source/Developer/GameplayDebugger/Classes/GameplayDebuggingTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/GameplayDebugger/GameplayDebugger.Build.cs b/Engine/Source/Developer/GameplayDebugger/GameplayDebugger.Build.cs index 26d3a0b3f7d3..e1bca07b336b 100644 --- a/Engine/Source/Developer/GameplayDebugger/GameplayDebugger.Build.cs +++ b/Engine/Source/Developer/GameplayDebugger/GameplayDebugger.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebugger.cpp b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebugger.cpp index cb102c6a5e47..9c3ccc4e58a6 100644 --- a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebugger.cpp +++ b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebugger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPrivate.h" #include "Misc/CoreMisc.h" diff --git a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggerPrivate.h b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggerPrivate.h index 336c399b8115..8b6f25fc5477 100644 --- a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggerPrivate.h +++ b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggerPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggerSettings.cpp b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggerSettings.cpp index 90cc5d740642..42666faa840b 100644 --- a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggerSettings.cpp +++ b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggerSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPrivate.h" #include "Misc/CoreMisc.h" diff --git a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingComponent.cpp b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingComponent.cpp index a808faaa799e..2945b0554815 100644 --- a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingComponent.cpp +++ b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPrivate.h" #include "Net/UnrealNetwork.h" #include "DebugRenderSceneProxy.h" diff --git a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingControllerComponent.cpp b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingControllerComponent.cpp index d3b05e6cffb4..e8614a398810 100644 --- a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingControllerComponent.cpp +++ b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingControllerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPrivate.h" #include "Net/UnrealNetwork.h" #include "GameFramework/HUD.h" diff --git a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingHUDComponent.cpp b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingHUDComponent.cpp index d984be21c5ea..58fd825dcb7a 100644 --- a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingHUDComponent.cpp +++ b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingHUDComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HUD.cpp: Heads up Display related functionality diff --git a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingReplicator.cpp b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingReplicator.cpp index 2ecf338ac155..e9e47aebe840 100644 --- a/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingReplicator.cpp +++ b/Engine/Source/Developer/GameplayDebugger/Private/GameplayDebuggingReplicator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayDebuggerPrivate.h" #include "Engine/GameInstance.h" diff --git a/Engine/Source/Developer/GameplayDebugger/Public/GameplayDebugger.h b/Engine/Source/Developer/GameplayDebugger/Public/GameplayDebugger.h index 3c2ab8974d37..e0fe81b453a8 100644 --- a/Engine/Source/Developer/GameplayDebugger/Public/GameplayDebugger.h +++ b/Engine/Source/Developer/GameplayDebugger/Public/GameplayDebugger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/GammaUI/GammaUI.Build.cs b/Engine/Source/Developer/GammaUI/GammaUI.Build.cs index 35ca6d1cdefd..be6015d2c2c7 100644 --- a/Engine/Source/Developer/GammaUI/GammaUI.Build.cs +++ b/Engine/Source/Developer/GammaUI/GammaUI.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/GammaUI/Private/GammaUI.cpp b/Engine/Source/Developer/GammaUI/Private/GammaUI.cpp index 16d057c080c5..8df64acc4e27 100644 --- a/Engine/Source/Developer/GammaUI/Private/GammaUI.cpp +++ b/Engine/Source/Developer/GammaUI/Private/GammaUI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GammaUIPrivatePCH.h" #include "GammaUIPanel.h" diff --git a/Engine/Source/Developer/GammaUI/Private/GammaUIPanel.cpp b/Engine/Source/Developer/GammaUI/Private/GammaUIPanel.cpp index e34f5f11f889..f5cc030b3cc8 100644 --- a/Engine/Source/Developer/GammaUI/Private/GammaUIPanel.cpp +++ b/Engine/Source/Developer/GammaUI/Private/GammaUIPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GammaUIPrivatePCH.h" #include "GammaUIPanel.h" diff --git a/Engine/Source/Developer/GammaUI/Private/GammaUIPanel.h b/Engine/Source/Developer/GammaUI/Private/GammaUIPanel.h index 382353a1d66d..0974dd903bb4 100644 --- a/Engine/Source/Developer/GammaUI/Private/GammaUIPanel.h +++ b/Engine/Source/Developer/GammaUI/Private/GammaUIPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/GammaUI/Private/GammaUIPrivatePCH.h b/Engine/Source/Developer/GammaUI/Private/GammaUIPrivatePCH.h index e38d1498cbd8..444ab613aee6 100644 --- a/Engine/Source/Developer/GammaUI/Private/GammaUIPrivatePCH.h +++ b/Engine/Source/Developer/GammaUI/Private/GammaUIPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/GammaUI/Public/GammaUI.h b/Engine/Source/Developer/GammaUI/Public/GammaUI.h index 6c2c74225f84..e3961690a227 100644 --- a/Engine/Source/Developer/GammaUI/Public/GammaUI.h +++ b/Engine/Source/Developer/GammaUI/Public/GammaUI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Classes/HTML5TargetSettings.h b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Classes/HTML5TargetSettings.h index a4ccff00be64..8b2bbf3e8f13 100644 --- a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Classes/HTML5TargetSettings.h +++ b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Classes/HTML5TargetSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HTML5TargetSettings.h: Declares the UHTML5TargetSettings class. diff --git a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/HTML5PlatformEditor.Build.cs b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/HTML5PlatformEditor.Build.cs index a3303b8f9455..3ae05d1b4237 100644 --- a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/HTML5PlatformEditor.Build.cs +++ b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/HTML5PlatformEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorClasses.cpp b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorClasses.cpp index 24329a7d2436..a409bb078dff 100644 --- a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorClasses.cpp +++ b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HTML5TargetPlatformClasses.cpp: Implements the module's UClasses. diff --git a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorModule.cpp b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorModule.cpp index 0acdd524c03c..711da50a4c3d 100644 --- a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorModule.cpp +++ b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5PlatformEditorPrivatePCH.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorPrivatePCH.h b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorPrivatePCH.h index 1ec37fd84920..29def57dcaee 100644 --- a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorPrivatePCH.h +++ b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5PlatformEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5SDKSettings.cpp b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5SDKSettings.cpp index 3cadacbb5d09..c31cca376564 100644 --- a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5SDKSettings.cpp +++ b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5SDKSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5PlatformEditorPrivatePCH.h" diff --git a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5SDKSettings.h b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5SDKSettings.h index d0159f92fa7b..89d5e9a674b3 100644 --- a/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5SDKSettings.h +++ b/Engine/Source/Developer/HTML5/HTML5PlatformEditor/Private/HTML5SDKSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/HTML5TargetPlatform.Build.cs b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/HTML5TargetPlatform.Build.cs index d80e7ba35db4..6c6c223462b8 100644 --- a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/HTML5TargetPlatform.Build.cs +++ b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/HTML5TargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetDevice.cpp b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetDevice.cpp index d9751de08227..aeacd02faf4d 100644 --- a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetDevice.cpp +++ b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5TargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetDevice.h b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetDevice.h index 23efc869d997..8b91d390d83f 100644 --- a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetDevice.h +++ b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HTML5TargetDevice.h: Declares the HTML5TargetDevice class. diff --git a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatform.cpp b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatform.cpp index 15fcd5d74b52..057e32465290 100644 --- a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatform.cpp +++ b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatform.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HTML5TargetPlatform.cpp: Implements the FHTML5TargetPlatform class. diff --git a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatform.h b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatform.h index fa69380d3848..4de304553b8a 100644 --- a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatform.h +++ b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HTML5TargetPlatform.h: Declares the FHTML5TargetPlatform class. diff --git a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformModule.cpp b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformModule.cpp index 815561f74119..58704f455159 100644 --- a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformModule.cpp +++ b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5TargetPlatformPrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformPrivatePCH.h b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformPrivatePCH.h index a77e1eea66ad..62d991a9a305 100644 --- a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Public/IHTML5TargetPlatformModule.h b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Public/IHTML5TargetPlatformModule.h index 89672d6e2e7b..3dbd5d6ce698 100644 --- a/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Public/IHTML5TargetPlatformModule.h +++ b/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Public/IHTML5TargetPlatformModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/HierarchicalLODUtilities/HierarchicalLODUtilities.Build.cs b/Engine/Source/Developer/HierarchicalLODUtilities/HierarchicalLODUtilities.Build.cs index 096521b2d4c1..5ce744298ca7 100644 --- a/Engine/Source/Developer/HierarchicalLODUtilities/HierarchicalLODUtilities.Build.cs +++ b/Engine/Source/Developer/HierarchicalLODUtilities/HierarchicalLODUtilities.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class HierarchicalLODUtilities : ModuleRules diff --git a/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODProxyProcessor.cpp b/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODProxyProcessor.cpp index 54a248121125..e0ca1ad76a5f 100644 --- a/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODProxyProcessor.cpp +++ b/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODProxyProcessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODUtilitiesModulePrivatePCH.h" #include "HierarchicalLODProxyProcessor.h" diff --git a/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODUtilities.cpp b/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODUtilities.cpp index dc426985797f..4da7e6482fe5 100644 --- a/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODUtilities.cpp +++ b/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODUtilitiesModulePrivatePCH.h" #include "Core.h" diff --git a/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODUtilitiesModulePrivatePCH.h b/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODUtilitiesModulePrivatePCH.h index 858e73ad5f8e..224bddbe57ec 100644 --- a/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODUtilitiesModulePrivatePCH.h +++ b/Engine/Source/Developer/HierarchicalLODUtilities/Private/HierarchicalLODUtilitiesModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "CoreUObject.h" diff --git a/Engine/Source/Developer/HierarchicalLODUtilities/Public/HierarchicalLODProxyProcessor.h b/Engine/Source/Developer/HierarchicalLODUtilities/Public/HierarchicalLODProxyProcessor.h index 53c58d51d8c3..44327776cd98 100644 --- a/Engine/Source/Developer/HierarchicalLODUtilities/Public/HierarchicalLODProxyProcessor.h +++ b/Engine/Source/Developer/HierarchicalLODUtilities/Public/HierarchicalLODProxyProcessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/HierarchicalLODUtilities/Public/HierarchicalLODUtilities.h b/Engine/Source/Developer/HierarchicalLODUtilities/Public/HierarchicalLODUtilities.h index b4e46494b02a..d03ae426865e 100644 --- a/Engine/Source/Developer/HierarchicalLODUtilities/Public/HierarchicalLODUtilities.h +++ b/Engine/Source/Developer/HierarchicalLODUtilities/Public/HierarchicalLODUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/HotReload/HotReload.Build.cs b/Engine/Source/Developer/HotReload/HotReload.Build.cs index 33c1309a27a6..6cdfd6e1e1ae 100644 --- a/Engine/Source/Developer/HotReload/HotReload.Build.cs +++ b/Engine/Source/Developer/HotReload/HotReload.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class HotReload : ModuleRules diff --git a/Engine/Source/Developer/HotReload/Private/HotReload.cpp b/Engine/Source/Developer/HotReload/Private/HotReload.cpp index c0b674195e88..2445090c31b2 100644 --- a/Engine/Source/Developer/HotReload/Private/HotReload.cpp +++ b/Engine/Source/Developer/HotReload/Private/HotReload.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HotReloadPrivatePCH.h" #include "Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h" diff --git a/Engine/Source/Developer/HotReload/Private/HotReloadClassReinstancer.cpp b/Engine/Source/Developer/HotReload/Private/HotReloadClassReinstancer.cpp index 03bc75ac9620..4de5f458ed98 100644 --- a/Engine/Source/Developer/HotReload/Private/HotReloadClassReinstancer.cpp +++ b/Engine/Source/Developer/HotReload/Private/HotReloadClassReinstancer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HotReloadPrivatePCH.h" #include "HotReloadClassReinstancer.h" diff --git a/Engine/Source/Developer/HotReload/Private/HotReloadClassReinstancer.h b/Engine/Source/Developer/HotReload/Private/HotReloadClassReinstancer.h index 93d7a0c68ca8..56eb372be863 100644 --- a/Engine/Source/Developer/HotReload/Private/HotReloadClassReinstancer.h +++ b/Engine/Source/Developer/HotReload/Private/HotReloadClassReinstancer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_ENGINE diff --git a/Engine/Source/Developer/HotReload/Private/HotReloadPrivatePCH.h b/Engine/Source/Developer/HotReload/Private/HotReloadPrivatePCH.h index 7fe990b691eb..2a3395f5bb56 100644 --- a/Engine/Source/Developer/HotReload/Private/HotReloadPrivatePCH.h +++ b/Engine/Source/Developer/HotReload/Private/HotReloadPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/HotReload/Public/IHotReload.h b/Engine/Source/Developer/HotReload/Public/IHotReload.h index 615bb546048b..d8d4cf5b1fea 100644 --- a/Engine/Source/Developer/HotReload/Public/IHotReload.h +++ b/Engine/Source/Developer/HotReload/Public/IHotReload.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageCore/ImageCore.Build.cs b/Engine/Source/Developer/ImageCore/ImageCore.Build.cs index aee03213ecef..d834444177fb 100644 --- a/Engine/Source/Developer/ImageCore/ImageCore.Build.cs +++ b/Engine/Source/Developer/ImageCore/ImageCore.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ImageCore/Private/ImageCore.cpp b/Engine/Source/Developer/ImageCore/Private/ImageCore.cpp index 99748b632cb4..3ad0f0fca968 100644 --- a/Engine/Source/Developer/ImageCore/Private/ImageCore.cpp +++ b/Engine/Source/Developer/ImageCore/Private/ImageCore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageCorePCH.h" diff --git a/Engine/Source/Developer/ImageCore/Private/ImageCorePCH.h b/Engine/Source/Developer/ImageCore/Private/ImageCorePCH.h index 5d123677c189..c2cd91709022 100644 --- a/Engine/Source/Developer/ImageCore/Private/ImageCorePCH.h +++ b/Engine/Source/Developer/ImageCore/Private/ImageCorePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageCore.h" diff --git a/Engine/Source/Developer/ImageCore/Public/ImageCore.h b/Engine/Source/Developer/ImageCore/Public/ImageCore.h index 9424fe0fdd73..ea43b7878bde 100644 --- a/Engine/Source/Developer/ImageCore/Public/ImageCore.h +++ b/Engine/Source/Developer/ImageCore/Public/ImageCore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/ImageWrapper.Build.cs b/Engine/Source/Developer/ImageWrapper/ImageWrapper.Build.cs index 57df849d0dc7..8846f7a8471c 100644 --- a/Engine/Source/Developer/ImageWrapper/ImageWrapper.Build.cs +++ b/Engine/Source/Developer/ImageWrapper/ImageWrapper.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ImageWrapper/Private/BmpImageWrapper.cpp b/Engine/Source/Developer/ImageWrapper/Private/BmpImageWrapper.cpp index 2a4dd4810f08..632686218dab 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/BmpImageWrapper.cpp +++ b/Engine/Source/Developer/ImageWrapper/Private/BmpImageWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageWrapperPrivatePCH.h" #include "BmpImageSupport.h" diff --git a/Engine/Source/Developer/ImageWrapper/Private/BmpImageWrapper.h b/Engine/Source/Developer/ImageWrapper/Private/BmpImageWrapper.h index e97c0a44c6cd..630e80a60f43 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/BmpImageWrapper.h +++ b/Engine/Source/Developer/ImageWrapper/Private/BmpImageWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Private/ExrImageWrapper.cpp b/Engine/Source/Developer/ImageWrapper/Private/ExrImageWrapper.cpp index 305004118901..1292bc2e0dc6 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/ExrImageWrapper.cpp +++ b/Engine/Source/Developer/ImageWrapper/Private/ExrImageWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageWrapperPrivatePCH.h" diff --git a/Engine/Source/Developer/ImageWrapper/Private/ExrImageWrapper.h b/Engine/Source/Developer/ImageWrapper/Private/ExrImageWrapper.h index 38c9290c4119..7c1eb761c7b0 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/ExrImageWrapper.h +++ b/Engine/Source/Developer/ImageWrapper/Private/ExrImageWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Private/IcnsImageWrapper.cpp b/Engine/Source/Developer/ImageWrapper/Private/IcnsImageWrapper.cpp index 362f7e1588f5..eeff1ad5d66f 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/IcnsImageWrapper.cpp +++ b/Engine/Source/Developer/ImageWrapper/Private/IcnsImageWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageWrapperPrivatePCH.h" #include "BmpImageSupport.h" diff --git a/Engine/Source/Developer/ImageWrapper/Private/IcnsImageWrapper.h b/Engine/Source/Developer/ImageWrapper/Private/IcnsImageWrapper.h index 0b6a4e076044..fbc1aaa8ae94 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/IcnsImageWrapper.h +++ b/Engine/Source/Developer/ImageWrapper/Private/IcnsImageWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Private/IcoImageWrapper.cpp b/Engine/Source/Developer/ImageWrapper/Private/IcoImageWrapper.cpp index 4d76453f8d90..05ad67cf2f1b 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/IcoImageWrapper.cpp +++ b/Engine/Source/Developer/ImageWrapper/Private/IcoImageWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageWrapperPrivatePCH.h" #include "BmpImageSupport.h" diff --git a/Engine/Source/Developer/ImageWrapper/Private/IcoImageWrapper.h b/Engine/Source/Developer/ImageWrapper/Private/IcoImageWrapper.h index b8f3a1df5ef0..b0554b118403 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/IcoImageWrapper.h +++ b/Engine/Source/Developer/ImageWrapper/Private/IcoImageWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperBase.cpp b/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperBase.cpp index 1052ab7a6386..6a267de21e7c 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperBase.cpp +++ b/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageWrapperPrivatePCH.h" diff --git a/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperBase.h b/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperBase.h index b1874e1abeaf..a632c105fe47 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperBase.h +++ b/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperModule.cpp b/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperModule.cpp index b746723eb817..4bdf7c26801e 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperModule.cpp +++ b/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageWrapperPrivatePCH.h" diff --git a/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperPrivatePCH.h b/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperPrivatePCH.h index f925c368fdc8..11b9096c3974 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperPrivatePCH.h +++ b/Engine/Source/Developer/ImageWrapper/Private/ImageWrapperPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Private/JpegImageWrapper.cpp b/Engine/Source/Developer/ImageWrapper/Private/JpegImageWrapper.cpp index 59912875536e..d998242b1396 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/JpegImageWrapper.cpp +++ b/Engine/Source/Developer/ImageWrapper/Private/JpegImageWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageWrapperPrivatePCH.h" diff --git a/Engine/Source/Developer/ImageWrapper/Private/JpegImageWrapper.h b/Engine/Source/Developer/ImageWrapper/Private/JpegImageWrapper.h index e331852108d3..24b514bede0d 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/JpegImageWrapper.h +++ b/Engine/Source/Developer/ImageWrapper/Private/JpegImageWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Private/PngImageWrapper.cpp b/Engine/Source/Developer/ImageWrapper/Private/PngImageWrapper.cpp index 1b7bfc3a1471..9a725c861043 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/PngImageWrapper.cpp +++ b/Engine/Source/Developer/ImageWrapper/Private/PngImageWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageWrapperPrivatePCH.h" diff --git a/Engine/Source/Developer/ImageWrapper/Private/PngImageWrapper.h b/Engine/Source/Developer/ImageWrapper/Private/PngImageWrapper.h index b3bd7a4e5b01..ac7072487288 100644 --- a/Engine/Source/Developer/ImageWrapper/Private/PngImageWrapper.h +++ b/Engine/Source/Developer/ImageWrapper/Private/PngImageWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Public/BmpImageSupport.h b/Engine/Source/Developer/ImageWrapper/Public/BmpImageSupport.h index 03d906a5cee3..f3213dbfd1a9 100644 --- a/Engine/Source/Developer/ImageWrapper/Public/BmpImageSupport.h +++ b/Engine/Source/Developer/ImageWrapper/Public/BmpImageSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Public/ImageWrapper.h b/Engine/Source/Developer/ImageWrapper/Public/ImageWrapper.h index 8f7a69c4dce4..7ff43ce140de 100644 --- a/Engine/Source/Developer/ImageWrapper/Public/ImageWrapper.h +++ b/Engine/Source/Developer/ImageWrapper/Public/ImageWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Public/Interfaces/IImageWrapper.h b/Engine/Source/Developer/ImageWrapper/Public/Interfaces/IImageWrapper.h index 201a1dd8f2c9..b5e8462b3ab2 100644 --- a/Engine/Source/Developer/ImageWrapper/Public/Interfaces/IImageWrapper.h +++ b/Engine/Source/Developer/ImageWrapper/Public/Interfaces/IImageWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ImageWrapper/Public/Interfaces/IImageWrapperModule.h b/Engine/Source/Developer/ImageWrapper/Public/Interfaces/IImageWrapperModule.h index 96fceb9ebf55..715533d72a02 100644 --- a/Engine/Source/Developer/ImageWrapper/Public/Interfaces/IImageWrapperModule.h +++ b/Engine/Source/Developer/ImageWrapper/Public/Interfaces/IImageWrapperModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/InternationalizationSettings/Classes/InternationalizationSettingsModel.h b/Engine/Source/Developer/InternationalizationSettings/Classes/InternationalizationSettingsModel.h index b53ae93db5aa..2eea7d02e6fd 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Classes/InternationalizationSettingsModel.h +++ b/Engine/Source/Developer/InternationalizationSettings/Classes/InternationalizationSettingsModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/InternationalizationSettings/InternationalizationSettings.Build.cs b/Engine/Source/Developer/InternationalizationSettings/InternationalizationSettings.Build.cs index 724102b5f2a6..4580de99cccb 100644 --- a/Engine/Source/Developer/InternationalizationSettings/InternationalizationSettings.Build.cs +++ b/Engine/Source/Developer/InternationalizationSettings/InternationalizationSettings.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettings.cpp b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettings.cpp index 1efa0e2bda9e..edf40f8825d3 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettings.cpp +++ b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettings.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InternationalizationSettingsModulePrivatePCH.h" diff --git a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModel.cpp b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModel.cpp index 9d7e4e56b9ea..08c35d92f897 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModel.cpp +++ b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InternationalizationSettingsModulePrivatePCH.h" diff --git a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModelDetails.cpp b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModelDetails.cpp index e8b97dbde787..f43a93391c1e 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModelDetails.cpp +++ b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModelDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InternationalizationSettingsModulePrivatePCH.h" #include "EdGraph/EdGraphSchema.h" diff --git a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModule.cpp b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModule.cpp index dd6b0dfd17b0..3bd49fe9f804 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModule.cpp +++ b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InternationalizationSettingsModulePrivatePCH.h" diff --git a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModulePrivatePCH.h b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModulePrivatePCH.h index 8810cd620dc0..f9f98d3e14a8 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModulePrivatePCH.h +++ b/Engine/Source/Developer/InternationalizationSettings/Private/InternationalizationSettingsModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __InternationalizationSettingsModulePrivatePCH_h__ #define __InternationalizationSettingsModulePrivatePCH_h__ diff --git a/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettings.h b/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettings.h index eea11419b959..1884ecfee529 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettings.h +++ b/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettingsModelDetails.h b/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettingsModelDetails.h index 0db5e8a8b98d..669fe9bb82b2 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettingsModelDetails.h +++ b/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettingsModelDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettingsModule.h b/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettingsModule.h index 4c9ea2249185..0ef2d806412e 100644 --- a/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettingsModule.h +++ b/Engine/Source/Developer/InternationalizationSettings/Public/InternationalizationSettingsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/LauncherServices.Build.cs b/Engine/Source/Developer/LauncherServices/LauncherServices.Build.cs index f841462da23e..bb79fe1cec86 100644 --- a/Engine/Source/Developer/LauncherServices/LauncherServices.Build.cs +++ b/Engine/Source/Developer/LauncherServices/LauncherServices.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/Launcher.cpp b/Engine/Source/Developer/LauncherServices/Private/Launcher/Launcher.cpp index ea1a9ec804ce..972d4ffbb512 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/Launcher.cpp +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/Launcher.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LauncherServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/Launcher.h b/Engine/Source/Developer/LauncherServices/Private/Launcher/Launcher.h index d748adebefb7..087e9beefce1 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/Launcher.h +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/Launcher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherProjectPath.cpp b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherProjectPath.cpp index 8f8c3de6ede0..ab140a798c5f 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherProjectPath.cpp +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherProjectPath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LauncherServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherProjectPath.h b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherProjectPath.h index d3c7a1f1623c..e77a52fd2c9c 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherProjectPath.h +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherProjectPath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherTask.h b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherTask.h index 7c0a982363d2..3a9a9ad1dcc1 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherTask.h +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherTaskChainState.h b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherTaskChainState.h index 09691eecd184..1bf3ee1f6c66 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherTaskChainState.h +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherTaskChainState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherUATCommand.h b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherUATCommand.h index 6e439daeb2b9..b051ccf628bd 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherUATCommand.h +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherUATCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherUATTask.h b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherUATTask.h index fe501464e196..2e4f02280ef9 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherUATTask.h +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherUATTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherVerifyProfileTask.h b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherVerifyProfileTask.h index 408b0a9df87a..88edb66aa20b 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherVerifyProfileTask.h +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherVerifyProfileTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherWorker.cpp b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherWorker.cpp index 16de7ac6e9de..384c1e828f77 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherWorker.cpp +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherWorker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LauncherServicesPrivatePCH.h" #include "PlatformInfo.h" diff --git a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherWorker.h b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherWorker.h index b5617e1b4838..a3fdd880cc27 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherWorker.h +++ b/Engine/Source/Developer/LauncherServices/Private/Launcher/LauncherWorker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/LauncherServicesModule.cpp b/Engine/Source/Developer/LauncherServices/Private/LauncherServicesModule.cpp index 07c607f0d4c8..9a6ec53de566 100644 --- a/Engine/Source/Developer/LauncherServices/Private/LauncherServicesModule.cpp +++ b/Engine/Source/Developer/LauncherServices/Private/LauncherServicesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LauncherServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/LauncherServices/Private/LauncherServicesPrivatePCH.h b/Engine/Source/Developer/LauncherServices/Private/LauncherServicesPrivatePCH.h index 40dbd263ab15..72acfa9cff84 100644 --- a/Engine/Source/Developer/LauncherServices/Private/LauncherServicesPrivatePCH.h +++ b/Engine/Source/Developer/LauncherServices/Private/LauncherServicesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherDeviceGroup.h b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherDeviceGroup.h index f62415454a16..831a77a892e8 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherDeviceGroup.h +++ b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherDeviceGroup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfile.h b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfile.h index f08660bf7b15..8fc1dab7ead7 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfile.h +++ b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileLaunchRole.h b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileLaunchRole.h index 9b4e99acc648..3c5782efa333 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileLaunchRole.h +++ b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileLaunchRole.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileManager.cpp b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileManager.cpp index 8e19783edb14..65345fbbabad 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileManager.cpp +++ b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LauncherServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileManager.h b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileManager.h index 28f0486aa508..1f746c368b80 100644 --- a/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileManager.h +++ b/Engine/Source/Developer/LauncherServices/Private/Profiles/LauncherProfileManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Common/GameProjectHelper.h b/Engine/Source/Developer/LauncherServices/Public/Common/GameProjectHelper.h index a029e270437e..0f8f32b07204 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Common/GameProjectHelper.h +++ b/Engine/Source/Developer/LauncherServices/Public/Common/GameProjectHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncher.h b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncher.h index ce893c1f51b3..32d397b10499 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncher.h +++ b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherDeviceGroup.h b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherDeviceGroup.h index 53682b35fef5..d9ea17ef127f 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherDeviceGroup.h +++ b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherDeviceGroup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfile.h b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfile.h index e234c5096542..b747c055e2ca 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfile.h +++ b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfileLaunchRole.h b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfileLaunchRole.h index 3fb71e02fe6d..dbf2b62aadad 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfileLaunchRole.h +++ b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfileLaunchRole.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfileManager.h b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfileManager.h index 481445c0f593..2efb31543af7 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfileManager.h +++ b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherProfileManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherServicesModule.h b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherServicesModule.h index 5e40a4263d98..248afb1fad98 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherServicesModule.h +++ b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherServicesModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherTask.h b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherTask.h index 0291d448383a..ddfd2941eb14 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherTask.h +++ b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherWorker.h b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherWorker.h index 5c8e05b867c4..d35e7d30b525 100644 --- a/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherWorker.h +++ b/Engine/Source/Developer/LauncherServices/Public/Interfaces/ILauncherWorker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LauncherServices/Public/LauncherServices.h b/Engine/Source/Developer/LauncherServices/Public/LauncherServices.h index b89ebb03a085..7ca82d136d40 100644 --- a/Engine/Source/Developer/LauncherServices/Public/LauncherServices.h +++ b/Engine/Source/Developer/LauncherServices/Public/LauncherServices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/LinuxNoEditorTargetPlatform.Build.cs b/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/LinuxNoEditorTargetPlatform.Build.cs index 5c63307becb3..16e58c687a98 100644 --- a/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/LinuxNoEditorTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/LinuxNoEditorTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxNoEditorTargetPlatformModule.cpp b/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxNoEditorTargetPlatformModule.cpp index 8c91d108447b..f27cd84c702f 100644 --- a/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxNoEditorTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxNoEditorTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxNoEditorTargetPlatformModule.cpp: Implements the FLinuxNoEditorTargetPlatformModule class. diff --git a/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxNoEditorTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxNoEditorTargetPlatformPrivatePCH.h index cc6561c2cb58..4585dea80dcd 100644 --- a/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxNoEditorTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxNoEditorTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxNoEditorTargetPlatformPrivatePCH.h: Pre-compiled header file for the LinuxNoEditorTargetPlatform module. diff --git a/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxTargetDevice.cpp b/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxTargetDevice.cpp index 85574d93627d..218b9a2b679a 100644 --- a/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxTargetDevice.cpp +++ b/Engine/Source/Developer/Linux/LinuxNoEditorTargetPlatform/Private/LinuxTargetDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxTargetDevice.cpp: Implements the LinuxTargetDevice class. diff --git a/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/LinuxServerTargetPlatform.Build.cs b/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/LinuxServerTargetPlatform.Build.cs index 64aed2af89e7..f6b162f0bd0e 100644 --- a/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/LinuxServerTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/LinuxServerTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxServerTargetPlatformModule.cpp b/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxServerTargetPlatformModule.cpp index 3df0847eee15..bf6c6c86e2a3 100644 --- a/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxServerTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxServerTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxTargetPlatformModule.cpp: Implements the FAndroidTargetPlatformModule class. diff --git a/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxServerTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxServerTargetPlatformPrivatePCH.h index 222ab8afb3e3..292bd0442032 100644 --- a/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxServerTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxServerTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxServerTargetPlatformPrivatePCH.h: Pre-compiled header file for the AndroidTargetPlatform module. diff --git a/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxTargetDevice.cpp b/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxTargetDevice.cpp index f1d559942080..b80ae374f23b 100644 --- a/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxTargetDevice.cpp +++ b/Engine/Source/Developer/Linux/LinuxServerTargetPlatform/Private/LinuxTargetDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxTargetDevice.cpp: Implements the LinuxTargetDevice class. diff --git a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Classes/LinuxTargetSettings.h b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Classes/LinuxTargetSettings.h index 63d30c842bdd..e7bf33b010e8 100644 --- a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Classes/LinuxTargetSettings.h +++ b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Classes/LinuxTargetSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxTargetSettings.h: Declares the ULinuxTargetSettings class. diff --git a/Engine/Source/Developer/Linux/LinuxTargetPlatform/LinuxTargetPlatform.Build.cs b/Engine/Source/Developer/Linux/LinuxTargetPlatform/LinuxTargetPlatform.Build.cs index e0071ec7af4a..b66971813b08 100644 --- a/Engine/Source/Developer/Linux/LinuxTargetPlatform/LinuxTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Linux/LinuxTargetPlatform/LinuxTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetDevice.cpp b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetDevice.cpp index f1697bb39fca..3e7c923455d1 100644 --- a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetDevice.cpp +++ b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxTargetDevice.cpp: Implements the LinuxTargetDevice class. diff --git a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetDevice.h b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetDevice.h index 09501a06be37..49753bb3e4ed 100644 --- a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetDevice.h +++ b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LocalLinuxTargetDevice.h: Declares the LocalLinuxTargetDevice class. diff --git a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatform.h b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatform.h index c5393b48c342..82921d13f325 100644 --- a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatform.h +++ b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxTargetPlatform.h: Declares the FLinuxTargetPlatform class. diff --git a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformClasses.cpp b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformClasses.cpp index 06a9d4b600e5..9e3563957189 100644 --- a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformClasses.cpp +++ b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxTargetPlatformClasses.cpp: Implements the module's UClasses. diff --git a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformModule.cpp b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformModule.cpp index 8287544522bb..1c4e69f9e2df 100644 --- a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LinuxTargetPlatformPrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformPrivatePCH.h index e3b46d88448b..77f3f92ece55 100644 --- a/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Linux/LinuxTargetPlatform/Private/LinuxTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/LocalizationService.Build.cs b/Engine/Source/Developer/LocalizationService/LocalizationService.Build.cs index 28ed77cf72ed..b2f74eff5c3b 100644 --- a/Engine/Source/Developer/LocalizationService/LocalizationService.Build.cs +++ b/Engine/Source/Developer/LocalizationService/LocalizationService.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/LocalizationService/Private/DefaultLocalizationServiceProvider.cpp b/Engine/Source/Developer/LocalizationService/Private/DefaultLocalizationServiceProvider.cpp index abf7cb0547f0..9b7eec725fdd 100644 --- a/Engine/Source/Developer/LocalizationService/Private/DefaultLocalizationServiceProvider.cpp +++ b/Engine/Source/Developer/LocalizationService/Private/DefaultLocalizationServiceProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationServicePrivatePCH.h" #include "DefaultLocalizationServiceProvider.h" diff --git a/Engine/Source/Developer/LocalizationService/Private/DefaultLocalizationServiceProvider.h b/Engine/Source/Developer/LocalizationService/Private/DefaultLocalizationServiceProvider.h index 6a1c2ff2193c..ca0c6102dd22 100644 --- a/Engine/Source/Developer/LocalizationService/Private/DefaultLocalizationServiceProvider.h +++ b/Engine/Source/Developer/LocalizationService/Private/DefaultLocalizationServiceProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceHelpers.cpp b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceHelpers.cpp index b4d5c04002c0..ba8768bbd6ba 100644 --- a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceHelpers.cpp +++ b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationServicePrivatePCH.h" #include "LocalizationServiceHelpers.h" diff --git a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceModule.cpp b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceModule.cpp index 703a60775e44..eb7dd893c06e 100644 --- a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceModule.cpp +++ b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationServicePrivatePCH.h" #include "LocalizationServiceModule.h" diff --git a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceModule.h b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceModule.h index f5af1afed366..f64f319d448a 100644 --- a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceModule.h +++ b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Private/LocalizationServicePrivatePCH.h b/Engine/Source/Developer/LocalizationService/Private/LocalizationServicePrivatePCH.h index 3ec94ae4d622..c6f6f19275a5 100644 --- a/Engine/Source/Developer/LocalizationService/Private/LocalizationServicePrivatePCH.h +++ b/Engine/Source/Developer/LocalizationService/Private/LocalizationServicePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceSettings.cpp b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceSettings.cpp index 3fe9cad11117..d4374c3b3eee 100644 --- a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceSettings.cpp +++ b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationServicePrivatePCH.h" #include "LocalizationServiceSettings.h" diff --git a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceSettings.h b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceSettings.h index 154f3014fd2f..89a1fde06fd4 100644 --- a/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceSettings.h +++ b/Engine/Source/Developer/LocalizationService/Private/LocalizationServiceSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Private/ScopedLocalizationServiceProgress.cpp b/Engine/Source/Developer/LocalizationService/Private/ScopedLocalizationServiceProgress.cpp index 1c673ab52c30..b31cae2302a4 100644 --- a/Engine/Source/Developer/LocalizationService/Private/ScopedLocalizationServiceProgress.cpp +++ b/Engine/Source/Developer/LocalizationService/Private/ScopedLocalizationServiceProgress.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationServicePrivatePCH.h" #include "ScopedLocalizationServiceProgress.h" diff --git a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceModule.h b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceModule.h index d857d27e1745..f04e7a1d5ac5 100644 --- a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceModule.h +++ b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceOperation.h b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceOperation.h index 4cbb007a986d..d171035ea856 100644 --- a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceOperation.h +++ b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceOperation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h index e4b5dca3dbcc..f5df5cbac572 100644 --- a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h +++ b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceRevision.h b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceRevision.h index d86819e92b35..935a89f10963 100644 --- a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceRevision.h +++ b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceRevision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceState.h b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceState.h index 4fb2f35c23f5..ee4cb284a286 100644 --- a/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceState.h +++ b/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Public/LocalizationServiceHelpers.h b/Engine/Source/Developer/LocalizationService/Public/LocalizationServiceHelpers.h index 13850019c8ea..765b8e9dfb90 100644 --- a/Engine/Source/Developer/LocalizationService/Public/LocalizationServiceHelpers.h +++ b/Engine/Source/Developer/LocalizationService/Public/LocalizationServiceHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Public/LocalizationServiceOperations.h b/Engine/Source/Developer/LocalizationService/Public/LocalizationServiceOperations.h index 0962789af2ba..2112bf595c3d 100644 --- a/Engine/Source/Developer/LocalizationService/Public/LocalizationServiceOperations.h +++ b/Engine/Source/Developer/LocalizationService/Public/LocalizationServiceOperations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LocalizationService/Public/ScopedLocalizationServiceProgress.h b/Engine/Source/Developer/LocalizationService/Public/ScopedLocalizationServiceProgress.h index cbf26d64fe07..7721c54b6a00 100644 --- a/Engine/Source/Developer/LocalizationService/Public/ScopedLocalizationServiceProgress.h +++ b/Engine/Source/Developer/LocalizationService/Public/ScopedLocalizationServiceProgress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/LogVisualizer.Build.cs b/Engine/Source/Developer/LogVisualizer/LogVisualizer.Build.cs index 80e407573165..3f6f313f9ea0 100644 --- a/Engine/Source/Developer/LogVisualizer/LogVisualizer.Build.cs +++ b/Engine/Source/Developer/LogVisualizer/LogVisualizer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizer.cpp b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizer.cpp index d2c868f02283..28cc623d3493 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizer.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "TimeSliderController.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizer.h b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizer.h index c8f391903ce0..0a525531bd66 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizer.h +++ b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /* Dependencies diff --git a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerModule.cpp b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerModule.cpp index ed21fb24a9c2..3c7a2ab2f077 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerModule.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerSessionSettings.cpp b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerSessionSettings.cpp index e2d9d6aa5bfe..a447b4bc29b3 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerSessionSettings.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerSessionSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "Misc/CoreMisc.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerSettings.cpp b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerSettings.cpp index a1d6346e3224..414e082d4231 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerSettings.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "Misc/CoreMisc.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerStyle.cpp b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerStyle.cpp index 5296cfb34866..a4f6891b3f75 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerStyle.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "LogVisualizerStyle.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerStyle.h b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerStyle.h index c74cacb4925d..1702dc1029bd 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerStyle.h +++ b/Engine/Source/Developer/LogVisualizer/Private/LogVisualizerStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Developer/LogVisualizer/Private/SFilterCheckBox.h b/Engine/Source/Developer/LogVisualizer/Private/SFilterCheckBox.h index a9f5d13b26e2..0fa867adcbe3 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SFilterCheckBox.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SFilterCheckBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "VisualLogger.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SFilterWidget.cpp b/Engine/Source/Developer/LogVisualizer/Private/SFilterWidget.cpp index cf5948e6ca20..d3097afc24ed 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SFilterWidget.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SFilterWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "SFilterWidget.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SFilterWidget.h b/Engine/Source/Developer/LogVisualizer/Private/SFilterWidget.h index 1142658be56a..b57fef46868c 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SFilterWidget.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SFilterWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "VisualLogger.h" #include "SFilterCheckBox.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SSequencerSectionOverlay.cpp b/Engine/Source/Developer/LogVisualizer/Private/SSequencerSectionOverlay.cpp index 8ad17bfebd2a..e673041d1b12 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SSequencerSectionOverlay.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SSequencerSectionOverlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "SSequencerSectionOverlay.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SSequencerSectionOverlay.h b/Engine/Source/Developer/LogVisualizer/Private/SSequencerSectionOverlay.h index 75c66445389c..48cdb08c7389 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SSequencerSectionOverlay.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SSequencerSectionOverlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/STimeSlider.cpp b/Engine/Source/Developer/LogVisualizer/Private/STimeSlider.cpp index 588bc81561f9..1ae8a749830b 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/STimeSlider.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/STimeSlider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "STimeSlider.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/STimeSlider.h b/Engine/Source/Developer/LogVisualizer/Private/STimeSlider.h index 1db6732e688a..7cde3538c64c 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/STimeSlider.h +++ b/Engine/Source/Developer/LogVisualizer/Private/STimeSlider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/STimeline.cpp b/Engine/Source/Developer/LogVisualizer/Private/STimeline.cpp index 670c53f207e3..083fa3c58923 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/STimeline.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/STimeline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "STimeline.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/STimeline.h b/Engine/Source/Developer/LogVisualizer/Private/STimeline.h index e8c7b3b69270..919383fbbe58 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/STimeline.h +++ b/Engine/Source/Developer/LogVisualizer/Private/STimeline.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/STimelineBar.cpp b/Engine/Source/Developer/LogVisualizer/Private/STimelineBar.cpp index 2d5e5a970dd8..26f39d7df7d6 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/STimelineBar.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/STimelineBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "STimelineBar.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/STimelineBar.h b/Engine/Source/Developer/LogVisualizer/Private/STimelineBar.h index 159d5a0d0b8a..29def4dd477c 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/STimelineBar.h +++ b/Engine/Source/Developer/LogVisualizer/Private/STimelineBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/STimelinesContainer.cpp b/Engine/Source/Developer/LogVisualizer/Private/STimelinesContainer.cpp index 98fb3ed09870..cfc3ddad7262 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/STimelinesContainer.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/STimelinesContainer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "STimelinesContainer.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/STimelinesContainer.h b/Engine/Source/Developer/LogVisualizer/Private/STimelinesContainer.h index 1b426de49433..cc7adf6ed701 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/STimelinesContainer.h +++ b/Engine/Source/Developer/LogVisualizer/Private/STimelinesContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Widgets/SCompoundWidget.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLogger.cpp b/Engine/Source/Developer/LogVisualizer/Private/SVisualLogger.cpp index 7d1081d5df1e..f2673f9264eb 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLogger.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLogger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "SDockTab.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLogger.h b/Engine/Source/Developer/LogVisualizer/Private/SVisualLogger.h index f0272a815c97..9d64e186105b 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLogger.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLogger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "VisualLogger/VisualLogger.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerFilters.cpp b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerFilters.cpp index a0c9c1bc93aa..f4eef6de6c31 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerFilters.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerFilters.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "SFilterWidget.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerFilters.h b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerFilters.h index 64448465e673..8ff10d63a6c7 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerFilters.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerFilters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerLogsList.cpp b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerLogsList.cpp index e5bf8bb78755..a40dccbe28ac 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerLogsList.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerLogsList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "SVisualLoggerView.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerLogsList.h b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerLogsList.h index d6a2d3a42ef1..4c8f1e1e2ea1 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerLogsList.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerLogsList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerReport.cpp b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerReport.cpp index aea7369e1326..ae2650c2d379 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerReport.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerReport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "Debug/ReporterGraph.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerReport.h b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerReport.h index 3b043d9a6422..b3788c0fb744 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerReport.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerReport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SVisualLoggerReport : public SCompoundWidget diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerStatusView.cpp b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerStatusView.cpp index f8d0d9320fe4..4f023fa69768 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerStatusView.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerStatusView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "SVisualLoggerView.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerStatusView.h b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerStatusView.h index 77289648aa15..cb0059253b7d 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerStatusView.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerStatusView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerToolbar.cpp b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerToolbar.cpp index c6bb22ba4e4c..616530f93356 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerToolbar.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #define LOCTEXT_NAMESPACE "SVisualLoggerToolbar" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerToolbar.h b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerToolbar.h index d29985560971..2c55c5c5326a 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerToolbar.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerView.cpp b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerView.cpp index 4789a5d27d35..1d94217bd076 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerView.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "SVisualLoggerView.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerView.h b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerView.h index f9f713ce3900..f3b392c348c1 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerView.h +++ b/Engine/Source/Developer/LogVisualizer/Private/SVisualLoggerView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/TimeSliderController.cpp b/Engine/Source/Developer/LogVisualizer/Private/TimeSliderController.cpp index 0a4810fe2d54..d638f277a302 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/TimeSliderController.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/TimeSliderController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "TimeSliderController.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/TimeSliderController.h b/Engine/Source/Developer/LogVisualizer/Private/TimeSliderController.h index 5d02db1d8921..f8b661ed83f9 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/TimeSliderController.h +++ b/Engine/Source/Developer/LogVisualizer/Private/TimeSliderController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCameraController.cpp b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCameraController.cpp index dc0a425093e1..fca21b8a3152 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCameraController.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCameraController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "VisualLoggerCameraController.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCameraController.h b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCameraController.h index 93d78790b997..564c74d0a4be 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCameraController.h +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCameraController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCanvasRenderer.cpp b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCanvasRenderer.cpp index 9f53de4e24aa..a2d3c20304c2 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCanvasRenderer.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCanvasRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "Engine.h" #include "SlateBasics.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCanvasRenderer.h b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCanvasRenderer.h index d845247f2bc7..67c91e4b0521 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCanvasRenderer.h +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCanvasRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct FVisualLoggerCanvasRenderer diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCommands.h b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCommands.h index 7e98e6cd19bc..161210089928 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCommands.h +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerDatabase.cpp b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerDatabase.cpp index 29b7bab156ae..936b5786aed6 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerDatabase.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerDatabase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "Engine.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerDatabase.h b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerDatabase.h index c63b2a13b1e8..8962f53daf3e 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerDatabase.h +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerDatabase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ObjectBase.h" #include "SDockTab.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerHUD.cpp b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerHUD.cpp index 29236fe1ef07..c98897ace21a 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerHUD.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerHUD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "VisualLoggerHUD.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerHUD.h b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerHUD.h index 708403060669..7b58380d087d 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerHUD.h +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerHUD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DebugCameraHUD.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingActor.cpp b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingActor.cpp index 5016b856dafd..41038e209ec0 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingActor.cpp +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LogVisualizer.h" #include "Engine/GameInstance.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingActor.h b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingActor.h index 33206ca41e36..36ceb14c00b5 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingActor.h +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DebugRenderSceneProxy.h" diff --git a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingComponent.h b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingComponent.h index 757267a09d5f..e93a2075a6ba 100644 --- a/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingComponent.h +++ b/Engine/Source/Developer/LogVisualizer/Private/VisualLoggerRenderingComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "VisualLoggerRenderingComponent.generated.h" diff --git a/Engine/Source/Developer/LogVisualizer/Public/ILogVisualizer.h b/Engine/Source/Developer/LogVisualizer/Public/ILogVisualizer.h index 0ab8494a3531..23c16c5203bd 100644 --- a/Engine/Source/Developer/LogVisualizer/Public/ILogVisualizer.h +++ b/Engine/Source/Developer/LogVisualizer/Public/ILogVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSessionSettings.h b/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSessionSettings.h index c26bbd940a05..8aaf17b194a3 100644 --- a/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSessionSettings.h +++ b/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSessionSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameplayDebuggerSettings.h: Declares the UGameplayDebuggerSettings class. diff --git a/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSettings.h b/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSettings.h index d534a098f848..cc276d92d0d6 100644 --- a/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSettings.h +++ b/Engine/Source/Developer/LogVisualizer/Public/LogVisualizerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameplayDebuggerSettings.h: Declares the UGameplayDebuggerSettings class. diff --git a/Engine/Source/Developer/Mac/MacClientTargetPlatform/MacClientTargetPlatform.Build.cs b/Engine/Source/Developer/Mac/MacClientTargetPlatform/MacClientTargetPlatform.Build.cs index 749d4ab85a12..79e7a21367b5 100644 --- a/Engine/Source/Developer/Mac/MacClientTargetPlatform/MacClientTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Mac/MacClientTargetPlatform/MacClientTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Mac/MacClientTargetPlatform/Private/MacClientTargetPlatformModule.cpp b/Engine/Source/Developer/Mac/MacClientTargetPlatform/Private/MacClientTargetPlatformModule.cpp index 8142ead22f32..49d9982cd5c8 100644 --- a/Engine/Source/Developer/Mac/MacClientTargetPlatform/Private/MacClientTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Mac/MacClientTargetPlatform/Private/MacClientTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacClientTargetPlatformModule.cpp: Implements the FMacClientTargetPlatformModule class. diff --git a/Engine/Source/Developer/Mac/MacClientTargetPlatform/Private/MacClientTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Mac/MacClientTargetPlatform/Private/MacClientTargetPlatformPrivatePCH.h index a7993a9744c1..64c43cb9c586 100644 --- a/Engine/Source/Developer/Mac/MacClientTargetPlatform/Private/MacClientTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Mac/MacClientTargetPlatform/Private/MacClientTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacClientTargetPlatformPrivatePCH.h: Pre-compiled header file for the MacClientTargetPlatform module. diff --git a/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/MacNoEditorTargetPlatform.Build.cs b/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/MacNoEditorTargetPlatform.Build.cs index 229f5eac1153..212d9243048f 100644 --- a/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/MacNoEditorTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/MacNoEditorTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/Private/MacNoEditorTargetPlatformModule.cpp b/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/Private/MacNoEditorTargetPlatformModule.cpp index 71243e9f7374..acd549cca7f9 100644 --- a/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/Private/MacNoEditorTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/Private/MacNoEditorTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacNoEditorTargetPlatformModule.cpp: Implements the FMacNoEditorTargetPlatformModule class. diff --git a/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/Private/MacNoEditorTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/Private/MacNoEditorTargetPlatformPrivatePCH.h index 98153b3965e3..40f86ae95008 100644 --- a/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/Private/MacNoEditorTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Mac/MacNoEditorTargetPlatform/Private/MacNoEditorTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacNoEditorTargetPlatformPrivatePCH.h: Pre-compiled header file for the MacNoEditorTargetPlatform module. diff --git a/Engine/Source/Developer/Mac/MacServerTargetPlatform/MacServerTargetPlatform.Build.cs b/Engine/Source/Developer/Mac/MacServerTargetPlatform/MacServerTargetPlatform.Build.cs index 738e28649653..63cc1cf6e4ec 100644 --- a/Engine/Source/Developer/Mac/MacServerTargetPlatform/MacServerTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Mac/MacServerTargetPlatform/MacServerTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformModule.cpp b/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformModule.cpp index 58611558cac1..2cecee29567d 100644 --- a/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacServerTargetPlatformModule.cpp: Implements the FMacServerTargetPlatformModule class. diff --git a/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformPrivatePCH.h index e161dd2e6a53..f2bcbb0964fa 100644 --- a/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Mac/MacServerTargetPlatform/Private/MacServerTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacServerTargetPlatformPrivatePCH.h: Pre-compiled header file for the MacServerTargetPlatform module. diff --git a/Engine/Source/Developer/Mac/MacTargetPlatform/Classes/MacTargetSettings.h b/Engine/Source/Developer/Mac/MacTargetPlatform/Classes/MacTargetSettings.h index 00bed3e41afb..c5876f64c68a 100644 --- a/Engine/Source/Developer/Mac/MacTargetPlatform/Classes/MacTargetSettings.h +++ b/Engine/Source/Developer/Mac/MacTargetPlatform/Classes/MacTargetSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacTargetSettings.h: Declares the UMacTargetSettings class. diff --git a/Engine/Source/Developer/Mac/MacTargetPlatform/MacTargetPlatform.Build.cs b/Engine/Source/Developer/Mac/MacTargetPlatform/MacTargetPlatform.Build.cs index 66e60db0ad33..fc31ecd61090 100644 --- a/Engine/Source/Developer/Mac/MacTargetPlatform/MacTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Mac/MacTargetPlatform/MacTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/GenericMacTargetPlatform.h b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/GenericMacTargetPlatform.h index b23ae5967f44..d85b01eb7966 100644 --- a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/GenericMacTargetPlatform.h +++ b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/GenericMacTargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GenericMacTargetPlatform.h: Declares the TGenericMacTargetPlatform class template. diff --git a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/LocalMacTargetDevice.h b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/LocalMacTargetDevice.h index ced7b892c1fd..687143791ca6 100644 --- a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/LocalMacTargetDevice.h +++ b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/LocalMacTargetDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LocalMacTargetDevice.h: Declares the TLocalMacTargetDevice class. diff --git a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformClasses.cpp b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformClasses.cpp index 0b8086e69fb2..749ef53b70f1 100644 --- a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformClasses.cpp +++ b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacTargetPlatformClasses.cpp: Implements the module's UClasses. diff --git a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformModule.cpp b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformModule.cpp index b51703dd98a2..c60a34fb5f69 100644 --- a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MacTargetPlatformPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformPrivatePCH.h index 8d17f4bc88e7..73082c0628c0 100644 --- a/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Mac/MacTargetPlatform/Private/MacTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MaterialUtilities/MaterialUtilities.Build.cs b/Engine/Source/Developer/MaterialUtilities/MaterialUtilities.Build.cs index a2322c2faf44..e4e5b52d2475 100644 --- a/Engine/Source/Developer/MaterialUtilities/MaterialUtilities.Build.cs +++ b/Engine/Source/Developer/MaterialUtilities/MaterialUtilities.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilities.cpp b/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilities.cpp index 4e7bb5a7b39f..d1047e5ca76f 100644 --- a/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilities.cpp +++ b/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialUtilitiesPrivatePCH.h" #include "Runtime/Engine/Classes/Engine/World.h" diff --git a/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilitiesPrivatePCH.h b/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilitiesPrivatePCH.h index 67f90ca87ce0..4968b57bbbfa 100644 --- a/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilitiesPrivatePCH.h +++ b/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilitiesPrivatePCH.h @@ -1,2 +1,2 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialUtilities.h" diff --git a/Engine/Source/Developer/MaterialUtilities/Private/MeshRendering.cpp b/Engine/Source/Developer/MaterialUtilities/Private/MeshRendering.cpp index be7f43f0681e..a713b142c571 100644 --- a/Engine/Source/Developer/MaterialUtilities/Private/MeshRendering.cpp +++ b/Engine/Source/Developer/MaterialUtilities/Private/MeshRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshRendering.cpp: Mesh rendering implementation. diff --git a/Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h b/Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h index 601f3e263878..d6610310dbe8 100644 --- a/Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h +++ b/Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MaterialUtilities/Public/MeshRendering.h b/Engine/Source/Developer/MaterialUtilities/Public/MeshRendering.h index d3f8fbf20a5c..cfdd41702922 100644 --- a/Engine/Source/Developer/MaterialUtilities/Public/MeshRendering.h +++ b/Engine/Source/Developer/MaterialUtilities/Public/MeshRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshRendering.h: Simple mesh rendering implementation. diff --git a/Engine/Source/Developer/Merge/Merge.Build.cs b/Engine/Source/Developer/Merge/Merge.Build.cs index 9ecb9dc06b69..ba3ff5baae11 100644 --- a/Engine/Source/Developer/Merge/Merge.Build.cs +++ b/Engine/Source/Developer/Merge/Merge.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/Merge/Private/BlueprintMergeData.h b/Engine/Source/Developer/Merge/Private/BlueprintMergeData.h index 1f2e69c7bfc8..82c54ae99f01 100644 --- a/Engine/Source/Developer/Merge/Private/BlueprintMergeData.h +++ b/Engine/Source/Developer/Merge/Private/BlueprintMergeData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IAssetTypeActions.h" diff --git a/Engine/Source/Developer/Merge/Private/Merge.cpp b/Engine/Source/Developer/Merge/Private/Merge.cpp index 73e31b2df7c4..d50265d947b7 100644 --- a/Engine/Source/Developer/Merge/Private/Merge.cpp +++ b/Engine/Source/Developer/Merge/Private/Merge.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergePrivatePCH.h" diff --git a/Engine/Source/Developer/Merge/Private/MergePrivatePCH.h b/Engine/Source/Developer/Merge/Private/MergePrivatePCH.h index 4c51b206c412..a85ac309ce56 100644 --- a/Engine/Source/Developer/Merge/Private/MergePrivatePCH.h +++ b/Engine/Source/Developer/Merge/Private/MergePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Merge.h" #include "SlateCore.h" diff --git a/Engine/Source/Developer/Merge/Private/MergeUtils.cpp b/Engine/Source/Developer/Merge/Private/MergeUtils.cpp index 672dc0368138..78054f64235c 100644 --- a/Engine/Source/Developer/Merge/Private/MergeUtils.cpp +++ b/Engine/Source/Developer/Merge/Private/MergeUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergePrivatePCH.h" #include "MergeUtils.h" diff --git a/Engine/Source/Developer/Merge/Private/MergeUtils.h b/Engine/Source/Developer/Merge/Private/MergeUtils.h index 74f0494333d4..b8eab1760df9 100644 --- a/Engine/Source/Developer/Merge/Private/MergeUtils.h +++ b/Engine/Source/Developer/Merge/Private/MergeUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Merge/Private/SBlueprintMerge.cpp b/Engine/Source/Developer/Merge/Private/SBlueprintMerge.cpp index a863260a3e04..8efca19014f7 100644 --- a/Engine/Source/Developer/Merge/Private/SBlueprintMerge.cpp +++ b/Engine/Source/Developer/Merge/Private/SBlueprintMerge.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergePrivatePCH.h" diff --git a/Engine/Source/Developer/Merge/Private/SBlueprintMerge.h b/Engine/Source/Developer/Merge/Private/SBlueprintMerge.h index 359d1f77d44a..a4ce0452eb1d 100644 --- a/Engine/Source/Developer/Merge/Private/SBlueprintMerge.h +++ b/Engine/Source/Developer/Merge/Private/SBlueprintMerge.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintMergeData.h" diff --git a/Engine/Source/Developer/Merge/Private/SMergeAssetPickerView.cpp b/Engine/Source/Developer/Merge/Private/SMergeAssetPickerView.cpp index 1cc6a7583cb4..e2f62f8f708a 100644 --- a/Engine/Source/Developer/Merge/Private/SMergeAssetPickerView.cpp +++ b/Engine/Source/Developer/Merge/Private/SMergeAssetPickerView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergePrivatePCH.h" #include "SMergeAssetPickerView.h" diff --git a/Engine/Source/Developer/Merge/Private/SMergeAssetPickerView.h b/Engine/Source/Developer/Merge/Private/SMergeAssetPickerView.h index faa8b74cf7b9..3484537cab40 100644 --- a/Engine/Source/Developer/Merge/Private/SMergeAssetPickerView.h +++ b/Engine/Source/Developer/Merge/Private/SMergeAssetPickerView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintMergeData.h" // for IMergeControl diff --git a/Engine/Source/Developer/Merge/Private/SMergeDetailsView.cpp b/Engine/Source/Developer/Merge/Private/SMergeDetailsView.cpp index a4e58a6acff6..39ab34e90f5d 100644 --- a/Engine/Source/Developer/Merge/Private/SMergeDetailsView.cpp +++ b/Engine/Source/Developer/Merge/Private/SMergeDetailsView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergePrivatePCH.h" diff --git a/Engine/Source/Developer/Merge/Private/SMergeDetailsView.h b/Engine/Source/Developer/Merge/Private/SMergeDetailsView.h index eac062787446..ecbf838b67c1 100644 --- a/Engine/Source/Developer/Merge/Private/SMergeDetailsView.h +++ b/Engine/Source/Developer/Merge/Private/SMergeDetailsView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintMergeData.h" diff --git a/Engine/Source/Developer/Merge/Private/SMergeGraphView.cpp b/Engine/Source/Developer/Merge/Private/SMergeGraphView.cpp index 6e10efbea9b4..bec3dc5e19a4 100644 --- a/Engine/Source/Developer/Merge/Private/SMergeGraphView.cpp +++ b/Engine/Source/Developer/Merge/Private/SMergeGraphView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergePrivatePCH.h" #include "DiffUtils.h" diff --git a/Engine/Source/Developer/Merge/Private/SMergeGraphView.h b/Engine/Source/Developer/Merge/Private/SMergeGraphView.h index 469939f7f234..aa8df485a3cd 100644 --- a/Engine/Source/Developer/Merge/Private/SMergeGraphView.h +++ b/Engine/Source/Developer/Merge/Private/SMergeGraphView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintMergeData.h" diff --git a/Engine/Source/Developer/Merge/Private/SMergeTreeView.cpp b/Engine/Source/Developer/Merge/Private/SMergeTreeView.cpp index c218bbdf885d..115c6d79cb96 100644 --- a/Engine/Source/Developer/Merge/Private/SMergeTreeView.cpp +++ b/Engine/Source/Developer/Merge/Private/SMergeTreeView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergePrivatePCH.h" diff --git a/Engine/Source/Developer/Merge/Private/SMergeTreeView.h b/Engine/Source/Developer/Merge/Private/SMergeTreeView.h index bd2d2fbc2aaa..aeb30bcf9cb0 100644 --- a/Engine/Source/Developer/Merge/Private/SMergeTreeView.h +++ b/Engine/Source/Developer/Merge/Private/SMergeTreeView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintMergeData.h" diff --git a/Engine/Source/Developer/Merge/Public/Merge.h b/Engine/Source/Developer/Merge/Public/Merge.h index 5ec1f67b9b4c..cbc14c82db28 100644 --- a/Engine/Source/Developer/Merge/Public/Merge.h +++ b/Engine/Source/Developer/Merge/Public/Merge.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshBoneReduction/MeshBoneReduction.Build.cs b/Engine/Source/Developer/MeshBoneReduction/MeshBoneReduction.Build.cs index 9dc06c6a6dc1..a2b256e21872 100644 --- a/Engine/Source/Developer/MeshBoneReduction/MeshBoneReduction.Build.cs +++ b/Engine/Source/Developer/MeshBoneReduction/MeshBoneReduction.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Developer/MeshBoneReduction/Private/MeshBoneReduction.cpp b/Engine/Source/Developer/MeshBoneReduction/Private/MeshBoneReduction.cpp index ed23627c4989..5a765b80c440 100644 --- a/Engine/Source/Developer/MeshBoneReduction/Private/MeshBoneReduction.cpp +++ b/Engine/Source/Developer/MeshBoneReduction/Private/MeshBoneReduction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "MeshBoneReduction.h" diff --git a/Engine/Source/Developer/MeshBoneReduction/Public/MeshBoneReduction.h b/Engine/Source/Developer/MeshBoneReduction/Public/MeshBoneReduction.h index d97603496ed3..324db9daa534 100644 --- a/Engine/Source/Developer/MeshBoneReduction/Public/MeshBoneReduction.h +++ b/Engine/Source/Developer/MeshBoneReduction/Public/MeshBoneReduction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshSimplifier/MeshSimplifier.Build.cs b/Engine/Source/Developer/MeshSimplifier/MeshSimplifier.Build.cs index 03e9f1d7a16a..7fa574ae581e 100644 --- a/Engine/Source/Developer/MeshSimplifier/MeshSimplifier.Build.cs +++ b/Engine/Source/Developer/MeshSimplifier/MeshSimplifier.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Developer/MeshSimplifier/Private/HashTable.cpp b/Engine/Source/Developer/MeshSimplifier/Private/HashTable.cpp index a6b7a76d07aa..7ce52a32df02 100644 --- a/Engine/Source/Developer/MeshSimplifier/Private/HashTable.cpp +++ b/Engine/Source/Developer/MeshSimplifier/Private/HashTable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "HashTable.h" diff --git a/Engine/Source/Developer/MeshSimplifier/Private/HashTable.h b/Engine/Source/Developer/MeshSimplifier/Private/HashTable.h index ef85eb770a47..ed118a050b04 100644 --- a/Engine/Source/Developer/MeshSimplifier/Private/HashTable.h +++ b/Engine/Source/Developer/MeshSimplifier/Private/HashTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshSimplifier/Private/QuadricMeshReduction.cpp b/Engine/Source/Developer/MeshSimplifier/Private/QuadricMeshReduction.cpp index 3b89d2b81d81..41b46bad800f 100644 --- a/Engine/Source/Developer/MeshSimplifier/Private/QuadricMeshReduction.cpp +++ b/Engine/Source/Developer/MeshSimplifier/Private/QuadricMeshReduction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "RawMesh.h" diff --git a/Engine/Source/Developer/MeshUtilities/MeshUtilities.Build.cs b/Engine/Source/Developer/MeshUtilities/MeshUtilities.Build.cs index 39fc2a1a8c0a..84b3c252c3ae 100644 --- a/Engine/Source/Developer/MeshUtilities/MeshUtilities.Build.cs +++ b/Engine/Source/Developer/MeshUtilities/MeshUtilities.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Developer/MeshUtilities/Private/Allocator2D.cpp b/Engine/Source/Developer/MeshUtilities/Private/Allocator2D.cpp index 60aaea6b1bb4..9c604c726dc6 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/Allocator2D.cpp +++ b/Engine/Source/Developer/MeshUtilities/Private/Allocator2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshUtilitiesPrivate.h" #include "Allocator2D.h" diff --git a/Engine/Source/Developer/MeshUtilities/Private/Allocator2D.h b/Engine/Source/Developer/MeshUtilities/Private/Allocator2D.h index 74680014ce4d..e7cff626b8a9 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/Allocator2D.h +++ b/Engine/Source/Developer/MeshUtilities/Private/Allocator2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshUtilities/Private/DisjointSet.h b/Engine/Source/Developer/MeshUtilities/Private/DisjointSet.h index eb5adcb66730..6082c4f4e3bb 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/DisjointSet.h +++ b/Engine/Source/Developer/MeshUtilities/Private/DisjointSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshUtilities/Private/LayoutUV.cpp b/Engine/Source/Developer/MeshUtilities/Private/LayoutUV.cpp index 0a3d0636c5bc..be4b3518484a 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/LayoutUV.cpp +++ b/Engine/Source/Developer/MeshUtilities/Private/LayoutUV.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshUtilitiesPrivate.h" #include "LayoutUV.h" diff --git a/Engine/Source/Developer/MeshUtilities/Private/LayoutUV.h b/Engine/Source/Developer/MeshUtilities/Private/LayoutUV.h index ee688f0c6c18..9a01d4c67465 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/LayoutUV.h +++ b/Engine/Source/Developer/MeshUtilities/Private/LayoutUV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp b/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp index a34895ce8a9a..e65ff3fc7ab5 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp +++ b/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshUtilitiesPrivate.h" #include "StaticMeshResources.h" diff --git a/Engine/Source/Developer/MeshUtilities/Private/MeshUtilitiesPrivate.h b/Engine/Source/Developer/MeshUtilities/Private/MeshUtilitiesPrivate.h index 32185b882b26..ea4fd6da08ea 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/MeshUtilitiesPrivate.h +++ b/Engine/Source/Developer/MeshUtilities/Private/MeshUtilitiesPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshUtilities/Private/SkeletalMeshTools.cpp b/Engine/Source/Developer/MeshUtilities/Private/SkeletalMeshTools.cpp index 88b9ccbaf6c5..aaa5888f164c 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/SkeletalMeshTools.cpp +++ b/Engine/Source/Developer/MeshUtilities/Private/SkeletalMeshTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshUtilitiesPrivate.h" #include "MeshUtilities.h" diff --git a/Engine/Source/Developer/MeshUtilities/Private/SkeletalMeshTools.h b/Engine/Source/Developer/MeshUtilities/Private/SkeletalMeshTools.h index 0446e84395bb..de0a04b9040b 100644 --- a/Engine/Source/Developer/MeshUtilities/Private/SkeletalMeshTools.h +++ b/Engine/Source/Developer/MeshUtilities/Private/SkeletalMeshTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshUtilities/Public/MeshMergeData.h b/Engine/Source/Developer/MeshUtilities/Public/MeshMergeData.h index ba008bda7377..56f8d82ebe19 100644 --- a/Engine/Source/Developer/MeshUtilities/Public/MeshMergeData.h +++ b/Engine/Source/Developer/MeshUtilities/Public/MeshMergeData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MeshUtilities/Public/MeshUtilities.h b/Engine/Source/Developer/MeshUtilities/Public/MeshUtilities.h index 20378e62e3f1..4396b9fc24cd 100644 --- a/Engine/Source/Developer/MeshUtilities/Public/MeshUtilities.h +++ b/Engine/Source/Developer/MeshUtilities/Public/MeshUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/MessageLog.Build.cs b/Engine/Source/Developer/MessageLog/MessageLog.Build.cs index fe2dabab0d38..560939a97008 100644 --- a/Engine/Source/Developer/MessageLog/MessageLog.Build.cs +++ b/Engine/Source/Developer/MessageLog/MessageLog.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/MessageLog/Private/MessageFilter.cpp b/Engine/Source/Developer/MessageLog/Private/MessageFilter.cpp index 553778bc6576..8034aa95e93a 100644 --- a/Engine/Source/Developer/MessageLog/Private/MessageFilter.cpp +++ b/Engine/Source/Developer/MessageLog/Private/MessageFilter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "MessageFilter.h" diff --git a/Engine/Source/Developer/MessageLog/Private/MessageFilter.h b/Engine/Source/Developer/MessageLog/Private/MessageFilter.h index c87c25d14fde..fafcaca57dbe 100644 --- a/Engine/Source/Developer/MessageLog/Private/MessageFilter.h +++ b/Engine/Source/Developer/MessageLog/Private/MessageFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Developer/MessageLog/Private/MessageLogModule.cpp b/Engine/Source/Developer/MessageLog/Private/MessageLogModule.cpp index 995307a67052..26910f00fda4 100644 --- a/Engine/Source/Developer/MessageLog/Private/MessageLogModule.cpp +++ b/Engine/Source/Developer/MessageLog/Private/MessageLogModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "MessageLogModule.h" diff --git a/Engine/Source/Developer/MessageLog/Private/MessageLogPrivatePCH.h b/Engine/Source/Developer/MessageLog/Private/MessageLogPrivatePCH.h index e307d25af308..9c31c67cd93b 100644 --- a/Engine/Source/Developer/MessageLog/Private/MessageLogPrivatePCH.h +++ b/Engine/Source/Developer/MessageLog/Private/MessageLogPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __MessageLogPrivatePCH_h__ #define __MessageLogPrivatePCH_h__ diff --git a/Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.cpp b/Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.cpp index 84d726e7bc97..5602bcfd63a7 100644 --- a/Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.cpp +++ b/Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "MessageLogListingModel.h" diff --git a/Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.h b/Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.h index 8b089119bc7e..800443b3417e 100644 --- a/Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.h +++ b/Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Private/Model/MessageLogModel.cpp b/Engine/Source/Developer/MessageLog/Private/Model/MessageLogModel.cpp index 091798671d37..c333dccf54f5 100644 --- a/Engine/Source/Developer/MessageLog/Private/Model/MessageLogModel.cpp +++ b/Engine/Source/Developer/MessageLog/Private/Model/MessageLogModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "MessageLogModel.h" diff --git a/Engine/Source/Developer/MessageLog/Private/Model/MessageLogModel.h b/Engine/Source/Developer/MessageLog/Private/Model/MessageLogModel.h index 46716eeae855..caf18b170f13 100644 --- a/Engine/Source/Developer/MessageLog/Private/Model/MessageLogModel.h +++ b/Engine/Source/Developer/MessageLog/Private/Model/MessageLogModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.cpp b/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.cpp index 4eb5b8ddbc29..b303d5ecbb94 100644 --- a/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.cpp +++ b/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "MessageLogListingViewModel.h" diff --git a/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.h b/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.h index a65be9f39f88..b82b36131fdc 100644 --- a/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.h +++ b/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogViewModel.cpp b/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogViewModel.cpp index 7687358a0d27..7d1a719b1621 100644 --- a/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogViewModel.cpp +++ b/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "MessageLogViewModel.h" diff --git a/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogViewModel.h b/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogViewModel.h index 83619043c551..9aa97a11c8ba 100644 --- a/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogViewModel.h +++ b/Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLog.cpp b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLog.cpp index b782cb3c5847..daeb43a6cb88 100644 --- a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLog.cpp +++ b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "SMessageLog.h" diff --git a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLog.h b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLog.h index 8e4b02a34e10..7ad7d1521862 100644 --- a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLog.h +++ b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogCategoryListRow.h b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogCategoryListRow.h index 297261d221e3..fa38382fed3f 100644 --- a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogCategoryListRow.h +++ b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogCategoryListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogListing.cpp b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogListing.cpp index e695e93ad68b..e11bd59bd054 100644 --- a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogListing.cpp +++ b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogListing.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "SMessageLogListing.h" diff --git a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogListing.h b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogListing.h index 223b16a79000..d5bf29b81802 100644 --- a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogListing.h +++ b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogListing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogMessageListRow.cpp b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogMessageListRow.cpp index 1c69cb9a707e..aa84642b798f 100644 --- a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogMessageListRow.cpp +++ b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogMessageListRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessageLogPrivatePCH.h" #include "SMessageLogMessageListRow.h" diff --git a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogMessageListRow.h b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogMessageListRow.h index fa6ac39aa608..f7d4f5bd3d02 100644 --- a/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogMessageListRow.h +++ b/Engine/Source/Developer/MessageLog/Private/UserInterface/SMessageLogMessageListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Public/IMessageLogListing.h b/Engine/Source/Developer/MessageLog/Public/IMessageLogListing.h index d75c35904a80..e8f77d44d121 100644 --- a/Engine/Source/Developer/MessageLog/Public/IMessageLogListing.h +++ b/Engine/Source/Developer/MessageLog/Public/IMessageLogListing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Public/MessageLogInitializationOptions.h b/Engine/Source/Developer/MessageLog/Public/MessageLogInitializationOptions.h index 85d2aac1dc5f..3863f0c8f9ab 100644 --- a/Engine/Source/Developer/MessageLog/Public/MessageLogInitializationOptions.h +++ b/Engine/Source/Developer/MessageLog/Public/MessageLogInitializationOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/MessageLog/Public/MessageLogModule.h b/Engine/Source/Developer/MessageLog/Public/MessageLogModule.h index 69163884238e..e6db09d309d5 100644 --- a/Engine/Source/Developer/MessageLog/Public/MessageLogModule.h +++ b/Engine/Source/Developer/MessageLog/Public/MessageLogModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ModuleUI/ModuleUI.Build.cs b/Engine/Source/Developer/ModuleUI/ModuleUI.Build.cs index 5f96d83695db..f6fb6b6b3336 100644 --- a/Engine/Source/Developer/ModuleUI/ModuleUI.Build.cs +++ b/Engine/Source/Developer/ModuleUI/ModuleUI.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ModuleUI/Private/ModuleUI.cpp b/Engine/Source/Developer/ModuleUI/Private/ModuleUI.cpp index 3acf1b2864d5..fef2f623f301 100644 --- a/Engine/Source/Developer/ModuleUI/Private/ModuleUI.cpp +++ b/Engine/Source/Developer/ModuleUI/Private/ModuleUI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ModuleUIPrivatePCH.h" diff --git a/Engine/Source/Developer/ModuleUI/Private/ModuleUIPrivatePCH.h b/Engine/Source/Developer/ModuleUI/Private/ModuleUIPrivatePCH.h index 7b4b38829860..2cc86abacb69 100644 --- a/Engine/Source/Developer/ModuleUI/Private/ModuleUIPrivatePCH.h +++ b/Engine/Source/Developer/ModuleUI/Private/ModuleUIPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ModuleUI/Private/SModuleUI.cpp b/Engine/Source/Developer/ModuleUI/Private/SModuleUI.cpp index c3749e118a02..93d28172ce81 100644 --- a/Engine/Source/Developer/ModuleUI/Private/SModuleUI.cpp +++ b/Engine/Source/Developer/ModuleUI/Private/SModuleUI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ModuleUIPrivatePCH.h" #include "HotReloadInterface.h" diff --git a/Engine/Source/Developer/ModuleUI/Private/SModuleUI.h b/Engine/Source/Developer/ModuleUI/Private/SModuleUI.h index 316333b5ea22..cf53a9c39dc1 100644 --- a/Engine/Source/Developer/ModuleUI/Private/SModuleUI.h +++ b/Engine/Source/Developer/ModuleUI/Private/SModuleUI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ModuleUI/Public/ModuleUIInterface.h b/Engine/Source/Developer/ModuleUI/Public/ModuleUIInterface.h index cfe1707a0ff0..bd81c95d9771 100644 --- a/Engine/Source/Developer/ModuleUI/Public/ModuleUIInterface.h +++ b/Engine/Source/Developer/ModuleUI/Public/ModuleUIInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/OutputLog/OutputLog.Build.cs b/Engine/Source/Developer/OutputLog/OutputLog.Build.cs index 343fc2884dea..423f2aa6ee4f 100644 --- a/Engine/Source/Developer/OutputLog/OutputLog.Build.cs +++ b/Engine/Source/Developer/OutputLog/OutputLog.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp b/Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp index dd19067f3374..f0209d6cbd40 100644 --- a/Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp +++ b/Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OutputLogPrivatePCH.h" #include "SDebugConsole.h" diff --git a/Engine/Source/Developer/OutputLog/Private/OutputLogPrivatePCH.h b/Engine/Source/Developer/OutputLog/Private/OutputLogPrivatePCH.h index d977887a0364..ad499c065355 100644 --- a/Engine/Source/Developer/OutputLog/Private/OutputLogPrivatePCH.h +++ b/Engine/Source/Developer/OutputLog/Private/OutputLogPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/OutputLog/Private/SDebugConsole.cpp b/Engine/Source/Developer/OutputLog/Private/SDebugConsole.cpp index 872cf9f73eff..cd6bc15bef2d 100644 --- a/Engine/Source/Developer/OutputLog/Private/SDebugConsole.cpp +++ b/Engine/Source/Developer/OutputLog/Private/SDebugConsole.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OutputLogPrivatePCH.h" #include "OutputLogModule.h" diff --git a/Engine/Source/Developer/OutputLog/Private/SDebugConsole.h b/Engine/Source/Developer/OutputLog/Private/SDebugConsole.h index 88df8c959451..246359d07db3 100644 --- a/Engine/Source/Developer/OutputLog/Private/SDebugConsole.h +++ b/Engine/Source/Developer/OutputLog/Private/SDebugConsole.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/OutputLog/Private/SDeviceOutputLog.cpp b/Engine/Source/Developer/OutputLog/Private/SDeviceOutputLog.cpp index bb6d0ef43d89..a45f9ef97ebf 100644 --- a/Engine/Source/Developer/OutputLog/Private/SDeviceOutputLog.cpp +++ b/Engine/Source/Developer/OutputLog/Private/SDeviceOutputLog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OutputLogPrivatePCH.h" #include "SDeviceOutputLog.h" diff --git a/Engine/Source/Developer/OutputLog/Private/SDeviceOutputLog.h b/Engine/Source/Developer/OutputLog/Private/SDeviceOutputLog.h index bd993418ee05..2576ad71ef0e 100644 --- a/Engine/Source/Developer/OutputLog/Private/SDeviceOutputLog.h +++ b/Engine/Source/Developer/OutputLog/Private/SDeviceOutputLog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/OutputLog/Private/SOutputLog.cpp b/Engine/Source/Developer/OutputLog/Private/SOutputLog.cpp index 09ff533180ac..4b18b38d2a4a 100644 --- a/Engine/Source/Developer/OutputLog/Private/SOutputLog.cpp +++ b/Engine/Source/Developer/OutputLog/Private/SOutputLog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OutputLogPrivatePCH.h" #include "SOutputLog.h" diff --git a/Engine/Source/Developer/OutputLog/Private/SOutputLog.h b/Engine/Source/Developer/OutputLog/Private/SOutputLog.h index fa982f31955e..4c07b1622d40 100644 --- a/Engine/Source/Developer/OutputLog/Private/SOutputLog.h +++ b/Engine/Source/Developer/OutputLog/Private/SOutputLog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BaseTextLayoutMarshaller.h" diff --git a/Engine/Source/Developer/OutputLog/Public/OutputLogModule.h b/Engine/Source/Developer/OutputLog/Public/OutputLogModule.h index 3991dbecfc98..53180712ff49 100644 --- a/Engine/Source/Developer/OutputLog/Public/OutputLogModule.h +++ b/Engine/Source/Developer/OutputLog/Public/OutputLogModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/PackageDependencyInfo/PackageDependencyInfo.Build.cs b/Engine/Source/Developer/PackageDependencyInfo/PackageDependencyInfo.Build.cs index a2ec630c8c95..29f7df0a958e 100644 --- a/Engine/Source/Developer/PackageDependencyInfo/PackageDependencyInfo.Build.cs +++ b/Engine/Source/Developer/PackageDependencyInfo/PackageDependencyInfo.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfo.cpp b/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfo.cpp index 3dea3e3ecd44..65dc864b0c70 100644 --- a/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfo.cpp +++ b/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PackageDependencyInfoPrivatePCH.h" #include "PackageDependencyInfoPrivate.h" diff --git a/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfoPrivate.h b/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfoPrivate.h index 7fe3f51567bf..3c9b87d89f89 100644 --- a/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfoPrivate.h +++ b/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfoPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfoPrivatePCH.h b/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfoPrivatePCH.h index 31d122ba1dda..7ae19de7fb05 100644 --- a/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfoPrivatePCH.h +++ b/Engine/Source/Developer/PackageDependencyInfo/Private/PackageDependencyInfoPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/PackageDependencyInfo/Public/PackageDependencyInfo.h b/Engine/Source/Developer/PackageDependencyInfo/Public/PackageDependencyInfo.h index 69e7fcf93cb5..b7e88ba389e4 100644 --- a/Engine/Source/Developer/PackageDependencyInfo/Public/PackageDependencyInfo.h +++ b/Engine/Source/Developer/PackageDependencyInfo/Public/PackageDependencyInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerCommands.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerCommands.cpp index 145f2d9fdbb0..a543b739f698 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerCommands.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "DesktopPlatformModule.h" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerCommands.h b/Engine/Source/Developer/Profiler/Private/ProfilerCommands.h index 8429826e909c..5d0f1a3d9825 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerCommands.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerDataProvider.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerDataProvider.cpp index 89a618a40fbc..4c0790365c37 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerDataProvider.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerDataProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerDataProvider.h b/Engine/Source/Developer/Profiler/Private/ProfilerDataProvider.h index f61ffe117e7d..4f019ad5a6c0 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerDataProvider.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerDataProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerDataSource.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerDataSource.cpp index 0c46d0d8f33e..d5ec2728338b 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerDataSource.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerDataSource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #define LOCTEXT_NAMESPACE "ProfilerDataSource" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerDataSource.h b/Engine/Source/Developer/Profiler/Private/ProfilerDataSource.h index 004bb2ed7c41..37a23259db23 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerDataSource.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerDataSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerFPSAnalyzer.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerFPSAnalyzer.cpp index f01cddc825e7..7dd6b68b919d 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerFPSAnalyzer.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerFPSAnalyzer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerFPSAnalyzer.h b/Engine/Source/Developer/Profiler/Private/ProfilerFPSAnalyzer.h index 163698617702..095426d6be36 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerFPSAnalyzer.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerFPSAnalyzer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerManager.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerManager.cpp index 5faae05be9d5..d2e5684684ed 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerManager.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "RenderingThread.h" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerManager.h b/Engine/Source/Developer/Profiler/Private/ProfilerManager.h index 2c05c1ad1da0..717151d06ff6 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerManager.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerModule.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerModule.cpp index b8688cf54388..47ae98c68f22 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerModule.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "SDockTab.h" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerPrivatePCH.h b/Engine/Source/Developer/Profiler/Private/ProfilerPrivatePCH.h index f31bc20b1f17..e5828df9f55c 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerPrivatePCH.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerRawStats.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerRawStats.cpp index 5245d0e38de1..d17efeb871a2 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerRawStats.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerRawStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "DiagnosticTable.h" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerRawStats.h b/Engine/Source/Developer/Profiler/Private/ProfilerRawStats.h index 81d8103420f1..6c420ca20f47 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerRawStats.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerRawStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerSample.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerSample.cpp index b8637f58f13a..56f2ad81a451 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerSample.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerSample.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #define LOCTEXT_NAMESPACE "ProfilerSample" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerSample.h b/Engine/Source/Developer/Profiler/Private/ProfilerSample.h index 643cd7e80da7..842b1184d4b3 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerSample.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerSample.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerSession.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerSession.cpp index be424066e3b0..38ece2d49573 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerSession.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerSession.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerSession.h b/Engine/Source/Developer/Profiler/Private/ProfilerSession.h index 4ac2a75d9964..fdad872c166c 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerSession.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerSession.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerStream.cpp b/Engine/Source/Developer/Profiler/Private/ProfilerStream.cpp index ef586514b297..a857750cb90a 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerStream.cpp +++ b/Engine/Source/Developer/Profiler/Private/ProfilerStream.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/ProfilerStream.h b/Engine/Source/Developer/Profiler/Private/ProfilerStream.h index d5a4d175c027..957bd326aad8 100644 --- a/Engine/Source/Developer/Profiler/Private/ProfilerStream.h +++ b/Engine/Source/Developer/Profiler/Private/ProfilerStream.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SDataGraph.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SDataGraph.cpp index da06d6571c4b..8c5acb170f30 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SDataGraph.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SDataGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SDataGraph.h b/Engine/Source/Developer/Profiler/Private/Widgets/SDataGraph.h index 2566b245fe97..5882282ed33e 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SDataGraph.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SDataGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraph.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraph.cpp index 73f53cd129bd..f748b748fb7e 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraph.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "SEventGraphTooltip.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraph.h b/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraph.h index 0e15b254296b..13756c3ed853 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraph.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraphTooltip.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraphTooltip.cpp index dfda804d11e8..f70d7121b2de 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraphTooltip.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraphTooltip.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "SEventGraphTooltip.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraphTooltip.h b/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraphTooltip.h index 35c55571c368..2d56e1bd5233 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraphTooltip.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SEventGraphTooltip.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SFiltersAndPresets.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SFiltersAndPresets.cpp index 403a7e31312f..d6cb86cfa747 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SFiltersAndPresets.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SFiltersAndPresets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "SSearchBox.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SFiltersAndPresets.h b/Engine/Source/Developer/Profiler/Private/Widgets/SFiltersAndPresets.h index 939c72ed7956..e1682d1c8260 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SFiltersAndPresets.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SFiltersAndPresets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SHistogram.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SHistogram.cpp index b86f3528e8db..0692c1926ba6 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SHistogram.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SHistogram.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SHistogram.h b/Engine/Source/Developer/Profiler/Private/Widgets/SHistogram.h index 69f469f17e04..abcc7f40e49c 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SHistogram.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SHistogram.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerFPSChartPanel.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerFPSChartPanel.cpp index bc5f4e0bc2b9..2a9fa75fc3a7 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerFPSChartPanel.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerFPSChartPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerFPSChartPanel.h b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerFPSChartPanel.h index 469188ad82a0..9d20398a961d 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerFPSChartPanel.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerFPSChartPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerGraphPanel.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerGraphPanel.cpp index 0671b8c16b6e..94ab8902f1cc 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerGraphPanel.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerGraphPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerGraphPanel.h b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerGraphPanel.h index 99c100d3f2e0..02c3f8218fb2 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerGraphPanel.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerGraphPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerMiniView.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerMiniView.cpp index 16696d4804f7..da45fb55ff1b 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerMiniView.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerMiniView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerMiniView.h b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerMiniView.h index c7b19fb36407..3fde898ad18a 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerMiniView.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerMiniView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerSettings.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerSettings.cpp index ffd3f4012cdb..04c959f4fc72 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerSettings.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "SProfilerSettings.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerSettings.h b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerSettings.h index 9ede6d2d07fc..0657cca676d1 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerSettings.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerThreadView.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerThreadView.cpp index c4d7a217b452..14b9211b4682 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerThreadView.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerThreadView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerThreadView.h b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerThreadView.h index d2236e09bbdc..7660a2e42f1f 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerThreadView.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerThreadView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerToolbar.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerToolbar.cpp index a1d1ecc1b986..bf3287b4bf74 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerToolbar.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "SDockTab.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerToolbar.h b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerToolbar.h index c40b164d736c..b18bd740e561 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerToolbar.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerWindow.cpp b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerWindow.cpp index 46bac0ef0678..ee54ef712067 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerWindow.cpp +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerPrivatePCH.h" #include "SProfilerSettings.h" diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerWindow.h b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerWindow.h index cd0fc5c1be89..7d676b2b4aee 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerWindow.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/SProfilerWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Private/Widgets/StatDragDropOp.h b/Engine/Source/Developer/Profiler/Private/Widgets/StatDragDropOp.h index 0ec2f63a6c46..d0e0ad4cb04a 100644 --- a/Engine/Source/Developer/Profiler/Private/Widgets/StatDragDropOp.h +++ b/Engine/Source/Developer/Profiler/Private/Widgets/StatDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Profiler.Build.cs b/Engine/Source/Developer/Profiler/Profiler.Build.cs index d11a04664bec..7955120e6e89 100644 --- a/Engine/Source/Developer/Profiler/Profiler.Build.cs +++ b/Engine/Source/Developer/Profiler/Profiler.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Profiler/Public/Interfaces/IProfilerModule.h b/Engine/Source/Developer/Profiler/Public/Interfaces/IProfilerModule.h index 52de552c8a74..e17f5676b1dc 100644 --- a/Engine/Source/Developer/Profiler/Public/Interfaces/IProfilerModule.h +++ b/Engine/Source/Developer/Profiler/Public/Interfaces/IProfilerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Public/Profiler.h b/Engine/Source/Developer/Profiler/Public/Profiler.h index 9fdb2b4e8bdf..357115a2b8c3 100644 --- a/Engine/Source/Developer/Profiler/Public/Profiler.h +++ b/Engine/Source/Developer/Profiler/Public/Profiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Profiler/Public/ProfilerCommon.h b/Engine/Source/Developer/Profiler/Public/ProfilerCommon.h index 2f429db0eb5d..722b90ee87fd 100644 --- a/Engine/Source/Developer/Profiler/Public/ProfilerCommon.h +++ b/Engine/Source/Developer/Profiler/Public/ProfilerCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ProfilerCommon.h: Declares the profiler common classes, structures, typedef etc. diff --git a/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientManager.cpp b/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientManager.cpp index 7ad50f0ff66c..df0f0ea1dc56 100644 --- a/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientManager.cpp +++ b/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ProfilerClientModule.cpp: Implements the FProfilerClientModule class. diff --git a/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientManager.h b/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientManager.h index c9407c34daf3..f875d87f6a68 100644 --- a/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientManager.h +++ b/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientModule.cpp b/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientModule.cpp index e7e73b7db6b5..31ca7506478f 100644 --- a/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientModule.cpp +++ b/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ProfilerClientModule.cpp: Implements the FProfilerClientModule class. diff --git a/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientPrivatePCH.h b/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientPrivatePCH.h index c26e8f2d1eef..027484dab5e5 100644 --- a/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientPrivatePCH.h +++ b/Engine/Source/Developer/ProfilerClient/Private/ProfilerClientPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerClient/ProfilerClient.Build.cs b/Engine/Source/Developer/ProfilerClient/ProfilerClient.Build.cs index cb1f52c75cc6..0aa902102dcd 100644 --- a/Engine/Source/Developer/ProfilerClient/ProfilerClient.Build.cs +++ b/Engine/Source/Developer/ProfilerClient/ProfilerClient.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/ProfilerClient/Public/Interfaces/IProfilerClient.h b/Engine/Source/Developer/ProfilerClient/Public/Interfaces/IProfilerClient.h index 42c23a39b6e0..db447cf9a078 100644 --- a/Engine/Source/Developer/ProfilerClient/Public/Interfaces/IProfilerClient.h +++ b/Engine/Source/Developer/ProfilerClient/Public/Interfaces/IProfilerClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerClient/Public/Interfaces/IProfilerClientModule.h b/Engine/Source/Developer/ProfilerClient/Public/Interfaces/IProfilerClientModule.h index 2fb634ee55f6..06621ecdb0ab 100644 --- a/Engine/Source/Developer/ProfilerClient/Public/Interfaces/IProfilerClientModule.h +++ b/Engine/Source/Developer/ProfilerClient/Public/Interfaces/IProfilerClientModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IProfilerClientModule.h: Declares the IProfilerClientModule interface. diff --git a/Engine/Source/Developer/ProfilerClient/Public/ProfilerClient.h b/Engine/Source/Developer/ProfilerClient/Public/ProfilerClient.h index afd0f8dd9c6f..eed71cc56c10 100644 --- a/Engine/Source/Developer/ProfilerClient/Public/ProfilerClient.h +++ b/Engine/Source/Developer/ProfilerClient/Public/ProfilerClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerMessages/Classes/ProfilerServiceMessages.h b/Engine/Source/Developer/ProfilerMessages/Classes/ProfilerServiceMessages.h index 8aa2b61d3835..0c8858816626 100644 --- a/Engine/Source/Developer/ProfilerMessages/Classes/ProfilerServiceMessages.h +++ b/Engine/Source/Developer/ProfilerMessages/Classes/ProfilerServiceMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerMessages/Private/ProfilerMessagesModule.cpp b/Engine/Source/Developer/ProfilerMessages/Private/ProfilerMessagesModule.cpp index 06c3c06adfaf..541a071819b7 100644 --- a/Engine/Source/Developer/ProfilerMessages/Private/ProfilerMessagesModule.cpp +++ b/Engine/Source/Developer/ProfilerMessages/Private/ProfilerMessagesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerMessagesPrivatePCH.h" diff --git a/Engine/Source/Developer/ProfilerMessages/Private/ProfilerMessagesPrivatePCH.h b/Engine/Source/Developer/ProfilerMessages/Private/ProfilerMessagesPrivatePCH.h index 187fc97a251f..62d22f2823ec 100644 --- a/Engine/Source/Developer/ProfilerMessages/Private/ProfilerMessagesPrivatePCH.h +++ b/Engine/Source/Developer/ProfilerMessages/Private/ProfilerMessagesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerMessages/ProfilerMessages.Build.cs b/Engine/Source/Developer/ProfilerMessages/ProfilerMessages.Build.cs index 5d8e9d757bf3..445334d59f8e 100644 --- a/Engine/Source/Developer/ProfilerMessages/ProfilerMessages.Build.cs +++ b/Engine/Source/Developer/ProfilerMessages/ProfilerMessages.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/ProfilerMessages/Public/ProfilerMessages.h b/Engine/Source/Developer/ProfilerMessages/Public/ProfilerMessages.h index 3b46fac068e3..c8e185477dad 100644 --- a/Engine/Source/Developer/ProfilerMessages/Public/ProfilerMessages.h +++ b/Engine/Source/Developer/ProfilerMessages/Public/ProfilerMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceFileTransfer.cpp b/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceFileTransfer.cpp index 75c9b3b39daf..4b8d6c4a6b09 100644 --- a/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceFileTransfer.cpp +++ b/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceFileTransfer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerServicePrivatePCH.h" #include "SecureHash.h" diff --git a/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceManager.cpp b/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceManager.cpp index a5d03b5b8543..43af3a65fbbb 100644 --- a/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceManager.cpp +++ b/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerServicePrivatePCH.h" diff --git a/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceManager.h b/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceManager.h index dfdc7510ccac..2c7d1d7ad4d0 100644 --- a/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceManager.h +++ b/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceModule.cpp b/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceModule.cpp index 2228cb17c75d..56a58266422e 100644 --- a/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceModule.cpp +++ b/Engine/Source/Developer/ProfilerService/Private/ProfilerServiceModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProfilerServicePrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Developer/ProfilerService/Private/ProfilerServicePrivatePCH.h b/Engine/Source/Developer/ProfilerService/Private/ProfilerServicePrivatePCH.h index e666e7a8b104..c6d3c4c49fa4 100644 --- a/Engine/Source/Developer/ProfilerService/Private/ProfilerServicePrivatePCH.h +++ b/Engine/Source/Developer/ProfilerService/Private/ProfilerServicePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerService/ProfilerService.Build.cs b/Engine/Source/Developer/ProfilerService/ProfilerService.Build.cs index cd7627d3b8e6..9771146b6905 100644 --- a/Engine/Source/Developer/ProfilerService/ProfilerService.Build.cs +++ b/Engine/Source/Developer/ProfilerService/ProfilerService.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/ProfilerService/Public/Interfaces/IProfilerServiceManager.h b/Engine/Source/Developer/ProfilerService/Public/Interfaces/IProfilerServiceManager.h index b3b4277a4a99..79a75cc9be10 100644 --- a/Engine/Source/Developer/ProfilerService/Public/Interfaces/IProfilerServiceManager.h +++ b/Engine/Source/Developer/ProfilerService/Public/Interfaces/IProfilerServiceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerService/Public/Interfaces/IProfilerServiceModule.h b/Engine/Source/Developer/ProfilerService/Public/Interfaces/IProfilerServiceModule.h index b442146f4454..223d190e93bc 100644 --- a/Engine/Source/Developer/ProfilerService/Public/Interfaces/IProfilerServiceModule.h +++ b/Engine/Source/Developer/ProfilerService/Public/Interfaces/IProfilerServiceModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProfilerService/Public/ProfilerService.h b/Engine/Source/Developer/ProfilerService/Public/ProfilerService.h index 156106400bee..c4ef0921e44d 100644 --- a/Engine/Source/Developer/ProfilerService/Public/ProfilerService.h +++ b/Engine/Source/Developer/ProfilerService/Public/ProfilerService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Models/ProjectLauncherCommands.h b/Engine/Source/Developer/ProjectLauncher/Private/Models/ProjectLauncherCommands.h index 855ca8cf3f42..2ffe51f2b0cf 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Models/ProjectLauncherCommands.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Models/ProjectLauncherCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Models/ProjectLauncherModel.h b/Engine/Source/Developer/ProjectLauncher/Private/Models/ProjectLauncherModel.h index ed21b71eab55..417e8f4c6666 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Models/ProjectLauncherModel.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Models/ProjectLauncherModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/ProjectLauncherModule.cpp b/Engine/Source/Developer/ProjectLauncher/Private/ProjectLauncherModule.cpp index 2622a47edc0c..08aace386f7b 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/ProjectLauncherModule.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/ProjectLauncherModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/ProjectLauncherPrivatePCH.h b/Engine/Source/Developer/ProjectLauncher/Private/ProjectLauncherPrivatePCH.h index 8f0a3dc92988..c709c7866ffc 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/ProjectLauncherPrivatePCH.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/ProjectLauncherPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Build/SProjectLauncherBuildPage.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Build/SProjectLauncherBuildPage.cpp index f58638426228..bd3fd54338eb 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Build/SProjectLauncherBuildPage.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Build/SProjectLauncherBuildPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Build/SProjectLauncherBuildPage.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Build/SProjectLauncherBuildPage.h index e86350e02cf7..a58e0fbd4eb7 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Build/SProjectLauncherBuildPage.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Build/SProjectLauncherBuildPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookByTheBookSettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookByTheBookSettings.cpp index fbb41d9e4144..61f9a3f2363f 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookByTheBookSettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookByTheBookSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SHyperlink.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookByTheBookSettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookByTheBookSettings.h index 9d5a4a6c9d75..3721603b46ea 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookByTheBookSettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookByTheBookSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookOnTheFlySettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookOnTheFlySettings.cpp index fa881a39fcaa..6218c2aa0edc 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookOnTheFlySettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookOnTheFlySettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookOnTheFlySettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookOnTheFlySettings.h index 5c157c000984..cf5be610177b 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookOnTheFlySettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookOnTheFlySettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookPage.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookPage.cpp index 23cae9fcb97b..037df22da476 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookPage.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookPage.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookPage.h index 0375ec7dd8bd..690e3d125c5c 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookPage.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookedPlatforms.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookedPlatforms.cpp index f6c40b13b695..473ea1a61ea0 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookedPlatforms.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookedPlatforms.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SProjectLauncherCookedPlatforms.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookedPlatforms.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookedPlatforms.h index 62270fd8ff99..e1561aff86d9 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookedPlatforms.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCookedPlatforms.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCultureListRow.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCultureListRow.h index e38117ee6826..afc516b4c2e8 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCultureListRow.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherCultureListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherMapListRow.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherMapListRow.h index 686a859bf04b..263d9af4440d 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherMapListRow.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherMapListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherPlatformListRow.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherPlatformListRow.h index cbb2866fb927..fdad9b368c62 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherPlatformListRow.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherPlatformListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherSimpleCookPage.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherSimpleCookPage.cpp index 6a8a95c9e410..6101229ab8dd 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherSimpleCookPage.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherSimpleCookPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherSimpleCookPage.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherSimpleCookPage.h index 7f4df54067aa..6fd8ef04b151 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherSimpleCookPage.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Cook/SProjectLauncherSimpleCookPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployFileServerSettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployFileServerSettings.cpp index bfe36c321ea8..da30693293f0 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployFileServerSettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployFileServerSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployFileServerSettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployFileServerSettings.h index 2cfa0a9d1704..951e9dc42499 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployFileServerSettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployFileServerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployPage.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployPage.cpp index af31e4dfa42a..acea1a8aa8d8 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployPage.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployPage.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployPage.h index 76b55de45c65..92ce3cddffa6 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployPage.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployRepositorySettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployRepositorySettings.cpp index 459d84cf1c2a..65614e163d0d 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployRepositorySettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployRepositorySettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployRepositorySettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployRepositorySettings.h index cb7458d922fa..9155b8e211a8 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployRepositorySettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployRepositorySettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargetListRow.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargetListRow.h index dfd768f1abac..63c54174c1e5 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargetListRow.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargetListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargets.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargets.cpp index 2c617a6e39c2..a0b8335073ed 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargets.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargets.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargets.h index cebd584ff3a3..7250077c62df 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargets.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployTargets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployToDeviceSettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployToDeviceSettings.cpp index 5116d829ccef..967363c8b47c 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployToDeviceSettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployToDeviceSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployToDeviceSettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployToDeviceSettings.h index 69b8eac27453..3d5026225cd8 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployToDeviceSettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeployToDeviceSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeviceGroupSelector.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeviceGroupSelector.cpp index f950158455f3..b580739ee1b7 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeviceGroupSelector.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeviceGroupSelector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SProjectLauncherDeviceGroupSelector.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeviceGroupSelector.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeviceGroupSelector.h index 0f19735436c8..0a38585e73f0 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeviceGroupSelector.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherDeviceGroupSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListRow.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListRow.h index 3be3faad0de0..089506f3aa38 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListRow.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListView.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListView.cpp index c8851c2a8c12..96f9cef4d077 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListView.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SHyperlink.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListView.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListView.h index d69ffd20694d..381452b69263 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListView.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Deploy/SProjectLauncherSimpleDeviceListView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchCustomRoles.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchCustomRoles.cpp index a66f3b468610..c56ef74a196a 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchCustomRoles.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchCustomRoles.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchCustomRoles.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchCustomRoles.h index 58659e4d7027..4cad943e5adb 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchCustomRoles.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchCustomRoles.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchPage.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchPage.cpp index 071b47691423..ca8eac93b04a 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchPage.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchPage.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchPage.h index cd351a95c503..cd002cc47d2c 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchPage.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchRoleEditor.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchRoleEditor.cpp index e19f0c4f8b54..4b0f2dc8dd0b 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchRoleEditor.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchRoleEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SProjectLauncherLaunchRoleEditor.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchRoleEditor.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchRoleEditor.h index b2569826d332..32cc1941ff3d 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchRoleEditor.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Launch/SProjectLauncherLaunchRoleEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagePage.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagePage.cpp index 9760f9677a70..d4150022b488 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagePage.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagePage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagePage.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagePage.h index e824658d43ef..69fc0cc3701a 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagePage.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagePage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagingSettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagingSettings.cpp index 7a803d6414fa..999b52677c77 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagingSettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagingSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagingSettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagingSettings.h index 3f51b756f047..eb61100e5a29 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagingSettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Package/SProjectLauncherPackagingSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListRow.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListRow.h index 9f81a5d6b799..a319c044de1f 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListRow.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListView.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListView.cpp index be53c7a6dc0c..f9c3afe7b9f7 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListView.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListView.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListView.h index a124cba8dd75..0851ca9f7fd7 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListView.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Profile/SProjectLauncherProfileListView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPage.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPage.cpp index 3177bd38a3be..49d21fc46a8d 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPage.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPage.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPage.h index 98db0f2a1239..6ba28a0dbd8d 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPage.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPicker.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPicker.cpp index 1dc1ea3ea7bb..44389773a8b7 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPicker.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPicker.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPicker.h index 0805e3d1feff..13ed0fe291b8 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPicker.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Project/SProjectLauncherProjectPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncher.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncher.cpp index 65c220f87b83..22245486847f 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncher.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncher.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SWidgetSwitcher.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncher.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncher.h index 21674e7098a4..9dcdfcfb5d6c 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncher.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherBuildTaskSettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherBuildTaskSettings.cpp index 46bc43a29b88..3373d7e38edc 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherBuildTaskSettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherBuildTaskSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherBuildTaskSettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherBuildTaskSettings.h index 894808dcfd8f..c7f775e25c5b 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherBuildTaskSettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherBuildTaskSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDelegates.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDelegates.h index 255b361a5538..90726ac8718b 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDelegates.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDeployTaskSettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDeployTaskSettings.cpp index 4317cb9581a3..be3e8fb1c60d 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDeployTaskSettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDeployTaskSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDeployTaskSettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDeployTaskSettings.h index 1451b83b53b1..1f9866906d73 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDeployTaskSettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherDeployTaskSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherLaunchTaskSettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherLaunchTaskSettings.cpp index c93adac7f04e..3090c87b16f1 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherLaunchTaskSettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherLaunchTaskSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherLaunchTaskSettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherLaunchTaskSettings.h index 40eec02ac7ee..d97671558ec4 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherLaunchTaskSettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherLaunchTaskSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherMessageListRow.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherMessageListRow.h index d99313d38ba2..2df47d199fde 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherMessageListRow.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherMessageListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherPreviewPage.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherPreviewPage.cpp index 8acc405de8f3..3ae46d14e3a4 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherPreviewPage.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherPreviewPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherPreviewPage.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherPreviewPage.h index 797cca8a3c76..d54d3027f403 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherPreviewPage.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherPreviewPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherProgress.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherProgress.h index 26022a5eed82..a3c10f983651 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherProgress.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherProgress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherSettings.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherSettings.cpp index ceb264bfbbf2..4585e4d5b599 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherSettings.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SInlineEditableTextBlock.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherSettings.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherSettings.h index 39cb92a0c5b6..0836f6675c53 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherSettings.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherTaskListRow.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherTaskListRow.cpp index ea7113707aed..264158a16583 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherTaskListRow.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherTaskListRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SProjectLauncherTaskListRow.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherTaskListRow.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherTaskListRow.h index 6642e77019b1..d65d3aa645c0 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherTaskListRow.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherTaskListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherValidation.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherValidation.h index 307c223f3881..4efdf7c98df0 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherValidation.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/SProjectLauncherValidation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherBuildConfigurationSelector.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherBuildConfigurationSelector.h index 8c16f81e3c61..f5c824adff16 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherBuildConfigurationSelector.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherBuildConfigurationSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherCookModeSelector.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherCookModeSelector.h index 50a4a9080786..4864875e14e6 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherCookModeSelector.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherCookModeSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherFormLabel.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherFormLabel.h index b5b918785ca2..8e97dccfef1c 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherFormLabel.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherFormLabel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherInstanceTypeSelector.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherInstanceTypeSelector.h index b44aa075e252..61d3476b8480 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherInstanceTypeSelector.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherInstanceTypeSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileLaunchButton.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileLaunchButton.h index 648877fb3304..9b7b86fc2dd8 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileLaunchButton.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileLaunchButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileNameDescEditor.cpp b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileNameDescEditor.cpp index 800db85d3dd5..f104356a65d0 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileNameDescEditor.cpp +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileNameDescEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectLauncherPrivatePCH.h" #include "SProjectLauncherProfileNameDescEditor.h" diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileNameDescEditor.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileNameDescEditor.h index ae8a5e044c90..92c4aa67bcdc 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileNameDescEditor.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherProfileNameDescEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherVariantSelector.h b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherVariantSelector.h index 1f5a9c2d04bd..df91883f5a72 100644 --- a/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherVariantSelector.h +++ b/Engine/Source/Developer/ProjectLauncher/Private/Widgets/Shared/SProjectLauncherVariantSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/ProjectLauncher.Build.cs b/Engine/Source/Developer/ProjectLauncher/ProjectLauncher.Build.cs index 0d0066859f28..83e9188c542b 100644 --- a/Engine/Source/Developer/ProjectLauncher/ProjectLauncher.Build.cs +++ b/Engine/Source/Developer/ProjectLauncher/ProjectLauncher.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ProjectLauncher/Public/Interfaces/IProjectLauncherModule.h b/Engine/Source/Developer/ProjectLauncher/Public/Interfaces/IProjectLauncherModule.h index 2f21419b398f..28d9fa3136f7 100644 --- a/Engine/Source/Developer/ProjectLauncher/Public/Interfaces/IProjectLauncherModule.h +++ b/Engine/Source/Developer/ProjectLauncher/Public/Interfaces/IProjectLauncherModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ProjectLauncher/Public/ProjectLauncher.h b/Engine/Source/Developer/ProjectLauncher/Public/ProjectLauncher.h index 1cf89e5fdfb3..1516602769cb 100644 --- a/Engine/Source/Developer/ProjectLauncher/Public/ProjectLauncher.h +++ b/Engine/Source/Developer/ProjectLauncher/Public/ProjectLauncher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/RawMesh/Private/RawMesh.cpp b/Engine/Source/Developer/RawMesh/Private/RawMesh.cpp index 59c80a7a0e0c..5711fe6836a7 100644 --- a/Engine/Source/Developer/RawMesh/Private/RawMesh.cpp +++ b/Engine/Source/Developer/RawMesh/Private/RawMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RawMesh.h" #include "SecureHash.h" diff --git a/Engine/Source/Developer/RawMesh/Public/RawMesh.h b/Engine/Source/Developer/RawMesh/Public/RawMesh.h index c582cb19f544..aa11f08392e6 100644 --- a/Engine/Source/Developer/RawMesh/Public/RawMesh.h +++ b/Engine/Source/Developer/RawMesh/Public/RawMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/RawMesh/RawMesh.Build.cs b/Engine/Source/Developer/RawMesh/RawMesh.Build.cs index b757455d45f9..3fdb32e4f900 100644 --- a/Engine/Source/Developer/RawMesh/RawMesh.Build.cs +++ b/Engine/Source/Developer/RawMesh/RawMesh.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/RealtimeProfiler.cpp b/Engine/Source/Developer/RealtimeProfiler/Private/RealtimeProfiler.cpp index 511e7100ec0a..878d2adb204a 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/RealtimeProfiler.cpp +++ b/Engine/Source/Developer/RealtimeProfiler/Private/RealtimeProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "RealtimeProfiler.h" diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/RealtimeProfiler.h b/Engine/Source/Developer/RealtimeProfiler/Private/RealtimeProfiler.h index b44c263a1732..7f6b78bbd357 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/RealtimeProfiler.h +++ b/Engine/Source/Developer/RealtimeProfiler/Private/RealtimeProfiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.cpp b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.cpp index f002e97dc84e..dff2c1b53d15 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.cpp +++ b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "RealtimeProfiler.h" diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.h b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.h index 5681b48d6564..43d72eb88708 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.h +++ b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerLineGraph.cpp b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerLineGraph.cpp index ced4dd8dc8b4..1b3853f9de18 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerLineGraph.cpp +++ b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerLineGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "EditorStyle.h" diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerLineGraph.h b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerLineGraph.h index b8caa7e01ddc..d73debafe584 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerLineGraph.h +++ b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerLineGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.cpp b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.cpp index 469d2e9405cb..c3c146b76e93 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.cpp +++ b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "TaskGraphInterfaces.h" diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.h b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.h index 32e45b63bcd0..820c5530e3c3 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.h +++ b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerVisualizer.cpp b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerVisualizer.cpp index c76487d2da40..e277d81d03f0 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerVisualizer.cpp +++ b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "EditorStyle.h" diff --git a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerVisualizer.h b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerVisualizer.h index 9d3d4c8e5207..498c031c997b 100644 --- a/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerVisualizer.h +++ b/Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/RealtimeProfiler/RealtimeProfiler.Build.cs b/Engine/Source/Developer/RealtimeProfiler/RealtimeProfiler.Build.cs index 27fd95af51ad..f676ec8d485c 100644 --- a/Engine/Source/Developer/RealtimeProfiler/RealtimeProfiler.Build.cs +++ b/Engine/Source/Developer/RealtimeProfiler/RealtimeProfiler.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Models/ScreenShotComparisonFilter.h b/Engine/Source/Developer/ScreenShotComparison/Private/Models/ScreenShotComparisonFilter.h index 5cc4e71d8171..b07a54eb6abb 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Models/ScreenShotComparisonFilter.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Models/ScreenShotComparisonFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonModule.cpp b/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonModule.cpp index 1d729e2d3e2c..75cb1f3473f6 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonModule.cpp +++ b/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotComparisonModule.cpp: Implements the FScreenShotComparisonModule class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonPrivatePCH.h b/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonPrivatePCH.h index 5f04cd6ab080..bcca6bdc82da 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonPrivatePCH.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotComparisonPrivatePCH.h: Pre-compiled header file for the ScreenShotComparison module. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenHistoryView.cpp b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenHistoryView.cpp index 0895355b8044..0a0aebd0f55b 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenHistoryView.cpp +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenHistoryView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenHistoryView.cpp: Implements the SScreenHistoryView class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenHistoryView.h b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenHistoryView.h index 3d325bf2faaf..875ac6b1b59c 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenHistoryView.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenHistoryView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenHistoryView.h: Declares the SScreenHistoryView class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenPlatformRow.cpp b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenPlatformRow.cpp index 0946e89ae0b0..fbad6b7a9884 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenPlatformRow.cpp +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenPlatformRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenPlatformRow.h: Implements the SScreenPlatformRow class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenPlatformRow.h b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenPlatformRow.h index a3d396757198..1ac449be6b8b 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenPlatformRow.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenPlatformRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenPlatformRow.h: Declares the SScreenPlatformRow class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotBrowser.cpp b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotBrowser.cpp index 57d0b4194598..f2f641e32af0 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotBrowser.cpp +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenShotBrowser.cpp: Implements the SScreenShotBrowser class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotBrowser.h b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotBrowser.h index e192449146ee..cbbe6734194f 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotBrowser.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenShotBrowser.h: Declares the SScreenShotBrowser class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotImagePopup.cpp b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotImagePopup.cpp index 89ab4c12c81f..619e06bafe42 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotImagePopup.cpp +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotImagePopup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenShotImagePopup.cpp: Implements the SScreenImagePopup class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotImagePopup.h b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotImagePopup.h index 117666eee13d..d6a647960c35 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotImagePopup.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotImagePopup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenImagePopup.h: Declares the SScreenShotImagePopup class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotItem.cpp b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotItem.cpp index e2e53269a47d..c3faf294afd0 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotItem.cpp +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenShotItem.cpp: Implements the SScreenShotItem class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotItem.h b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotItem.h index 06634a011b7a..f9d21001512c 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotItem.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenShotItem.h: Declares the SScreenShotItem class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotSearchBar.cpp b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotSearchBar.cpp index ba7aecd868b6..901728925950 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotSearchBar.cpp +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotSearchBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenShotSearchBar.cpp: Implements the SScreenShotSearchBar class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotSearchBar.h b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotSearchBar.h index 975a98b25ca9..f2e2865b03c4 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotSearchBar.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenShotSearchBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenShotSearchBar.h: Declares the SScreenShotSearchBar class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenViewRow.cpp b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenViewRow.cpp index 4a745323c54d..24b052ede5fb 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenViewRow.cpp +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenViewRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenViewRow.cpp: implements the SScreenViewRow class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenViewRow.h b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenViewRow.h index 4e672ff85fae..b481b1ed39b2 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenViewRow.h +++ b/Engine/Source/Developer/ScreenShotComparison/Private/Widgets/SScreenViewRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SScreenViewRow.h: Declares the SScreenViewRow class. diff --git a/Engine/Source/Developer/ScreenShotComparison/Public/Interfaces/IScreenShotComparisonModule.h b/Engine/Source/Developer/ScreenShotComparison/Public/Interfaces/IScreenShotComparisonModule.h index 90dde85c8e6f..fd936d9a0e3a 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Public/Interfaces/IScreenShotComparisonModule.h +++ b/Engine/Source/Developer/ScreenShotComparison/Public/Interfaces/IScreenShotComparisonModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IScreenShotComparisonModule.h: Declares the IScreenShotComparisonModule interface. diff --git a/Engine/Source/Developer/ScreenShotComparison/Public/ScreenShotComparison.h b/Engine/Source/Developer/ScreenShotComparison/Public/ScreenShotComparison.h index c2d8d8f796d3..f03a621fd8fc 100644 --- a/Engine/Source/Developer/ScreenShotComparison/Public/ScreenShotComparison.h +++ b/Engine/Source/Developer/ScreenShotComparison/Public/ScreenShotComparison.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotComparison.h: ScreenShotComparison module public header file. diff --git a/Engine/Source/Developer/ScreenShotComparison/ScreenShotComparison.Build.cs b/Engine/Source/Developer/ScreenShotComparison/ScreenShotComparison.Build.cs index e5e4efbc1a97..39dfd015a0de 100644 --- a/Engine/Source/Developer/ScreenShotComparison/ScreenShotComparison.Build.cs +++ b/Engine/Source/Developer/ScreenShotComparison/ScreenShotComparison.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotBaseNode.cpp b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotBaseNode.cpp index 7c3914fad35b..f0c3e9510a66 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotBaseNode.cpp +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotBaseNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotData.cpp: Implements the FScreenShotData class. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotBaseNode.h b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotBaseNode.h index e69a9f0ed17b..b36af9c7e867 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotBaseNode.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotBaseNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotData.h: Declares the FScreenShotBaseNode class. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotComparisonToolsPrivatePCH.h b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotComparisonToolsPrivatePCH.h index 2d9544341245..928380362555 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotComparisonToolsPrivatePCH.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotComparisonToolsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotComparisonPrivatePCH.h: Pre-compiled header file for the ScreenShotComparison module. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotManager.cpp b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotManager.cpp index e86e36cc8919..dfd364d96ee2 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotManager.cpp +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotManager.cpp: Implements the FScreenShotManager class. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotManager.h b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotManager.h index 11cb8b0989ba..3e65f4a6565e 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotManager.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotManager.cpp: Implements the FScreenShotManager class. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotPlatformNode.h b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotPlatformNode.h index fffff703c57e..50f40f5ec8c5 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotPlatformNode.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotPlatformNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotChangeListNode.h: Declares the FScreenShotChangeListNode class. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotScreenNode.h b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotScreenNode.h index 4721e41908f0..c7ed21d8330d 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotScreenNode.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotScreenNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotScreenNode.h: Declares the FScreenShotScreenNode class. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotToolsModule.cpp b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotToolsModule.cpp index a34d7e457533..db47e6a6903e 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotToolsModule.cpp +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotToolsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotToolsModule.cpp: Implements the FScreenShotToolsModule class. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotData.h b/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotData.h index b4e77adfe4d3..63e3740edc3b 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotData.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IScreenShotData.h: Declares the IScreenShotData interface. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotManager.h b/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotManager.h index 0e80dc684907..9a2a0c504433 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotManager.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IScreenShotComparisonModule.h: Declares the IScreenShotComparisonModule interface. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotToolsModule.h b/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotToolsModule.h index 5457f61e69c9..914afe2b5cd9 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotToolsModule.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotToolsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IScreenShotToolsModule.h: Declares the IScreenShotToolsModule interface. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotComparisonTools.h b/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotComparisonTools.h index 88bff4f79a2b..0c5572d28772 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotComparisonTools.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotComparisonTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotComparisonTools.h: ScreenShotComparisonTools module public header file. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotDataItem.h b/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotDataItem.h index 52424444a73e..ef75362df9fc 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotDataItem.h +++ b/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotDataItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotDataItem.h: Implements the ScreenShotDataItem class. diff --git a/Engine/Source/Developer/ScreenShotComparisonTools/ScreenShotComparisonTools.Build.cs b/Engine/Source/Developer/ScreenShotComparisonTools/ScreenShotComparisonTools.Build.cs index 7d00de210c75..820757bf6817 100644 --- a/Engine/Source/Developer/ScreenShotComparisonTools/ScreenShotComparisonTools.Build.cs +++ b/Engine/Source/Developer/ScreenShotComparisonTools/ScreenShotComparisonTools.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionBrowserOwnerFilter.h b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionBrowserOwnerFilter.h index 8faba93330fb..260ceb18b58e 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionBrowserOwnerFilter.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionBrowserOwnerFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionBrowserTreeItems.h b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionBrowserTreeItems.h index 8ffdb74a6a6f..84c1e2c9f19f 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionBrowserTreeItems.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionBrowserTreeItems.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleCategoryFilter.h b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleCategoryFilter.h index 56ff0f6c2388..2492d85b1ddb 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleCategoryFilter.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleCategoryFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleCommands.h b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleCommands.h index 7056a43b3785..aaa191be252d 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleCommands.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleLogMessage.h b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleLogMessage.h index 072b9cabd72f..362b303815f5 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleLogMessage.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleLogMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleVerbosityFilter.h b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleVerbosityFilter.h index 56869b1bb98c..d944ad23ac84 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleVerbosityFilter.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Models/SessionConsoleVerbosityFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/SessionFrontendModule.cpp b/Engine/Source/Developer/SessionFrontend/Private/SessionFrontendModule.cpp index d7babddd3eaf..149289845ae6 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/SessionFrontendModule.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/SessionFrontendModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" #include "ISessionFrontendModule.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/SessionFrontendPrivatePCH.h b/Engine/Source/Developer/SessionFrontend/Private/SessionFrontendPrivatePCH.h index 41c7b6e7575c..fc217eebd10e 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/SessionFrontendPrivatePCH.h +++ b/Engine/Source/Developer/SessionFrontend/Private/SessionFrontendPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowser.cpp b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowser.cpp index 7e520c84a978..b8f5208e9298 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowser.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowser.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowser.h index 17235f6d9351..80a7ca51d32c 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowser.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserCommandBar.cpp b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserCommandBar.cpp index 4654f22be350..ef45590292c9 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserCommandBar.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserCommandBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserCommandBar.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserCommandBar.h index 625fbbd929b3..2f35f34801ad 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserCommandBar.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserCommandBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeGroupRow.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeGroupRow.h index 3111a383b95e..6f07d5c399f8 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeGroupRow.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeGroupRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeInstanceRow.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeInstanceRow.h index 6ef1c0764187..a915b84c1bed 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeInstanceRow.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeInstanceRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeSessionRow.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeSessionRow.h index 2da1e4763659..7ef3f0d76c1c 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeSessionRow.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Browser/SSessionBrowserTreeSessionRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsole.cpp b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsole.cpp index 882ff2aa843d..dbc9df3c993b 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsole.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsole.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsole.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsole.h index 5c2b457a024a..f01719b6d199 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsole.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsole.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleCommandBar.cpp b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleCommandBar.cpp index 1ce12fe62935..d53a3fab7afc 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleCommandBar.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleCommandBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" #include "SSuggestionTextBox.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleCommandBar.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleCommandBar.h index d0e2a6345ca0..9defe1eac2b2 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleCommandBar.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleCommandBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleFilterBar.cpp b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleFilterBar.cpp index ce25b166f428..8e1ac5d32f9f 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleFilterBar.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleFilterBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" #include "SSearchBox.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleFilterBar.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleFilterBar.h index 2d2a938b31e9..2b6834a0f4ab 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleFilterBar.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleFilterBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleLogTableRow.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleLogTableRow.h index 6db471082d9f..606a1868f013 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleLogTableRow.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleLogTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleShortcutWindow.cpp b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleShortcutWindow.cpp index 57709dd40bdc..607fbf3cc41c 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleShortcutWindow.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleShortcutWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" #include "STextEntryPopup.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleShortcutWindow.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleShortcutWindow.h index 56a72d3b7b43..a25f695688f9 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleShortcutWindow.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleShortcutWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleToolbar.cpp b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleToolbar.cpp index 28c936aa5431..7afa5c7715bd 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleToolbar.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleToolbar.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleToolbar.h index c34d8dc2b6ff..0e3afbf90142 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleToolbar.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/Console/SSessionConsoleToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/SSessionFrontend.cpp b/Engine/Source/Developer/SessionFrontend/Private/Widgets/SSessionFrontend.cpp index 0bdc681ddfe0..a14f8b0cc948 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/SSessionFrontend.cpp +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/SSessionFrontend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionFrontendPrivatePCH.h" #include "SDockTab.h" diff --git a/Engine/Source/Developer/SessionFrontend/Private/Widgets/SSessionFrontend.h b/Engine/Source/Developer/SessionFrontend/Private/Widgets/SSessionFrontend.h index 593e5545a96b..6b5fbbfc20d8 100644 --- a/Engine/Source/Developer/SessionFrontend/Private/Widgets/SSessionFrontend.h +++ b/Engine/Source/Developer/SessionFrontend/Private/Widgets/SSessionFrontend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/Public/ISessionFrontendModule.h b/Engine/Source/Developer/SessionFrontend/Public/ISessionFrontendModule.h index 066243c5356d..146fe3a9ac9c 100644 --- a/Engine/Source/Developer/SessionFrontend/Public/ISessionFrontendModule.h +++ b/Engine/Source/Developer/SessionFrontend/Public/ISessionFrontendModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionFrontend/SessionFrontend.Build.cs b/Engine/Source/Developer/SessionFrontend/SessionFrontend.Build.cs index dfcb1ede08cc..a00aabf875ec 100644 --- a/Engine/Source/Developer/SessionFrontend/SessionFrontend.Build.cs +++ b/Engine/Source/Developer/SessionFrontend/SessionFrontend.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SessionMessages/Classes/SessionServiceMessages.h b/Engine/Source/Developer/SessionMessages/Classes/SessionServiceMessages.h index 012e60c8cf3f..ee414f550a21 100644 --- a/Engine/Source/Developer/SessionMessages/Classes/SessionServiceMessages.h +++ b/Engine/Source/Developer/SessionMessages/Classes/SessionServiceMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionMessages/Private/SessionMessagesModule.cpp b/Engine/Source/Developer/SessionMessages/Private/SessionMessagesModule.cpp index 28de533be2aa..1045fe5019a5 100644 --- a/Engine/Source/Developer/SessionMessages/Private/SessionMessagesModule.cpp +++ b/Engine/Source/Developer/SessionMessages/Private/SessionMessagesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionMessagesPrivatePCH.h" diff --git a/Engine/Source/Developer/SessionMessages/Private/SessionMessagesPrivatePCH.h b/Engine/Source/Developer/SessionMessages/Private/SessionMessagesPrivatePCH.h index 03bbcbff157c..8838a0a4f184 100644 --- a/Engine/Source/Developer/SessionMessages/Private/SessionMessagesPrivatePCH.h +++ b/Engine/Source/Developer/SessionMessages/Private/SessionMessagesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionMessages/Public/SessionMessages.h b/Engine/Source/Developer/SessionMessages/Public/SessionMessages.h index a54c1a6b08d2..28d974fb9184 100644 --- a/Engine/Source/Developer/SessionMessages/Public/SessionMessages.h +++ b/Engine/Source/Developer/SessionMessages/Public/SessionMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionMessages/SessionMessages.Build.cs b/Engine/Source/Developer/SessionMessages/SessionMessages.Build.cs index 5098b6fba2cc..dfb523573289 100644 --- a/Engine/Source/Developer/SessionMessages/SessionMessages.Build.cs +++ b/Engine/Source/Developer/SessionMessages/SessionMessages.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/SessionServices/Private/SessionInfo.cpp b/Engine/Source/Developer/SessionServices/Private/SessionInfo.cpp index 2096b9fa1b80..acb4fb20e51e 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionInfo.cpp +++ b/Engine/Source/Developer/SessionServices/Private/SessionInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/SessionServices/Private/SessionInfo.h b/Engine/Source/Developer/SessionServices/Private/SessionInfo.h index fea530532811..e94604216ad2 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionInfo.h +++ b/Engine/Source/Developer/SessionServices/Private/SessionInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Private/SessionInstanceInfo.cpp b/Engine/Source/Developer/SessionServices/Private/SessionInstanceInfo.cpp index 549f05af07df..2f193dc4058c 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionInstanceInfo.cpp +++ b/Engine/Source/Developer/SessionServices/Private/SessionInstanceInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/SessionServices/Private/SessionInstanceInfo.h b/Engine/Source/Developer/SessionServices/Private/SessionInstanceInfo.h index baf3939f2298..c8e596717135 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionInstanceInfo.h +++ b/Engine/Source/Developer/SessionServices/Private/SessionInstanceInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Private/SessionManager.cpp b/Engine/Source/Developer/SessionServices/Private/SessionManager.cpp index 290f0716713e..e63f1c885bbd 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionManager.cpp +++ b/Engine/Source/Developer/SessionServices/Private/SessionManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/SessionServices/Private/SessionManager.h b/Engine/Source/Developer/SessionServices/Private/SessionManager.h index 4d44cdc8e83f..7390c76d8005 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionManager.h +++ b/Engine/Source/Developer/SessionServices/Private/SessionManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Private/SessionService.cpp b/Engine/Source/Developer/SessionServices/Private/SessionService.cpp index 4d4898ae8e56..bfb410dd4846 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionService.cpp +++ b/Engine/Source/Developer/SessionServices/Private/SessionService.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/SessionServices/Private/SessionService.h b/Engine/Source/Developer/SessionServices/Private/SessionService.h index 6c589bada02d..c485f9339206 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionService.h +++ b/Engine/Source/Developer/SessionServices/Private/SessionService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Private/SessionServicesModule.cpp b/Engine/Source/Developer/SessionServices/Private/SessionServicesModule.cpp index d6637d634223..2ba7441193dd 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionServicesModule.cpp +++ b/Engine/Source/Developer/SessionServices/Private/SessionServicesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SessionServicesPrivatePCH.h" #include "ISessionServicesModule.h" diff --git a/Engine/Source/Developer/SessionServices/Private/SessionServicesPrivatePCH.h b/Engine/Source/Developer/SessionServices/Private/SessionServicesPrivatePCH.h index e8463adb0151..4c8f68a5d7e1 100644 --- a/Engine/Source/Developer/SessionServices/Private/SessionServicesPrivatePCH.h +++ b/Engine/Source/Developer/SessionServices/Private/SessionServicesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Public/ISessionInfo.h b/Engine/Source/Developer/SessionServices/Public/ISessionInfo.h index f7cef185bd6c..599d7980099e 100644 --- a/Engine/Source/Developer/SessionServices/Public/ISessionInfo.h +++ b/Engine/Source/Developer/SessionServices/Public/ISessionInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Public/ISessionInstanceInfo.h b/Engine/Source/Developer/SessionServices/Public/ISessionInstanceInfo.h index 94eda40cb66a..21454c5dfd1b 100644 --- a/Engine/Source/Developer/SessionServices/Public/ISessionInstanceInfo.h +++ b/Engine/Source/Developer/SessionServices/Public/ISessionInstanceInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Public/ISessionManager.h b/Engine/Source/Developer/SessionServices/Public/ISessionManager.h index 581f934411bb..3a809a35ae9a 100644 --- a/Engine/Source/Developer/SessionServices/Public/ISessionManager.h +++ b/Engine/Source/Developer/SessionServices/Public/ISessionManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Public/ISessionService.h b/Engine/Source/Developer/SessionServices/Public/ISessionService.h index e0f565be6589..b6cf6d50fe54 100644 --- a/Engine/Source/Developer/SessionServices/Public/ISessionService.h +++ b/Engine/Source/Developer/SessionServices/Public/ISessionService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Public/ISessionServicesModule.h b/Engine/Source/Developer/SessionServices/Public/ISessionServicesModule.h index 6f72c2add5a5..3d4a0102ec85 100644 --- a/Engine/Source/Developer/SessionServices/Public/ISessionServicesModule.h +++ b/Engine/Source/Developer/SessionServices/Public/ISessionServicesModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/Public/SessionLogMessage.h b/Engine/Source/Developer/SessionServices/Public/SessionLogMessage.h index 9c45357b0647..b18f9501fb70 100644 --- a/Engine/Source/Developer/SessionServices/Public/SessionLogMessage.h +++ b/Engine/Source/Developer/SessionServices/Public/SessionLogMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SessionServices/SessionServices.Build.cs b/Engine/Source/Developer/SessionServices/SessionServices.Build.cs index 79fb1a1febb3..f39b52b264c3 100644 --- a/Engine/Source/Developer/SessionServices/SessionServices.Build.cs +++ b/Engine/Source/Developer/SessionServices/SessionServices.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Settings/Private/SettingsCategory.cpp b/Engine/Source/Developer/Settings/Private/SettingsCategory.cpp index 329729306720..62f4d0b7d686 100644 --- a/Engine/Source/Developer/Settings/Private/SettingsCategory.cpp +++ b/Engine/Source/Developer/Settings/Private/SettingsCategory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SettingsPrivatePCH.h" diff --git a/Engine/Source/Developer/Settings/Private/SettingsCategory.h b/Engine/Source/Developer/Settings/Private/SettingsCategory.h index 3a446a66d4a6..ff112082d7ab 100644 --- a/Engine/Source/Developer/Settings/Private/SettingsCategory.h +++ b/Engine/Source/Developer/Settings/Private/SettingsCategory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Private/SettingsContainer.cpp b/Engine/Source/Developer/Settings/Private/SettingsContainer.cpp index 4b942285caf3..1a20afdf136c 100644 --- a/Engine/Source/Developer/Settings/Private/SettingsContainer.cpp +++ b/Engine/Source/Developer/Settings/Private/SettingsContainer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SettingsPrivatePCH.h" diff --git a/Engine/Source/Developer/Settings/Private/SettingsContainer.h b/Engine/Source/Developer/Settings/Private/SettingsContainer.h index be2295e6321e..c0cb83d34a0b 100644 --- a/Engine/Source/Developer/Settings/Private/SettingsContainer.h +++ b/Engine/Source/Developer/Settings/Private/SettingsContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Private/SettingsModule.cpp b/Engine/Source/Developer/Settings/Private/SettingsModule.cpp index 693e3f6af3ce..02ec08f1d960 100644 --- a/Engine/Source/Developer/Settings/Private/SettingsModule.cpp +++ b/Engine/Source/Developer/Settings/Private/SettingsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SettingsPrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Source/Developer/Settings/Private/SettingsPrivatePCH.h b/Engine/Source/Developer/Settings/Private/SettingsPrivatePCH.h index 0711c00b18be..72868780bfb0 100644 --- a/Engine/Source/Developer/Settings/Private/SettingsPrivatePCH.h +++ b/Engine/Source/Developer/Settings/Private/SettingsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Private/SettingsSection.cpp b/Engine/Source/Developer/Settings/Private/SettingsSection.cpp index d0385d9a837d..a4a5bcf5b06a 100644 --- a/Engine/Source/Developer/Settings/Private/SettingsSection.cpp +++ b/Engine/Source/Developer/Settings/Private/SettingsSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SettingsPrivatePCH.h" diff --git a/Engine/Source/Developer/Settings/Private/SettingsSection.h b/Engine/Source/Developer/Settings/Private/SettingsSection.h index 4d7e718d971d..f4d6d69569a4 100644 --- a/Engine/Source/Developer/Settings/Private/SettingsSection.h +++ b/Engine/Source/Developer/Settings/Private/SettingsSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Public/ISettingsCategory.h b/Engine/Source/Developer/Settings/Public/ISettingsCategory.h index 211a21776324..6ce529e5c896 100644 --- a/Engine/Source/Developer/Settings/Public/ISettingsCategory.h +++ b/Engine/Source/Developer/Settings/Public/ISettingsCategory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Public/ISettingsContainer.h b/Engine/Source/Developer/Settings/Public/ISettingsContainer.h index 6f0e570636d7..bbe76a6c016f 100644 --- a/Engine/Source/Developer/Settings/Public/ISettingsContainer.h +++ b/Engine/Source/Developer/Settings/Public/ISettingsContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Public/ISettingsModule.h b/Engine/Source/Developer/Settings/Public/ISettingsModule.h index e3b641483fde..8d185859d64d 100644 --- a/Engine/Source/Developer/Settings/Public/ISettingsModule.h +++ b/Engine/Source/Developer/Settings/Public/ISettingsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Public/ISettingsSection.h b/Engine/Source/Developer/Settings/Public/ISettingsSection.h index 027879147a46..7aefba5cc2e5 100644 --- a/Engine/Source/Developer/Settings/Public/ISettingsSection.h +++ b/Engine/Source/Developer/Settings/Public/ISettingsSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Public/ISettingsViewer.h b/Engine/Source/Developer/Settings/Public/ISettingsViewer.h index 79bd13a9b14d..1570a68b17bd 100644 --- a/Engine/Source/Developer/Settings/Public/ISettingsViewer.h +++ b/Engine/Source/Developer/Settings/Public/ISettingsViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Settings/Settings.Build.cs b/Engine/Source/Developer/Settings/Settings.Build.cs index d2a9630237bb..0f047ae8b133 100644 --- a/Engine/Source/Developer/Settings/Settings.Build.cs +++ b/Engine/Source/Developer/Settings/Settings.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SettingsEditor/Private/Models/SettingsEditorModel.h b/Engine/Source/Developer/SettingsEditor/Private/Models/SettingsEditorModel.h index 204c2dd5f57c..dc60b6b48dad 100644 --- a/Engine/Source/Developer/SettingsEditor/Private/Models/SettingsEditorModel.h +++ b/Engine/Source/Developer/SettingsEditor/Private/Models/SettingsEditorModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SettingsEditor/Private/SettingsEditorModule.cpp b/Engine/Source/Developer/SettingsEditor/Private/SettingsEditorModule.cpp index 14c7fc6f1ac0..5315e6635f35 100644 --- a/Engine/Source/Developer/SettingsEditor/Private/SettingsEditorModule.cpp +++ b/Engine/Source/Developer/SettingsEditor/Private/SettingsEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SettingsEditorPrivatePCH.h" diff --git a/Engine/Source/Developer/SettingsEditor/Private/SettingsEditorPrivatePCH.h b/Engine/Source/Developer/SettingsEditor/Private/SettingsEditorPrivatePCH.h index a656a854d51e..b9554677de19 100644 --- a/Engine/Source/Developer/SettingsEditor/Private/SettingsEditorPrivatePCH.h +++ b/Engine/Source/Developer/SettingsEditor/Private/SettingsEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SettingsEditor/Private/Widgets/SSettingsEditor.cpp b/Engine/Source/Developer/SettingsEditor/Private/Widgets/SSettingsEditor.cpp index 273664c5cae5..14a0b2377e0f 100644 --- a/Engine/Source/Developer/SettingsEditor/Private/Widgets/SSettingsEditor.cpp +++ b/Engine/Source/Developer/SettingsEditor/Private/Widgets/SSettingsEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SettingsEditorPrivatePCH.h" #include "AnalyticsEventAttribute.h" diff --git a/Engine/Source/Developer/SettingsEditor/Private/Widgets/SSettingsEditor.h b/Engine/Source/Developer/SettingsEditor/Private/Widgets/SSettingsEditor.h index 83a036584d09..6bb0a1531912 100644 --- a/Engine/Source/Developer/SettingsEditor/Private/Widgets/SSettingsEditor.h +++ b/Engine/Source/Developer/SettingsEditor/Private/Widgets/SSettingsEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h b/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h index 3455f96a387c..73dc93d55af1 100644 --- a/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h +++ b/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModule.h b/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModule.h index fdc830c7a9f0..61c4607a877d 100644 --- a/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModule.h +++ b/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SettingsEditor/SettingsEditor.Build.cs b/Engine/Source/Developer/SettingsEditor/SettingsEditor.Build.cs index 8d9d0be34634..4ada69ecc018 100644 --- a/Engine/Source/Developer/SettingsEditor/SettingsEditor.Build.cs +++ b/Engine/Source/Developer/SettingsEditor/SettingsEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/CCIR.h b/Engine/Source/Developer/ShaderCompilerCommon/Private/CCIR.h index 64557a99aa8c..94b110c0d4d9 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/CCIR.h +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/CCIR.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CCIR.h - Cross-Compiler IR diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslAST.cpp b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslAST.cpp index 3b5af5242dc6..7d7d443b15d4 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslAST.cpp +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslAST.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslAST.cpp - Abstract Syntax Tree implementation for HLSL. diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslAST.h b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslAST.h index c92e37817a03..1e8a03cba095 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslAST.h +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslAST.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslAST.h - Abstract Syntax Tree interfaces for HLSL. diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslExpressionParser.inl b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslExpressionParser.inl index 401702e321a7..489d34b2dfdd 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslExpressionParser.inl +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslExpressionParser.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslExpressionParser.inl - Implementation for parsing hlsl expressions. diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslLexer.cpp b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslLexer.cpp index 102873be4a18..6c60ef21ca80 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslLexer.cpp +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslLexer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslLexer.cpp - Implementation for scanning & tokenizing hlsl diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslLexer.h b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslLexer.h index 1bc5e57a7490..2df659e5f71a 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslLexer.h +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslLexer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslLexer.h - Interface for scanning & tokenizing hlsl. diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslParser.cpp b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslParser.cpp index 9d4c0f8792c9..84fa8e0f9439 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslParser.cpp +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslParser.cpp - Implementation for parsing hlsl. diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslParser.h b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslParser.h index ac6a151e7231..c12926a525d8 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslParser.h +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslParser.h - Interface for parsing hlsl. diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.cpp b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.cpp index af1adf45c453..38e5b7c7d35f 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.cpp +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslUtils.cpp - Utils for HLSL. diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.h b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.h index 57209a97c385..0f7781406aeb 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.h +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HlslUtils.h - Utilities for Hlsl. diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Private/ShaderCompilerCommon.cpp b/Engine/Source/Developer/ShaderCompilerCommon/Private/ShaderCompilerCommon.cpp index acb8f7d796ec..625524e83a79 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Private/ShaderCompilerCommon.cpp +++ b/Engine/Source/Developer/ShaderCompilerCommon/Private/ShaderCompilerCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // . #include "ShaderCompilerCommon.h" diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Public/CrossCompiler.h b/Engine/Source/Developer/ShaderCompilerCommon/Public/CrossCompiler.h index 3d78365250c0..f63fa7c1baed 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Public/CrossCompiler.h +++ b/Engine/Source/Developer/ShaderCompilerCommon/Public/CrossCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h b/Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h index 39626416f683..caa795b577b2 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h +++ b/Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ShaderCompilerCommon/ShaderCompilerCommon.Build.cs b/Engine/Source/Developer/ShaderCompilerCommon/ShaderCompilerCommon.Build.cs index cae097abdc37..e241e192aee4 100644 --- a/Engine/Source/Developer/ShaderCompilerCommon/ShaderCompilerCommon.Build.cs +++ b/Engine/Source/Developer/ShaderCompilerCommon/ShaderCompilerCommon.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ShaderFormatOpenGL/Private/GlslBackend.cpp b/Engine/Source/Developer/ShaderFormatOpenGL/Private/GlslBackend.cpp index cdd0d93ba4f8..e66d86ea06f0 100644 --- a/Engine/Source/Developer/ShaderFormatOpenGL/Private/GlslBackend.cpp +++ b/Engine/Source/Developer/ShaderFormatOpenGL/Private/GlslBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // . // This code is largely based on that in ir_print_glsl_visitor.cpp from diff --git a/Engine/Source/Developer/ShaderFormatOpenGL/Private/GlslBackend.h b/Engine/Source/Developer/ShaderFormatOpenGL/Private/GlslBackend.h index 424d2d8a0f54..748537eac454 100644 --- a/Engine/Source/Developer/ShaderFormatOpenGL/Private/GlslBackend.h +++ b/Engine/Source/Developer/ShaderFormatOpenGL/Private/GlslBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ShaderFormatOpenGL/Private/OpenGLShaderCompiler.cpp b/Engine/Source/Developer/ShaderFormatOpenGL/Private/OpenGLShaderCompiler.cpp index ee37d99b6d2b..035568238017 100644 --- a/Engine/Source/Developer/ShaderFormatOpenGL/Private/OpenGLShaderCompiler.cpp +++ b/Engine/Source/Developer/ShaderFormatOpenGL/Private/OpenGLShaderCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "ShaderFormatOpenGL.h" diff --git a/Engine/Source/Developer/ShaderFormatOpenGL/Private/ShaderFormatOpenGL.cpp b/Engine/Source/Developer/ShaderFormatOpenGL/Private/ShaderFormatOpenGL.cpp index d9ba529d9ae3..2425df285482 100644 --- a/Engine/Source/Developer/ShaderFormatOpenGL/Private/ShaderFormatOpenGL.cpp +++ b/Engine/Source/Developer/ShaderFormatOpenGL/Private/ShaderFormatOpenGL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "ShaderFormatOpenGL.h" diff --git a/Engine/Source/Developer/ShaderFormatOpenGL/Private/ShaderFormatOpenGL.h b/Engine/Source/Developer/ShaderFormatOpenGL/Private/ShaderFormatOpenGL.h index 8591408b0153..97a7ea863ece 100644 --- a/Engine/Source/Developer/ShaderFormatOpenGL/Private/ShaderFormatOpenGL.h +++ b/Engine/Source/Developer/ShaderFormatOpenGL/Private/ShaderFormatOpenGL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ShaderFormatOpenGL/ShaderFormatOpenGL.Build.cs b/Engine/Source/Developer/ShaderFormatOpenGL/ShaderFormatOpenGL.Build.cs index 388458306944..a56ae7f5c538 100644 --- a/Engine/Source/Developer/ShaderFormatOpenGL/ShaderFormatOpenGL.Build.cs +++ b/Engine/Source/Developer/ShaderFormatOpenGL/ShaderFormatOpenGL.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/ShaderPreprocessor/Private/PreprocessorFile.cpp b/Engine/Source/Developer/ShaderPreprocessor/Private/PreprocessorFile.cpp index a809642ea34e..22ed1621039d 100644 --- a/Engine/Source/Developer/ShaderPreprocessor/Private/PreprocessorFile.cpp +++ b/Engine/Source/Developer/ShaderPreprocessor/Private/PreprocessorFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ShaderPreprocessor.h" #include "ModuleManager.h" diff --git a/Engine/Source/Developer/ShaderPreprocessor/Private/PreprocessorPrivate.h b/Engine/Source/Developer/ShaderPreprocessor/Private/PreprocessorPrivate.h index 0b235dcf160f..4d28582e44f5 100644 --- a/Engine/Source/Developer/ShaderPreprocessor/Private/PreprocessorPrivate.h +++ b/Engine/Source/Developer/ShaderPreprocessor/Private/PreprocessorPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ShaderPreprocessor/Private/ShaderPreprocessor.cpp b/Engine/Source/Developer/ShaderPreprocessor/Private/ShaderPreprocessor.cpp index 8d4b60a1b83d..fe13098661ee 100644 --- a/Engine/Source/Developer/ShaderPreprocessor/Private/ShaderPreprocessor.cpp +++ b/Engine/Source/Developer/ShaderPreprocessor/Private/ShaderPreprocessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ShaderPreprocessor.h" #include "ModuleManager.h" diff --git a/Engine/Source/Developer/ShaderPreprocessor/Public/ShaderPreprocessor.h b/Engine/Source/Developer/ShaderPreprocessor/Public/ShaderPreprocessor.h index 273ce8c73ef8..7105adcd4f15 100644 --- a/Engine/Source/Developer/ShaderPreprocessor/Public/ShaderPreprocessor.h +++ b/Engine/Source/Developer/ShaderPreprocessor/Public/ShaderPreprocessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/ShaderPreprocessor/ShaderPreprocessor.Build.cs b/Engine/Source/Developer/ShaderPreprocessor/ShaderPreprocessor.Build.cs index bd696c9ea1d9..93669ab5b177 100644 --- a/Engine/Source/Developer/ShaderPreprocessor/ShaderPreprocessor.Build.cs +++ b/Engine/Source/Developer/ShaderPreprocessor/ShaderPreprocessor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Private/ManifestUpdateHelper.cpp b/Engine/Source/Developer/SharedSettingsWidgets/Private/ManifestUpdateHelper.cpp index a6b65f1e8857..5f171c587759 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Private/ManifestUpdateHelper.cpp +++ b/Engine/Source/Developer/SharedSettingsWidgets/Private/ManifestUpdateHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SharedSettingsWidgetsPrivatePCH.h" #include "ManifestUpdateHelper.h" diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Private/SExternalImageReference.cpp b/Engine/Source/Developer/SharedSettingsWidgets/Private/SExternalImageReference.cpp index 519bd8ec45c5..21ad68cc0a1c 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Private/SExternalImageReference.cpp +++ b/Engine/Source/Developer/SharedSettingsWidgets/Private/SExternalImageReference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SharedSettingsWidgetsPrivatePCH.h" #include "SExternalImageReference.h" diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Private/SHyperlinkLaunchURL.cpp b/Engine/Source/Developer/SharedSettingsWidgets/Private/SHyperlinkLaunchURL.cpp index 53aa9969b500..45843b4e4e28 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Private/SHyperlinkLaunchURL.cpp +++ b/Engine/Source/Developer/SharedSettingsWidgets/Private/SHyperlinkLaunchURL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SharedSettingsWidgetsPrivatePCH.h" #include "SHyperlinkLaunchURL.h" diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Private/SPlatformSetupMessage.cpp b/Engine/Source/Developer/SharedSettingsWidgets/Private/SPlatformSetupMessage.cpp index dc90ef847c66..4577b0cbed98 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Private/SPlatformSetupMessage.cpp +++ b/Engine/Source/Developer/SharedSettingsWidgets/Private/SPlatformSetupMessage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SharedSettingsWidgetsPrivatePCH.h" #include "SPlatformSetupMessage.h" diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Private/SSettingsEditorCheckoutNotice.cpp b/Engine/Source/Developer/SharedSettingsWidgets/Private/SSettingsEditorCheckoutNotice.cpp index 5b8e3d9e3bac..e36e1894bd54 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Private/SSettingsEditorCheckoutNotice.cpp +++ b/Engine/Source/Developer/SharedSettingsWidgets/Private/SSettingsEditorCheckoutNotice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SharedSettingsWidgetsPrivatePCH.h" #include "EditorStyle.h" diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Private/SharedSettingsWidgetsModule.cpp b/Engine/Source/Developer/SharedSettingsWidgets/Private/SharedSettingsWidgetsModule.cpp index c54c831320c0..b39db9f8b863 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Private/SharedSettingsWidgetsModule.cpp +++ b/Engine/Source/Developer/SharedSettingsWidgets/Private/SharedSettingsWidgetsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SharedSettingsWidgetsPrivatePCH.h" diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Private/SharedSettingsWidgetsPrivatePCH.h b/Engine/Source/Developer/SharedSettingsWidgets/Private/SharedSettingsWidgetsPrivatePCH.h index 7894e038aceb..21dac2a649b5 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Private/SharedSettingsWidgetsPrivatePCH.h +++ b/Engine/Source/Developer/SharedSettingsWidgets/Private/SharedSettingsWidgetsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Public/ManifestUpdateHelper.h b/Engine/Source/Developer/SharedSettingsWidgets/Public/ManifestUpdateHelper.h index 897f9297aa4e..b85eccbb2887 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Public/ManifestUpdateHelper.h +++ b/Engine/Source/Developer/SharedSettingsWidgets/Public/ManifestUpdateHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Public/PlatformIconInfo.h b/Engine/Source/Developer/SharedSettingsWidgets/Public/PlatformIconInfo.h index 30853771a271..c74a010be3c6 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Public/PlatformIconInfo.h +++ b/Engine/Source/Developer/SharedSettingsWidgets/Public/PlatformIconInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Public/SExternalImageReference.h b/Engine/Source/Developer/SharedSettingsWidgets/Public/SExternalImageReference.h index f847a794316f..cee8b887357b 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Public/SExternalImageReference.h +++ b/Engine/Source/Developer/SharedSettingsWidgets/Public/SExternalImageReference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Public/SHyperlinkLaunchURL.h b/Engine/Source/Developer/SharedSettingsWidgets/Public/SHyperlinkLaunchURL.h index d0c30170e484..14433230c132 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Public/SHyperlinkLaunchURL.h +++ b/Engine/Source/Developer/SharedSettingsWidgets/Public/SHyperlinkLaunchURL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Public/SPlatformSetupMessage.h b/Engine/Source/Developer/SharedSettingsWidgets/Public/SPlatformSetupMessage.h index 89054b9a7fd4..560818fcee3e 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Public/SPlatformSetupMessage.h +++ b/Engine/Source/Developer/SharedSettingsWidgets/Public/SPlatformSetupMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SharedSettingsWidgets/Public/SSettingsEditorCheckoutNotice.h b/Engine/Source/Developer/SharedSettingsWidgets/Public/SSettingsEditorCheckoutNotice.h index 759058643e56..cdacb7d6e6c4 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/Public/SSettingsEditorCheckoutNotice.h +++ b/Engine/Source/Developer/SharedSettingsWidgets/Public/SSettingsEditorCheckoutNotice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SharedSettingsWidgets/SharedSettingsWidgets.Build.cs b/Engine/Source/Developer/SharedSettingsWidgets/SharedSettingsWidgets.Build.cs index addcbe109d09..145588034867 100644 --- a/Engine/Source/Developer/SharedSettingsWidgets/SharedSettingsWidgets.Build.cs +++ b/Engine/Source/Developer/SharedSettingsWidgets/SharedSettingsWidgets.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SimplygonMeshReduction/Private/SimplygonMeshReduction.cpp b/Engine/Source/Developer/SimplygonMeshReduction/Private/SimplygonMeshReduction.cpp index 3121900ce00a..09a727f6d0d9 100644 --- a/Engine/Source/Developer/SimplygonMeshReduction/Private/SimplygonMeshReduction.cpp +++ b/Engine/Source/Developer/SimplygonMeshReduction/Private/SimplygonMeshReduction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "UnrealEd.h" diff --git a/Engine/Source/Developer/SimplygonMeshReduction/Public/SimplygonTypes.h b/Engine/Source/Developer/SimplygonMeshReduction/Public/SimplygonTypes.h index 08c89d63095c..cfa6a6c5b9b0 100644 --- a/Engine/Source/Developer/SimplygonMeshReduction/Public/SimplygonTypes.h +++ b/Engine/Source/Developer/SimplygonMeshReduction/Public/SimplygonTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SimplygonMeshReduction/SimplygonMeshReduction.Build.cs b/Engine/Source/Developer/SimplygonMeshReduction/SimplygonMeshReduction.Build.cs index 2da7d527ffa6..f66813570b3d 100644 --- a/Engine/Source/Developer/SimplygonMeshReduction/SimplygonMeshReduction.Build.cs +++ b/Engine/Source/Developer/SimplygonMeshReduction/SimplygonMeshReduction.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SimplygonSwarm/Private/SimplygonRESTClient.cpp b/Engine/Source/Developer/SimplygonSwarm/Private/SimplygonRESTClient.cpp index 12fc36b4753e..b9ba2481b012 100644 --- a/Engine/Source/Developer/SimplygonSwarm/Private/SimplygonRESTClient.cpp +++ b/Engine/Source/Developer/SimplygonSwarm/Private/SimplygonRESTClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SimplygonSwarmPrivatePCH.h" #include "SimplygonRESTClient.h" diff --git a/Engine/Source/Developer/SimplygonSwarm/Private/SimplygonSwarm.cpp b/Engine/Source/Developer/SimplygonSwarm/Private/SimplygonSwarm.cpp index 98388f00f0c9..f669c271a8c9 100644 --- a/Engine/Source/Developer/SimplygonSwarm/Private/SimplygonSwarm.cpp +++ b/Engine/Source/Developer/SimplygonSwarm/Private/SimplygonSwarm.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SimplygonSwarmPrivatePCH.h" #include diff --git a/Engine/Source/Developer/SimplygonSwarm/Public/SimplygonRESTClient.h b/Engine/Source/Developer/SimplygonSwarm/Public/SimplygonRESTClient.h index 7d3455930081..53d9aa545cc2 100644 --- a/Engine/Source/Developer/SimplygonSwarm/Public/SimplygonRESTClient.h +++ b/Engine/Source/Developer/SimplygonSwarm/Public/SimplygonRESTClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SimplygonSwarm/Public/SimplygonSwarmPrivatePCH.h b/Engine/Source/Developer/SimplygonSwarm/Public/SimplygonSwarmPrivatePCH.h index 569ba137199a..85b9db811310 100644 --- a/Engine/Source/Developer/SimplygonSwarm/Public/SimplygonSwarmPrivatePCH.h +++ b/Engine/Source/Developer/SimplygonSwarm/Public/SimplygonSwarmPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealEd.h" diff --git a/Engine/Source/Developer/SimplygonSwarm/SimplygonSwarm.Build.cs b/Engine/Source/Developer/SimplygonSwarm/SimplygonSwarm.Build.cs index cf7ddb35a2cd..ef9ffa485883 100644 --- a/Engine/Source/Developer/SimplygonSwarm/SimplygonSwarm.Build.cs +++ b/Engine/Source/Developer/SimplygonSwarm/SimplygonSwarm.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsModule.cpp b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsModule.cpp index fa1b9f0fb374..d5bdc720778c 100644 --- a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsModule.cpp +++ b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateFileDialogsPrivatePCH.h" #include "SlateBasics.h" diff --git a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsPrivatePCH.h b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsPrivatePCH.h index 2d1e9d2d10e1..12c9bd836385 100644 --- a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsPrivatePCH.h +++ b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsStyles.cpp b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsStyles.cpp index b4cbf182c8bb..c285c3b8650b 100644 --- a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsStyles.cpp +++ b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsStyles.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateFileDialogsPrivatePCH.h" #include "SlateFileDialogsStyles.h" diff --git a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDlgWindow.cpp b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDlgWindow.cpp index 920e40d2c044..157f99296b23 100644 --- a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDlgWindow.cpp +++ b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDlgWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateFileDialogsPrivatePCH.h" #include "SlateFileDlgWindow.h" diff --git a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDlgWindow.h b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDlgWindow.h index cf76435d0fe7..5c0955286478 100644 --- a/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDlgWindow.h +++ b/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDlgWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateBasics.h" diff --git a/Engine/Source/Developer/SlateFileDialogs/Public/ISlateFileDialogModule.h b/Engine/Source/Developer/SlateFileDialogs/Public/ISlateFileDialogModule.h index 1f044b1f2a1a..0d8119640cc5 100644 --- a/Engine/Source/Developer/SlateFileDialogs/Public/ISlateFileDialogModule.h +++ b/Engine/Source/Developer/SlateFileDialogs/Public/ISlateFileDialogModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Modules/ModuleInterface.h" diff --git a/Engine/Source/Developer/SlateFileDialogs/Public/SlateFileDialogs.h b/Engine/Source/Developer/SlateFileDialogs/Public/SlateFileDialogs.h index 29c0c7eaa638..40dbe68790c8 100644 --- a/Engine/Source/Developer/SlateFileDialogs/Public/SlateFileDialogs.h +++ b/Engine/Source/Developer/SlateFileDialogs/Public/SlateFileDialogs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateFileDialogs/Public/SlateFileDialogsStyles.h b/Engine/Source/Developer/SlateFileDialogs/Public/SlateFileDialogsStyles.h index 560022185600..446f7f95f19d 100644 --- a/Engine/Source/Developer/SlateFileDialogs/Public/SlateFileDialogsStyles.h +++ b/Engine/Source/Developer/SlateFileDialogs/Public/SlateFileDialogsStyles.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateFileDialogs/SlateFileDialogs.Build.cs b/Engine/Source/Developer/SlateFileDialogs/SlateFileDialogs.Build.cs index f039bf6d2034..0d1bc67a13aa 100644 --- a/Engine/Source/Developer/SlateFileDialogs/SlateFileDialogs.Build.cs +++ b/Engine/Source/Developer/SlateFileDialogs/SlateFileDialogs.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SlateReflector/Private/Models/WidgetReflectorNode.cpp b/Engine/Source/Developer/SlateReflector/Private/Models/WidgetReflectorNode.cpp index 7d26ff80d87b..e09b2bb289cf 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Models/WidgetReflectorNode.cpp +++ b/Engine/Source/Developer/SlateReflector/Private/Models/WidgetReflectorNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateReflectorPrivatePCH.h" #include "WidgetReflectorNode.h" diff --git a/Engine/Source/Developer/SlateReflector/Private/Models/WidgetReflectorNode.h b/Engine/Source/Developer/SlateReflector/Private/Models/WidgetReflectorNode.h index c83449088790..ad5a293399b2 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Models/WidgetReflectorNode.h +++ b/Engine/Source/Developer/SlateReflector/Private/Models/WidgetReflectorNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Private/SlateReflectorModule.cpp b/Engine/Source/Developer/SlateReflector/Private/SlateReflectorModule.cpp index 93abe3046451..03efd09ee9b2 100644 --- a/Engine/Source/Developer/SlateReflector/Private/SlateReflectorModule.cpp +++ b/Engine/Source/Developer/SlateReflector/Private/SlateReflectorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateReflectorPrivatePCH.h" #include "ISlateReflectorModule.h" diff --git a/Engine/Source/Developer/SlateReflector/Private/SlateReflectorPrivatePCH.h b/Engine/Source/Developer/SlateReflector/Private/SlateReflectorPrivatePCH.h index 44c583b8c066..b7119b4958fc 100644 --- a/Engine/Source/Developer/SlateReflector/Private/SlateReflectorPrivatePCH.h +++ b/Engine/Source/Developer/SlateReflector/Private/SlateReflectorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotMessages.h b/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotMessages.h index 3d174ddefa6a..033f2ea66bd7 100644 --- a/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotMessages.h +++ b/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotService.cpp b/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotService.cpp index 23bde017fe28..d52d0937108b 100644 --- a/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotService.cpp +++ b/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotService.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateReflectorPrivatePCH.h" #include "WidgetSnapshotService.h" diff --git a/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotService.h b/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotService.h index a36264d9d983..d6140222e09e 100644 --- a/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotService.h +++ b/Engine/Source/Developer/SlateReflector/Private/WidgetSnapshotService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SAtlasVisualizer.cpp b/Engine/Source/Developer/SlateReflector/Private/Widgets/SAtlasVisualizer.cpp index 0d948c481519..3b82e994609c 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SAtlasVisualizer.cpp +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SAtlasVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateReflectorPrivatePCH.h" #include "SAtlasVisualizer.h" diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SAtlasVisualizer.h b/Engine/Source/Developer/SlateReflector/Private/Widgets/SAtlasVisualizer.h index 27c5f2503446..f890bb8dd3a0 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SAtlasVisualizer.h +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SAtlasVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.cpp b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.cpp index 08c40ee67386..79931451c0e1 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.cpp +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateReflectorPrivatePCH.h" #include "ISlateReflectorModule.h" diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.h b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.h index 130243acbaad..39c5f649c77b 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.h +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorToolTipWidget.h b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorToolTipWidget.h index 6253549fe4c8..03641b581559 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorToolTipWidget.h +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorToolTipWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorTreeWidgetItem.cpp b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorTreeWidgetItem.cpp index f87a33586180..6da634157add 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorTreeWidgetItem.cpp +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorTreeWidgetItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateReflectorPrivatePCH.h" #include "SWidgetReflectorTreeWidgetItem.h" diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorTreeWidgetItem.h b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorTreeWidgetItem.h index a710baec81f7..90232c535f41 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorTreeWidgetItem.h +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetReflectorTreeWidgetItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetSnapshotVisualizer.cpp b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetSnapshotVisualizer.cpp index 0244bb800d97..e65787151c03 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetSnapshotVisualizer.cpp +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetSnapshotVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateReflectorPrivatePCH.h" #include "SWidgetSnapshotVisualizer.h" diff --git a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetSnapshotVisualizer.h b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetSnapshotVisualizer.h index 83a749fec54d..2dd85377a484 100644 --- a/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetSnapshotVisualizer.h +++ b/Engine/Source/Developer/SlateReflector/Private/Widgets/SWidgetSnapshotVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/Public/ISlateReflectorModule.h b/Engine/Source/Developer/SlateReflector/Public/ISlateReflectorModule.h index acdbf37546d3..510b97e6f1b1 100644 --- a/Engine/Source/Developer/SlateReflector/Public/ISlateReflectorModule.h +++ b/Engine/Source/Developer/SlateReflector/Public/ISlateReflectorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SlateReflector/SlateReflector.Build.cs b/Engine/Source/Developer/SlateReflector/SlateReflector.Build.cs index a9b63173257f..25c9222973ec 100644 --- a/Engine/Source/Developer/SlateReflector/SlateReflector.Build.cs +++ b/Engine/Source/Developer/SlateReflector/SlateReflector.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SourceCodeAccess/Private/DefaultSourceCodeAccessor.cpp b/Engine/Source/Developer/SourceCodeAccess/Private/DefaultSourceCodeAccessor.cpp index 5a5d6b26f89e..b3684112a7a5 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Private/DefaultSourceCodeAccessor.cpp +++ b/Engine/Source/Developer/SourceCodeAccess/Private/DefaultSourceCodeAccessor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceCodeAccessPrivatePCH.h" #include "DefaultSourceCodeAccessor.h" diff --git a/Engine/Source/Developer/SourceCodeAccess/Private/DefaultSourceCodeAccessor.h b/Engine/Source/Developer/SourceCodeAccess/Private/DefaultSourceCodeAccessor.h index badc8e3d3081..aa77ff4267fb 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Private/DefaultSourceCodeAccessor.h +++ b/Engine/Source/Developer/SourceCodeAccess/Private/DefaultSourceCodeAccessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessModule.cpp b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessModule.cpp index f5ed764a9b90..d6c3d4a87385 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessModule.cpp +++ b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceCodeAccessPrivatePCH.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessModule.h b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessModule.h index 9bbac45e2365..0e2550f53f2a 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessModule.h +++ b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessPrivatePCH.h b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessPrivatePCH.h index 1537ba6728b2..85ced53267f3 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessPrivatePCH.h +++ b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessSettings.cpp b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessSettings.cpp index f50126fb099e..bfaf3154231d 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessSettings.cpp +++ b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceCodeAccessPrivatePCH.h" #include "SourceCodeAccessSettings.h" diff --git a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessSettings.h b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessSettings.h index 3f441e4c4177..fe528bfb075d 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessSettings.h +++ b/Engine/Source/Developer/SourceCodeAccess/Private/SourceCodeAccessSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessModule.h b/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessModule.h index d66e108532aa..7db730761b9a 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessModule.h +++ b/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessor.h b/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessor.h index d9746e922da3..3673fcb0f104 100644 --- a/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessor.h +++ b/Engine/Source/Developer/SourceCodeAccess/Public/ISourceCodeAccessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceCodeAccess/SourceCodeAccess.Build.cs b/Engine/Source/Developer/SourceCodeAccess/SourceCodeAccess.Build.cs index 601c28adc8a0..0e602cd8bc93 100644 --- a/Engine/Source/Developer/SourceCodeAccess/SourceCodeAccess.Build.cs +++ b/Engine/Source/Developer/SourceCodeAccess/SourceCodeAccess.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SourceControl/Private/DefaultSourceControlProvider.cpp b/Engine/Source/Developer/SourceControl/Private/DefaultSourceControlProvider.cpp index 50522861aa9d..b0aa256d6c41 100644 --- a/Engine/Source/Developer/SourceControl/Private/DefaultSourceControlProvider.cpp +++ b/Engine/Source/Developer/SourceControl/Private/DefaultSourceControlProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlPrivatePCH.h" #include "DefaultSourceControlProvider.h" diff --git a/Engine/Source/Developer/SourceControl/Private/DefaultSourceControlProvider.h b/Engine/Source/Developer/SourceControl/Private/DefaultSourceControlProvider.h index 8cbcd3efe086..d644c9536e59 100644 --- a/Engine/Source/Developer/SourceControl/Private/DefaultSourceControlProvider.h +++ b/Engine/Source/Developer/SourceControl/Private/DefaultSourceControlProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Private/SSourceControlLogin.cpp b/Engine/Source/Developer/SourceControl/Private/SSourceControlLogin.cpp index 6d3b9338cfb2..b54fba49fa9a 100644 --- a/Engine/Source/Developer/SourceControl/Private/SSourceControlLogin.cpp +++ b/Engine/Source/Developer/SourceControl/Private/SSourceControlLogin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlPrivatePCH.h" #include "SSourceControlLogin.h" diff --git a/Engine/Source/Developer/SourceControl/Private/SSourceControlLogin.h b/Engine/Source/Developer/SourceControl/Private/SSourceControlLogin.h index 0b3615252226..697608a5a4d9 100644 --- a/Engine/Source/Developer/SourceControl/Private/SSourceControlLogin.h +++ b/Engine/Source/Developer/SourceControl/Private/SSourceControlLogin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Private/SSourceControlPicker.cpp b/Engine/Source/Developer/SourceControl/Private/SSourceControlPicker.cpp index f22d992fca84..e7bff2059025 100644 --- a/Engine/Source/Developer/SourceControl/Private/SSourceControlPicker.cpp +++ b/Engine/Source/Developer/SourceControl/Private/SSourceControlPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlPrivatePCH.h" #include "SSourceControlPicker.h" diff --git a/Engine/Source/Developer/SourceControl/Private/SSourceControlPicker.h b/Engine/Source/Developer/SourceControl/Private/SSourceControlPicker.h index 3613c22324f0..226230e52a8c 100644 --- a/Engine/Source/Developer/SourceControl/Private/SSourceControlPicker.h +++ b/Engine/Source/Developer/SourceControl/Private/SSourceControlPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Private/ScopedSourceControlProgress.cpp b/Engine/Source/Developer/SourceControl/Private/ScopedSourceControlProgress.cpp index fd96037d33b7..62da86216f39 100644 --- a/Engine/Source/Developer/SourceControl/Private/ScopedSourceControlProgress.cpp +++ b/Engine/Source/Developer/SourceControl/Private/ScopedSourceControlProgress.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlPrivatePCH.h" #include "ScopedSourceControlProgress.h" diff --git a/Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp b/Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp index 157390057da7..c00d2e9f911e 100644 --- a/Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp +++ b/Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlPrivatePCH.h" #include "SourceControlHelpers.h" diff --git a/Engine/Source/Developer/SourceControl/Private/SourceControlModule.cpp b/Engine/Source/Developer/SourceControl/Private/SourceControlModule.cpp index 7ce8b349fe02..2e0c6aaf1bba 100644 --- a/Engine/Source/Developer/SourceControl/Private/SourceControlModule.cpp +++ b/Engine/Source/Developer/SourceControl/Private/SourceControlModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlPrivatePCH.h" #include "SourceControlModule.h" diff --git a/Engine/Source/Developer/SourceControl/Private/SourceControlModule.h b/Engine/Source/Developer/SourceControl/Private/SourceControlModule.h index af0b0985ee6f..adcd4b9b03d8 100644 --- a/Engine/Source/Developer/SourceControl/Private/SourceControlModule.h +++ b/Engine/Source/Developer/SourceControl/Private/SourceControlModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Private/SourceControlPrivatePCH.h b/Engine/Source/Developer/SourceControl/Private/SourceControlPrivatePCH.h index fd4a1e0b8362..057fd2c199e1 100644 --- a/Engine/Source/Developer/SourceControl/Private/SourceControlPrivatePCH.h +++ b/Engine/Source/Developer/SourceControl/Private/SourceControlPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Private/SourceControlSettings.cpp b/Engine/Source/Developer/SourceControl/Private/SourceControlSettings.cpp index 78942451e52e..37b086a1673e 100644 --- a/Engine/Source/Developer/SourceControl/Private/SourceControlSettings.cpp +++ b/Engine/Source/Developer/SourceControl/Private/SourceControlSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlPrivatePCH.h" #include "SourceControlSettings.h" diff --git a/Engine/Source/Developer/SourceControl/Private/SourceControlSettings.h b/Engine/Source/Developer/SourceControl/Private/SourceControlSettings.h index 8e71b12c9b43..6b8c67b6ab48 100644 --- a/Engine/Source/Developer/SourceControl/Private/SourceControlSettings.h +++ b/Engine/Source/Developer/SourceControl/Private/SourceControlSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Private/Tests/SourceControlTests.cpp b/Engine/Source/Developer/SourceControl/Private/Tests/SourceControlTests.cpp index b947a1de156f..33ae63e39b04 100644 --- a/Engine/Source/Developer/SourceControl/Private/Tests/SourceControlTests.cpp +++ b/Engine/Source/Developer/SourceControl/Private/Tests/SourceControlTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlPrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h b/Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h index b92a560a50e0..7d0cc4c44e83 100644 --- a/Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h +++ b/Engine/Source/Developer/SourceControl/Public/ISourceControlLabel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h b/Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h index c679a681ae8d..ed76b67ef09a 100644 --- a/Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h +++ b/Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/ISourceControlOperation.h b/Engine/Source/Developer/SourceControl/Public/ISourceControlOperation.h index b680ad87afc6..7054ded702f6 100644 --- a/Engine/Source/Developer/SourceControl/Public/ISourceControlOperation.h +++ b/Engine/Source/Developer/SourceControl/Public/ISourceControlOperation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h b/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h index 1229a84d77ff..782d16d67bcc 100644 --- a/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h +++ b/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/ISourceControlRevision.h b/Engine/Source/Developer/SourceControl/Public/ISourceControlRevision.h index 62835c956dc5..9d31fdb8f424 100644 --- a/Engine/Source/Developer/SourceControl/Public/ISourceControlRevision.h +++ b/Engine/Source/Developer/SourceControl/Public/ISourceControlRevision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/ISourceControlState.h b/Engine/Source/Developer/SourceControl/Public/ISourceControlState.h index 215525096546..c20b77f6e7f2 100644 --- a/Engine/Source/Developer/SourceControl/Public/ISourceControlState.h +++ b/Engine/Source/Developer/SourceControl/Public/ISourceControlState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/ScopedSourceControlProgress.h b/Engine/Source/Developer/SourceControl/Public/ScopedSourceControlProgress.h index cf9019ef739f..55cf0030de8f 100644 --- a/Engine/Source/Developer/SourceControl/Public/ScopedSourceControlProgress.h +++ b/Engine/Source/Developer/SourceControl/Public/ScopedSourceControlProgress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h b/Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h index 543dadc395dc..c0466f23cb95 100644 --- a/Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h +++ b/Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h b/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h index cecb4ffc40d4..a4f0e3eaed0a 100644 --- a/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h +++ b/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h b/Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h index ad8afeceb2ab..240212ae7b0b 100644 --- a/Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h +++ b/Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SourceControl/SourceControl.Build.cs b/Engine/Source/Developer/SourceControl/SourceControl.Build.cs index 2ffb806de2bb..240b2959e0a0 100644 --- a/Engine/Source/Developer/SourceControl/SourceControl.Build.cs +++ b/Engine/Source/Developer/SourceControl/SourceControl.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Linux/OpenGL/SlateOpenGLContext.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Linux/OpenGL/SlateOpenGLContext.cpp index d5763cebb5b6..5620d02e67f1 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Linux/OpenGL/SlateOpenGLContext.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Linux/OpenGL/SlateOpenGLContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" #include "OpenGL/SlateOpenGLRenderer.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Linux/OpenGL/SlateOpenGLViewport.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Linux/OpenGL/SlateOpenGLViewport.cpp index 8cc911ea11eb..e8eb38f458e0 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Linux/OpenGL/SlateOpenGLViewport.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Linux/OpenGL/SlateOpenGLViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLContext.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLContext.cpp index 8106e63c4664..0373703bc314 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLContext.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" #include "OpenGL/SlateOpenGLRenderer.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLMac.h b/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLMac.h index b38f9560af8a..1453f1be9e95 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLMac.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLMac.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLViewport.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLViewport.cpp index 9c557dc3a58f..2dbe7666e358 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLViewport.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Mac/OpenGL/SlateOpenGLViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" #include "OpenGL/SlateOpenGLRenderer.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLExtensions.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLExtensions.cpp index c7a63ae67626..40df5408453a 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLExtensions.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLExtensions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLExtensions.h b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLExtensions.h index 3aeed93ebe35..fa30e5978901 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLExtensions.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLExtensions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLIndexBuffer.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLIndexBuffer.cpp index 6ad00417edb4..301a0757935f 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLIndexBuffer.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLIndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLIndexBuffer.h b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLIndexBuffer.h index 2fe96ce5d4f8..f4d428155496 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLIndexBuffer.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLIndexBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderer.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderer.cpp index 5c84749197ff..037daf3a102c 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderer.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderer.h b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderer.h index eb1c02ef56f2..9d64078d3371 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderer.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderingPolicy.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderingPolicy.cpp index 0ca3526e1a28..a4348ac98d57 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderingPolicy.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderingPolicy.h b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderingPolicy.h index acd342075075..44b3a7c66304 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderingPolicy.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLRenderingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLShaders.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLShaders.cpp index 44402f13b14c..726e1ca3b119 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLShaders.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLShaders.h b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLShaders.h index a22335156754..2e737b7d2d85 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLShaders.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLShaders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** */ diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextureManager.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextureManager.cpp index 5a45d510db6c..ff1314ba95cc 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextureManager.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextureManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextureManager.h b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextureManager.h index d00c1da5954a..4bea6699a28e 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextureManager.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextureManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** */ diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextures.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextures.cpp index febf87bc20f3..5eb1154b6888 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextures.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" #include "SlateOpenGLRenderer.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextures.h b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextures.h index 442abd73f769..aa50e435181a 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextures.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLTextures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** */ diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLVertexBuffer.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLVertexBuffer.cpp index 5c0e23de4550..8f9d2867706e 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLVertexBuffer.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLVertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLVertexBuffer.h b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLVertexBuffer.h index a66595ad1449..b0fecd17066c 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLVertexBuffer.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/OpenGL/SlateOpenGLVertexBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** */ diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/StandaloneRenderer.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/StandaloneRenderer.cpp index 5c3a377f9840..ee7b943fb040 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/StandaloneRenderer.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/StandaloneRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/StandaloneRendererPrivate.h b/Engine/Source/Developer/StandaloneRenderer/Private/StandaloneRendererPrivate.h index 75b7cc3edd01..055d76fb3994 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/StandaloneRendererPrivate.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/StandaloneRendererPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef UNREAL_STANDALONERENDERER_PRIVATEPCH_H #define UNREAL_STANDALONERENDERER_PRIVATEPCH_H diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DConstantBuffer.h b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DConstantBuffer.h index 8bea38867ceb..b633d3e9e14a 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DConstantBuffer.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DConstantBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __D3DCONSTANT_BUFFER_H__ diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DIndexBuffer.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DIndexBuffer.cpp index f5ccbe7bcee1..8bd5a8ffdaa6 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DIndexBuffer.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DIndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DIndexBuffer.h b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DIndexBuffer.h index 160f79c00bf4..700c8d9fb5e5 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DIndexBuffer.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DIndexBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __D3DINDEXBUFFER_H__ diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderer.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderer.cpp index da12c5109b15..c7bf89a9360b 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderer.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderer.h b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderer.h index 65930dd6c9d6..f0a89b806f9f 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderer.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef _SLATERENDERRD3D_H__ diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderingPolicy.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderingPolicy.cpp index 6748bf768f12..3fd7d4aa3b59 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderingPolicy.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderingPolicy.h b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderingPolicy.h index 9ab3116729b3..26e8d60b2197 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderingPolicy.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DRenderingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DShaders.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DShaders.cpp index 824979612246..2586f538dd0d 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DShaders.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DShaders.h b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DShaders.h index 61de94bafc34..6116a6e96cb5 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DShaders.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DShaders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextureManager.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextureManager.cpp index 404118e15b40..8a7367bc0619 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextureManager.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextureManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextureManager.h b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextureManager.h index 836043de665f..d26283a35bd2 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextureManager.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextureManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextures.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextures.cpp index d5fd82e4d191..eb24a03f7e29 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextures.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" #include "Windows/D3D/SlateD3DRenderer.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextures.h b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextures.h index d11285c92870..5fe9d4ddae77 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextures.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DTextures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DVertexBuffer.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DVertexBuffer.cpp index 82e5ab14687d..120eb6fa77f4 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DVertexBuffer.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DVertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DVertexBuffer.h b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DVertexBuffer.h index c9076bc75705..666b74ac5403 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DVertexBuffer.h +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/D3D/SlateD3DVertexBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SLATED3DVERTEXBUFFER_H__ diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/OpenGL/SlateOpenGLContext.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/OpenGL/SlateOpenGLContext.cpp index 64ae7431f0bf..f1c9e609c3ba 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/OpenGL/SlateOpenGLContext.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/OpenGL/SlateOpenGLContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/OpenGL/SlateOpenGLViewport.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/OpenGL/SlateOpenGLViewport.cpp index 1fee8e83b1dc..6cc10b70bf06 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/Windows/OpenGL/SlateOpenGLViewport.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/Windows/OpenGL/SlateOpenGLViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLContext.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLContext.cpp index d5933b6a37ae..5065fb011c32 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLContext.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLESView.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLESView.cpp index 3213c313cccc..4842217b3c56 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLESView.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLESView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" #include "IOS/SlateOpenGLESView.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLViewport.cpp b/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLViewport.cpp index 93c76bf52efa..4c26a70a0d00 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLViewport.cpp +++ b/Engine/Source/Developer/StandaloneRenderer/Private/ios/SlateOpenGLViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StandaloneRendererPrivate.h" #include "OpenGL/SlateOpenGLRenderer.h" diff --git a/Engine/Source/Developer/StandaloneRenderer/Public/IOS/SlateOpenGLESView.h b/Engine/Source/Developer/StandaloneRenderer/Public/IOS/SlateOpenGLESView.h index 1ffcc30665f8..66487230f357 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Public/IOS/SlateOpenGLESView.h +++ b/Engine/Source/Developer/StandaloneRenderer/Public/IOS/SlateOpenGLESView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/Public/StandaloneRenderer.h b/Engine/Source/Developer/StandaloneRenderer/Public/StandaloneRenderer.h index dbede18ad85a..cc58b43e703e 100644 --- a/Engine/Source/Developer/StandaloneRenderer/Public/StandaloneRenderer.h +++ b/Engine/Source/Developer/StandaloneRenderer/Public/StandaloneRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/StandaloneRenderer/StandaloneRenderer.Build.cs b/Engine/Source/Developer/StandaloneRenderer/StandaloneRenderer.Build.cs index 9b0f580838bf..3f07eef67f5e 100644 --- a/Engine/Source/Developer/StandaloneRenderer/StandaloneRenderer.Build.cs +++ b/Engine/Source/Developer/StandaloneRenderer/StandaloneRenderer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SuperSearch/Private/SSuperSearch.cpp b/Engine/Source/Developer/SuperSearch/Private/SSuperSearch.cpp index eb4c57eef29a..2b11c83ff987 100644 --- a/Engine/Source/Developer/SuperSearch/Private/SSuperSearch.cpp +++ b/Engine/Source/Developer/SuperSearch/Private/SSuperSearch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SuperSearchPrivatePCH.h" #include "SSearchBox.h" diff --git a/Engine/Source/Developer/SuperSearch/Private/SSuperSearch.h b/Engine/Source/Developer/SuperSearch/Private/SSuperSearch.h index f7dcdc8d9774..afff80e11bbc 100644 --- a/Engine/Source/Developer/SuperSearch/Private/SSuperSearch.h +++ b/Engine/Source/Developer/SuperSearch/Private/SSuperSearch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SuperSearch/Private/SuperSearchModule.cpp b/Engine/Source/Developer/SuperSearch/Private/SuperSearchModule.cpp index 5d09f1ab1f0c..67fd500d39af 100644 --- a/Engine/Source/Developer/SuperSearch/Private/SuperSearchModule.cpp +++ b/Engine/Source/Developer/SuperSearch/Private/SuperSearchModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SuperSearchPrivatePCH.h" #include "SSuperSearch.h" diff --git a/Engine/Source/Developer/SuperSearch/Private/SuperSearchPrivatePCH.h b/Engine/Source/Developer/SuperSearch/Private/SuperSearchPrivatePCH.h index e13a109c5dcc..c839c0ba1905 100644 --- a/Engine/Source/Developer/SuperSearch/Private/SuperSearchPrivatePCH.h +++ b/Engine/Source/Developer/SuperSearch/Private/SuperSearchPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SuperSearch/Public/SuperSearchModule.h b/Engine/Source/Developer/SuperSearch/Public/SuperSearchModule.h index ade6b1a92cee..a8403500396e 100644 --- a/Engine/Source/Developer/SuperSearch/Public/SuperSearchModule.h +++ b/Engine/Source/Developer/SuperSearch/Public/SuperSearchModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SuperSearch/SuperSearch.Build.cs b/Engine/Source/Developer/SuperSearch/SuperSearch.Build.cs index 8aa4220641ef..903b9d4b8fa7 100644 --- a/Engine/Source/Developer/SuperSearch/SuperSearch.Build.cs +++ b/Engine/Source/Developer/SuperSearch/SuperSearch.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/SynthBenchmark/Private/FractalBenchmark.cpp b/Engine/Source/Developer/SynthBenchmark/Private/FractalBenchmark.cpp index 5e3bfaf5aa8e..009ade6b2ca9 100644 --- a/Engine/Source/Developer/SynthBenchmark/Private/FractalBenchmark.cpp +++ b/Engine/Source/Developer/SynthBenchmark/Private/FractalBenchmark.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SynthBenchmarkPrivatePCH.h" diff --git a/Engine/Source/Developer/SynthBenchmark/Private/RayIntersectBenchmark.cpp b/Engine/Source/Developer/SynthBenchmark/Private/RayIntersectBenchmark.cpp index aa44d7f7a44d..9a1f11d839e5 100644 --- a/Engine/Source/Developer/SynthBenchmark/Private/RayIntersectBenchmark.cpp +++ b/Engine/Source/Developer/SynthBenchmark/Private/RayIntersectBenchmark.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SynthBenchmarkPrivatePCH.h" diff --git a/Engine/Source/Developer/SynthBenchmark/Private/SynthBenchmarkPrivatePCH.cpp b/Engine/Source/Developer/SynthBenchmark/Private/SynthBenchmarkPrivatePCH.cpp index f8dff9d45860..065061bf3135 100644 --- a/Engine/Source/Developer/SynthBenchmark/Private/SynthBenchmarkPrivatePCH.cpp +++ b/Engine/Source/Developer/SynthBenchmark/Private/SynthBenchmarkPrivatePCH.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SynthBenchmarkPrivatePCH.h" #include "RenderCore.h" diff --git a/Engine/Source/Developer/SynthBenchmark/Private/SynthBenchmarkPrivatePCH.h b/Engine/Source/Developer/SynthBenchmark/Private/SynthBenchmarkPrivatePCH.h index e3f0ed642b87..b4a9cb55c081 100644 --- a/Engine/Source/Developer/SynthBenchmark/Private/SynthBenchmarkPrivatePCH.h +++ b/Engine/Source/Developer/SynthBenchmark/Private/SynthBenchmarkPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SynthBenchmark.h" diff --git a/Engine/Source/Developer/SynthBenchmark/Public/SynthBenchmark.h b/Engine/Source/Developer/SynthBenchmark/Public/SynthBenchmark.h index f275e5c1d2fb..78601f0e1fc0 100644 --- a/Engine/Source/Developer/SynthBenchmark/Public/SynthBenchmark.h +++ b/Engine/Source/Developer/SynthBenchmark/Public/SynthBenchmark.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/SynthBenchmark/SynthBenchmark.Build.cs b/Engine/Source/Developer/SynthBenchmark/SynthBenchmark.Build.cs index 3aefab1bb86d..7f60751bcce9 100644 --- a/Engine/Source/Developer/SynthBenchmark/SynthBenchmark.Build.cs +++ b/Engine/Source/Developer/SynthBenchmark/SynthBenchmark.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/TargetDeviceServices/Classes/TargetDeviceServiceMessages.h b/Engine/Source/Developer/TargetDeviceServices/Classes/TargetDeviceServiceMessages.h index 69614874d974..9c3336b17540 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Classes/TargetDeviceServiceMessages.h +++ b/Engine/Source/Developer/TargetDeviceServices/Classes/TargetDeviceServiceMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxy.cpp b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxy.cpp index fa57609c12ad..e9241405f047 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxy.cpp +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TargetDeviceServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxy.h b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxy.h index 7d2c80d27f3a..43371e45901b 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxy.h +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxyManager.cpp b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxyManager.cpp index ec66f6f4f994..a9af639d1a86 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxyManager.cpp +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxyManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TargetDeviceServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxyManager.h b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxyManager.h index 43cdc2bd462c..b112ca4a380b 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxyManager.h +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceProxyManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceService.cpp b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceService.cpp index 5524e918b2ca..9a64cf13c408 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceService.cpp +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceService.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TargetDeviceServicesPrivatePCH.h" #include "PlatformInfo.h" diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceService.h b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceService.h index 14c099083b19..0d37f6a16002 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceService.h +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServiceManager.cpp b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServiceManager.cpp index 1923e0842632..71e2770f18fe 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServiceManager.cpp +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServiceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TargetDeviceServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServiceManager.h b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServiceManager.h index 9174055f8ae9..2b2648bfb72f 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServiceManager.h +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServiceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServicesModule.cpp b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServicesModule.cpp index 5a189c3f60f4..72ac7c11ce80 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServicesModule.cpp +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServicesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TargetDeviceServicesPrivatePCH.h" diff --git a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServicesPrivatePCH.h b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServicesPrivatePCH.h index 81d31d189d8e..49ccdf526b0d 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServicesPrivatePCH.h +++ b/Engine/Source/Developer/TargetDeviceServices/Private/TargetDeviceServicesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceProxy.h b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceProxy.h index 4788c309b55c..bf8259728fa5 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceProxy.h +++ b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceProxyManager.h b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceProxyManager.h index 18e312e2d23f..57fa154d7c92 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceProxyManager.h +++ b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceProxyManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceService.h b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceService.h index 180bce27174c..b74485c93835 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceService.h +++ b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceServiceManager.h b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceServiceManager.h index 579743543763..837584154f6e 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceServiceManager.h +++ b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceServiceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceServicesModule.h b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceServicesModule.h index 93176b3660c1..f8493f0ebe1e 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceServicesModule.h +++ b/Engine/Source/Developer/TargetDeviceServices/Public/Interfaces/ITargetDeviceServicesModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServices.h b/Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServices.h index b40a35832b33..08a64c25fb68 100644 --- a/Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServices.h +++ b/Engine/Source/Developer/TargetDeviceServices/Public/TargetDeviceServices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetDeviceServices/TargetDeviceServices.Build.cs b/Engine/Source/Developer/TargetDeviceServices/TargetDeviceServices.Build.cs index 0735fb0e9f44..9ebfd0df976b 100644 --- a/Engine/Source/Developer/TargetDeviceServices/TargetDeviceServices.Build.cs +++ b/Engine/Source/Developer/TargetDeviceServices/TargetDeviceServices.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/TargetPlatform/Private/InstalledPlatformInfo.cpp b/Engine/Source/Developer/TargetPlatform/Private/InstalledPlatformInfo.cpp index 64c10f7b6192..89676f866632 100644 --- a/Engine/Source/Developer/TargetPlatform/Private/InstalledPlatformInfo.cpp +++ b/Engine/Source/Developer/TargetPlatform/Private/InstalledPlatformInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TargetPlatformPrivatePCH.h" #include "InstalledPlatformInfo.h" diff --git a/Engine/Source/Developer/TargetPlatform/Private/TargetPlatformManagerModule.cpp b/Engine/Source/Developer/TargetPlatform/Private/TargetPlatformManagerModule.cpp index ac4040a3f05f..53b1c3fe9f85 100644 --- a/Engine/Source/Developer/TargetPlatform/Private/TargetPlatformManagerModule.cpp +++ b/Engine/Source/Developer/TargetPlatform/Private/TargetPlatformManagerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TargetPlatformPrivatePCH.h" #include "PlatformInfo.h" diff --git a/Engine/Source/Developer/TargetPlatform/Private/TargetPlatformPrivatePCH.h b/Engine/Source/Developer/TargetPlatform/Private/TargetPlatformPrivatePCH.h index d0828708ad45..404ff29f1775 100644 --- a/Engine/Source/Developer/TargetPlatform/Private/TargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/TargetPlatform/Private/TargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h b/Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h index 8f10e5dbf00d..03bafb98de96 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/InstalledPlatformInfo.h b/Engine/Source/Developer/TargetPlatform/Public/InstalledPlatformInfo.h index 5dd4902d8a7b..b172e121cc3d 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/InstalledPlatformInfo.h +++ b/Engine/Source/Developer/TargetPlatform/Public/InstalledPlatformInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h index a03197d0b76b..b1a89070f70c 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormatModule.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormatModule.h index f7f00c9b9755..46d7602dfc5f 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormatModule.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormatModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormat.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormat.h index 413d34d27acc..12bd723e4ef1 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormat.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormatModule.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormatModule.h index 4cdbb843832c..d98c07f554c4 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormatModule.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormatModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h index 3d4f20fb6a6e..6c7febd2ef31 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDeviceOutput.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDeviceOutput.h index 4b3084ffe0b2..57bdda208eec 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDeviceOutput.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDeviceOutput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h index e71575341fa1..7c01876a4f54 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h index f1c8767fa1be..0faade3fa5e9 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformModule.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformModule.h index 9d530e085a2c..602693e24610 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformModule.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormat.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormat.h index 5d05ae7d0a4f..a62387e93c2b 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormat.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormatModule.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormatModule.h index adf1f6119027..281e64b59b6b 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormatModule.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITextureFormatModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/TargetDeviceId.h b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/TargetDeviceId.h index 23cec99f857f..22244b46fea1 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/Interfaces/TargetDeviceId.h +++ b/Engine/Source/Developer/TargetPlatform/Public/Interfaces/TargetDeviceId.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/Public/TargetPlatform.h b/Engine/Source/Developer/TargetPlatform/Public/TargetPlatform.h index 66eaaa760fcf..f65486629e68 100644 --- a/Engine/Source/Developer/TargetPlatform/Public/TargetPlatform.h +++ b/Engine/Source/Developer/TargetPlatform/Public/TargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TargetPlatform/TargetPlatform.Build.cs b/Engine/Source/Developer/TargetPlatform/TargetPlatform.Build.cs index 688aa3e45ab6..e322abd13e33 100644 --- a/Engine/Source/Developer/TargetPlatform/TargetPlatform.Build.cs +++ b/Engine/Source/Developer/TargetPlatform/TargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Developer/TaskGraph/Private/SBarVisualizer.cpp b/Engine/Source/Developer/TaskGraph/Private/SBarVisualizer.cpp index f0563583b144..782f21efc096 100644 --- a/Engine/Source/Developer/TaskGraph/Private/SBarVisualizer.cpp +++ b/Engine/Source/Developer/TaskGraph/Private/SBarVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "TaskGraphInterfaces.h" diff --git a/Engine/Source/Developer/TaskGraph/Private/SEventsTree.cpp b/Engine/Source/Developer/TaskGraph/Private/SEventsTree.cpp index 676d95eec863..d43fc1c839d3 100644 --- a/Engine/Source/Developer/TaskGraph/Private/SEventsTree.cpp +++ b/Engine/Source/Developer/TaskGraph/Private/SEventsTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "TaskGraphInterfaces.h" diff --git a/Engine/Source/Developer/TaskGraph/Private/SGraphBar.cpp b/Engine/Source/Developer/TaskGraph/Private/SGraphBar.cpp index ea280c563608..8cffe4a6ba70 100644 --- a/Engine/Source/Developer/TaskGraph/Private/SGraphBar.cpp +++ b/Engine/Source/Developer/TaskGraph/Private/SGraphBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "TaskGraphStyle.h" diff --git a/Engine/Source/Developer/TaskGraph/Private/SProfileVisualizer.cpp b/Engine/Source/Developer/TaskGraph/Private/SProfileVisualizer.cpp index 89aef4007fe1..530ab94be52c 100644 --- a/Engine/Source/Developer/TaskGraph/Private/SProfileVisualizer.cpp +++ b/Engine/Source/Developer/TaskGraph/Private/SProfileVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "TaskGraphStyle.h" diff --git a/Engine/Source/Developer/TaskGraph/Private/SProfileVisualizer.h b/Engine/Source/Developer/TaskGraph/Private/SProfileVisualizer.h index 49ba3ba74fd4..9a7106e42e88 100644 --- a/Engine/Source/Developer/TaskGraph/Private/SProfileVisualizer.h +++ b/Engine/Source/Developer/TaskGraph/Private/SProfileVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TaskGraph/Private/STaskGraph.cpp b/Engine/Source/Developer/TaskGraph/Private/STaskGraph.cpp index 18a64756f9bd..48cac81c8429 100644 --- a/Engine/Source/Developer/TaskGraph/Private/STaskGraph.cpp +++ b/Engine/Source/Developer/TaskGraph/Private/STaskGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "TaskGraphInterfaces.h" diff --git a/Engine/Source/Developer/TaskGraph/Private/STimeline.cpp b/Engine/Source/Developer/TaskGraph/Private/STimeline.cpp index ef8164d429db..52b8ce04c74a 100644 --- a/Engine/Source/Developer/TaskGraph/Private/STimeline.cpp +++ b/Engine/Source/Developer/TaskGraph/Private/STimeline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "TaskGraphStyle.h" diff --git a/Engine/Source/Developer/TaskGraph/Private/TaskGraphStyle.cpp b/Engine/Source/Developer/TaskGraph/Private/TaskGraphStyle.cpp index 191e8476a7dd..72d787b3b45a 100644 --- a/Engine/Source/Developer/TaskGraph/Private/TaskGraphStyle.cpp +++ b/Engine/Source/Developer/TaskGraph/Private/TaskGraphStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "TaskGraphStyle.h" diff --git a/Engine/Source/Developer/TaskGraph/Private/TaskGraphStyle.h b/Engine/Source/Developer/TaskGraph/Private/TaskGraphStyle.h index 33fbcc8ec533..4af1d226dddd 100644 --- a/Engine/Source/Developer/TaskGraph/Private/TaskGraphStyle.h +++ b/Engine/Source/Developer/TaskGraph/Private/TaskGraphStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TaskGraph/Private/VisualizerEvents.cpp b/Engine/Source/Developer/TaskGraph/Private/VisualizerEvents.cpp index 76252c8b6cdd..d6902703db71 100644 --- a/Engine/Source/Developer/TaskGraph/Private/VisualizerEvents.cpp +++ b/Engine/Source/Developer/TaskGraph/Private/VisualizerEvents.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" #include "VisualizerEvents.h" diff --git a/Engine/Source/Developer/TaskGraph/Public/SBarVisualizer.h b/Engine/Source/Developer/TaskGraph/Public/SBarVisualizer.h index 3928f8c2400b..7b7b6856cc10 100644 --- a/Engine/Source/Developer/TaskGraph/Public/SBarVisualizer.h +++ b/Engine/Source/Developer/TaskGraph/Public/SBarVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TaskGraph/Public/SEventsTree.h b/Engine/Source/Developer/TaskGraph/Public/SEventsTree.h index 8a723c88509f..9fa0a051b04b 100644 --- a/Engine/Source/Developer/TaskGraph/Public/SEventsTree.h +++ b/Engine/Source/Developer/TaskGraph/Public/SEventsTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TaskGraph/Public/SGraphBar.h b/Engine/Source/Developer/TaskGraph/Public/SGraphBar.h index 5fb8b04691e6..34b46d9d4f44 100644 --- a/Engine/Source/Developer/TaskGraph/Public/SGraphBar.h +++ b/Engine/Source/Developer/TaskGraph/Public/SGraphBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TaskGraph/Public/STaskGraph.h b/Engine/Source/Developer/TaskGraph/Public/STaskGraph.h index 0cf2664509da..b33633882136 100644 --- a/Engine/Source/Developer/TaskGraph/Public/STaskGraph.h +++ b/Engine/Source/Developer/TaskGraph/Public/STaskGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TaskGraph/Public/STimeline.h b/Engine/Source/Developer/TaskGraph/Public/STimeline.h index 8a63604af1d5..2642a78c9766 100644 --- a/Engine/Source/Developer/TaskGraph/Public/STimeline.h +++ b/Engine/Source/Developer/TaskGraph/Public/STimeline.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TaskGraph/Public/VisualizerEvents.h b/Engine/Source/Developer/TaskGraph/Public/VisualizerEvents.h index 3a9f52c85851..3b3275b47412 100644 --- a/Engine/Source/Developer/TaskGraph/Public/VisualizerEvents.h +++ b/Engine/Source/Developer/TaskGraph/Public/VisualizerEvents.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TaskGraph/TaskGraph.Build.cs b/Engine/Source/Developer/TaskGraph/TaskGraph.Build.cs index 14a83c71390b..6313f812c924 100644 --- a/Engine/Source/Developer/TaskGraph/TaskGraph.Build.cs +++ b/Engine/Source/Developer/TaskGraph/TaskGraph.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorModule.cpp b/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorModule.cpp index 7ceea683c487..9e21e802bee0 100644 --- a/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorModule.cpp +++ b/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureCompressorPrivatePCH.h" diff --git a/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorPrivatePCH.h b/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorPrivatePCH.h index 564cdb42d13f..54a67c259132 100644 --- a/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorPrivatePCH.h +++ b/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "ImageCore.h" diff --git a/Engine/Source/Developer/TextureCompressor/Public/TextureCompressorModule.h b/Engine/Source/Developer/TextureCompressor/Public/TextureCompressorModule.h index a2c09e8927b1..101213c0985e 100644 --- a/Engine/Source/Developer/TextureCompressor/Public/TextureCompressorModule.h +++ b/Engine/Source/Developer/TextureCompressor/Public/TextureCompressorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TextureCompressor/TextureCompressor.Build.cs b/Engine/Source/Developer/TextureCompressor/TextureCompressor.Build.cs index 89821f7bdec1..00a667a2b800 100644 --- a/Engine/Source/Developer/TextureCompressor/TextureCompressor.Build.cs +++ b/Engine/Source/Developer/TextureCompressor/TextureCompressor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/TextureFormatASTC/Private/TextureFormatASTC.cpp b/Engine/Source/Developer/TextureFormatASTC/Private/TextureFormatASTC.cpp index 8be15a8952be..e68acfca37a5 100644 --- a/Engine/Source/Developer/TextureFormatASTC/Private/TextureFormatASTC.cpp +++ b/Engine/Source/Developer/TextureFormatASTC/Private/TextureFormatASTC.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "CoreMisc.h" diff --git a/Engine/Source/Developer/TextureFormatASTC/TextureFormatASTC.Build.cs b/Engine/Source/Developer/TextureFormatASTC/TextureFormatASTC.Build.cs index f7056fd2d0ab..8a90c939daf6 100644 --- a/Engine/Source/Developer/TextureFormatASTC/TextureFormatASTC.Build.cs +++ b/Engine/Source/Developer/TextureFormatASTC/TextureFormatASTC.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/TextureFormatAndroid/Private/TextureFormatAndroid.cpp b/Engine/Source/Developer/TextureFormatAndroid/Private/TextureFormatAndroid.cpp index 9f80904551d2..2e2fd461a9bb 100644 --- a/Engine/Source/Developer/TextureFormatAndroid/Private/TextureFormatAndroid.cpp +++ b/Engine/Source/Developer/TextureFormatAndroid/Private/TextureFormatAndroid.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "ImageCore.h" diff --git a/Engine/Source/Developer/TextureFormatAndroid/TextureFormatAndroid.Build.cs b/Engine/Source/Developer/TextureFormatAndroid/TextureFormatAndroid.Build.cs index 5100026ed3f5..273b8a0d4b9d 100644 --- a/Engine/Source/Developer/TextureFormatAndroid/TextureFormatAndroid.Build.cs +++ b/Engine/Source/Developer/TextureFormatAndroid/TextureFormatAndroid.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/TextureFormatDXT/Private/TextureFormatDXT.cpp b/Engine/Source/Developer/TextureFormatDXT/Private/TextureFormatDXT.cpp index 42ca8f656009..690e7191c9f0 100644 --- a/Engine/Source/Developer/TextureFormatDXT/Private/TextureFormatDXT.cpp +++ b/Engine/Source/Developer/TextureFormatDXT/Private/TextureFormatDXT.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "ImageCore.h" diff --git a/Engine/Source/Developer/TextureFormatDXT/TextureFormatDXT.Build.cs b/Engine/Source/Developer/TextureFormatDXT/TextureFormatDXT.Build.cs index f428fab7bf78..5a2da6d2d22c 100644 --- a/Engine/Source/Developer/TextureFormatDXT/TextureFormatDXT.Build.cs +++ b/Engine/Source/Developer/TextureFormatDXT/TextureFormatDXT.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/TextureFormatIntelISPCTexComp/Private/TextureFormatIntelISPCTexComp.cpp b/Engine/Source/Developer/TextureFormatIntelISPCTexComp/Private/TextureFormatIntelISPCTexComp.cpp index 680ce27d7907..2eabe7b767c0 100644 --- a/Engine/Source/Developer/TextureFormatIntelISPCTexComp/Private/TextureFormatIntelISPCTexComp.cpp +++ b/Engine/Source/Developer/TextureFormatIntelISPCTexComp/Private/TextureFormatIntelISPCTexComp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "ImageCore.h" diff --git a/Engine/Source/Developer/TextureFormatIntelISPCTexComp/TextureFormatIntelISPCTexComp.Build.cs b/Engine/Source/Developer/TextureFormatIntelISPCTexComp/TextureFormatIntelISPCTexComp.Build.cs index 30f4dfc50f16..7bac4f450031 100644 --- a/Engine/Source/Developer/TextureFormatIntelISPCTexComp/TextureFormatIntelISPCTexComp.Build.cs +++ b/Engine/Source/Developer/TextureFormatIntelISPCTexComp/TextureFormatIntelISPCTexComp.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/TextureFormatPVR/Private/TextureFormatPVR.cpp b/Engine/Source/Developer/TextureFormatPVR/Private/TextureFormatPVR.cpp index bb63945b6d44..523b783f6edf 100644 --- a/Engine/Source/Developer/TextureFormatPVR/Private/TextureFormatPVR.cpp +++ b/Engine/Source/Developer/TextureFormatPVR/Private/TextureFormatPVR.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "CoreMisc.h" diff --git a/Engine/Source/Developer/TextureFormatPVR/TextureFormatPVR.Build.cs b/Engine/Source/Developer/TextureFormatPVR/TextureFormatPVR.Build.cs index 679affeaa61f..5cec1ea35093 100644 --- a/Engine/Source/Developer/TextureFormatPVR/TextureFormatPVR.Build.cs +++ b/Engine/Source/Developer/TextureFormatPVR/TextureFormatPVR.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/TextureFormatUncompressed/Private/TextureFormatUncompressed.cpp b/Engine/Source/Developer/TextureFormatUncompressed/Private/TextureFormatUncompressed.cpp index cb5fc8ae2846..2db018c8b1af 100644 --- a/Engine/Source/Developer/TextureFormatUncompressed/Private/TextureFormatUncompressed.cpp +++ b/Engine/Source/Developer/TextureFormatUncompressed/Private/TextureFormatUncompressed.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Developer/TextureFormatUncompressed/TextureFormatUncompressed.Build.cs b/Engine/Source/Developer/TextureFormatUncompressed/TextureFormatUncompressed.Build.cs index 48aa56373186..57953a5d5044 100644 --- a/Engine/Source/Developer/TextureFormatUncompressed/TextureFormatUncompressed.Build.cs +++ b/Engine/Source/Developer/TextureFormatUncompressed/TextureFormatUncompressed.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/TreeMap/Public/ITreeMap.h b/Engine/Source/Developer/TreeMap/Public/ITreeMap.h index 5d89e1b266e7..06f297eecfe1 100644 --- a/Engine/Source/Developer/TreeMap/Public/ITreeMap.h +++ b/Engine/Source/Developer/TreeMap/Public/ITreeMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TreeMap/Public/ITreeMapCustomization.h b/Engine/Source/Developer/TreeMap/Public/ITreeMapCustomization.h index 7ff0f3b14b28..536426141987 100644 --- a/Engine/Source/Developer/TreeMap/Public/ITreeMapCustomization.h +++ b/Engine/Source/Developer/TreeMap/Public/ITreeMapCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TreeMap/Public/STreeMap.h b/Engine/Source/Developer/TreeMap/Public/STreeMap.h index 256e93266162..86e6f4d211ea 100644 --- a/Engine/Source/Developer/TreeMap/Public/STreeMap.h +++ b/Engine/Source/Developer/TreeMap/Public/STreeMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TreeMap/Public/TreeMapStyle.h b/Engine/Source/Developer/TreeMap/Public/TreeMapStyle.h index 0f5e5f92b7fd..4d9602d241d9 100644 --- a/Engine/Source/Developer/TreeMap/Public/TreeMapStyle.h +++ b/Engine/Source/Developer/TreeMap/Public/TreeMapStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TreeMap/STreeMap.cpp b/Engine/Source/Developer/TreeMap/STreeMap.cpp index d52dfff6d845..91255e004307 100644 --- a/Engine/Source/Developer/TreeMap/STreeMap.cpp +++ b/Engine/Source/Developer/TreeMap/STreeMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TreeMapModule.h" #include "STreeMap.h" diff --git a/Engine/Source/Developer/TreeMap/TreeMap.Build.cs b/Engine/Source/Developer/TreeMap/TreeMap.Build.cs index 184bdd1b9305..8d56d9086f7f 100644 --- a/Engine/Source/Developer/TreeMap/TreeMap.Build.cs +++ b/Engine/Source/Developer/TreeMap/TreeMap.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Developer/TreeMap/TreeMap.cpp b/Engine/Source/Developer/TreeMap/TreeMap.cpp index 9d115fa6a020..dab2200e25ed 100644 --- a/Engine/Source/Developer/TreeMap/TreeMap.cpp +++ b/Engine/Source/Developer/TreeMap/TreeMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TreeMapModule.h" #include "ITreeMap.h" diff --git a/Engine/Source/Developer/TreeMap/TreeMapModule.cpp b/Engine/Source/Developer/TreeMap/TreeMapModule.cpp index 5632f181a452..1249e06f0578 100644 --- a/Engine/Source/Developer/TreeMap/TreeMapModule.cpp +++ b/Engine/Source/Developer/TreeMap/TreeMapModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TreeMapModule.h" #include "TreeMapStyle.h" diff --git a/Engine/Source/Developer/TreeMap/TreeMapModule.h b/Engine/Source/Developer/TreeMap/TreeMapModule.h index 48953acf8648..af768edaf20b 100644 --- a/Engine/Source/Developer/TreeMap/TreeMapModule.h +++ b/Engine/Source/Developer/TreeMap/TreeMapModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/TreeMap/TreeMapStyle.cpp b/Engine/Source/Developer/TreeMap/TreeMapStyle.cpp index 914435e957ff..b33d4a8920bd 100644 --- a/Engine/Source/Developer/TreeMap/TreeMapStyle.cpp +++ b/Engine/Source/Developer/TreeMap/TreeMapStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TreeMapModule.h" #include "TreeMapStyle.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.cpp index 4dec2b60d8fa..e11609c64aa1 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "Inheritance.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.h index fae35f8386e5..2e5419a8e6c5 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/Inheritance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedClassInstance.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedClassInstance.cpp index abc46d6eec7a..45aa55307f07 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedClassInstance.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedClassInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "TemplatedClassInstance.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedClassInstance.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedClassInstance.h index 649ea4a4e147..b7326adfb956 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedClassInstance.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedClassInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UseClass.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.cpp index 935e30fa0e40..a01e9227dcd3 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "TemplatedFunctionInstance_Explicit.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.h index 98baa4ed653c..23090553639f 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Explicit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UseClass.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Implicit.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Implicit.cpp index d04f9cc0b09a..f0bc5c2fd42b 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Implicit.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Implicit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "TemplatedFunctionInstance_Implicit.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Implicit.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Implicit.h index eca648c844b8..677f2dd72c2c 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Implicit.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/TemplatedFunctionInstance_Implicit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UseClass.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/ThreadSafety.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/ThreadSafety.cpp index feffafb928d9..ff252094863d 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/ThreadSafety.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/ThreadSafety.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "ThreadSafety.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/ThreadSafety.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/ThreadSafety.h index 2405812f7f50..9543c8b70554 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/ThreadSafety.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/ThreadSafety.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ThreadSafety.generated.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UnrealCodeAnalyzerTests.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UnrealCodeAnalyzerTests.cpp index a2fc7cda24a6..a09b09d240ac 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UnrealCodeAnalyzerTests.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UnrealCodeAnalyzerTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UnrealCodeAnalyzerTestsPCH.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UnrealCodeAnalyzerTestsPCH.h index 0546c4352584..8e6d2a04d984 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UnrealCodeAnalyzerTestsPCH.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UnrealCodeAnalyzerTestsPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTests.h" #include "ModuleManager.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClass.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClass.cpp index 363a9da30e25..280fa570507b 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClass.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseClass.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClass.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClass.h index 61a919645a23..ab4ff744e9f4 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClass.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticField.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticField.cpp index a0ea19617409..1bc936eb36bb 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticField.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseClassStaticField.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticField.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticField.h index 6f227f0b45e6..a6e98f667281 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticField.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticMember.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticMember.cpp index 8929537792a8..47afb5adfeaa 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticMember.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticMember.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseClassStaticMember.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticMember.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticMember.h index b348580a8439..8fca72338948 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticMember.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassStaticMember.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.cpp index 64a3fedb37e0..46123bb11b8a 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseClassWithNonStaticField.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.h index a207bf575844..0248c31ca517 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UseClass.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticPtrField.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticPtrField.cpp index 54486d2293ce..a65511d9bbb3 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticPtrField.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticPtrField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseClassWithNonStaticPtrField.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticPtrField.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticPtrField.h index 25b95780b398..559b373004fe 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticPtrField.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseClassWithNonStaticPtrField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UseClass.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseElifMacro.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseElifMacro.cpp index f71018a2c49a..f4fc3e97a71f 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseElifMacro.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseElifMacro.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseElifMacro.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseElifMacro.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseElifMacro.h index 28f449108e02..63707f798d00 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseElifMacro.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseElifMacro.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseFunction.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseFunction.cpp index e3fcbddf4472..2e1f18ddad84 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseFunction.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseFunction.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseFunction.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseFunction.h index b4321d348c5a..8d7653c08de7 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseFunction.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseIfMacro.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseIfMacro.cpp index 07bee37724e0..9598b54928b4 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseIfMacro.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseIfMacro.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseIfMacro.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseIfMacro.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseIfMacro.h index 968c6073abb8..a30e9beb2d52 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseIfMacro.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseIfMacro.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseVariable.cpp b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseVariable.cpp index 55c629acdbeb..7dd0f39e1cbe 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseVariable.cpp +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseVariable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerTestsPCH.h" #include "UseVariable.h" diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseVariable.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseVariable.h index 295108461bab..6032a01ce850 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseVariable.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Private/UseVariable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Public/UnrealCodeAnalyzerTests.h b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Public/UnrealCodeAnalyzerTests.h index 3772b763d3f3..2a4595b61ef6 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/Public/UnrealCodeAnalyzerTests.h +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/Public/UnrealCodeAnalyzerTests.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/UnrealCodeAnalyzerTests/UnrealCodeAnalyzerTests.Build.cs b/Engine/Source/Developer/UnrealCodeAnalyzerTests/UnrealCodeAnalyzerTests.Build.cs index 5500469f7881..a40b9c3e57d4 100644 --- a/Engine/Source/Developer/UnrealCodeAnalyzerTests/UnrealCodeAnalyzerTests.Build.cs +++ b/Engine/Source/Developer/UnrealCodeAnalyzerTests/UnrealCodeAnalyzerTests.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/WidgetCarousel/Private/SCarouselNavigationBar.cpp b/Engine/Source/Developer/WidgetCarousel/Private/SCarouselNavigationBar.cpp index a0a57d52d3ba..64cce09e46ab 100644 --- a/Engine/Source/Developer/WidgetCarousel/Private/SCarouselNavigationBar.cpp +++ b/Engine/Source/Developer/WidgetCarousel/Private/SCarouselNavigationBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WidgetCarouselPrivatePCH.h" diff --git a/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselModule.cpp b/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselModule.cpp index bd29356fedbf..be23ccb965b4 100644 --- a/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselModule.cpp +++ b/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WidgetCarouselPrivatePCH.h" diff --git a/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselPrivatePCH.h b/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselPrivatePCH.h index 98701e106265..fb1bca0cd992 100644 --- a/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselPrivatePCH.h +++ b/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselStyle.cpp b/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselStyle.cpp index 65e19c29e21c..124ef3a1abfe 100644 --- a/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselStyle.cpp +++ b/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WidgetCarouselPrivatePCH.h" diff --git a/Engine/Source/Developer/WidgetCarousel/Public/SCarouselNavigationBar.h b/Engine/Source/Developer/WidgetCarousel/Public/SCarouselNavigationBar.h index 7a82c78d580c..ad3eae2a32f8 100644 --- a/Engine/Source/Developer/WidgetCarousel/Public/SCarouselNavigationBar.h +++ b/Engine/Source/Developer/WidgetCarousel/Public/SCarouselNavigationBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #define LOCTEXT_NAMESPACE "WidgetCarousel" diff --git a/Engine/Source/Developer/WidgetCarousel/Public/SCarouselNavigationButton.h b/Engine/Source/Developer/WidgetCarousel/Public/SCarouselNavigationButton.h index ac518f9e7aca..55035679aa48 100644 --- a/Engine/Source/Developer/WidgetCarousel/Public/SCarouselNavigationButton.h +++ b/Engine/Source/Developer/WidgetCarousel/Public/SCarouselNavigationButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SWidgetCarousel.h" diff --git a/Engine/Source/Developer/WidgetCarousel/Public/SWidgetCarousel.h b/Engine/Source/Developer/WidgetCarousel/Public/SWidgetCarousel.h index 932dffb8850f..89b0ade5c8ac 100644 --- a/Engine/Source/Developer/WidgetCarousel/Public/SWidgetCarousel.h +++ b/Engine/Source/Developer/WidgetCarousel/Public/SWidgetCarousel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SWidgetCarousel.h: Declares the SWidgetCarousel class. diff --git a/Engine/Source/Developer/WidgetCarousel/Public/SWidgetCarouselWithNavigation.h b/Engine/Source/Developer/WidgetCarousel/Public/SWidgetCarouselWithNavigation.h index eccb753089de..f9a4fbc424eb 100644 --- a/Engine/Source/Developer/WidgetCarousel/Public/SWidgetCarouselWithNavigation.h +++ b/Engine/Source/Developer/WidgetCarousel/Public/SWidgetCarouselWithNavigation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/WidgetCarousel/Public/WidgetCarouselModule.h b/Engine/Source/Developer/WidgetCarousel/Public/WidgetCarouselModule.h index 596c68c7bee0..774a263b00c7 100644 --- a/Engine/Source/Developer/WidgetCarousel/Public/WidgetCarouselModule.h +++ b/Engine/Source/Developer/WidgetCarousel/Public/WidgetCarouselModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Developer/WidgetCarousel/Public/WidgetCarouselStyle.h b/Engine/Source/Developer/WidgetCarousel/Public/WidgetCarouselStyle.h index 789d0a246d95..ab8a27a6c41d 100644 --- a/Engine/Source/Developer/WidgetCarousel/Public/WidgetCarouselStyle.h +++ b/Engine/Source/Developer/WidgetCarousel/Public/WidgetCarouselStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/WidgetCarousel/WidgetCarousel.Build.cs b/Engine/Source/Developer/WidgetCarousel/WidgetCarousel.Build.cs index d18526c88cd9..aa246422de8d 100644 --- a/Engine/Source/Developer/WidgetCarousel/WidgetCarousel.Build.cs +++ b/Engine/Source/Developer/WidgetCarousel/WidgetCarousel.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/D3D11ShaderCompiler.cpp b/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/D3D11ShaderCompiler.cpp index aecc67ed6f51..bd246ae29a07 100644 --- a/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/D3D11ShaderCompiler.cpp +++ b/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/D3D11ShaderCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ShaderFormatD3D.h" #include "ShaderPreprocessor.h" diff --git a/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/ShaderFormatD3D.cpp b/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/ShaderFormatD3D.cpp index b70ec45158b1..12877d37ffc5 100644 --- a/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/ShaderFormatD3D.cpp +++ b/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/ShaderFormatD3D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ShaderFormatD3D.h" #include "Core.h" diff --git a/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/ShaderFormatD3D.h b/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/ShaderFormatD3D.h index 727f2d257782..5f104e03e893 100644 --- a/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/ShaderFormatD3D.h +++ b/Engine/Source/Developer/Windows/ShaderFormatD3D/Private/ShaderFormatD3D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Windows/ShaderFormatD3D/ShaderFormatD3D.Build.cs b/Engine/Source/Developer/Windows/ShaderFormatD3D/ShaderFormatD3D.Build.cs index 37e194e6a518..e380813d8222 100644 --- a/Engine/Source/Developer/Windows/ShaderFormatD3D/ShaderFormatD3D.Build.cs +++ b/Engine/Source/Developer/Windows/ShaderFormatD3D/ShaderFormatD3D.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/Private/WindowsClientTargetPlatformModule.cpp b/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/Private/WindowsClientTargetPlatformModule.cpp index 79299ae03b10..9e77df3ba99c 100644 --- a/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/Private/WindowsClientTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/Private/WindowsClientTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WindowsClientTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/Private/WindowsClientTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/Private/WindowsClientTargetPlatformPrivatePCH.h index 1992fc529ada..e24eb9d84ee3 100644 --- a/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/Private/WindowsClientTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/Private/WindowsClientTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WindowClientTargetPlatformPrivatePCH.h: Pre-compiled header file for the WindowsClientTargetPlatform module. diff --git a/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/WindowsClientTargetPlatform.Build.cs b/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/WindowsClientTargetPlatform.Build.cs index b0a3df074e14..24f89394b6f5 100644 --- a/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/WindowsClientTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Windows/WindowsClientTargetPlatform/WindowsClientTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/Private/WindowsNoEditorTargetPlatformModule.cpp b/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/Private/WindowsNoEditorTargetPlatformModule.cpp index b19eb8e5b2c6..c65dd591e085 100644 --- a/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/Private/WindowsNoEditorTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/Private/WindowsNoEditorTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WindowsNoEditorTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/Private/WindowsNoEditorTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/Private/WindowsNoEditorTargetPlatformPrivatePCH.h index f67e6657fe3f..47bff3702b62 100644 --- a/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/Private/WindowsNoEditorTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/Private/WindowsNoEditorTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WindowsNoEditorTargetPlatformPrivatePCH.h: Pre-compiled header file for the WindowsNoEditorTargetPlatform module. diff --git a/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/WindowsNoEditorTargetPlatform.Build.cs b/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/WindowsNoEditorTargetPlatform.Build.cs index 56b8b3a571d2..f32b8a5c3b85 100644 --- a/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/WindowsNoEditorTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Windows/WindowsNoEditorTargetPlatform/WindowsNoEditorTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/Private/WindowsServerTargetPlatformModule.cpp b/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/Private/WindowsServerTargetPlatformModule.cpp index 53cf34b319f1..9f058ad41fe5 100644 --- a/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/Private/WindowsServerTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/Private/WindowsServerTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WindowsServerTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/Private/WindowsServerTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/Private/WindowsServerTargetPlatformPrivatePCH.h index 22f21ed4b90b..560b89271379 100644 --- a/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/Private/WindowsServerTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/Private/WindowsServerTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/WindowsServerTargetPlatform.Build.cs b/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/WindowsServerTargetPlatform.Build.cs index 37b1fdfe2a4e..68d090e99d02 100644 --- a/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/WindowsServerTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Windows/WindowsServerTargetPlatform/WindowsServerTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Classes/WindowsTargetSettings.h b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Classes/WindowsTargetSettings.h index 66db1708975b..a441a5cb5c01 100644 --- a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Classes/WindowsTargetSettings.h +++ b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Classes/WindowsTargetSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WindowsTargetSettings.h: Declares the UWindowsTargetSettings class. diff --git a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/GenericWindowsTargetPlatform.h b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/GenericWindowsTargetPlatform.h index e61c5764a918..5692036824fa 100644 --- a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/GenericWindowsTargetPlatform.h +++ b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/GenericWindowsTargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/LocalPcTargetDevice.h b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/LocalPcTargetDevice.h index f2bd93dcfd10..e6ecd0e249b5 100644 --- a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/LocalPcTargetDevice.h +++ b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/LocalPcTargetDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformClasses.cpp b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformClasses.cpp index 3d19fda6e6c5..8a3071056076 100644 --- a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformClasses.cpp +++ b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WindowsTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformModule.cpp b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformModule.cpp index 45fa53c36313..be093d546af0 100644 --- a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformModule.cpp +++ b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WindowsTargetPlatformPrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformPrivatePCH.h b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformPrivatePCH.h index e1dd91a1767c..4f667bc1c187 100644 --- a/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/Windows/WindowsTargetPlatform/Private/WindowsTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/Windows/WindowsTargetPlatform/WindowsTargetPlatform.Build.cs b/Engine/Source/Developer/Windows/WindowsTargetPlatform/WindowsTargetPlatform.Build.cs index 39bc18129699..49a9d9694537 100644 --- a/Engine/Source/Developer/Windows/WindowsTargetPlatform/WindowsTargetPlatform.Build.cs +++ b/Engine/Source/Developer/Windows/WindowsTargetPlatform/WindowsTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/iOS/IOSPlatformEditor/IOSPlatformEditor.Build.cs b/Engine/Source/Developer/iOS/IOSPlatformEditor/IOSPlatformEditor.Build.cs index 9304adfa4981..5b503d4eb8eb 100644 --- a/Engine/Source/Developer/iOS/IOSPlatformEditor/IOSPlatformEditor.Build.cs +++ b/Engine/Source/Developer/iOS/IOSPlatformEditor/IOSPlatformEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSPlatformEditorModule.cpp b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSPlatformEditorModule.cpp index be566cbeffec..163689680f34 100644 --- a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSPlatformEditorModule.cpp +++ b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSPlatformEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSPlatformEditorPrivatePCH.h" #include "IOSTargetSettingsCustomization.h" diff --git a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSPlatformEditorPrivatePCH.h b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSPlatformEditorPrivatePCH.h index a549f10f0cb1..9ade0875b41f 100644 --- a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSPlatformEditorPrivatePCH.h +++ b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSPlatformEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp index ee7f2d598c92..07c647198faa 100644 --- a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp +++ b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSPlatformEditorPrivatePCH.h" #include "SWidgetSwitcher.h" diff --git a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.h b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.h index e791fbd6eecb..7de41f293cf4 100644 --- a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.h +++ b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/IOSTargetSettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/SCertificateListRow.h b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/SCertificateListRow.h index 1b48fc2a3dd2..7ac359a55d01 100644 --- a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/SCertificateListRow.h +++ b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/SCertificateListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/SProvisionListRow.h b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/SProvisionListRow.h index 099744bab2b0..53b0e7fff81d 100644 --- a/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/SProvisionListRow.h +++ b/Engine/Source/Developer/iOS/IOSPlatformEditor/Private/SProvisionListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/IOSTargetPlatform.Build.cs b/Engine/Source/Developer/iOS/IOSTargetPlatform/IOSTargetPlatform.Build.cs index ac5261a4b28a..549ac495816f 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/IOSTargetPlatform.Build.cs +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/IOSTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSDeviceHelper.h b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSDeviceHelper.h index 2f127b7b8a8a..19ca8a0ae3c1 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSDeviceHelper.h +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSDeviceHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetDevice.cpp b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetDevice.cpp index 9e60ce45faec..57f081a39d3b 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetDevice.cpp +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetDevice.h b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetDevice.h index 01096e532433..0ae9c766d9ad 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetDevice.h +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSTargetDevice.h: Defines an IOS device for communication diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatform.cpp b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatform.cpp index 4ede1ff1d113..6e72b2259de2 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatform.cpp +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatform.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSTargetPlatform.cpp: Implements the FIOSTargetPlatform class. diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatform.h b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatform.h index 7cfac284d248..6ebad3424d51 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatform.h +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSTargetPlatform.h: Declares the FIOSTargetPlatform class. diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformModule.cpp b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformModule.cpp index 00769c48604b..823252e4733f 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformModule.cpp +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformPrivatePCH.h b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformPrivatePCH.h index 9f552ad67816..7ee03057bd0b 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSTargetPlatformPrivatePCH.h: Pre-compiled header file for the IOSTargetPlatform module. diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/Mac/IOSDeviceHelperMac.cpp b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/Mac/IOSDeviceHelperMac.cpp index d75f0462911b..5e7eeb85994a 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/Mac/IOSDeviceHelperMac.cpp +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/Mac/IOSDeviceHelperMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved #include "../IOSTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/Windows/IOSDeviceHelperWindows.cpp b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/Windows/IOSDeviceHelperWindows.cpp index dece7ef51594..e4c60328a8a6 100644 --- a/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/Windows/IOSDeviceHelperWindows.cpp +++ b/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/Windows/IOSDeviceHelperWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved #include "../IOSTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/iOS/TVOSTargetPlatform/Private/TVOSTargetPlatformModule.cpp b/Engine/Source/Developer/iOS/TVOSTargetPlatform/Private/TVOSTargetPlatformModule.cpp index 8100bc2b35a7..8cc853701178 100644 --- a/Engine/Source/Developer/iOS/TVOSTargetPlatform/Private/TVOSTargetPlatformModule.cpp +++ b/Engine/Source/Developer/iOS/TVOSTargetPlatform/Private/TVOSTargetPlatformModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TVOSTargetPlatformPrivatePCH.h" diff --git a/Engine/Source/Developer/iOS/TVOSTargetPlatform/Private/TVOSTargetPlatformPrivatePCH.h b/Engine/Source/Developer/iOS/TVOSTargetPlatform/Private/TVOSTargetPlatformPrivatePCH.h index e69a15905b30..bf53c9c164e9 100644 --- a/Engine/Source/Developer/iOS/TVOSTargetPlatform/Private/TVOSTargetPlatformPrivatePCH.h +++ b/Engine/Source/Developer/iOS/TVOSTargetPlatform/Private/TVOSTargetPlatformPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSTargetPlatformPrivatePCH.h: Pre-compiled header file for the IOSTargetPlatform module. diff --git a/Engine/Source/Developer/iOS/TVOSTargetPlatform/TVOSTargetPlatform.Build.cs b/Engine/Source/Developer/iOS/TVOSTargetPlatform/TVOSTargetPlatform.Build.cs index 1cec2b219f3b..f43b71e17da4 100644 --- a/Engine/Source/Developer/iOS/TVOSTargetPlatform/TVOSTargetPlatform.Build.cs +++ b/Engine/Source/Developer/iOS/TVOSTargetPlatform/TVOSTargetPlatform.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/AIGraph/AIGraph.Build.cs b/Engine/Source/Editor/AIGraph/AIGraph.Build.cs index c1c8a9327aaa..7d4a5ead4e78 100644 --- a/Engine/Source/Editor/AIGraph/AIGraph.Build.cs +++ b/Engine/Source/Editor/AIGraph/AIGraph.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/AIGraph/Classes/AIGraph.h b/Engine/Source/Editor/AIGraph/Classes/AIGraph.h index ff881a1f1953..3a07af3009ea 100644 --- a/Engine/Source/Editor/AIGraph/Classes/AIGraph.h +++ b/Engine/Source/Editor/AIGraph/Classes/AIGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AIGraph.generated.h" diff --git a/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h b/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h index 2d6ba4335242..dbe73985f2a0 100644 --- a/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h +++ b/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h b/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h index 2481a6345453..18df782d9b4f 100644 --- a/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h +++ b/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h b/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h index e0e7d6e6a396..5d3556067b81 100644 --- a/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h +++ b/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AIGraphTypes.generated.h" diff --git a/Engine/Source/Editor/AIGraph/Private/AIGraph.cpp b/Engine/Source/Editor/AIGraph/Private/AIGraph.cpp index 668992c79f0c..67b3d1908c51 100644 --- a/Engine/Source/Editor/AIGraph/Private/AIGraph.cpp +++ b/Engine/Source/Editor/AIGraph/Private/AIGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" #include "AIGraphModule.h" diff --git a/Engine/Source/Editor/AIGraph/Private/AIGraphConnectionDrawingPolicy.cpp b/Engine/Source/Editor/AIGraph/Private/AIGraphConnectionDrawingPolicy.cpp index e8796b6ff3eb..ec50c85c1eb5 100644 --- a/Engine/Source/Editor/AIGraph/Private/AIGraphConnectionDrawingPolicy.cpp +++ b/Engine/Source/Editor/AIGraph/Private/AIGraphConnectionDrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" #include "Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h" diff --git a/Engine/Source/Editor/AIGraph/Private/AIGraphEditor.cpp b/Engine/Source/Editor/AIGraph/Private/AIGraphEditor.cpp index 5d360387227f..60a87923a5ad 100644 --- a/Engine/Source/Editor/AIGraph/Private/AIGraphEditor.cpp +++ b/Engine/Source/Editor/AIGraph/Private/AIGraphEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" #include "GraphEditorActions.h" diff --git a/Engine/Source/Editor/AIGraph/Private/AIGraphModule.cpp b/Engine/Source/Editor/AIGraph/Private/AIGraphModule.cpp index 5548ab73ab89..47c85ed372e1 100644 --- a/Engine/Source/Editor/AIGraph/Private/AIGraphModule.cpp +++ b/Engine/Source/Editor/AIGraph/Private/AIGraphModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AIGraph/Private/AIGraphNode.cpp b/Engine/Source/Editor/AIGraph/Private/AIGraphNode.cpp index b04087a1abd5..ac5722980c5c 100644 --- a/Engine/Source/Editor/AIGraph/Private/AIGraphNode.cpp +++ b/Engine/Source/Editor/AIGraph/Private/AIGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/AIGraph/Private/AIGraphPrivatePCH.h b/Engine/Source/Editor/AIGraph/Private/AIGraphPrivatePCH.h index d7ec6be7d2f4..734da1b57675 100644 --- a/Engine/Source/Editor/AIGraph/Private/AIGraphPrivatePCH.h +++ b/Engine/Source/Editor/AIGraph/Private/AIGraphPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AIGraph/Private/AIGraphSchema.cpp b/Engine/Source/Editor/AIGraph/Private/AIGraphSchema.cpp index 5d2fef51519a..ed3507af1546 100644 --- a/Engine/Source/Editor/AIGraph/Private/AIGraphSchema.cpp +++ b/Engine/Source/Editor/AIGraph/Private/AIGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/AIGraph/Private/AIGraphTypes.cpp b/Engine/Source/Editor/AIGraph/Private/AIGraphTypes.cpp index 8ee94c4ce92e..95716999f6d4 100644 --- a/Engine/Source/Editor/AIGraph/Private/AIGraphTypes.cpp +++ b/Engine/Source/Editor/AIGraph/Private/AIGraphTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" #include "PackageTools.h" diff --git a/Engine/Source/Editor/AIGraph/Private/SGraphEditorActionMenuAI.cpp b/Engine/Source/Editor/AIGraph/Private/SGraphEditorActionMenuAI.cpp index b8fdcf409362..890c4af96fa1 100644 --- a/Engine/Source/Editor/AIGraph/Private/SGraphEditorActionMenuAI.cpp +++ b/Engine/Source/Editor/AIGraph/Private/SGraphEditorActionMenuAI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" #include "SGraphEditorActionMenuAI.h" diff --git a/Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp b/Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp index bd32dd62efd9..14a6ba3a52de 100644 --- a/Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp +++ b/Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIGraphPrivatePCH.h" #include "SGraphNode.h" diff --git a/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h b/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h index 664fe343eea3..45d35042cc3b 100644 --- a/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h +++ b/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h b/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h index 0116b1586f2d..fea8d77eb018 100644 --- a/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h +++ b/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AIGraph/Public/AIGraphModule.h b/Engine/Source/Editor/AIGraph/Public/AIGraphModule.h index e8ec97f192ae..2c4450add0a7 100644 --- a/Engine/Source/Editor/AIGraph/Public/AIGraphModule.h +++ b/Engine/Source/Editor/AIGraph/Public/AIGraphModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h b/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h index 52460ad27ea3..454c15fd4e3c 100644 --- a/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h +++ b/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SGraphActionMenu.h" diff --git a/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h b/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h index 538b572f187b..3a4246b43ae9 100644 --- a/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h +++ b/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ActorPickerMode/ActorPickerMode.Build.cs b/Engine/Source/Editor/ActorPickerMode/ActorPickerMode.Build.cs index a2c16b85dd21..dc62540191f8 100644 --- a/Engine/Source/Editor/ActorPickerMode/ActorPickerMode.Build.cs +++ b/Engine/Source/Editor/ActorPickerMode/ActorPickerMode.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/ActorPickerMode/Private/ActorPickerMode.cpp b/Engine/Source/Editor/ActorPickerMode/Private/ActorPickerMode.cpp index f34c9bca13f6..c2d6bfc3b8de 100644 --- a/Engine/Source/Editor/ActorPickerMode/Private/ActorPickerMode.cpp +++ b/Engine/Source/Editor/ActorPickerMode/Private/ActorPickerMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ActorPickerModePrivatePCH.h" diff --git a/Engine/Source/Editor/ActorPickerMode/Private/ActorPickerModePrivatePCH.h b/Engine/Source/Editor/ActorPickerMode/Private/ActorPickerModePrivatePCH.h index 783275853682..5577ae3384ed 100644 --- a/Engine/Source/Editor/ActorPickerMode/Private/ActorPickerModePrivatePCH.h +++ b/Engine/Source/Editor/ActorPickerMode/Private/ActorPickerModePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ActorPickerMode/Private/EditorModeActorPicker.cpp b/Engine/Source/Editor/ActorPickerMode/Private/EditorModeActorPicker.cpp index 8719e3e9507c..7fb9576c7562 100644 --- a/Engine/Source/Editor/ActorPickerMode/Private/EditorModeActorPicker.cpp +++ b/Engine/Source/Editor/ActorPickerMode/Private/EditorModeActorPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ActorPickerModePrivatePCH.h" #include "EngineUtils.h" diff --git a/Engine/Source/Editor/ActorPickerMode/Private/EditorModeActorPicker.h b/Engine/Source/Editor/ActorPickerMode/Private/EditorModeActorPicker.h index 9232a2cabd10..f3c8a9f17956 100644 --- a/Engine/Source/Editor/ActorPickerMode/Private/EditorModeActorPicker.h +++ b/Engine/Source/Editor/ActorPickerMode/Private/EditorModeActorPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ActorPickerMode/Public/ActorPickerMode.h b/Engine/Source/Editor/ActorPickerMode/Public/ActorPickerMode.h index aff18169b593..58eac3aed667 100644 --- a/Engine/Source/Editor/ActorPickerMode/Public/ActorPickerMode.h +++ b/Engine/Source/Editor/ActorPickerMode/Public/ActorPickerMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/AddContentDialog.Build.cs b/Engine/Source/Editor/AddContentDialog/AddContentDialog.Build.cs index 6e3cd2c0ecdb..abda3666bdb3 100644 --- a/Engine/Source/Editor/AddContentDialog/AddContentDialog.Build.cs +++ b/Engine/Source/Editor/AddContentDialog/AddContentDialog.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogModule.cpp b/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogModule.cpp index bb173ee7e965..dc855e0dc470 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogModule.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogPCH.h b/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogPCH.h index 6f6e6772bad4..9328d4514710 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogPCH.h +++ b/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogStyle.cpp b/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogStyle.cpp index b13c4757a37f..1fb8b11f0045 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogStyle.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogStyle.h b/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogStyle.h index 24aff6facfeb..cd3cff8fab30 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogStyle.h +++ b/Engine/Source/Editor/AddContentDialog/Private/AddContentDialogStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceDragDropOp.cpp b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceDragDropOp.cpp index b02eea111edb..16fea6f08882 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceDragDropOp.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceDragDropOp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceDragDropOp.h b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceDragDropOp.h index b561d7bb9ab8..4c6e817ed956 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceDragDropOp.h +++ b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviderManager.cpp b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviderManager.cpp index 1804db72da79..1336ee182da7 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviderManager.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviderManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviderManager.h b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviderManager.h index bc2675ab9c91..848f1669ab00 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviderManager.h +++ b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviderManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSource.cpp b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSource.cpp index 00c24d7f1e28..7693568cea35 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSource.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" #include "FeaturePackContentSource.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSourceProvider.cpp b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSourceProvider.cpp index 7750050e134d..e3e5ee35e3c3 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSourceProvider.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSourceProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSourceProvider.h b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSourceProvider.h index 3d6c05dd2a58..be894b117cbb 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSourceProvider.h +++ b/Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSourceProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DirectoryWatcherModule.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/IContentSource.h b/Engine/Source/Editor/AddContentDialog/Private/IContentSource.h index 8497a56290d4..e5cf709f7210 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/IContentSource.h +++ b/Engine/Source/Editor/AddContentDialog/Private/IContentSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/IContentSourceProvider.h b/Engine/Source/Editor/AddContentDialog/Private/IContentSourceProvider.h index cc5431b383cb..6a661afcd2e1 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/IContentSourceProvider.h +++ b/Engine/Source/Editor/AddContentDialog/Private/IContentSourceProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/SAddContentDialog.cpp b/Engine/Source/Editor/AddContentDialog/Private/SAddContentDialog.cpp index 904d2ebed822..048571722bc4 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/SAddContentDialog.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/SAddContentDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/SAddContentDialog.h b/Engine/Source/Editor/AddContentDialog/Private/SAddContentDialog.h index 0fce206775a7..eef3205a5f0f 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/SAddContentDialog.h +++ b/Engine/Source/Editor/AddContentDialog/Private/SAddContentDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/SAddContentWidget.cpp b/Engine/Source/Editor/AddContentDialog/Private/SAddContentWidget.cpp index 0fe79ee9ed2e..e28dec68a09a 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/SAddContentWidget.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/SAddContentWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/SAddContentWidget.h b/Engine/Source/Editor/AddContentDialog/Private/SAddContentWidget.h index 1e7dc3cc21f5..79180ea5d037 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/SAddContentWidget.h +++ b/Engine/Source/Editor/AddContentDialog/Private/SAddContentWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/AddContentWidgetViewModel.cpp b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/AddContentWidgetViewModel.cpp index 195da22b7d09..f18fba9da320 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/AddContentWidgetViewModel.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/AddContentWidgetViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/AddContentWidgetViewModel.h b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/AddContentWidgetViewModel.h index 75763b368333..d13595a1ed28 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/AddContentWidgetViewModel.h +++ b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/AddContentWidgetViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/CategoryViewModel.cpp b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/CategoryViewModel.cpp index 2f62e51a6e58..ac08d822977e 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/CategoryViewModel.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/CategoryViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/CategoryViewModel.h b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/CategoryViewModel.h index faf02c19ea07..8b6522702e1e 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/CategoryViewModel.h +++ b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/CategoryViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/ContentSourceViewModel.cpp b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/ContentSourceViewModel.cpp index 909b51ef5af9..d3cd8651a6fd 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/ContentSourceViewModel.cpp +++ b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/ContentSourceViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AddContentDialogPCH.h" diff --git a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/ContentSourceViewModel.h b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/ContentSourceViewModel.h index 50008ba8c6e7..9f48602fca13 100644 --- a/Engine/Source/Editor/AddContentDialog/Private/ViewModels/ContentSourceViewModel.h +++ b/Engine/Source/Editor/AddContentDialog/Private/ViewModels/ContentSourceViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h b/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h index 64e59c687c64..4deec3d63a25 100644 --- a/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h +++ b/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Private/IContentSource.h" diff --git a/Engine/Source/Editor/AddContentDialog/Public/IAddContentDialogModule.h b/Engine/Source/Editor/AddContentDialog/Public/IAddContentDialogModule.h index b69f7ce4f8df..ed32a47048e8 100644 --- a/Engine/Source/Editor/AddContentDialog/Public/IAddContentDialogModule.h +++ b/Engine/Source/Editor/AddContentDialog/Public/IAddContentDialogModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/AnimGraph.Build.cs b/Engine/Source/Editor/AnimGraph/AnimGraph.Build.cs index 6a9af0faca9c..6c0d1e72f9a3 100644 --- a/Engine/Source/Editor/AnimGraph/AnimGraph.Build.cs +++ b/Engine/Source/Editor/AnimGraph/AnimGraph.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AnimDynamics.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AnimDynamics.h index 7ca0f21ab51d..d165a339341f 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AnimDynamics.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AnimDynamics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ApplyAdditive.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ApplyAdditive.h index 5ab5e74dc4fa..a15bcbe50b62 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ApplyAdditive.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ApplyAdditive.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ApplyMeshSpaceAdditive.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ApplyMeshSpaceAdditive.h index 4d7bf1d67e32..9beeff5c9307 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ApplyMeshSpaceAdditive.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ApplyMeshSpaceAdditive.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AssetPlayerBase.cpp b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AssetPlayerBase.cpp index 772982bf4ccf..5f565128d7fe 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AssetPlayerBase.cpp +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AssetPlayerBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_AssetPlayerBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AssetPlayerBase.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AssetPlayerBase.h index 8daf589d82d9..e2b071b76237 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AssetPlayerBase.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_AssetPlayerBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Base.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Base.h index 16f607a7ff75..7f36e0c2a615 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Base.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Base.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListBase.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListBase.h index 0088011eb479..b56d4e1e4b8e 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListBase.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByBool.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByBool.h index 51a36412f491..ea596d7565bb 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByBool.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByBool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_BlendListBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByEnum.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByEnum.h index 0ec3b2740748..4aa34e49a8a2 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByEnum.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByEnum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_BlendListBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByInt.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByInt.h index 9232e1c5dc70..6c38e7683577 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByInt.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendListByInt.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_BlendListBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpaceBase.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpaceBase.h index edda897371b4..731bbb92b8e0 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpaceBase.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpaceBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpaceEvaluator.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpaceEvaluator.h index f4d65eb757c2..99dad5c17fb1 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpaceEvaluator.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpaceEvaluator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_BlendSpaceBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpacePlayer.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpacePlayer.h index 194ad38467fc..0cd7e091b14e 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpacePlayer.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BlendSpacePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_BlendSpaceBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BoneDrivenController.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BoneDrivenController.h index d1132d6c9aae..e918bfa039b6 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BoneDrivenController.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_BoneDrivenController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ComponentToLocalSpace.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ComponentToLocalSpace.h index 0e09bd27f1d9..b8f70b7a35e2 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ComponentToLocalSpace.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ComponentToLocalSpace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CopyBone.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CopyBone.h index 66b3d943a904..73daf35d7f06 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CopyBone.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CopyBone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CopyPoseFromMesh.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CopyPoseFromMesh.h index 1dd3c67ee51e..fa9589192245 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CopyPoseFromMesh.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CopyPoseFromMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CustomTransitionResult.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CustomTransitionResult.h index 956881cbfd42..d16bda39a62e 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CustomTransitionResult.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_CustomTransitionResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Root.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Fabrik.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Fabrik.h index b25082f85c50..34a285932df7 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Fabrik.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Fabrik.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_HandIKRetargeting.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_HandIKRetargeting.h index bb2d1c5c24aa..ff71eebf9d1d 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_HandIKRetargeting.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_HandIKRetargeting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_IdentityPose.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_IdentityPose.h index 8f6f7a14a270..f3bf5109b604 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_IdentityPose.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_IdentityPose.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_RefPoseBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LayeredBoneBlend.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LayeredBoneBlend.h index 59eb2b230a50..7cf53f2b4bfa 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LayeredBoneBlend.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LayeredBoneBlend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_BlendListBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalRefPose.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalRefPose.h index 7dd2c6b4615f..aef7afc01fd6 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalRefPose.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalRefPose.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_RefPoseBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalToComponentSpace.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalToComponentSpace.h index 01c514ba5daf..f219fcc2b43c 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalToComponentSpace.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LocalToComponentSpace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LookAt.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LookAt.h index e03571fd03e8..e9f48f2477b7 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LookAt.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LookAt.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_MeshRefPose.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_MeshRefPose.h index 62400420e775..9d642bc98433 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_MeshRefPose.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_MeshRefPose.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ModifyBone.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ModifyBone.h index a9505771a02f..6b069c4d5094 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ModifyBone.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_ModifyBone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RandomPlayer.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RandomPlayer.h index 51a63891478e..85d58a7f0883 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RandomPlayer.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RandomPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RefPoseBase.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RefPoseBase.h index 97b31f4cd298..660542c5ae28 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RefPoseBase.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RefPoseBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Root.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Root.h index 3610a7b9c478..52fa711f0780 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Root.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Root.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotateRootBone.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotateRootBone.h index 1c9471080a95..9f6f62a2672b 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotateRootBone.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotateRootBone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotationMultiplier.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotationMultiplier.h index d52737f284fa..2f24bde7cdca 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotationMultiplier.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotationMultiplier.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotationOffsetBlendSpace.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotationOffsetBlendSpace.h index 2e6b982d9acc..6ea35c15243b 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotationOffsetBlendSpace.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_RotationOffsetBlendSpace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_BlendSpaceBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SaveCachedPose.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SaveCachedPose.h index 807ba9c8e2d6..2ed7cc8ca7bd 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SaveCachedPose.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SaveCachedPose.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SequenceEvaluator.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SequenceEvaluator.h index 44a45f5c9612..3f165000a10a 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SequenceEvaluator.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SequenceEvaluator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SequencePlayer.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SequencePlayer.h index 7c2bc5899ed9..c0c4dbb049b3 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SequencePlayer.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SequencePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SkeletalControlBase.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SkeletalControlBase.h index 56f874c896c9..0ec8b7d5e513 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SkeletalControlBase.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SkeletalControlBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Slot.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Slot.h index 1a305c89a61f..d7c20922857c 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Slot.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Slot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SpringBone.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SpringBone.h index 0cb33f323899..0587acb3b8a6 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SpringBone.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_SpringBone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateMachine.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateMachine.h index 580bc5dfbddd..2d3866bda499 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateMachine.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateMachine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_StateMachineBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateMachineBase.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateMachineBase.h index 47368266d07c..8a196a77c6e5 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateMachineBase.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateMachineBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateResult.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateResult.h index df0addba2145..6acd0e207b01 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateResult.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_StateResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Trail.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Trail.h index 4c3995f2ec56..83ae02ea6a52 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Trail.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Trail.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TransitionPoseEvaluator.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TransitionPoseEvaluator.h index 3253410edb28..12f2ebc0640a 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TransitionPoseEvaluator.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TransitionPoseEvaluator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TransitionResult.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TransitionResult.h index 6194dc99475f..7ed410d2a95e 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TransitionResult.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TransitionResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TwoBoneIK.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TwoBoneIK.h index d741adec7942..c34c970b59a4 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TwoBoneIK.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TwoBoneIK.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TwoWayBlend.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TwoWayBlend.h index b6e7c89512f2..e7f249f930d3 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TwoWayBlend.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_TwoWayBlend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_UseCachedPose.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_UseCachedPose.h index 7376e0c38bbc..f057e15a108d 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_UseCachedPose.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_UseCachedPose.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_WheelHandler.h b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_WheelHandler.h index 2d436f1f2490..59d42db14064 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_WheelHandler.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_WheelHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimPreviewInstance.h b/Engine/Source/Editor/AnimGraph/Classes/AnimPreviewInstance.h index 9491fe515128..189c85ff76e2 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimPreviewInstance.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimPreviewInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimStateConduitNode.h b/Engine/Source/Editor/AnimGraph/Classes/AnimStateConduitNode.h index 5986eeb33770..34e0b662196a 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimStateConduitNode.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimStateConduitNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimStateNodeBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimStateEntryNode.h b/Engine/Source/Editor/AnimGraph/Classes/AnimStateEntryNode.h index 2004759aef93..6b19bc002357 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimStateEntryNode.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimStateEntryNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphNode.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimStateNode.h b/Engine/Source/Editor/AnimGraph/Classes/AnimStateNode.h index df5f74f91614..baf6bd47e262 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimStateNode.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimStateNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimStateNodeBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimStateNodeBase.h b/Engine/Source/Editor/AnimGraph/Classes/AnimStateNodeBase.h index a85572c17bc3..19c502b3367a 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimStateNodeBase.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimStateNodeBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphNode.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimStateTransitionNode.h b/Engine/Source/Editor/AnimGraph/Classes/AnimStateTransitionNode.h index ef50f5f05fd4..f46f19c3da7a 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimStateTransitionNode.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimStateTransitionNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationConduitGraphSchema.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationConduitGraphSchema.h index 07443c7301bb..28a0c3f67be4 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationConduitGraphSchema.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationConduitGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationCustomTransitionGraph.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationCustomTransitionGraph.h index f38db036408c..7b8c06dc6384 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationCustomTransitionGraph.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationCustomTransitionGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimationGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationCustomTransitionSchema.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationCustomTransitionSchema.h index 11fcd47d81f6..0507c10ee8fa 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationCustomTransitionSchema.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationCustomTransitionSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimationGraphSchema.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationGraph.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationGraph.h index 945fd8fd717d..8bf5cc041da0 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationGraph.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationGraphSchema.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationGraphSchema.h index bf2a0a21cd2f..5ce29fd434bb 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationGraphSchema.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationStateGraph.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationStateGraph.h index 044336e81b23..e3932beb0c90 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationStateGraph.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationStateGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimationGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationStateGraphSchema.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationStateGraphSchema.h index c87d9658cd58..5b6631b6271c 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationStateGraphSchema.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationStateGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimationGraphSchema.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineGraph.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineGraph.h index 1ca2f0158603..be67898434b0 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineGraph.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineSchema.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineSchema.h index cf71792721e5..482feb4ac05f 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineSchema.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationTransitionGraph.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationTransitionGraph.h index 994081a55e21..8c7fbca9d155 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationTransitionGraph.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationTransitionGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimationGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/AnimationTransitionSchema.h b/Engine/Source/Editor/AnimGraph/Classes/AnimationTransitionSchema.h index ba39b23f33e7..506b2dbaffdb 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/AnimationTransitionSchema.h +++ b/Engine/Source/Editor/AnimGraph/Classes/AnimationTransitionSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimationTransitionSchema.generated.h" diff --git a/Engine/Source/Editor/AnimGraph/Classes/K2Node_AnimGetter.h b/Engine/Source/Editor/AnimGraph/Classes/K2Node_AnimGetter.h index 1961bcfed63d..6f0df1dc97b1 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/K2Node_AnimGetter.h +++ b/Engine/Source/Editor/AnimGraph/Classes/K2Node_AnimGetter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Classes/K2Node_TransitionRuleGetter.h b/Engine/Source/Editor/AnimGraph/Classes/K2Node_TransitionRuleGetter.h index 89c32a9f9a5e..ab584014f404 100644 --- a/Engine/Source/Editor/AnimGraph/Classes/K2Node_TransitionRuleGetter.h +++ b/Engine/Source/Editor/AnimGraph/Classes/K2Node_TransitionRuleGetter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphModule.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphModule.cpp index d8836d2aa50d..ae0b11e8f40a 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphModule.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphModule.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_AnimDynamics.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_AnimDynamics.cpp index 9f701e0f543e..da14d952458b 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_AnimDynamics.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_AnimDynamics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_AnimDynamics.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ApplyAdditive.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ApplyAdditive.cpp index 8585c310eb9f..ee99c317ecdf 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ApplyAdditive.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ApplyAdditive.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ApplyMeshSpaceAdditive.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ApplyMeshSpaceAdditive.cpp index 5c43bbc1c540..beb06a225a13 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ApplyMeshSpaceAdditive.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ApplyMeshSpaceAdditive.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp index d7f51b4a3908..e4c9c2874a95 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListBase.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListBase.cpp index db4b01d2076d..ca23d6a43089 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListBase.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_BlendListBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByBool.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByBool.cpp index fe53c493ca6b..ff5901a5077e 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByBool.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByBool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByEnum.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByEnum.cpp index ed7d3552cbba..6a561f07149f 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByEnum.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByEnum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByInt.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByInt.cpp index b9d4653159cc..4918f663d6ee 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByInt.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendListByInt.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceBase.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceBase.cpp index ccb6819f3936..b8426440ed0d 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceBase.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationGraphSchema.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceEvaluator.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceEvaluator.cpp index db6b39b67bb4..ef78511ccc9b 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceEvaluator.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "GraphEditorActions.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpacePlayer.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpacePlayer.cpp index d7daffd96750..8d6cd0a00991 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpacePlayer.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpacePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "GraphEditorActions.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BoneDrivenController.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BoneDrivenController.cpp index 268e3cca2c03..ada77a5e7a04 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BoneDrivenController.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BoneDrivenController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_BoneDrivenController.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ComponentToLocalSpace.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ComponentToLocalSpace.cpp index 88df2d4f05ee..c49fbbafc8fe 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ComponentToLocalSpace.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ComponentToLocalSpace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_ComponentToLocalSpace.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CopyBone.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CopyBone.cpp index 48c4558c372d..5fe93ef82921 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CopyBone.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CopyBone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_CopyBone.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CopyPoseFromMesh.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CopyPoseFromMesh.cpp index eb9d51fca8df..03e0a0bf4c6c 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CopyPoseFromMesh.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CopyPoseFromMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_CopyPoseFromMesh.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomTransitionResult.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomTransitionResult.cpp index ba794d2755f0..6364442fd212 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomTransitionResult.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomTransitionResult.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_CustomTransitionResult.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Fabrik.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Fabrik.cpp index c21a0b07c520..83e7d76928d7 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Fabrik.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Fabrik.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_Fabrik.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_HandIKRetargeting.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_HandIKRetargeting.cpp index d84b0e29d2ab..ff31d2ad4f6c 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_HandIKRetargeting.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_HandIKRetargeting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_HandIKRetargeting.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_IdentityPose.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_IdentityPose.cpp index ed0c556fc264..7e6608af5211 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_IdentityPose.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_IdentityPose.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_IdentityPose.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LayeredBoneBlend.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LayeredBoneBlend.cpp index 8c79febc41f5..b05a480097ac 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LayeredBoneBlend.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LayeredBoneBlend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LocalRefPose.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LocalRefPose.cpp index ff1fd43a44e6..5600f31ea951 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LocalRefPose.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LocalRefPose.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_LocalRefPose.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LocalToComponentSpace.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LocalToComponentSpace.cpp index 5b71c106a698..0b6885111427 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LocalToComponentSpace.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LocalToComponentSpace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationGraphSchema.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LookAt.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LookAt.cpp index fe73b79f7bf3..f4293ff3205a 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LookAt.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LookAt.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_LookAt.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_MeshRefPose.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_MeshRefPose.cpp index 340427c25008..72f87247f83e 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_MeshRefPose.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_MeshRefPose.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_MeshRefPose.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ModifyBone.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ModifyBone.cpp index b7a2dc129398..18eb711bc87e 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ModifyBone.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ModifyBone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_ModifyBone.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ObserveBone.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ObserveBone.cpp index bf6f309c4ae1..ba2562f8d82b 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ObserveBone.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_ObserveBone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_ObserveBone.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RandomPlayer.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RandomPlayer.cpp index 006b7941df86..ab550666faeb 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RandomPlayer.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RandomPlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_RandomPlayer.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RefPoseBase.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RefPoseBase.cpp index 86d630639f4d..b2cf41bd7c6e 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RefPoseBase.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RefPoseBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_RefPoseBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Root.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Root.cpp index 36d516104af0..576fe0d0fbb7 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Root.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Root.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_Root.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotateRootBone.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotateRootBone.cpp index 51ba8f426b04..320ea002b095 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotateRootBone.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotateRootBone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationMultiplier.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationMultiplier.cpp index 7dacbe2edf6e..df9be806ab57 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationMultiplier.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationMultiplier.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_RotationMultiplier.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationOffsetBlendSpace.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationOffsetBlendSpace.cpp index 3ebebe223733..293a07bee114 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationOffsetBlendSpace.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RotationOffsetBlendSpace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_RotationOffsetBlendSpace.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SaveCachedPose.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SaveCachedPose.cpp index c20301b29e65..78d0c6c37aad 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SaveCachedPose.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SaveCachedPose.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SequenceEvaluator.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SequenceEvaluator.cpp index c167d8011a8b..935996e4dd6d 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SequenceEvaluator.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SequenceEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SequencePlayer.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SequencePlayer.cpp index cca64e799dbf..a73aa1214850 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SequencePlayer.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SequencePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_SequencePlayer.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SkeletalControlBase.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SkeletalControlBase.cpp index e25803d863e5..d543d9156d4f 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SkeletalControlBase.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SkeletalControlBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_SkeletalControlBase.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Slot.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Slot.cpp index ec941fa2fa16..4561d3e3dcb1 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Slot.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Slot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SpringBone.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SpringBone.cpp index 3836c1472b4a..3ed358723c26 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SpringBone.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_SpringBone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_SpringBone.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachine.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachine.cpp index ecdc97857d5b..5214fa10ed05 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachine.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachine.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_StateMachine.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachineBase.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachineBase.cpp index 6d552e71bff6..1677669dd8ad 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachineBase.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachineBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateResult.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateResult.cpp index 7cfb11ee3270..6e06baf9953e 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateResult.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateResult.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_StateResult.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Trail.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Trail.cpp index ed93fbd664b1..ffddada2fd7e 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Trail.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Trail.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_Trail.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TransitionPoseEvaluator.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TransitionPoseEvaluator.cpp index 1199aae717e2..047ed7fb6e18 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TransitionPoseEvaluator.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TransitionPoseEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_TransitionPoseEvaluator.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TransitionResult.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TransitionResult.cpp index e52af54166a3..d5ff5c7d8e9b 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TransitionResult.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TransitionResult.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_TransitionResult.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TwoBoneIK.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TwoBoneIK.cpp index e2dd3360f49b..0aeb9b7b12e8 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TwoBoneIK.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TwoBoneIK.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_TwoBoneIK.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TwoWayBlend.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TwoWayBlend.cpp index 5460faead9a8..cdf453fbe06d 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TwoWayBlend.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_TwoWayBlend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_TwoWayBlend.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_UseCachedPose.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_UseCachedPose.cpp index fb2e64c1b0c9..dd340de3d1d3 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_UseCachedPose.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_UseCachedPose.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_WheelHandler.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_WheelHandler.cpp index deb6665c5a78..8c76eacf08e5 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_WheelHandler.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_WheelHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimGraphNode_WheelHandler.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimGraphPrivatePCH.h b/Engine/Source/Editor/AnimGraph/Private/AnimGraphPrivatePCH.h index eb1ff1ac4a29..56e3639d26aa 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimGraphPrivatePCH.h +++ b/Engine/Source/Editor/AnimGraph/Private/AnimGraphPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __AnimGraphPrivatePCH_h__ #define __AnimGraphPrivatePCH_h__ diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimPreviewInstance.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimPreviewInstance.cpp index 7c0348c3bfdc..e347eef6c2bd 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimPreviewInstance.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimPreviewInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimStateConduitNode.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimStateConduitNode.cpp index 5f89ba590632..aa339b76ddda 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimStateConduitNode.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimStateConduitNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimStateConduitNode.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimStateEntryNode.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimStateEntryNode.cpp index 2c0199538619..d2f843e812e6 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimStateEntryNode.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimStateEntryNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimStateNode.cpp diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimStateNode.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimStateNode.cpp index fa26dd668827..d5a87c83d1e6 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimStateNode.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimStateNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimStateNode.cpp diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimStateNodeBase.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimStateNodeBase.cpp index 6443e6f7c566..2f718b9c23b5 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimStateNodeBase.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimStateNodeBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimStateNodeBase.cpp diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimStateTransitionNode.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimStateTransitionNode.cpp index 41529f5a326e..c60e950eb4a4 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimStateTransitionNode.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimStateTransitionNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimStateTransitionNode.cpp diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationConduitGraphSchema.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationConduitGraphSchema.cpp index de4dc4d5d3bc..0f35f03a6436 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationConduitGraphSchema.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationConduitGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationConduitGraphSchema.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationCustomTransitionGraph.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationCustomTransitionGraph.cpp index a96a5ebdebc1..6dd17d6a4116 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationCustomTransitionGraph.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationCustomTransitionGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationCustomTransitionGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationCustomTransitionSchema.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationCustomTransitionSchema.cpp index 306ddc2fc075..dd5ff5052355 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationCustomTransitionSchema.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationCustomTransitionSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationCustomTransitionSchema.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationGraph.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationGraph.cpp index 5748a532a232..ffaadc6e1185 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationGraph.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationGraphSchema.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationGraphSchema.cpp index c201b21cfe38..8e94371a970a 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationGraphSchema.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationGraphSchema.cpp diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationStateGraph.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationStateGraph.cpp index 156be76d0415..ffcb55377ee0 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationStateGraph.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationStateGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationStateGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationStateGraphSchema.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationStateGraphSchema.cpp index f8024ccca422..eba20e3f8aac 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationStateGraphSchema.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationStateGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineGraph.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineGraph.cpp index b5846e05efe3..358dd26f006c 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineGraph.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationStateMachineGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.cpp index c311abc29d33..9cea06cdf695 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationStateMachineSchema.cpp diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationTransitionGraph.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationTransitionGraph.cpp index c77451ec85e2..1381c4e75def 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationTransitionGraph.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationTransitionGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationTransitionGraph.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/AnimationTransitionSchema.cpp b/Engine/Source/Editor/AnimGraph/Private/AnimationTransitionSchema.cpp index 396d0c179e6c..0f85ead87d35 100644 --- a/Engine/Source/Editor/AnimGraph/Private/AnimationTransitionSchema.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/AnimationTransitionSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationTransitionSchema.cpp diff --git a/Engine/Source/Editor/AnimGraph/Private/K2Node_AnimGetter.cpp b/Engine/Source/Editor/AnimGraph/Private/K2Node_AnimGetter.cpp index 4e5fc1a8ec40..2674d35f3f69 100644 --- a/Engine/Source/Editor/AnimGraph/Private/K2Node_AnimGetter.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/K2Node_AnimGetter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationGraphSchema.h" diff --git a/Engine/Source/Editor/AnimGraph/Private/K2Node_TransitionRuleGetter.cpp b/Engine/Source/Editor/AnimGraph/Private/K2Node_TransitionRuleGetter.cpp index dd225ff55012..1142d2c29e97 100644 --- a/Engine/Source/Editor/AnimGraph/Private/K2Node_TransitionRuleGetter.cpp +++ b/Engine/Source/Editor/AnimGraph/Private/K2Node_TransitionRuleGetter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationGraphSchema.h" diff --git a/Engine/Source/Editor/AnimGraph/Public/AnimGraphDefinitions.h b/Engine/Source/Editor/AnimGraph/Public/AnimGraphDefinitions.h index fdb1c3a6b6c2..fa71c79c65b7 100644 --- a/Engine/Source/Editor/AnimGraph/Public/AnimGraphDefinitions.h +++ b/Engine/Source/Editor/AnimGraph/Public/AnimGraphDefinitions.h @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/AnimGraph/Public/AnimGraphModule.h b/Engine/Source/Editor/AnimGraph/Public/AnimGraphModule.h index 663596031a5c..5745f069e360 100644 --- a/Engine/Source/Editor/AnimGraph/Public/AnimGraphModule.h +++ b/Engine/Source/Editor/AnimGraph/Public/AnimGraphModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_ObserveBone.h b/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_ObserveBone.h index a918e4447b8b..cf81448dd704 100644 --- a/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_ObserveBone.h +++ b/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_ObserveBone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/BehaviorTreeEditor.Build.cs b/Engine/Source/Editor/BehaviorTreeEditor/BehaviorTreeEditor.Build.cs index 2726574afad9..ee98a1cfe1fa 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/BehaviorTreeEditor.Build.cs +++ b/Engine/Source/Editor/BehaviorTreeEditor/BehaviorTreeEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraph.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraph.h index c972a8fca017..92fe913f16d8 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraph.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode.h index 63b3259d7bae..02fc2924d0b2 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Decorator.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Decorator.h index 7e6334e9c9af..6ca7e80fe70b 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Decorator.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Decorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Logic.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Logic.h index 63e4f229c851..659267d0199f 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Logic.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode_Logic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeDecoratorGraphNode_Logic.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeEditorTypes.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeEditorTypes.h index 26cab84c1364..b66f3826531a 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeEditorTypes.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeEditorTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeFactory.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeFactory.h index 05f312f90f45..840c14bef0a1 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeFactory.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeFactory.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraph.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraph.h index ab4da3536e04..ee4e368beab9 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraph.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode.h index e97822b314a0..2a2c27a72533 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Composite.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Composite.h index 4db4630c5a34..70126deab4c1 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Composite.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Composite.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeGraphNode_Composite.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_CompositeDecorator.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_CompositeDecorator.h index 31328e222e4d..042773fa381e 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_CompositeDecorator.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_CompositeDecorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeGraphNode_CompositeDecorator.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Decorator.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Decorator.h index 4df003825acf..8bbb94f93010 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Decorator.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Decorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeGraphNode_Decorator.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Root.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Root.h index 88e26f8a08a3..b977cc14fae2 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Root.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Root.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeGraphNode_Root.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Service.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Service.h index 14b3d2d6aad4..bb03493340b3 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Service.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Service.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeGraphNode_Service.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SimpleParallel.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SimpleParallel.h index c9d2ddcd5279..35bcb44a0d8b 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SimpleParallel.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SimpleParallel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeGraphNode_SimpleParallel.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SubtreeTask.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SubtreeTask.h index 86f99e4eed49..6d64e70cd379 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SubtreeTask.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_SubtreeTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeGraphNode_SubtreeTask.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Task.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Task.h index 7712d9e39901..87405604fcda 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Task.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Task.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BehaviorTreeGraphNode_Task.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BlackboardDataFactory.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BlackboardDataFactory.h index ba2816de2f48..d844917eae88 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/BlackboardDataFactory.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/BlackboardDataFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlackboardDataFactory.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h index 6467a2d6e342..22b3126f5e92 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTreeDecorator.h b/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTreeDecorator.h index 2093f4ede813..fb65cd3b0212 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTreeDecorator.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTreeDecorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraphSchema_BehaviorTreeDecorator.generated.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_BehaviorTree.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_BehaviorTree.cpp index 82860f493477..27756feb9a43 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_BehaviorTree.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_BehaviorTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "Toolkits/AssetEditorManager.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_BehaviorTree.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_BehaviorTree.h index 8acf41ee2335..f9cc8d22b912 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_BehaviorTree.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_BehaviorTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetTypeActions_Base.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_Blackboard.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_Blackboard.cpp index 63dea829d23e..8769b494c01d 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_Blackboard.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_Blackboard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "Toolkits/AssetEditorManager.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_Blackboard.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_Blackboard.h index 0b5c81050cf9..687eaef96407 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_Blackboard.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/AssetTypeActions_Blackboard.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetTypeActions_Base.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeColors.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeColors.h index 1600e0cc588e..5ae044fac41c 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeColors.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeColors.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeConnectionDrawingPolicy.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeConnectionDrawingPolicy.cpp index 78fa75bb3962..f0a0bcf87ce9 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeConnectionDrawingPolicy.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeConnectionDrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeConnectionDrawingPolicy.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeConnectionDrawingPolicy.h index a5484ce5152c..0cfea97ff68d 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeConnectionDrawingPolicy.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeConnectionDrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AIGraphConnectionDrawingPolicy.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDebugger.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDebugger.cpp index e3a147f55d66..6165c8018554 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDebugger.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDebugger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTree/BehaviorTree.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDebugger.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDebugger.h index a0900ab78edd..f565ebf37b0f 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDebugger.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDebugger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraph.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraph.cpp index 03b2a5a2bebe..4eabf61d3f99 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraph.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorModule.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode.cpp index a88f1d4cd4aa..76dc2d327204 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode_Decorator.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode_Decorator.cpp index 688f896d2ea6..b2b88f3c07ca 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode_Decorator.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode_Decorator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTree/BehaviorTree.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode_Logic.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode_Logic.cpp index 40d9d3f5d806..b21dc145b2db 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode_Logic.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode_Logic.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.cpp index 88118f8e5347..a1ebeafbbe8c 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "GraphEditorActions.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.h index 542a1b0eaeea..e112b7db7801 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorCommands.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorCommands.cpp index f665aafd47ad..292d336940c4 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorCommands.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorCommands.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorCommands.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorCommands.h index 2c4bca2ef1da..93c028ec7c55 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorCommands.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModes.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModes.cpp index b04dbb23ee47..f2d1c2d30c97 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModes.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorModes.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModes.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModes.h index 25557f7999ad..acf4f5344d97 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModes.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModule.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModule.cpp index 3243c8a29cb3..e73c688093a6 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModule.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorModule.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorPrivatePCH.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorPrivatePCH.h index 06ff8757bf6a..24c6709dd46a 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorPrivatePCH.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabFactories.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabFactories.cpp index 32138d70ff1d..98bd2d56e774 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabFactories.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabFactories.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorTabFactories.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabFactories.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabFactories.h index a475e9bb6b03..bbe01df4b0b2 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabFactories.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabFactories.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabs.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabs.cpp index 4a3d43c03ab7..58fb7cde344f 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabs.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorTabs.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabs.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabs.h index 1f2fb82fdb15..8ab64bd04e99 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabs.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTabs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorToolbar.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorToolbar.cpp index 63e0decd25b0..b1d3e92abcd5 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorToolbar.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorToolbar.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorToolbar.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorToolbar.h index 0981e97fa6fb..0979e65e1040 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorToolbar.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTypes.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTypes.cpp index 1b538314ed40..7e6d1794a1e6 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTypes.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorUtils.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorUtils.cpp index 88d8de8778f3..162edfb6c3ea 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorUtils.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorUtils.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorUtils.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorUtils.h index cf36f7c9377d..92b2105cc997 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorUtils.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeFactory.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeFactory.cpp index 47f81ebc48ad..a411e1fc3674 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeFactory.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "Classes/BehaviorTreeFactory.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraph.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraph.cpp index 1e9bb7e2a032..788df2715a07 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraph.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTreeEditorModule.h" #include "BehaviorTree/Tasks/BTTask_RunBehavior.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode.cpp index 76b95632f3ff..45b47c9fb022 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Composite.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Composite.cpp index d46452c4abf8..e8fa84a0d64b 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Composite.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Composite.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_CompositeDecorator.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_CompositeDecorator.cpp index 2a28136f2eb7..7071c8c83650 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_CompositeDecorator.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_CompositeDecorator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTree/BTDecorator.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Decorator.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Decorator.cpp index 3dbdebaea565..7c8ea5bafdf2 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Decorator.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Decorator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTree/BTDecorator.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Root.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Root.cpp index e73d65422f81..252a51407196 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Root.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Root.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTree/BlackboardData.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Service.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Service.cpp index 3aaabb1de4b1..10e46aacf66c 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Service.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Service.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTree/BTService.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SimpleParallel.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SimpleParallel.cpp index 3afffdd26b22..72c58ac8f2c0 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SimpleParallel.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SimpleParallel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "Classes/BehaviorTreeGraphNode_SimpleParallel.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SubtreeTask.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SubtreeTask.cpp index 40003834360a..9154e9181ccb 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SubtreeTask.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_SubtreeTask.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTree/Tasks/BTTask_RunBehavior.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Task.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Task.cpp index 2a254b824825..0778aef7d49c 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Task.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Task.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/BlackboardDataFactory.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/BlackboardDataFactory.cpp index 7dd2a106b3be..a0fbd1ff46f6 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/BlackboardDataFactory.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/BlackboardDataFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorTree/BlackboardData.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BehaviorDecoratorDetails.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BehaviorDecoratorDetails.cpp index c03fe77c19f0..4fad9bc2ce99 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BehaviorDecoratorDetails.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BehaviorDecoratorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BehaviorDecoratorDetails.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BehaviorDecoratorDetails.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BehaviorDecoratorDetails.h index 33764b83908c..9fd4b197fd60 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BehaviorDecoratorDetails.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BehaviorDecoratorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDataDetails.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDataDetails.cpp index 748c32417f47..6c2807ce322a 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDataDetails.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDataDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BlackboardDataDetails.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDataDetails.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDataDetails.h index 27b5c2caf460..9cab939747a5 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDataDetails.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDataDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDecoratorDetails.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDecoratorDetails.cpp index 70b03d9ca417..fbb34c2725dd 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDecoratorDetails.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDecoratorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BlackboardDecoratorDetails.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDecoratorDetails.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDecoratorDetails.h index ade769ddfbd9..27125b65877c 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDecoratorDetails.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardDecoratorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardSelectorDetails.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardSelectorDetails.cpp index 24306465f94f..88d36d9d8b53 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardSelectorDetails.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardSelectorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BlackboardSelectorDetails.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardSelectorDetails.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardSelectorDetails.h index dd935c32c201..1f8a9a1cbc32 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardSelectorDetails.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/DetailCustomizations/BlackboardSelectorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.cpp index 627627a8130e..1eb23ba076a4 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTreeDecorator.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTreeDecorator.cpp index 99735f44d24f..4c96f68001e5 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTreeDecorator.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTreeDecorator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/FindInBT.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/FindInBT.cpp index d831344cd012..6f9815f2d833 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/FindInBT.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/FindInBT.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "FindInBT.h" #include "SSearchBox.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/FindInBT.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/FindInBT.h index 8f52d01a726e..a241e164cccb 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/FindInBT.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/FindInBT.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardEditor.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardEditor.cpp index e005a7105f09..f33ef88a49ce 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardEditor.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "SBehaviorTreeBlackboardEditor.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardEditor.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardEditor.h index 2411573543af..cbc719df377e 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardEditor.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardView.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardView.cpp index 24b30797ea68..4954b39935dd 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardView.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "SBehaviorTreeBlackboardView.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardView.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardView.h index 1ea083bab01a..0609e745194a 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardView.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeBlackboardView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeDiff.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeDiff.cpp index ad7516265549..092b6046a107 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeDiff.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeDiff.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "SBehaviorTreeDiff.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeDiff.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeDiff.h index 6cca99bb2744..3f75faef4894 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeDiff.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SBehaviorTreeDiff.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Developer/AssetTools/Public/IAssetTypeActions.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_BehaviorTree.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_BehaviorTree.cpp index d4180434cdd1..f041224e035c 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_BehaviorTree.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_BehaviorTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_BehaviorTree.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_BehaviorTree.h index 4dbff539512c..523844d5eb8f 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_BehaviorTree.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_BehaviorTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_Decorator.cpp b/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_Decorator.cpp index 1196935d714c..21a93b2196bc 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_Decorator.cpp +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_Decorator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BehaviorTreeEditorPrivatePCH.h" #include "SGraphNode_Decorator.h" diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_Decorator.h b/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_Decorator.h index 2d858ed09c42..bc30941bfe39 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_Decorator.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Private/SGraphNode_Decorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Public/BehaviorTreeEditorModule.h b/Engine/Source/Editor/BehaviorTreeEditor/Public/BehaviorTreeEditorModule.h index 444fa7f7b9ef..2b565a2d6baa 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Public/BehaviorTreeEditorModule.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Public/BehaviorTreeEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BehaviorTreeEditor/Public/IBehaviorTreeEditor.h b/Engine/Source/Editor/BehaviorTreeEditor/Public/IBehaviorTreeEditor.h index 55b58c85f590..8f806b6adeb5 100644 --- a/Engine/Source/Editor/BehaviorTreeEditor/Public/IBehaviorTreeEditor.h +++ b/Engine/Source/Editor/BehaviorTreeEditor/Public/IBehaviorTreeEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/BlueprintGraph.Build.cs b/Engine/Source/Editor/BlueprintGraph/BlueprintGraph.Build.cs index 36160e881bb6..2ee14d6febed 100644 --- a/Engine/Source/Editor/BlueprintGraph/BlueprintGraph.Build.cs +++ b/Engine/Source/Editor/BlueprintGraph/BlueprintGraph.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintBoundEventNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintBoundEventNodeSpawner.h index 30ad27fb5ead..b1c843fc3f94 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintBoundEventNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintBoundEventNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintBoundNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintBoundNodeSpawner.h index 84b336a448b9..425108d6cb47 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintBoundNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintBoundNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintComponentNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintComponentNodeSpawner.h index db2b49f9ae35..4d67c0dba00e 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintComponentNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintComponentNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintDelegateNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintDelegateNodeSpawner.h index cef065d906ea..e669cec22d00 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintDelegateNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintDelegateNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintEventNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintEventNodeSpawner.h index 3115f13a28b2..3610efed4dbf 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintEventNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintEventNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintFieldNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintFieldNodeSpawner.h index 4f7b5b940da0..a6c20a138249 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintFieldNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintFieldNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintFunctionNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintFunctionNodeSpawner.h index 87f79f2c457c..d75a926e9c8d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintFunctionNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintFunctionNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintNodeBinder.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintNodeBinder.h index f4b03c529741..8a81bdc51e4c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintNodeBinder.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintNodeBinder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintVariableNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintVariableNodeSpawner.h index 5a6972fa9b40..3f5a452573d1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintVariableNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/BlueprintVariableNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h b/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h index 54122d2e44dd..b524f8147107 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphSchema.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h b/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h index d10dcc93701d..51d99a13070a 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h index 8c9339224da3..4faf0a956a0c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphNode.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AIMoveTo.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AIMoveTo.h index a600f6b14720..27396aa7c033 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AIMoveTo.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AIMoveTo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ActorBoundEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ActorBoundEvent.h index 378808379483..9e2c4e91bab9 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ActorBoundEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ActorBoundEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddComponent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddComponent.h index 69caab0d18db..ab3ded3121fd 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddComponent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddDelegate.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddDelegate.h index a088ab9b6c98..7e8f4dcccf08 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddDelegate.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_BaseMCDelegate.h" #include "K2Node_AddDelegate.generated.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignDelegate.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignDelegate.h index c60f079ce1c3..91b83d5a3f85 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignDelegate.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_AddDelegate.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignmentStatement.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignmentStatement.h index 555684389d6f..0c3268a440d4 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignmentStatement.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignmentStatement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h index 320ead0f64d7..fc3857d2864c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseMCDelegate.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseMCDelegate.h index b9f52b38edf3..94eb2ba7188f 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseMCDelegate.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseMCDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" #include "EdGraph/EdGraphNodeUtils.h" // for FNodeTextCache diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BreakStruct.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BreakStruct.h index bba3d03728d0..48aebee3d7ea 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BreakStruct.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BreakStruct.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_StructMemberGet.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallArrayFunction.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallArrayFunction.h index d99675f68be0..10ba60583539 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallArrayFunction.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallArrayFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDataTableFunction.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDataTableFunction.h index 0a6d3019e255..fba38fcbf29f 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDataTableFunction.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDataTableFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_CallFunction.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDelegate.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDelegate.h index 06b8aff23764..57d4324d6687 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDelegate.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_CallDelegate.generated.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h index ca81790a74f1..cd40b1bd2266 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunctionOnMember.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunctionOnMember.h index 8e4b3149bf20..57b2127c9a92 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunctionOnMember.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunctionOnMember.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallMaterialParameterCollectionFunction.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallMaterialParameterCollectionFunction.h index 21abbcdeabe0..9d3bf7e32d9e 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallMaterialParameterCollectionFunction.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallMaterialParameterCollectionFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_CallFunction.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallParentFunction.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallParentFunction.h index eca8e885683a..50fafb873946 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallParentFunction.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallParentFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CastByteToEnum.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CastByteToEnum.h index a78a19e958a8..225da7d4cdf5 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CastByteToEnum.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CastByteToEnum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ClassDynamicCast.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ClassDynamicCast.h index f6f039a968c8..a68b4f84bb37 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ClassDynamicCast.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ClassDynamicCast.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ClearDelegate.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ClearDelegate.h index 98ddfe992fd3..e489601e8a61 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ClearDelegate.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ClearDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_BaseMCDelegate.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CommutativeAssociativeBinaryOperator.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CommutativeAssociativeBinaryOperator.h index e713970fd990..03de549f85f1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CommutativeAssociativeBinaryOperator.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CommutativeAssociativeBinaryOperator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_CallFunction.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ComponentBoundEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ComponentBoundEvent.h index 28b3b23d6779..ba20ce86189a 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ComponentBoundEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ComponentBoundEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Composite.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Composite.h index cb50f3a649d3..86ef021dcf95 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Composite.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Composite.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_Tunnel.h" #include "EdGraph/EdGraphNodeUtils.h" // for FNodeTextCache diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ConstructObjectFromClass.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ConstructObjectFromClass.h index 05f8b9b0846c..5b9260af8505 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ConstructObjectFromClass.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ConstructObjectFromClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ConvertAsset.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ConvertAsset.h index e7e75280b8e4..77c2ad040e24 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ConvertAsset.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ConvertAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CreateDelegate.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CreateDelegate.h index 74cbb24a6faf..496cfbf6d919 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CreateDelegate.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CreateDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" #include "K2Node_CreateDelegate.generated.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h index 255681af65b1..b8060b174e5c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DeadClass.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DeadClass.h index 83d1d960a477..7d7de44d8931 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DeadClass.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DeadClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DelegateSet.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DelegateSet.h index a7e8d8306ebd..c58f33fd1cb8 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DelegateSet.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DelegateSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DoOnceMultiInput.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DoOnceMultiInput.h index 8b3c8b9d29cb..b38313cdfc47 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DoOnceMultiInput.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DoOnceMultiInput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DynamicCast.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DynamicCast.h index a08563aad8e3..cba11d0a6b99 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DynamicCast.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DynamicCast.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EaseFunction.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EaseFunction.h index c8ffb09519e4..9903ca3f23f2 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EaseFunction.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EaseFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h index b9ec5a4cd8c1..2a0c53ae6a49 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumEquality.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumEquality.h index a0fa22a7e6fe..2732bf576d0d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumEquality.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumEquality.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumInequality.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumInequality.h index 6b181d86e67c..a25034e65e03 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumInequality.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumInequality.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumLiteral.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumLiteral.h index d9e3d8d40def..2d8fe424f266 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumLiteral.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EnumLiteral.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Event.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Event.h index d3804e0d9aba..656cef291a17 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Event.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Event.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ExecutionSequence.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ExecutionSequence.h index 8129dad5fbe4..234f13ec89f3 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ExecutionSequence.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ExecutionSequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ForEachElementInEnum.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ForEachElementInEnum.h index 8d0a235604c6..1286f5674ad8 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ForEachElementInEnum.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_ForEachElementInEnum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FormatText.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FormatText.h index 8108c1f06685..e961458d4d5c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FormatText.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FormatText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_FormatText.generated.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionEntry.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionEntry.h index 068414aa7bfc..2537fbf3aff6 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionEntry.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionEntry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_FunctionTerminator.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionResult.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionResult.h index 8964a7a92ec0..74b112ab10c7 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionResult.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionTerminator.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionTerminator.h index edfbcdc35218..a910b0a3fc44 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionTerminator.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionTerminator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GenericCreateObject.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GenericCreateObject.h index cbbc11389709..590ef2d97a05 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GenericCreateObject.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GenericCreateObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetClassDefaults.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetClassDefaults.h index c1669e21275c..497c6c8734d2 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetClassDefaults.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetClassDefaults.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetDataTableRow.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetDataTableRow.h index cc3d4f1c752d..c25620269676 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetDataTableRow.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetDataTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetEnumeratorName.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetEnumeratorName.h index b0d2842babb3..c7926320fb0c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetEnumeratorName.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetEnumeratorName.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetEnumeratorNameAsString.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetEnumeratorNameAsString.h index a1da2fc3eca8..610622b70980 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetEnumeratorNameAsString.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetEnumeratorNameAsString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_GetEnumeratorName.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisKeyValue.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisKeyValue.h index a4ff96c79f5a..9641f681fc05 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisKeyValue.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisKeyValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_CallFunction.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisValue.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisValue.h index 9db67694d171..2f428e29a1c3 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisValue.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputAxisValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_CallFunction.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputVectorAxisValue.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputVectorAxisValue.h index a6b772fcf3eb..de1aee2d7ef0 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputVectorAxisValue.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputVectorAxisValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_GetInputAxisKeyValue.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetNumEnumEntries.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetNumEnumEntries.h index 641e2745b57c..ecb33e6f2353 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetNumEnumEntries.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetNumEnumEntries.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NodeDependingOnEnumInterface.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_IfThenElse.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_IfThenElse.h index 6ca80faed90e..a3f33efb8936 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_IfThenElse.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_IfThenElse.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAction.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAction.h index d55f9a4a135c..64c232d0b4d5 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAction.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputActionEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputActionEvent.h index 75b4b244ee2a..161534403c50 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputActionEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputActionEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisEvent.h index d48db0c19c5f..4713705f8781 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_Event.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisKeyEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisKeyEvent.h index 1337ef228bea..c8da2b5d6673 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisKeyEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputAxisKeyEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_Event.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKey.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKey.h index e48084e009cd..5584c4191bc1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKey.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKeyEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKeyEvent.h index 1fb016f32a05..0f09684f7ba8 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKeyEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputKeyEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouch.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouch.h index 218b597a95aa..c86bbbba8d38 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouch.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouchEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouchEvent.h index ed40357c4beb..9a718641f87a 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouchEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputTouchEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputVectorAxisEvent.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputVectorAxisEvent.h index 772efcd245c5..ce1908619cc9 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputVectorAxisEvent.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_InputVectorAxisEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_InputAxisKeyEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Knot.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Knot.h index 13b2187d389c..68e41f35f3a2 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Knot.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Knot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Literal.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Literal.h index e56ed330ec08..d86388149db9 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Literal.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Literal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LoadAsset.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LoadAsset.h index eaf544aa1b89..94067456ec00 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LoadAsset.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LoadAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LocalVariable.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LocalVariable.h index e57fe302a819..7bc355c080e6 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LocalVariable.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LocalVariable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_TemporaryVariable.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MacroInstance.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MacroInstance.h index 278ce366f2b4..688f259b309b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MacroInstance.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MacroInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeArray.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeArray.h index 7e4c247f1e2a..e5ffc4ce40ad 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeArray.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeStruct.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeStruct.h index a14750dc2104..95675e117289 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeStruct.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeStruct.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_StructMemberSet.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MathExpression.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MathExpression.h index 482a38aaeaa7..9f63f1c9cdf9 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MathExpression.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MathExpression.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MatineeController.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MatineeController.h index dca748082340..ea2fc4669905 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MatineeController.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MatineeController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Message.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Message.h index 131bc3c9d5c7..f53d3595b4d1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Message.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Message.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MultiGate.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MultiGate.h index 81d9a1413380..977a8acdfe05 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MultiGate.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MultiGate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_ExecutionSequence.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PureAssignmentStatement.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PureAssignmentStatement.h index 2e5d47fcdb71..99fa25cd311c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PureAssignmentStatement.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PureAssignmentStatement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_RemoveDelegate.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_RemoveDelegate.h index d745d5975707..f065f19beeaf 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_RemoveDelegate.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_RemoveDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_BaseMCDelegate.h" #include "K2Node_RemoveDelegate.generated.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Select.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Select.h index 6001f6ae814c..d4e25ab19cc0 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Select.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Select.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Self.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Self.h index f773e1e746f9..3648f9d555df 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Self.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Self.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetFieldsInStruct.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetFieldsInStruct.h index c5fd4e62ed20..1a65d8a2c7f1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetFieldsInStruct.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetFieldsInStruct.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_MakeStruct.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetVariableOnPersistentFrame.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetVariableOnPersistentFrame.h index 1cfcc74cc305..87cd7d1bdcc2 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetVariableOnPersistentFrame.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SetVariableOnPersistentFrame.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SpawnActor.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SpawnActor.h index 1ae01557b81e..14eb38c56052 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SpawnActor.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SpawnActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SpawnActorFromClass.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SpawnActorFromClass.h index f3ac301d4758..b0f0fef64ff6 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SpawnActorFromClass.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SpawnActorFromClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberGet.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberGet.h index 34db438d8df8..333e96a896c1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberGet.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberGet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_StructOperation.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberSet.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberSet.h index 7dc8afa2c003..11ef04bc3587 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberSet.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructMemberSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_StructOperation.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructOperation.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructOperation.h index 86b2c72e430c..cde82dbbb3bc 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructOperation.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_StructOperation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Switch.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Switch.h index 5ab0468dd586..47c005845171 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Switch.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Switch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchEnum.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchEnum.h index a3f10f943e26..254a99109a43 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchEnum.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchEnum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchInteger.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchInteger.h index 2127df5da1d2..464a00b56110 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchInteger.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchInteger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchName.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchName.h index 4c4987b0936b..be446e21e6f8 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchName.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchName.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchString.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchString.h index 99c9ac75bafc..46e2591beb35 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchString.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_TemporaryVariable.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_TemporaryVariable.h index 54df4aeff776..e156ad2d91bd 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_TemporaryVariable.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_TemporaryVariable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Timeline.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Timeline.h index c573f3363b0a..f2a1d912b253 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Timeline.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Timeline.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Tunnel.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Tunnel.h index 7067db4d3dfb..d154526ca7ca 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Tunnel.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Tunnel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_EditablePinBase.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Variable.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Variable.h index 122c9fa47a39..540e40daee14 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Variable.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Variable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableGet.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableGet.h index da7c1ac7b74e..041e4a767937 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableGet.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableGet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSet.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSet.h index cc7fab6a0c64..84240ac5be32 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSet.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSetRef.h b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSetRef.h index 92527ad39371..2aaaa0a981a1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSetRef.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSetRef.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Classes/NodeDependingOnEnumInterface.h b/Engine/Source/Editor/BlueprintGraph/Classes/NodeDependingOnEnumInterface.h index c7915accbeb3..b329caeb8228 100644 --- a/Engine/Source/Editor/BlueprintGraph/Classes/NodeDependingOnEnumInterface.h +++ b/Engine/Source/Editor/BlueprintGraph/Classes/NodeDependingOnEnumInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NodeDependingOnEnumInterface.generated.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BasicTokenParser.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BasicTokenParser.cpp index f0c035f215fc..23927bcec1be 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BasicTokenParser.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BasicTokenParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BasicTokenParser.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BasicTokenParser.h b/Engine/Source/Editor/BlueprintGraph/Private/BasicTokenParser.h index 3067fbf7fbb2..a080423f0e67 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BasicTokenParser.h +++ b/Engine/Source/Editor/BlueprintGraph/Private/BasicTokenParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp index 562e8ccc3a18..5be16f1c2267 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintActionDatabase.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabaseRegistrar.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabaseRegistrar.cpp index 8d812ca70630..2b79b145bab1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabaseRegistrar.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabaseRegistrar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintActionDatabaseRegistrar.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp index a56f35f2213a..a683b83df557 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionFilter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintActionFilter.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintBoundEventNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintBoundEventNodeSpawner.cpp index 30c71d6d7838..fab7bbfd25f1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintBoundEventNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintBoundEventNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintBoundEventNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintBoundNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintBoundNodeSpawner.cpp index 6132e81945d6..ab446b3443b9 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintBoundNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintBoundNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintBoundNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintComponentNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintComponentNodeSpawner.cpp index b39f93804188..242d6ce20d92 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintComponentNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintComponentNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintComponentNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintDelegateNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintDelegateNodeSpawner.cpp index d6d5d96cb378..29038274fbab 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintDelegateNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintDelegateNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintDelegateNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp index b6ac044c07f6..7c54e33dcfef 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEditorSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintEditorSettings.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEventNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEventNodeSpawner.cpp index 47a6d8d8d210..31022ef5141d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEventNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintEventNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintEventNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintFieldNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintFieldNodeSpawner.cpp index 577159002d54..4aa15f131f54 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintFieldNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintFieldNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintFieldNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintFunctionNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintFunctionNodeSpawner.cpp index 27eaa6035eb2..a936f236f463 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintFunctionNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintFunctionNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintFunctionNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphModule.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphModule.cpp index faffc6fdf416..f3974d1e9317 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphModule.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintGraphModule.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphPanelPinFactory.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphPanelPinFactory.cpp index e313afe63a58..149809cef519 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphPanelPinFactory.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphPanelPinFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintGraphPanelPinFactory.h" #include "K2Node_GetDataTableRow.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphPrivatePCH.h b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphPrivatePCH.h index 5a6d12f651d3..bb058b290043 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphPrivatePCH.h +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintGraphPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __BlueprintGraphPrivatePCH_h__ #define __BlueprintGraphPrivatePCH_h__ diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSignature.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSignature.cpp index 0c815301cdc8..8a032db53837 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSignature.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSignature.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintNodeSignature.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawner.cpp index 9553385f9a64..fbfbbed8a3a5 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawnerUtils.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawnerUtils.cpp index 9598c70b459d..9ac94f92ab4b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawnerUtils.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawnerUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintNodeSpawnerUtils.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawnerUtils.h b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawnerUtils.h index ffbfc2dc3179..daa54cbda481 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawnerUtils.h +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawnerUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeTemplateCache.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeTemplateCache.cpp index ceca7a82657e..f84dce6d84ff 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeTemplateCache.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeTemplateCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintNodeTemplateCache.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintVariableNodeSpawner.cpp b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintVariableNodeSpawner.cpp index d89fdcf7a837..a4cec0a9271b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/BlueprintVariableNodeSpawner.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/BlueprintVariableNodeSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "BlueprintVariableNodeSpawner.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/CallFunctionHandler.cpp b/Engine/Source/Editor/BlueprintGraph/Private/CallFunctionHandler.cpp index c59162c08e0b..fcd217cd8cd6 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/CallFunctionHandler.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/CallFunctionHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/DelegateNodeHandlers.cpp b/Engine/Source/Editor/BlueprintGraph/Private/DelegateNodeHandlers.cpp index fdede8e47ba6..df83143e1479 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/DelegateNodeHandlers.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/DelegateNodeHandlers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "DelegateNodeHandlers.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/DelegateNodeHandlers.h b/Engine/Source/Editor/BlueprintGraph/Private/DelegateNodeHandlers.h index edc9c335315f..bb6d52982065 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/DelegateNodeHandlers.h +++ b/Engine/Source/Editor/BlueprintGraph/Private/DelegateNodeHandlers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Private/DynamicCastHandler.cpp b/Engine/Source/Editor/BlueprintGraph/Private/DynamicCastHandler.cpp index 34495723be3a..84a82bb0bd91 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/DynamicCastHandler.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/DynamicCastHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "DynamicCastHandler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/DynamicCastHandler.h b/Engine/Source/Editor/BlueprintGraph/Private/DynamicCastHandler.h index e6591d59a8b9..8ae7eec5652b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/DynamicCastHandler.h +++ b/Engine/Source/Editor/BlueprintGraph/Private/DynamicCastHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp b/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp index 568b1a67ff3a..2b3524eef11d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp b/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp index f9603c8868a4..42cc06bbbb6d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/EventEntryHandler.cpp b/Engine/Source/Editor/BlueprintGraph/Private/EventEntryHandler.cpp index e17b426983ba..71036eb46a06 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/EventEntryHandler.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/EventEntryHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp index 9c480e27a049..39d1b833a671 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AIMoveTo.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AIMoveTo.cpp index f843f422686a..02fa400a705c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AIMoveTo.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AIMoveTo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ActorBoundEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ActorBoundEvent.cpp index e6cadcc419ee..42dde76d7ace 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ActorBoundEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ActorBoundEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AddComponent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AddComponent.cpp index 9efdf1005abc..b4f735989f87 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AddComponent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AddComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AssignDelegate.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AssignDelegate.cpp index 067722ff9e60..7f4f7880b046 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AssignDelegate.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AssignDelegate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_AssignDelegate.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AssignmentStatement.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AssignmentStatement.cpp index 9dec403c2a74..243f1847ad81 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AssignmentStatement.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_AssignmentStatement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.cpp index f362416a4ada..7d496d252d83 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BreakStruct.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BreakStruct.cpp index 7bfe3f0463ef..503ff5dd2a93 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BreakStruct.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BreakStruct.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallArrayFunction.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallArrayFunction.cpp index e2b74a07bbb1..9ab1afde7f64 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallArrayFunction.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallArrayFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_CallArrayFunction.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallDataTableFunction.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallDataTableFunction.cpp index cd2b4445e206..2cc24a216b9b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallDataTableFunction.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallDataTableFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp index c6d985e038e1..6e2333c4bf62 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunctionOnMember.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunctionOnMember.cpp index b00d503128b9..78484eba8e08 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunctionOnMember.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunctionOnMember.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallMaterialParameterCollectionFunction.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallMaterialParameterCollectionFunction.cpp index 4451e35773d4..6c82d522ccc2 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallMaterialParameterCollectionFunction.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallMaterialParameterCollectionFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallParentFunction.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallParentFunction.cpp index b627da90bbd9..65931a758bb3 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallParentFunction.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallParentFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_CallParentFunction.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CastByteToEnum.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CastByteToEnum.cpp index c091ef43baab..6c4c7a0468e1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CastByteToEnum.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CastByteToEnum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ClassDynamicCast.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ClassDynamicCast.cpp index 8be17528e5be..318871ba2c39 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ClassDynamicCast.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ClassDynamicCast.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CommutativeAssociativeBinaryOperator.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CommutativeAssociativeBinaryOperator.cpp index e7da137c6f14..b0a65dc79185 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CommutativeAssociativeBinaryOperator.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CommutativeAssociativeBinaryOperator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ComponentBoundEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ComponentBoundEvent.cpp index 99c55b66176f..603ef07a2866 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ComponentBoundEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ComponentBoundEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "Engine/ComponentDelegateBinding.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Composite.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Composite.cpp index 6a668bfe2c6f..e4d6ffdccd6b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Composite.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Composite.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ConstructObjectFromClass.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ConstructObjectFromClass.cpp index f80621be7b95..35d66625277c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ConstructObjectFromClass.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ConstructObjectFromClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ConvertAsset.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ConvertAsset.cpp index cfcfb8d3a8c3..99f4f55e7382 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ConvertAsset.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ConvertAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CreateDelegate.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CreateDelegate.cpp index 8825bd051655..9455376a4440 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CreateDelegate.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CreateDelegate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "DelegateNodeHandlers.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CustomEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CustomEvent.cpp index 62dbcd3a159b..4b70276ae16f 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CustomEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CustomEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DeadClass.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DeadClass.cpp index 3564e862d498..b6b8ded54c71 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DeadClass.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DeadClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_DeadClass.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DelegateSet.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DelegateSet.cpp index 3a0dd9fd79ea..2970818b50db 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DelegateSet.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DelegateSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "CompilerResultsLog.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DoOnceMultiInput.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DoOnceMultiInput.cpp index 1ee1c71e1923..af0c6de54f06 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DoOnceMultiInput.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DoOnceMultiInput.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DynamicCast.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DynamicCast.cpp index 06fb2f9fdec1..423e1a72d194 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DynamicCast.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_DynamicCast.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EaseFunction.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EaseFunction.cpp index eb61299557d8..0c15ad5d4854 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EaseFunction.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EaseFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include"BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EditablePinBase.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EditablePinBase.cpp index 27654f2a439e..fe25ed3df7f7 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EditablePinBase.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EditablePinBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetDebugUtilities.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumEquality.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumEquality.cpp index 9d69b5f7fb39..308b2a549318 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumEquality.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumEquality.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumInequality.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumInequality.cpp index 345277bf42ad..086a32bda405 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumInequality.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumInequality.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" //#include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumLiteral.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumLiteral.cpp index d51dc5235936..d790034c40e1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumLiteral.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_EnumLiteral.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Event.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Event.cpp index efbf406a3a89..50f87362aab5 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Event.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Event.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "CompilerResultsLog.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ExecutionSequence.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ExecutionSequence.cpp index 80c3330ff482..a5322f10da5f 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ExecutionSequence.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ExecutionSequence.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ForEachElementInEnum.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ForEachElementInEnum.cpp index 69dcdd8de4dc..704d975e69dd 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ForEachElementInEnum.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_ForEachElementInEnum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FormatText.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FormatText.cpp index 2acdcf84d51d..d288ff89edf8 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FormatText.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FormatText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionEntry.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionEntry.cpp index aa13b2fe5efe..f583293df68b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionEntry.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionEntry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionResult.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionResult.cpp index 73ed05e47bce..8ea2286ebfea 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionResult.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionResult.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionTerminator.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionTerminator.cpp index 4a73e73754ee..b1d540c9c11e 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionTerminator.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FunctionTerminator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GenericCreateObject.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GenericCreateObject.cpp index f8f66c7d294f..03cf6893cb84 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GenericCreateObject.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GenericCreateObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetClassDefaults.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetClassDefaults.cpp index 9489547ec0b6..f7c090034905 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetClassDefaults.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetClassDefaults.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "EditorCategoryUtils.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetDataTableRow.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetDataTableRow.cpp index 12c269544139..35ac9c192b3e 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetDataTableRow.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetDataTableRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetEnumeratorName.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetEnumeratorName.cpp index 75f4c4caf5bc..bda56e9b2453 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetEnumeratorName.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetEnumeratorName.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetEnumeratorNameAsString.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetEnumeratorNameAsString.cpp index dad0218fa30c..356da22e5844 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetEnumeratorNameAsString.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetEnumeratorNameAsString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputAxisKeyValue.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputAxisKeyValue.cpp index 000ff4810787..10519318df3c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputAxisKeyValue.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputAxisKeyValue.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_GetInputAxisKeyValue.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputAxisValue.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputAxisValue.cpp index 0deaa5d7bd8e..cc0711f0a88d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputAxisValue.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputAxisValue.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_GetInputAxisValue.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputVectorAxisValue.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputVectorAxisValue.cpp index 653037ba1ba5..ab6bff62cb09 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputVectorAxisValue.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputVectorAxisValue.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_GetInputVectorAxisValue.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetNumEnumEntries.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetNumEnumEntries.cpp index bf8430ce49a8..bb58987b280e 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetNumEnumEntries.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetNumEnumEntries.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_IfThenElse.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_IfThenElse.cpp index 78adeea774ce..bca3b582ffc2 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_IfThenElse.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_IfThenElse.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAction.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAction.cpp index c8bb0d4e2156..41c3fab16757 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAction.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_InputActionEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputActionEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputActionEvent.cpp index 49810a0c5cb9..98b8b6eadfc7 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputActionEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputActionEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_InputActionEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAxisEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAxisEvent.cpp index 3f801252339f..6782ed4e588d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAxisEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAxisEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "CompilerResultsLog.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAxisKeyEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAxisKeyEvent.cpp index 138023bfb497..66c7a724dd00 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAxisKeyEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputAxisKeyEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_InputAxisKeyEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKey.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKey.cpp index f896fd07c195..4e38230876be 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKey.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_InputKeyEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKeyEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKeyEvent.cpp index 4db626b07ee4..598322f9990d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKeyEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputKeyEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_InputKeyEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouch.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouch.cpp index edbcdac75ca9..a66a318de420 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouch.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_InputTouchEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouchEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouchEvent.cpp index 3206557475b9..e1cccc954dbe 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouchEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputTouchEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_InputTouchEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputVectorAxisEvent.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputVectorAxisEvent.cpp index 319665e04b47..a5937afcb3d6 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputVectorAxisEvent.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_InputVectorAxisEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_InputVectorAxisEvent.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Knot.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Knot.cpp index 6a3c025722b8..31d6436317eb 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Knot.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Knot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "Kismet2NameValidators.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Literal.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Literal.cpp index 8ebb85fba806..026802ce77d2 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Literal.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Literal.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_LoadAsset.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_LoadAsset.cpp index 95293039d54e..c3005dd112ac 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_LoadAsset.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_LoadAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_LocalVariable.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_LocalVariable.cpp index f4c9c032690d..15e60c8a06e1 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_LocalVariable.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_LocalVariable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MCDelegate.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MCDelegate.cpp index 5c371f5e01e5..d88ac82c1d2f 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MCDelegate.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MCDelegate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "CompilerResultsLog.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MacroInstance.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MacroInstance.cpp index d73730ef6ddc..b07d33fdbeab 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MacroInstance.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MacroInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "SlateBasics.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MakeArray.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MakeArray.cpp index 3b267621273c..9dabe8c3c83a 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MakeArray.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MakeArray.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MakeStruct.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MakeStruct.cpp index 428c666c5027..b59a2852afef 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MakeStruct.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MakeStruct.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MathExpression.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MathExpression.cpp index f5142a8bd8b9..47e2dee5f2ee 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MathExpression.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MathExpression.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_MathExpression.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MatineeController.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MatineeController.cpp index a219c64abe83..ef6e4d24ca22 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MatineeController.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MatineeController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Message.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Message.cpp index 2c41c1357c62..a2fb7017062b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Message.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Message.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MultiGate.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MultiGate.cpp index 327189e17d68..b0ff15dfd1d7 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MultiGate.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_MultiGate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_PureAssignmentStatement.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_PureAssignmentStatement.cpp index 731ecee3a3a5..f1a83c3124ab 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_PureAssignmentStatement.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_PureAssignmentStatement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Select.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Select.cpp index 92f9c0f6dfc3..1e4e43f5b4fd 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Select.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Select.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "../../../Runtime/Engine/Classes/Kismet/KismetMathLibrary.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Self.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Self.cpp index a8e0fa067061..b3cb1724d829 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Self.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Self.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SetFieldsInStruct.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SetFieldsInStruct.cpp index 3d9e4b8611d1..ee8f8aba4724 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SetFieldsInStruct.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SetFieldsInStruct.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_SetFieldsInStruct.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SetVariableOnPersistentFrame.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SetVariableOnPersistentFrame.cpp index efbf222b494b..a092a942bd63 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SetVariableOnPersistentFrame.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SetVariableOnPersistentFrame.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SpawnActor.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SpawnActor.cpp index 43e83e3f6645..3fd6b9b46f1c 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SpawnActor.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SpawnActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SpawnActorFromClass.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SpawnActorFromClass.cpp index 4472e33b910e..84bb2246ca83 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SpawnActorFromClass.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SpawnActorFromClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "KismetCompiler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructMemberGet.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructMemberGet.cpp index 062c93fe35e2..b8c8c2a3f47e 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructMemberGet.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructMemberGet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "StructMemberNodeHandlers.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructMemberSet.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructMemberSet.cpp index 670a3a9def88..5b89905c3769 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructMemberSet.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructMemberSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_StructMemberSet.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructOperation.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructOperation.cpp index bbaca9aec045..7d3ef4a69cac 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructOperation.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_StructOperation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "Runtime/Engine/Classes/Engine/UserDefinedStruct.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Switch.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Switch.cpp index 3dbcb77ad4f7..ad0c11c786a3 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Switch.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Switch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchEnum.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchEnum.cpp index a37f5a92a0c9..891d30922b62 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchEnum.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchEnum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "Kismet/KismetMathLibrary.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchInteger.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchInteger.cpp index 07db05fbabe3..98377a32aed0 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchInteger.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchInteger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "../../../Runtime/Engine/Classes/Kismet/KismetMathLibrary.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchName.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchName.cpp index b0b522276ed1..a3b5e6255800 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchName.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchName.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "../../../Runtime/Engine/Classes/Kismet/KismetMathLibrary.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchString.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchString.cpp index 5423b0b907c0..e9069f04f118 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchString.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_SwitchString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "Kismet/KismetMathLibrary.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_TemporaryVariable.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_TemporaryVariable.cpp index fd9c67584b60..55b8b28fc419 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_TemporaryVariable.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_TemporaryVariable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Timeline.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Timeline.cpp index 06144dc75eeb..3075b3059ef5 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Timeline.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Timeline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Tunnel.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Tunnel.cpp index 976c4c806cef..b2891b625740 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Tunnel.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Tunnel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "EdGraphUtilities.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Variable.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Variable.cpp index 5a24c00d0879..218733f65cdf 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Variable.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Variable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableGet.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableGet.cpp index 99b2e12d77f5..5b7f2b369a2d 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableGet.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableGet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSet.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSet.cpp index 46fac9cac190..71b8d0ade219 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSet.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSetRef.cpp b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSetRef.cpp index 36a00e2d3024..8a9de36ebf1e 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSetRef.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSetRef.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/MakeStructHandler.cpp b/Engine/Source/Editor/BlueprintGraph/Private/MakeStructHandler.cpp index 295cfe367395..ffbf340b8aaf 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/MakeStructHandler.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/MakeStructHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "MakeStructHandler.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/MakeStructHandler.h b/Engine/Source/Editor/BlueprintGraph/Private/MakeStructHandler.h index 95e2dd5e078a..b610a00f2513 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/MakeStructHandler.h +++ b/Engine/Source/Editor/BlueprintGraph/Private/MakeStructHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "KismetCompilerMisc.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/MathExpressionHandler.cpp b/Engine/Source/Editor/BlueprintGraph/Private/MathExpressionHandler.cpp index 5f4d1254ea1c..1c8833c963cb 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/MathExpressionHandler.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/MathExpressionHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "K2Node_MathExpression.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/NodeDependingOnEnumInterface.cpp b/Engine/Source/Editor/BlueprintGraph/Private/NodeDependingOnEnumInterface.cpp index f5466232387d..d0da365a7ce6 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/NodeDependingOnEnumInterface.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/NodeDependingOnEnumInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/StructMemberNodeHandlers.cpp b/Engine/Source/Editor/BlueprintGraph/Private/StructMemberNodeHandlers.cpp index f2bde85d09ab..44a969d1ea19 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/StructMemberNodeHandlers.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/StructMemberNodeHandlers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" #include "StructMemberNodeHandlers.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Private/StructMemberNodeHandlers.h b/Engine/Source/Editor/BlueprintGraph/Private/StructMemberNodeHandlers.h index 31fdee0e0e66..4b21a129362b 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/StructMemberNodeHandlers.h +++ b/Engine/Source/Editor/BlueprintGraph/Private/StructMemberNodeHandlers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Private/VariableSetHandler.cpp b/Engine/Source/Editor/BlueprintGraph/Private/VariableSetHandler.cpp index 30ddc6c2f6d8..10bd5ca6f52f 100644 --- a/Engine/Source/Editor/BlueprintGraph/Private/VariableSetHandler.cpp +++ b/Engine/Source/Editor/BlueprintGraph/Private/VariableSetHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintGraphPrivatePCH.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h index f4e4e316049a..9eeb52b5485a 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabaseRegistrar.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabaseRegistrar.h index 26219c7199ed..a6adaf503ecc 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabaseRegistrar.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabaseRegistrar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h index 5191911934f6..e6d37c722a70 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintEditorSettings.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintEditorSettings.h index 3bb3c58f7aac..969d2d8b86e9 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintEditorSettings.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphDefinitions.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphDefinitions.h index 98ae2a4345db..ad31956ba774 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphDefinitions.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphDefinitions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EdGraphSchema_K2.h" #include "EdGraphSchema_K2_Actions.h" diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphModule.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphModule.h index f5e20cb57043..15535eba7d29 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphModule.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphPanelPinFactory.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphPanelPinFactory.h index f3ad14f6721a..0e7d6d5c20bd 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphPanelPinFactory.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphPanelPinFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSignature.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSignature.h index 274a2bcfe4b9..98aad0cfb95e 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSignature.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSignature.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h index 639698706341..03c2d7c0095f 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeTemplateCache.h b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeTemplateCache.h index b8dc0f7fe7d9..d7bb4161cae8 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeTemplateCache.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeTemplateCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/CallFunctionHandler.h b/Engine/Source/Editor/BlueprintGraph/Public/CallFunctionHandler.h index 7d5635bb6362..2c43f5b3afc4 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/CallFunctionHandler.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/CallFunctionHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/EventEntryHandler.h b/Engine/Source/Editor/BlueprintGraph/Public/EventEntryHandler.h index 97a0fb6a4b22..cb11dedc1c16 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/EventEntryHandler.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/EventEntryHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/MathExpressionHandler.h b/Engine/Source/Editor/BlueprintGraph/Public/MathExpressionHandler.h index 81974500820a..49fec1bab172 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/MathExpressionHandler.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/MathExpressionHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BlueprintGraph/Public/VariableSetHandler.h b/Engine/Source/Editor/BlueprintGraph/Public/VariableSetHandler.h index 1d5d663736cf..0fb768226391 100644 --- a/Engine/Source/Editor/BlueprintGraph/Public/VariableSetHandler.h +++ b/Engine/Source/Editor/BlueprintGraph/Public/VariableSetHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Blutility/Blutility.Build.cs b/Engine/Source/Editor/Blutility/Blutility.Build.cs index a7a95ab2415b..eb55df7e8161 100644 --- a/Engine/Source/Editor/Blutility/Blutility.Build.cs +++ b/Engine/Source/Editor/Blutility/Blutility.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprint.h b/Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprint.h index 9aaca298630d..2a2c132bfc93 100644 --- a/Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprint.h +++ b/Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Blueprint for Blutility editor utilities diff --git a/Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprintFactory.h b/Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprintFactory.h index 66455c733789..efeb59ead7c4 100644 --- a/Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprintFactory.h +++ b/Engine/Source/Editor/Blutility/Classes/EditorUtilityBlueprintFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Blutility/Classes/GlobalEditorUtilityBase.h b/Engine/Source/Editor/Blutility/Classes/GlobalEditorUtilityBase.h index f1e0242d6b8a..6f13a5d0e649 100644 --- a/Engine/Source/Editor/Blutility/Classes/GlobalEditorUtilityBase.h +++ b/Engine/Source/Editor/Blutility/Classes/GlobalEditorUtilityBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Base class of all global Blutility editor utilities. diff --git a/Engine/Source/Editor/Blutility/Classes/PlacedEditorUtilityBase.h b/Engine/Source/Editor/Blutility/Classes/PlacedEditorUtilityBase.h index 52dcabe064d4..d9a807b41f8e 100644 --- a/Engine/Source/Editor/Blutility/Classes/PlacedEditorUtilityBase.h +++ b/Engine/Source/Editor/Blutility/Classes/PlacedEditorUtilityBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Base class of all placed Blutility editor utilities. diff --git a/Engine/Source/Editor/Blutility/Private/AssetTypeActions_EditorUtilityBlueprint.cpp b/Engine/Source/Editor/Blutility/Private/AssetTypeActions_EditorUtilityBlueprint.cpp index 04d5dcc1740e..cb7e6d7ddf63 100644 --- a/Engine/Source/Editor/Blutility/Private/AssetTypeActions_EditorUtilityBlueprint.cpp +++ b/Engine/Source/Editor/Blutility/Private/AssetTypeActions_EditorUtilityBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" #include "AssetTypeActions_EditorUtilityBlueprint.h" diff --git a/Engine/Source/Editor/Blutility/Private/AssetTypeActions_EditorUtilityBlueprint.h b/Engine/Source/Editor/Blutility/Private/AssetTypeActions_EditorUtilityBlueprint.h index bc30c781af62..83021d5803a9 100644 --- a/Engine/Source/Editor/Blutility/Private/AssetTypeActions_EditorUtilityBlueprint.h +++ b/Engine/Source/Editor/Blutility/Private/AssetTypeActions_EditorUtilityBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.cpp b/Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.cpp index 9cc45a6310bb..4bc41c1782d8 100644 --- a/Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.cpp +++ b/Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" #include "BlutilityDetailsPanel.h" diff --git a/Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.h b/Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.h index 72e3aab592d6..55ce72b0ee30 100644 --- a/Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.h +++ b/Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Blutility/Private/BlutilityModule.cpp b/Engine/Source/Editor/Blutility/Private/BlutilityModule.cpp index 76b66ed9b90d..996c34623001 100644 --- a/Engine/Source/Editor/Blutility/Private/BlutilityModule.cpp +++ b/Engine/Source/Editor/Blutility/Private/BlutilityModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" diff --git a/Engine/Source/Editor/Blutility/Private/BlutilityPrivatePCH.h b/Engine/Source/Editor/Blutility/Private/BlutilityPrivatePCH.h index 9872b89b62ec..cd94301cd27a 100644 --- a/Engine/Source/Editor/Blutility/Private/BlutilityPrivatePCH.h +++ b/Engine/Source/Editor/Blutility/Private/BlutilityPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __BlutilityPrivatePCH_h__ #define __BlutilityPrivatePCH_h__ diff --git a/Engine/Source/Editor/Blutility/Private/BlutilityShelf.cpp b/Engine/Source/Editor/Blutility/Private/BlutilityShelf.cpp index 6d657fccecb6..54cf91cbbc90 100644 --- a/Engine/Source/Editor/Blutility/Private/BlutilityShelf.cpp +++ b/Engine/Source/Editor/Blutility/Private/BlutilityShelf.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" #include "AssetToolsModule.h" diff --git a/Engine/Source/Editor/Blutility/Private/BlutilityShelf.h b/Engine/Source/Editor/Blutility/Private/BlutilityShelf.h index 251288e07c42..82b3596366f9 100644 --- a/Engine/Source/Editor/Blutility/Private/BlutilityShelf.h +++ b/Engine/Source/Editor/Blutility/Private/BlutilityShelf.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Blutility/Private/EditorUtilityBlueprint.cpp b/Engine/Source/Editor/Blutility/Private/EditorUtilityBlueprint.cpp index 5baa9efe8b1d..81771d84f832 100644 --- a/Engine/Source/Editor/Blutility/Private/EditorUtilityBlueprint.cpp +++ b/Engine/Source/Editor/Blutility/Private/EditorUtilityBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" #include "EditorUtilityBlueprint.h" diff --git a/Engine/Source/Editor/Blutility/Private/EditorUtilityBlueprintFactory.cpp b/Engine/Source/Editor/Blutility/Private/EditorUtilityBlueprintFactory.cpp index 895fb4f33216..ea948f6689ba 100644 --- a/Engine/Source/Editor/Blutility/Private/EditorUtilityBlueprintFactory.cpp +++ b/Engine/Source/Editor/Blutility/Private/EditorUtilityBlueprintFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" #include "ClassViewerModule.h" diff --git a/Engine/Source/Editor/Blutility/Private/GlobalBlutilityDialog.cpp b/Engine/Source/Editor/Blutility/Private/GlobalBlutilityDialog.cpp index 09cc12932967..bdc8f031cee3 100644 --- a/Engine/Source/Editor/Blutility/Private/GlobalBlutilityDialog.cpp +++ b/Engine/Source/Editor/Blutility/Private/GlobalBlutilityDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" #include "AssetTypeActions_EditorUtilityBlueprint.h" diff --git a/Engine/Source/Editor/Blutility/Private/GlobalBlutilityDialog.h b/Engine/Source/Editor/Blutility/Private/GlobalBlutilityDialog.h index 3ebb1675e26b..de4e861762e9 100644 --- a/Engine/Source/Editor/Blutility/Private/GlobalBlutilityDialog.h +++ b/Engine/Source/Editor/Blutility/Private/GlobalBlutilityDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Blutility/Private/GlobalEditorUtilityBase.cpp b/Engine/Source/Editor/Blutility/Private/GlobalEditorUtilityBase.cpp index 4449b1094005..9d3197b7afcf 100644 --- a/Engine/Source/Editor/Blutility/Private/GlobalEditorUtilityBase.cpp +++ b/Engine/Source/Editor/Blutility/Private/GlobalEditorUtilityBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" #include "GlobalEditorUtilityBase.h" diff --git a/Engine/Source/Editor/Blutility/Private/PlacedEditorUtilityBase.cpp b/Engine/Source/Editor/Blutility/Private/PlacedEditorUtilityBase.cpp index 41dc0c5af10a..929d8d5462cc 100644 --- a/Engine/Source/Editor/Blutility/Private/PlacedEditorUtilityBase.cpp +++ b/Engine/Source/Editor/Blutility/Private/PlacedEditorUtilityBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlutilityPrivatePCH.h" #include "PlacedEditorUtilityBase.h" diff --git a/Engine/Source/Editor/Blutility/Public/IBlutilityModule.h b/Engine/Source/Editor/Blutility/Public/IBlutilityModule.h index 66012b936d45..d5d5c84e0401 100644 --- a/Engine/Source/Editor/Blutility/Public/IBlutilityModule.h +++ b/Engine/Source/Editor/Blutility/Public/IBlutilityModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BspMode/BspMode.Build.cs b/Engine/Source/Editor/BspMode/BspMode.Build.cs index 010a4216c34e..352fda6bf55e 100644 --- a/Engine/Source/Editor/BspMode/BspMode.Build.cs +++ b/Engine/Source/Editor/BspMode/BspMode.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/BspMode/Private/BspMode.cpp b/Engine/Source/Editor/BspMode/Private/BspMode.cpp index 0979f7d5779b..6c2f13a01710 100644 --- a/Engine/Source/Editor/BspMode/Private/BspMode.cpp +++ b/Engine/Source/Editor/BspMode/Private/BspMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BspModePrivatePCH.h" #include "BspMode.h" diff --git a/Engine/Source/Editor/BspMode/Private/BspMode.h b/Engine/Source/Editor/BspMode/Private/BspMode.h index 960aefd0139e..860a5fa4ecee 100644 --- a/Engine/Source/Editor/BspMode/Private/BspMode.h +++ b/Engine/Source/Editor/BspMode/Private/BspMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Editor/BspMode/Private/BspModeModule.cpp b/Engine/Source/Editor/BspMode/Private/BspModeModule.cpp index e7c4cf13ed98..99fec41277e4 100644 --- a/Engine/Source/Editor/BspMode/Private/BspModeModule.cpp +++ b/Engine/Source/Editor/BspMode/Private/BspModeModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BspModePrivatePCH.h" #include "BspModeModule.h" diff --git a/Engine/Source/Editor/BspMode/Private/BspModeModule.h b/Engine/Source/Editor/BspMode/Private/BspModeModule.h index 43ac1ee4e09e..01dccdcb40c7 100644 --- a/Engine/Source/Editor/BspMode/Private/BspModeModule.h +++ b/Engine/Source/Editor/BspMode/Private/BspModeModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BspMode/Private/BspModePrivatePCH.h b/Engine/Source/Editor/BspMode/Private/BspModePrivatePCH.h index 710b206507e9..e563b8134174 100644 --- a/Engine/Source/Editor/BspMode/Private/BspModePrivatePCH.h +++ b/Engine/Source/Editor/BspMode/Private/BspModePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BspMode/Private/BspModeStyle.cpp b/Engine/Source/Editor/BspMode/Private/BspModeStyle.cpp index bbca56045869..b38764bb6cfd 100644 --- a/Engine/Source/Editor/BspMode/Private/BspModeStyle.cpp +++ b/Engine/Source/Editor/BspMode/Private/BspModeStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BspModePrivatePCH.h" diff --git a/Engine/Source/Editor/BspMode/Private/SBspPalette.cpp b/Engine/Source/Editor/BspMode/Private/SBspPalette.cpp index 7f354d9b8370..54c0543eaa97 100644 --- a/Engine/Source/Editor/BspMode/Private/SBspPalette.cpp +++ b/Engine/Source/Editor/BspMode/Private/SBspPalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BspModePrivatePCH.h" #include "SBspPalette.h" diff --git a/Engine/Source/Editor/BspMode/Private/SBspPalette.h b/Engine/Source/Editor/BspMode/Private/SBspPalette.h index f5f159d7100c..327eb94e703c 100644 --- a/Engine/Source/Editor/BspMode/Private/SBspPalette.h +++ b/Engine/Source/Editor/BspMode/Private/SBspPalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/BspMode/Public/BspModeStyle.h b/Engine/Source/Editor/BspMode/Public/BspModeStyle.h index 734307e0a6fc..bc4e7597b582 100644 --- a/Engine/Source/Editor/BspMode/Public/BspModeStyle.h +++ b/Engine/Source/Editor/BspMode/Public/BspModeStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Editor/BspMode/Public/IBspModeModule.h b/Engine/Source/Editor/BspMode/Public/IBspModeModule.h index ca3cdcbac4e8..6a93f5125b6a 100644 --- a/Engine/Source/Editor/BspMode/Public/IBspModeModule.h +++ b/Engine/Source/Editor/BspMode/Public/IBspModeModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IBspModeModule : public IModuleInterface diff --git a/Engine/Source/Editor/Cascade/Cascade.Build.cs b/Engine/Source/Editor/Cascade/Cascade.Build.cs index e92ae7e4ffbd..6898da67a48b 100644 --- a/Engine/Source/Editor/Cascade/Cascade.Build.cs +++ b/Engine/Source/Editor/Cascade/Cascade.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/Cascade/Classes/CascadeConfiguration.h b/Engine/Source/Editor/Cascade/Classes/CascadeConfiguration.h index c00ce90cf4f6..f3e93d68cdf2 100644 --- a/Engine/Source/Editor/Cascade/Classes/CascadeConfiguration.h +++ b/Engine/Source/Editor/Cascade/Classes/CascadeConfiguration.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // CascadeConfiguration diff --git a/Engine/Source/Editor/Cascade/Classes/CascadeParticleSystemComponent.h b/Engine/Source/Editor/Cascade/Classes/CascadeParticleSystemComponent.h index 12034670658a..c2d43c281f2d 100644 --- a/Engine/Source/Editor/Cascade/Classes/CascadeParticleSystemComponent.h +++ b/Engine/Source/Editor/Cascade/Classes/CascadeParticleSystemComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/Cascade.cpp b/Engine/Source/Editor/Cascade/Private/Cascade.cpp index 82db59ee1bad..54dedc785005 100644 --- a/Engine/Source/Editor/Cascade/Private/Cascade.cpp +++ b/Engine/Source/Editor/Cascade/Private/Cascade.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" #include "FXSystem.h" diff --git a/Engine/Source/Editor/Cascade/Private/Cascade.h b/Engine/Source/Editor/Cascade/Private/Cascade.h index 04a9c7d52e7b..6fcecda3fcdd 100644 --- a/Engine/Source/Editor/Cascade/Private/Cascade.h +++ b/Engine/Source/Editor/Cascade/Private/Cascade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/CascadeActions.cpp b/Engine/Source/Editor/Cascade/Private/CascadeActions.cpp index 976b198fb514..c0b7863e700a 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadeActions.cpp +++ b/Engine/Source/Editor/Cascade/Private/CascadeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" #include "CascadeActions.h" diff --git a/Engine/Source/Editor/Cascade/Private/CascadeActions.h b/Engine/Source/Editor/Cascade/Private/CascadeActions.h index 73d1193c7a15..19a3a3d06d06 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadeActions.h +++ b/Engine/Source/Editor/Cascade/Private/CascadeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.cpp b/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.cpp index e630f8ccb513..c246ac03fc00 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.cpp +++ b/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" #include "Cascade.h" diff --git a/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.h b/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.h index 7ddcc0b1cba9..df2e97394f9d 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.h +++ b/Engine/Source/Editor/Cascade/Private/CascadeEmitterCanvasClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/CascadeEmitterHitProxies.cpp b/Engine/Source/Editor/Cascade/Private/CascadeEmitterHitProxies.cpp index b21d5b4c88b0..c229649add33 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadeEmitterHitProxies.cpp +++ b/Engine/Source/Editor/Cascade/Private/CascadeEmitterHitProxies.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" #include "CascadeEmitterHitProxies.h" diff --git a/Engine/Source/Editor/Cascade/Private/CascadeEmitterHitProxies.h b/Engine/Source/Editor/Cascade/Private/CascadeEmitterHitProxies.h index 905272202076..33ace71c64df 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadeEmitterHitProxies.h +++ b/Engine/Source/Editor/Cascade/Private/CascadeEmitterHitProxies.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/CascadeModule.cpp b/Engine/Source/Editor/Cascade/Private/CascadeModule.cpp index 03b6e06dec22..81824716b445 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadeModule.cpp +++ b/Engine/Source/Editor/Cascade/Private/CascadeModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" diff --git a/Engine/Source/Editor/Cascade/Private/CascadePreviewViewportClient.cpp b/Engine/Source/Editor/Cascade/Private/CascadePreviewViewportClient.cpp index 4c9226611142..ee09b068271a 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadePreviewViewportClient.cpp +++ b/Engine/Source/Editor/Cascade/Private/CascadePreviewViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" #include "Cascade.h" diff --git a/Engine/Source/Editor/Cascade/Private/CascadePreviewViewportClient.h b/Engine/Source/Editor/Cascade/Private/CascadePreviewViewportClient.h index ddc7384f76a3..4c67052c2580 100644 --- a/Engine/Source/Editor/Cascade/Private/CascadePreviewViewportClient.h +++ b/Engine/Source/Editor/Cascade/Private/CascadePreviewViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/SCascadeEmitterCanvas.cpp b/Engine/Source/Editor/Cascade/Private/SCascadeEmitterCanvas.cpp index 8dbd00021bcc..385442e970ce 100644 --- a/Engine/Source/Editor/Cascade/Private/SCascadeEmitterCanvas.cpp +++ b/Engine/Source/Editor/Cascade/Private/SCascadeEmitterCanvas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" #include "Cascade.h" diff --git a/Engine/Source/Editor/Cascade/Private/SCascadeEmitterCanvas.h b/Engine/Source/Editor/Cascade/Private/SCascadeEmitterCanvas.h index 7bdf0858f769..97931e9d1d63 100644 --- a/Engine/Source/Editor/Cascade/Private/SCascadeEmitterCanvas.h +++ b/Engine/Source/Editor/Cascade/Private/SCascadeEmitterCanvas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/SCascadePreviewToolbar.cpp b/Engine/Source/Editor/Cascade/Private/SCascadePreviewToolbar.cpp index 6b01059dd846..387fb8eaebdd 100644 --- a/Engine/Source/Editor/Cascade/Private/SCascadePreviewToolbar.cpp +++ b/Engine/Source/Editor/Cascade/Private/SCascadePreviewToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" #include "Cascade.h" diff --git a/Engine/Source/Editor/Cascade/Private/SCascadePreviewToolbar.h b/Engine/Source/Editor/Cascade/Private/SCascadePreviewToolbar.h index c1948428f1c5..e8aa82e8b85b 100644 --- a/Engine/Source/Editor/Cascade/Private/SCascadePreviewToolbar.h +++ b/Engine/Source/Editor/Cascade/Private/SCascadePreviewToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/SCascadePreviewViewport.cpp b/Engine/Source/Editor/Cascade/Private/SCascadePreviewViewport.cpp index 2f090b8a4db6..00c9c3e2f814 100644 --- a/Engine/Source/Editor/Cascade/Private/SCascadePreviewViewport.cpp +++ b/Engine/Source/Editor/Cascade/Private/SCascadePreviewViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" #include "Cascade.h" diff --git a/Engine/Source/Editor/Cascade/Private/SCascadePreviewViewport.h b/Engine/Source/Editor/Cascade/Private/SCascadePreviewViewport.h index e161cd0344e1..2721336fdfd2 100644 --- a/Engine/Source/Editor/Cascade/Private/SCascadePreviewViewport.h +++ b/Engine/Source/Editor/Cascade/Private/SCascadePreviewViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Cascade/Private/Tests/ParticleSystemTests.cpp b/Engine/Source/Editor/Cascade/Private/Tests/ParticleSystemTests.cpp index 3f4386138f0c..42586a07aa2d 100644 --- a/Engine/Source/Editor/Cascade/Private/Tests/ParticleSystemTests.cpp +++ b/Engine/Source/Editor/Cascade/Private/Tests/ParticleSystemTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CascadeModule.h" diff --git a/Engine/Source/Editor/Cascade/Public/CascadeModule.h b/Engine/Source/Editor/Cascade/Public/CascadeModule.h index f333b2818b9d..a309396063f0 100644 --- a/Engine/Source/Editor/Cascade/Public/CascadeModule.h +++ b/Engine/Source/Editor/Cascade/Public/CascadeModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __CascadeModule_h__ #define __CascadeModule_h__ diff --git a/Engine/Source/Editor/Cascade/Public/ICascade.h b/Engine/Source/Editor/Cascade/Public/ICascade.h index 981dcb66f8d2..bac03ce84e19 100644 --- a/Engine/Source/Editor/Cascade/Public/ICascade.h +++ b/Engine/Source/Editor/Cascade/Public/ICascade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ClassViewer/ClassViewer.Build.cs b/Engine/Source/Editor/ClassViewer/ClassViewer.Build.cs index 76a914556d6d..16550dd4ef4e 100644 --- a/Engine/Source/Editor/ClassViewer/ClassViewer.Build.cs +++ b/Engine/Source/Editor/ClassViewer/ClassViewer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/ClassViewer/Private/ClassViewerModule.cpp b/Engine/Source/Editor/ClassViewer/Private/ClassViewerModule.cpp index cce8837d67e9..10d05ac6f759 100644 --- a/Engine/Source/Editor/ClassViewer/Private/ClassViewerModule.cpp +++ b/Engine/Source/Editor/ClassViewer/Private/ClassViewerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ClassViewerPrivatePCH.h" #include "Editor/ClassViewer/Private/SClassViewer.h" diff --git a/Engine/Source/Editor/ClassViewer/Private/ClassViewerNode.cpp b/Engine/Source/Editor/ClassViewer/Private/ClassViewerNode.cpp index 305d824865d0..ecf9ddd603c0 100644 --- a/Engine/Source/Editor/ClassViewer/Private/ClassViewerNode.cpp +++ b/Engine/Source/Editor/ClassViewer/Private/ClassViewerNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ClassViewerPrivatePCH.h" diff --git a/Engine/Source/Editor/ClassViewer/Private/ClassViewerNode.h b/Engine/Source/Editor/ClassViewer/Private/ClassViewerNode.h index 3a1f6b4dccec..c55377d6a31b 100644 --- a/Engine/Source/Editor/ClassViewer/Private/ClassViewerNode.h +++ b/Engine/Source/Editor/ClassViewer/Private/ClassViewerNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ClassViewer/Private/ClassViewerPrivatePCH.h b/Engine/Source/Editor/ClassViewer/Private/ClassViewerPrivatePCH.h index 2e496f89f888..e51df1e7ebdf 100644 --- a/Engine/Source/Editor/ClassViewer/Private/ClassViewerPrivatePCH.h +++ b/Engine/Source/Editor/ClassViewer/Private/ClassViewerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ClassViewer/Private/SClassViewer.cpp b/Engine/Source/Editor/ClassViewer/Private/SClassViewer.cpp index 7d09fcf39091..9ffbeac6c000 100644 --- a/Engine/Source/Editor/ClassViewer/Private/SClassViewer.cpp +++ b/Engine/Source/Editor/ClassViewer/Private/SClassViewer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ClassViewerPrivatePCH.h" diff --git a/Engine/Source/Editor/ClassViewer/Private/SClassViewer.h b/Engine/Source/Editor/ClassViewer/Private/SClassViewer.h index 8c517749af4b..460ff5b2429e 100644 --- a/Engine/Source/Editor/ClassViewer/Private/SClassViewer.h +++ b/Engine/Source/Editor/ClassViewer/Private/SClassViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ClassViewer/Private/UnloadedBlueprintData.cpp b/Engine/Source/Editor/ClassViewer/Private/UnloadedBlueprintData.cpp index 37d518aaface..18dbcc391d35 100644 --- a/Engine/Source/Editor/ClassViewer/Private/UnloadedBlueprintData.cpp +++ b/Engine/Source/Editor/ClassViewer/Private/UnloadedBlueprintData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ClassViewerPrivatePCH.h" diff --git a/Engine/Source/Editor/ClassViewer/Private/UnloadedBlueprintData.h b/Engine/Source/Editor/ClassViewer/Private/UnloadedBlueprintData.h index 442b6e6ea078..82a23750a96d 100644 --- a/Engine/Source/Editor/ClassViewer/Private/UnloadedBlueprintData.h +++ b/Engine/Source/Editor/ClassViewer/Private/UnloadedBlueprintData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ClassViewerFilter.h" diff --git a/Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h b/Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h index b659af020272..514997534015 100644 --- a/Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h +++ b/Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** Interface class for creating filters for the Class Viewer. */ diff --git a/Engine/Source/Editor/ClassViewer/Public/ClassViewerModule.h b/Engine/Source/Editor/ClassViewer/Public/ClassViewerModule.h index 8c6bcb03f247..e004f3ca677f 100644 --- a/Engine/Source/Editor/ClassViewer/Public/ClassViewerModule.h +++ b/Engine/Source/Editor/ClassViewer/Public/ClassViewerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** Delegate used with the Class Viewer in 'class picking' mode. You'll bind a delegate when the diff --git a/Engine/Source/Editor/ComponentVisualizers/ComponentVisualizers.Build.cs b/Engine/Source/Editor/ComponentVisualizers/ComponentVisualizers.Build.cs index 763235d14534..233722825699 100644 --- a/Engine/Source/Editor/ComponentVisualizers/ComponentVisualizers.Build.cs +++ b/Engine/Source/Editor/ComponentVisualizers/ComponentVisualizers.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/AudioComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/AudioComponentVisualizer.cpp index 7cc02737642b..a6cf652a259b 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/AudioComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/AudioComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/ComponentVisualizers.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/ComponentVisualizers.cpp index 60bfb27874e1..690b84d004af 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/ComponentVisualizers.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/ComponentVisualizers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" #include "ComponentVisualizers.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/ComponentVisualizersPrivatePCH.h b/Engine/Source/Editor/ComponentVisualizers/Private/ComponentVisualizersPrivatePCH.h index 5dd004b9d763..e7dbd4bd59d7 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/ComponentVisualizersPrivatePCH.h +++ b/Engine/Source/Editor/ComponentVisualizers/Private/ComponentVisualizersPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __ComponentVisualizersPrivatePCH_h__ #define __ComponentVisualizersPrivatePCH_h__ diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/ConstraintComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/ConstraintComponentVisualizer.cpp index bcc70b77ff43..b0e6daeb7c51 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/ConstraintComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/ConstraintComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/DecalComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/DecalComponentVisualizer.cpp index 46ee4ca38447..abb9f5e3cb21 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/DecalComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/DecalComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/PointLightComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/PointLightComponentVisualizer.cpp index cf44aa63939a..5cb24f054ae4 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/PointLightComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/PointLightComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/PrimitiveComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/PrimitiveComponentVisualizer.cpp index 4d1db3d91327..2479547b9db7 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/PrimitiveComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/PrimitiveComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/RadialForceComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/RadialForceComponentVisualizer.cpp index 988d5aa7695e..0f6d4303a26a 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/RadialForceComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/RadialForceComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/SensingComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/SensingComponentVisualizer.cpp index 183a9027483d..61f6d0674e7b 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/SensingComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/SensingComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" #include "SensingComponentVisualizer.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/SplineComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/SplineComponentVisualizer.cpp index 300a56c7adda..78b3192eaf03 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/SplineComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/SplineComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" #include "SplineComponentVisualizer.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/SplineMeshComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/SplineMeshComponentVisualizer.cpp index f1d59b84fcda..eace1cf38465 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/SplineMeshComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/SplineMeshComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" #include "SplineMeshComponentVisualizer.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/SpotLightComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/SpotLightComponentVisualizer.cpp index d138ff34f44c..af0863e96d76 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/SpotLightComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/SpotLightComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/SpringArmComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/SpringArmComponentVisualizer.cpp index 499e6e16b364..40aafa9d8837 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/SpringArmComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/SpringArmComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" #include "SpringArmComponentVisualizer.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Private/SpringComponentVisualizer.cpp b/Engine/Source/Editor/ComponentVisualizers/Private/SpringComponentVisualizer.cpp index 3a1bdaddf365..3697ae2fde21 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Private/SpringComponentVisualizer.cpp +++ b/Engine/Source/Editor/ComponentVisualizers/Private/SpringComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ComponentVisualizersPrivatePCH.h" diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/AudioComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/AudioComponentVisualizer.h index 9b464e04bb4e..9fa5b9a19419 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/AudioComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/AudioComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/ComponentVisualizers.h b/Engine/Source/Editor/ComponentVisualizers/Public/ComponentVisualizers.h index e1e2e3486ef1..c9a2bff0c953 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/ComponentVisualizers.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/ComponentVisualizers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/ConstraintComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/ConstraintComponentVisualizer.h index 424f58382489..f994e317cbaf 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/ConstraintComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/ConstraintComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/DecalComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/DecalComponentVisualizer.h index e42104171d48..fb9645867e34 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/DecalComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/DecalComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/PointLightComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/PointLightComponentVisualizer.h index 81d21ac26d0d..b5f41be2eb3e 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/PointLightComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/PointLightComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/PrimitiveComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/PrimitiveComponentVisualizer.h index a7688da99ce4..662af71d2775 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/PrimitiveComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/PrimitiveComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/RadialForceComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/RadialForceComponentVisualizer.h index 29aca526bfda..7fa9d07b9616 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/RadialForceComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/RadialForceComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/SensingComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/SensingComponentVisualizer.h index e0ca3029e2ff..349706a4aad6 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/SensingComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/SensingComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/SplineComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/SplineComponentVisualizer.h index e75748c69f80..ad694b97685c 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/SplineComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/SplineComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/SplineMeshComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/SplineMeshComponentVisualizer.h index 048e9e1396f5..c155b7d2d6c6 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/SplineMeshComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/SplineMeshComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/SpotLightComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/SpotLightComponentVisualizer.h index e90f20cb9ef4..5d48943f7d0a 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/SpotLightComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/SpotLightComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/SpringArmComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/SpringArmComponentVisualizer.h index a19fd893a283..78558417c452 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/SpringArmComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/SpringArmComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ComponentVisualizers/Public/SpringComponentVisualizer.h b/Engine/Source/Editor/ComponentVisualizers/Public/SpringComponentVisualizer.h index e0f10003f0c5..99810fc2a604 100644 --- a/Engine/Source/Editor/ComponentVisualizers/Public/SpringComponentVisualizer.h +++ b/Engine/Source/Editor/ComponentVisualizers/Public/SpringComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/ConfigEditor.Build.cs b/Engine/Source/Editor/ConfigEditor/ConfigEditor.Build.cs index c2dd3c67f0c6..c6fd33be3f50 100644 --- a/Engine/Source/Editor/ConfigEditor/ConfigEditor.Build.cs +++ b/Engine/Source/Editor/ConfigEditor/ConfigEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorModule.cpp b/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorModule.cpp index 2bd55ae35ac1..6fa5d748da8d 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorModule.cpp +++ b/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ConfigEditorPCH.h" diff --git a/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorModule.h b/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorModule.h index 1ea802cce712..7438f71f3513 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorModule.h +++ b/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorPCH.h b/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorPCH.h index 02339fd12eb3..6e9ee46aa6f6 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorPCH.h +++ b/Engine/Source/Editor/ConfigEditor/Private/ConfigEditorPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/Private/ConfigPropertyHelper.cpp b/Engine/Source/Editor/ConfigEditor/Private/ConfigPropertyHelper.cpp index 003dd1137857..fede95a9a7ba 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/ConfigPropertyHelper.cpp +++ b/Engine/Source/Editor/ConfigEditor/Private/ConfigPropertyHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ConfigEditorPCH.h" #include "ConfigPropertyHelper.h" diff --git a/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyCellPresenter.cpp b/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyCellPresenter.cpp index a08e335d6fb1..b30007601be2 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyCellPresenter.cpp +++ b/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyCellPresenter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ConfigEditorPCH.h" #include "ConfigEditorModule.h" diff --git a/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyCellPresenter.h b/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyCellPresenter.h index b18c188acfcc..47ab73c41e65 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyCellPresenter.h +++ b/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyCellPresenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyColumn.cpp b/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyColumn.cpp index d8d7532161e9..e8ff5bfcc411 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyColumn.cpp +++ b/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ConfigEditorPCH.h" #include "ConfigPropertyColumn.h" diff --git a/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyConfigFileStateColumn.cpp b/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyConfigFileStateColumn.cpp index 3f4709991c4a..3752a610bdf2 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyConfigFileStateColumn.cpp +++ b/Engine/Source/Editor/ConfigEditor/Private/PropertyVisualization/ConfigPropertyConfigFileStateColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ConfigEditorPCH.h" #include "ConfigPropertyConfigFileStateColumn.h" diff --git a/Engine/Source/Editor/ConfigEditor/Private/SConfigEditor.cpp b/Engine/Source/Editor/ConfigEditor/Private/SConfigEditor.cpp index ef3fff92ae99..e2191fec6597 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/SConfigEditor.cpp +++ b/Engine/Source/Editor/ConfigEditor/Private/SConfigEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ConfigEditorPCH.h" #include "ConfigPropertyHelper.h" diff --git a/Engine/Source/Editor/ConfigEditor/Private/SConfigEditor.h b/Engine/Source/Editor/ConfigEditor/Private/SConfigEditor.h index 2e2b526c350a..a925dba3aac1 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/SConfigEditor.h +++ b/Engine/Source/Editor/ConfigEditor/Private/SConfigEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/Private/STargetPlatformSelector.cpp b/Engine/Source/Editor/ConfigEditor/Private/STargetPlatformSelector.cpp index 5f2f5816c696..486b4da7e6d2 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/STargetPlatformSelector.cpp +++ b/Engine/Source/Editor/ConfigEditor/Private/STargetPlatformSelector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ConfigEditorPCH.h" #include "STargetPlatformSelector.h" diff --git a/Engine/Source/Editor/ConfigEditor/Private/STargetPlatformSelector.h b/Engine/Source/Editor/ConfigEditor/Private/STargetPlatformSelector.h index 6b9fd6f38c18..6932ed5004a6 100644 --- a/Engine/Source/Editor/ConfigEditor/Private/STargetPlatformSelector.h +++ b/Engine/Source/Editor/ConfigEditor/Private/STargetPlatformSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/Public/ConfigPropertyHelper.h b/Engine/Source/Editor/ConfigEditor/Public/ConfigPropertyHelper.h index 23e41aaf73c2..374561f056f7 100644 --- a/Engine/Source/Editor/ConfigEditor/Public/ConfigPropertyHelper.h +++ b/Engine/Source/Editor/ConfigEditor/Public/ConfigPropertyHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h b/Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h index 710e9f54cc2e..8f5a3ed8f5bc 100644 --- a/Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h +++ b/Engine/Source/Editor/ConfigEditor/Public/IConfigEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/Public/PropertyVisualization/ConfigPropertyColumn.h b/Engine/Source/Editor/ConfigEditor/Public/PropertyVisualization/ConfigPropertyColumn.h index 2b5044fd5626..b201a7d0ceb3 100644 --- a/Engine/Source/Editor/ConfigEditor/Public/PropertyVisualization/ConfigPropertyColumn.h +++ b/Engine/Source/Editor/ConfigEditor/Public/PropertyVisualization/ConfigPropertyColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ConfigEditor/Public/PropertyVisualization/ConfigPropertyConfigFileStateColumn.h b/Engine/Source/Editor/ConfigEditor/Public/PropertyVisualization/ConfigPropertyConfigFileStateColumn.h index c579426e5748..0395c5fded85 100644 --- a/Engine/Source/Editor/ConfigEditor/Public/PropertyVisualization/ConfigPropertyConfigFileStateColumn.h +++ b/Engine/Source/Editor/ConfigEditor/Public/PropertyVisualization/ConfigPropertyConfigFileStateColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/ContentBrowser.Build.cs b/Engine/Source/Editor/ContentBrowser/ContentBrowser.Build.cs index 29a1ad5684f4..aabba9a3da54 100644 --- a/Engine/Source/Editor/ContentBrowser/ContentBrowser.Build.cs +++ b/Engine/Source/Editor/ContentBrowser/ContentBrowser.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/ContentBrowser/Private/AssetContextMenu.cpp b/Engine/Source/Editor/ContentBrowser/Private/AssetContextMenu.cpp index 42024cd138b4..7d3b9d87efa2 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/AssetContextMenu.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/AssetContextMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "AssetViewTypes.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/AssetContextMenu.h b/Engine/Source/Editor/ContentBrowser/Private/AssetContextMenu.h index 697cc902b8db..8309ee3b2215 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/AssetContextMenu.h +++ b/Engine/Source/Editor/ContentBrowser/Private/AssetContextMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/AssetViewSortManager.cpp b/Engine/Source/Editor/ContentBrowser/Private/AssetViewSortManager.cpp index abd9ca4cd0e9..622d678da6a8 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/AssetViewSortManager.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/AssetViewSortManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "AssetViewTypes.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/AssetViewSortManager.h b/Engine/Source/Editor/ContentBrowser/Private/AssetViewSortManager.h index 608ceae49ae9..4bfd9c155ac5 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/AssetViewSortManager.h +++ b/Engine/Source/Editor/ContentBrowser/Private/AssetViewSortManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/AssetViewTypes.h b/Engine/Source/Editor/ContentBrowser/Private/AssetViewTypes.h index e5657e86f3c5..4a7ca62de708 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/AssetViewTypes.h +++ b/Engine/Source/Editor/ContentBrowser/Private/AssetViewTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.cpp b/Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.cpp index a153fa6ab187..4fe2ab342448 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.h b/Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.h index e435ea447f46..478cfa94ad54 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.h +++ b/Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetManagement.cpp b/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetManagement.cpp index fbdebad3f97f..ce5847961990 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetManagement.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetManagement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "CollectionAssetManagement.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetManagement.h b/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetManagement.h index bbc2d09bd6f7..f716f710079b 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetManagement.h +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetManagement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetRegistryBridge.cpp b/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetRegistryBridge.cpp index 3601f68085e5..6f6351c93017 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetRegistryBridge.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetRegistryBridge.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "CollectionAssetRegistryBridge.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetRegistryBridge.h b/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetRegistryBridge.h index f971345d75d0..f97e60053cfc 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetRegistryBridge.h +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionAssetRegistryBridge.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionContextMenu.cpp b/Engine/Source/Editor/ContentBrowser/Private/CollectionContextMenu.cpp index 48c8c6d900c2..bbac14089662 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionContextMenu.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionContextMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "CollectionViewTypes.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionContextMenu.h b/Engine/Source/Editor/ContentBrowser/Private/CollectionContextMenu.h index 614e3a6bb900..b956df0a5684 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionContextMenu.h +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionContextMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionViewTypes.h b/Engine/Source/Editor/ContentBrowser/Private/CollectionViewTypes.h index 94ea2b8379c1..b64f5aefe55a 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionViewTypes.h +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionViewTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionViewUtils.cpp b/Engine/Source/Editor/ContentBrowser/Private/CollectionViewUtils.cpp index 1f0b394ce860..87c90d4005ed 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionViewUtils.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionViewUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/CollectionViewUtils.h b/Engine/Source/Editor/ContentBrowser/Private/CollectionViewUtils.h index b87d00efe907..ac9ff1d2538d 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/CollectionViewUtils.h +++ b/Engine/Source/Editor/ContentBrowser/Private/CollectionViewUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserCommands.cpp b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserCommands.cpp index 91274b536457..9c42a68ea620 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserCommands.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "ContentBrowserCommands.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserCommands.h b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserCommands.h index f6901952c9e2..620976ebd9fb 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserCommands.h +++ b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserModule.cpp b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserModule.cpp index 431645d24780..1160cc8f2eee 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserModule.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserPCH.h b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserPCH.h index 89726e826586..528b6b8ed4dc 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserPCH.h +++ b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __ContentBrowserPCH_h__ #define __ContentBrowserPCH_h__ diff --git a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserSingleton.cpp b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserSingleton.cpp index a6a556108561..81e13e75b4d1 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserSingleton.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserSingleton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserSingleton.h b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserSingleton.h index 71dee8306694..f8f5ec20b983 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserSingleton.h +++ b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserSingleton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserUtils.cpp b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserUtils.cpp index cb2eb2d71eff..0d04a9bfca29 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserUtils.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserUtils.h b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserUtils.h index df34e9db74e9..af9bb692f858 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserUtils.h +++ b/Engine/Source/Editor/ContentBrowser/Private/ContentBrowserUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/DragDropHandler.cpp b/Engine/Source/Editor/ContentBrowser/Private/DragDropHandler.cpp index 56f78003f109..33d2c1b3c181 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/DragDropHandler.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/DragDropHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "DragDropHandler.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/DragDropHandler.h b/Engine/Source/Editor/ContentBrowser/Private/DragDropHandler.h index dd51b650cb18..d0942a17170d 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/DragDropHandler.h +++ b/Engine/Source/Editor/ContentBrowser/Private/DragDropHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/FrontendFilters.cpp b/Engine/Source/Editor/ContentBrowser/Private/FrontendFilters.cpp index 08263ff760cc..62811318d2a8 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/FrontendFilters.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/FrontendFilters.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "FrontendFilters.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/FrontendFilters.h b/Engine/Source/Editor/ContentBrowser/Private/FrontendFilters.h index 4d42671c22fc..be36ac3c97d7 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/FrontendFilters.h +++ b/Engine/Source/Editor/ContentBrowser/Private/FrontendFilters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/HistoryManager.cpp b/Engine/Source/Editor/ContentBrowser/Private/HistoryManager.cpp index ecfa9616221b..2e17fbf1e804 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/HistoryManager.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/HistoryManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/HistoryManager.h b/Engine/Source/Editor/ContentBrowser/Private/HistoryManager.h index 423661516d2e..36b70239bd84 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/HistoryManager.h +++ b/Engine/Source/Editor/ContentBrowser/Private/HistoryManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/NativeClassHierarchy.cpp b/Engine/Source/Editor/ContentBrowser/Private/NativeClassHierarchy.cpp index 9d97bfa976a8..c0e2efdf8e44 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/NativeClassHierarchy.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/NativeClassHierarchy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "NativeClassHierarchy.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/NativeClassHierarchy.h b/Engine/Source/Editor/ContentBrowser/Private/NativeClassHierarchy.h index ba615b9142d5..48009e60f6cf 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/NativeClassHierarchy.h +++ b/Engine/Source/Editor/ContentBrowser/Private/NativeClassHierarchy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/NewAssetOrClassContextMenu.cpp b/Engine/Source/Editor/ContentBrowser/Private/NewAssetOrClassContextMenu.cpp index db0d4d28a0b7..1f92cd7d5755 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/NewAssetOrClassContextMenu.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/NewAssetOrClassContextMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "NewAssetOrClassContextMenu.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/NewAssetOrClassContextMenu.h b/Engine/Source/Editor/ContentBrowser/Private/NewAssetOrClassContextMenu.h index 9f7832ad44c9..ed2a4573ebc9 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/NewAssetOrClassContextMenu.h +++ b/Engine/Source/Editor/ContentBrowser/Private/NewAssetOrClassContextMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/PathContextMenu.cpp b/Engine/Source/Editor/ContentBrowser/Private/PathContextMenu.cpp index c4ca893cc477..c65bc3386fa0 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/PathContextMenu.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/PathContextMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "PathViewTypes.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/PathContextMenu.h b/Engine/Source/Editor/ContentBrowser/Private/PathContextMenu.h index 4747a2cf768c..6b982663a2a0 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/PathContextMenu.h +++ b/Engine/Source/Editor/ContentBrowser/Private/PathContextMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/PathViewTypes.h b/Engine/Source/Editor/ContentBrowser/Private/PathViewTypes.h index a700076437be..9378ef707e4a 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/PathViewTypes.h +++ b/Engine/Source/Editor/ContentBrowser/Private/PathViewTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SAssetDialog.cpp b/Engine/Source/Editor/ContentBrowser/Private/SAssetDialog.cpp index e80b419fa78e..6fb789034298 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SAssetDialog.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SAssetDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "SAssetDialog.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SAssetDialog.h b/Engine/Source/Editor/ContentBrowser/Private/SAssetDialog.h index 232706847b16..7761a1818e0c 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SAssetDialog.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SAssetDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SAssetPicker.cpp b/Engine/Source/Editor/ContentBrowser/Private/SAssetPicker.cpp index 508fd9d1f8e9..21ffccc113fc 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SAssetPicker.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SAssetPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "GenericCommands.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SAssetPicker.h b/Engine/Source/Editor/ContentBrowser/Private/SAssetPicker.h index 478ec69dc0e3..85a972e52b60 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SAssetPicker.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SAssetPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SAssetView.cpp b/Engine/Source/Editor/ContentBrowser/Private/SAssetView.cpp index 35017c682b24..7751e70236e5 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SAssetView.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SAssetView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "SScrollBorder.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SAssetView.h b/Engine/Source/Editor/ContentBrowser/Private/SAssetView.h index 80346d2edc04..826d11cbb913 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SAssetView.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SAssetView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SCollectionPicker.cpp b/Engine/Source/Editor/ContentBrowser/Private/SCollectionPicker.cpp index 576441083e8f..b62f19c6ca1e 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SCollectionPicker.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SCollectionPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SCollectionPicker.h b/Engine/Source/Editor/ContentBrowser/Private/SCollectionPicker.h index 77a5bb42c9bb..df841b285d19 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SCollectionPicker.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SCollectionPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SCollectionView.cpp b/Engine/Source/Editor/ContentBrowser/Private/SCollectionView.cpp index 75888bc58cd8..8f833d725b58 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SCollectionView.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SCollectionView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SCollectionView.h b/Engine/Source/Editor/ContentBrowser/Private/SCollectionView.h index e339c2f91517..811be1b7d26f 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SCollectionView.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SCollectionView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SContentBrowser.cpp b/Engine/Source/Editor/ContentBrowser/Private/SContentBrowser.cpp index be254ece1abc..00bd2e2ef60a 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SContentBrowser.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SContentBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SContentBrowser.h b/Engine/Source/Editor/ContentBrowser/Private/SContentBrowser.h index 8deadbec414c..7884b077f940 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SContentBrowser.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SContentBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SFilterList.cpp b/Engine/Source/Editor/ContentBrowser/Private/SFilterList.cpp index 1bf41acdb22e..0b027cfb7fb5 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SFilterList.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SFilterList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SFilterList.h b/Engine/Source/Editor/ContentBrowser/Private/SFilterList.h index 5be808b4f375..b6c9615f5f1f 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SFilterList.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SFilterList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SPathPicker.cpp b/Engine/Source/Editor/ContentBrowser/Private/SPathPicker.cpp index 3c2183406315..9eb5d70c3702 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SPathPicker.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SPathPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SPathPicker.h b/Engine/Source/Editor/ContentBrowser/Private/SPathPicker.h index 6367947dfe3e..efed3614b70c 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SPathPicker.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SPathPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SPathView.cpp b/Engine/Source/Editor/ContentBrowser/Private/SPathView.cpp index d3ed3d06182d..e73eb18ecf0c 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SPathView.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SPathView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SPathView.h b/Engine/Source/Editor/ContentBrowser/Private/SPathView.h index 555d31302882..bc437afcc91f 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SPathView.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SPathView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SThumbnailEditModeTools.cpp b/Engine/Source/Editor/ContentBrowser/Private/SThumbnailEditModeTools.cpp index c8a103fb93a7..70c407d607c1 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SThumbnailEditModeTools.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SThumbnailEditModeTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SThumbnailEditModeTools.h b/Engine/Source/Editor/ContentBrowser/Private/SThumbnailEditModeTools.h index 0055f4054449..6ca5641d3552 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SThumbnailEditModeTools.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SThumbnailEditModeTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SourcesData.h b/Engine/Source/Editor/ContentBrowser/Private/SourcesData.h index 47b607dac3df..8990b854a66e 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SourcesData.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SourcesData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Private/SourcesViewWidgets.cpp b/Engine/Source/Editor/ContentBrowser/Private/SourcesViewWidgets.cpp index fe1ed24108a8..ee2348bb5960 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SourcesViewWidgets.cpp +++ b/Engine/Source/Editor/ContentBrowser/Private/SourcesViewWidgets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ContentBrowserPCH.h" #include "PathViewTypes.h" diff --git a/Engine/Source/Editor/ContentBrowser/Private/SourcesViewWidgets.h b/Engine/Source/Editor/ContentBrowser/Private/SourcesViewWidgets.h index 41eb900d964c..5a0d736c70e6 100644 --- a/Engine/Source/Editor/ContentBrowser/Private/SourcesViewWidgets.h +++ b/Engine/Source/Editor/ContentBrowser/Private/SourcesViewWidgets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h b/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h index 45336a911602..b0f87a67e5e7 100644 --- a/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h +++ b/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Developer/AssetTools/Public/IAssetTypeActions.h" diff --git a/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserFrontEndFilterExtension.h b/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserFrontEndFilterExtension.h index 535399a081ed..0e36e8a4a260 100644 --- a/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserFrontEndFilterExtension.h +++ b/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserFrontEndFilterExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h b/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h index c84e1d47d89b..458ef503d9d7 100644 --- a/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h +++ b/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h b/Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h index 3004fd26cc17..868ab5ebe891 100644 --- a/Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h +++ b/Engine/Source/Editor/ContentBrowser/Public/FrontendFilterBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h b/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h index 981fa48d4d2d..ffbecc54e1f5 100644 --- a/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h +++ b/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CookingStats/CookingStats.Build.cs b/Engine/Source/Editor/CookingStats/CookingStats.Build.cs index 8fc1df5d5a80..b5fa71f90d57 100644 --- a/Engine/Source/Editor/CookingStats/CookingStats.Build.cs +++ b/Engine/Source/Editor/CookingStats/CookingStats.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/CookingStats/Private/CookingStats.cpp b/Engine/Source/Editor/CookingStats/Private/CookingStats.cpp index f87b7023a02c..c9cd45189e24 100644 --- a/Engine/Source/Editor/CookingStats/Private/CookingStats.cpp +++ b/Engine/Source/Editor/CookingStats/Private/CookingStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CookingStatsPCH.h" diff --git a/Engine/Source/Editor/CookingStats/Private/CookingStats.h b/Engine/Source/Editor/CookingStats/Private/CookingStats.h index 6d4c610c95df..af4c3826790e 100644 --- a/Engine/Source/Editor/CookingStats/Private/CookingStats.h +++ b/Engine/Source/Editor/CookingStats/Private/CookingStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. class FCookingStats : public ICookingStats diff --git a/Engine/Source/Editor/CookingStats/Private/CookingStatsModule.cpp b/Engine/Source/Editor/CookingStats/Private/CookingStatsModule.cpp index e64dc5270c96..7607fa1d80e4 100644 --- a/Engine/Source/Editor/CookingStats/Private/CookingStatsModule.cpp +++ b/Engine/Source/Editor/CookingStats/Private/CookingStatsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CookingStatsPCH.h" diff --git a/Engine/Source/Editor/CookingStats/Private/CookingStatsPCH.h b/Engine/Source/Editor/CookingStats/Private/CookingStatsPCH.h index 17a41c0c7a67..c74eb06f79e4 100644 --- a/Engine/Source/Editor/CookingStats/Private/CookingStatsPCH.h +++ b/Engine/Source/Editor/CookingStats/Private/CookingStatsPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef _COOKING_STATS_PRIVATE_ #define _COOKING_STATS_PRIVATE_ diff --git a/Engine/Source/Editor/CookingStats/Public/CookingStatsModule.h b/Engine/Source/Editor/CookingStats/Public/CookingStatsModule.h index 6c6673a282de..f71310b98970 100644 --- a/Engine/Source/Editor/CookingStats/Public/CookingStatsModule.h +++ b/Engine/Source/Editor/CookingStats/Public/CookingStatsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CookingStats/Public/ICookingStats.h b/Engine/Source/Editor/CookingStats/Public/ICookingStats.h index b87901812739..5ee429107576 100644 --- a/Engine/Source/Editor/CookingStats/Public/ICookingStats.h +++ b/Engine/Source/Editor/CookingStats/Public/ICookingStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class ICookingStats diff --git a/Engine/Source/Editor/CurveAssetEditor/CurveAssetEditor.Build.cs b/Engine/Source/Editor/CurveAssetEditor/CurveAssetEditor.Build.cs index 68c8aa98da00..bf674879a8c5 100644 --- a/Engine/Source/Editor/CurveAssetEditor/CurveAssetEditor.Build.cs +++ b/Engine/Source/Editor/CurveAssetEditor/CurveAssetEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditor.cpp b/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditor.cpp index 5fed72eb2c01..12964a997834 100644 --- a/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditor.cpp +++ b/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CurveAssetEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditor.h b/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditor.h index 4397486d7ba9..f902ee94a1a2 100644 --- a/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditor.h +++ b/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorModule.cpp b/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorModule.cpp index 5913ca7286e1..ea169b1cef3e 100644 --- a/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorModule.cpp +++ b/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CurveAssetEditorPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorPrivatePCH.h b/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorPrivatePCH.h index d6a138ec7518..0892fcaed4ce 100644 --- a/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorPrivatePCH.h +++ b/Engine/Source/Editor/CurveAssetEditor/Private/CurveAssetEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CurveAssetEditor/Public/CurveAssetEditorModule.h b/Engine/Source/Editor/CurveAssetEditor/Public/CurveAssetEditorModule.h index 7fe96e19eab3..f980d8b87f6a 100644 --- a/Engine/Source/Editor/CurveAssetEditor/Public/CurveAssetEditorModule.h +++ b/Engine/Source/Editor/CurveAssetEditor/Public/CurveAssetEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CurveAssetEditor/Public/ICurveAssetEditor.h b/Engine/Source/Editor/CurveAssetEditor/Public/ICurveAssetEditor.h index 683d64d08af8..e5bc1bd93ef1 100644 --- a/Engine/Source/Editor/CurveAssetEditor/Public/ICurveAssetEditor.h +++ b/Engine/Source/Editor/CurveAssetEditor/Public/ICurveAssetEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CurveTableEditor/CurveTableEditor.Build.cs b/Engine/Source/Editor/CurveTableEditor/CurveTableEditor.Build.cs index fac1df21d674..f551c4b8d70f 100644 --- a/Engine/Source/Editor/CurveTableEditor/CurveTableEditor.Build.cs +++ b/Engine/Source/Editor/CurveTableEditor/CurveTableEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditor.cpp b/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditor.cpp index 5533d675e708..d6de40e6736c 100644 --- a/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditor.cpp +++ b/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CurveTableEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditor.h b/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditor.h index fd19002b3fa9..0b5e32ceec01 100644 --- a/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditor.h +++ b/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorModule.cpp b/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorModule.cpp index 4458ea7a53d4..1a54b3d1c567 100644 --- a/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorModule.cpp +++ b/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CurveTableEditorPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorPrivatePCH.h b/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorPrivatePCH.h index 5d26949070ed..f48cb410a2b0 100644 --- a/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorPrivatePCH.h +++ b/Engine/Source/Editor/CurveTableEditor/Private/CurveTableEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CurveTableEditor/Public/CurveTableEditorModule.h b/Engine/Source/Editor/CurveTableEditor/Public/CurveTableEditorModule.h index 6b4672509480..787f5e7eb9e5 100644 --- a/Engine/Source/Editor/CurveTableEditor/Public/CurveTableEditorModule.h +++ b/Engine/Source/Editor/CurveTableEditor/Public/CurveTableEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/CurveTableEditor/Public/ICurveTableEditor.h b/Engine/Source/Editor/CurveTableEditor/Public/ICurveTableEditor.h index 2cdf461f15cc..7851fbca73ba 100644 --- a/Engine/Source/Editor/CurveTableEditor/Public/ICurveTableEditor.h +++ b/Engine/Source/Editor/CurveTableEditor/Public/ICurveTableEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DataTableEditor/DataTableEditor.Build.cs b/Engine/Source/Editor/DataTableEditor/DataTableEditor.Build.cs index 518b6b4c7478..1119168320f8 100644 --- a/Engine/Source/Editor/DataTableEditor/DataTableEditor.Build.cs +++ b/Engine/Source/Editor/DataTableEditor/DataTableEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.cpp b/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.cpp index 82198fe5f005..13db0c686ce3 100644 --- a/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.cpp +++ b/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DataTableEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.h b/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.h index 4ee7f0e0a02f..a5ac282d7a3d 100644 --- a/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.h +++ b/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DataTableEditor/Private/DataTableEditorModule.cpp b/Engine/Source/Editor/DataTableEditor/Private/DataTableEditorModule.cpp index 9ee21ed6e83b..43eeb3edcf8d 100644 --- a/Engine/Source/Editor/DataTableEditor/Private/DataTableEditorModule.cpp +++ b/Engine/Source/Editor/DataTableEditor/Private/DataTableEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DataTableEditorPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/DataTableEditor/Private/DataTableEditorPrivatePCH.h b/Engine/Source/Editor/DataTableEditor/Private/DataTableEditorPrivatePCH.h index 209f717aa425..83c54156a9d2 100644 --- a/Engine/Source/Editor/DataTableEditor/Private/DataTableEditorPrivatePCH.h +++ b/Engine/Source/Editor/DataTableEditor/Private/DataTableEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DataTableEditor/Private/SRowEditor.cpp b/Engine/Source/Editor/DataTableEditor/Private/SRowEditor.cpp index c912998afbe6..3951943f8f16 100644 --- a/Engine/Source/Editor/DataTableEditor/Private/SRowEditor.cpp +++ b/Engine/Source/Editor/DataTableEditor/Private/SRowEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DataTableEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/DataTableEditor/Private/SRowEditor.h b/Engine/Source/Editor/DataTableEditor/Private/SRowEditor.h index b691debf1a39..4f05f81afd5b 100644 --- a/Engine/Source/Editor/DataTableEditor/Private/SRowEditor.h +++ b/Engine/Source/Editor/DataTableEditor/Private/SRowEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DataTableEditor/Public/DataTableEditorModule.h b/Engine/Source/Editor/DataTableEditor/Public/DataTableEditorModule.h index e2e21127380a..7dbea2076393 100644 --- a/Engine/Source/Editor/DataTableEditor/Public/DataTableEditorModule.h +++ b/Engine/Source/Editor/DataTableEditor/Public/DataTableEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DataTableEditor/Public/IDataTableEditor.h b/Engine/Source/Editor/DataTableEditor/Public/IDataTableEditor.h index 3bb80ae3b6bb..ad2369bf62fa 100644 --- a/Engine/Source/Editor/DataTableEditor/Public/IDataTableEditor.h +++ b/Engine/Source/Editor/DataTableEditor/Public/IDataTableEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Classes/DestructibleChunkParamsProxy.h b/Engine/Source/Editor/DestructibleMeshEditor/Classes/DestructibleChunkParamsProxy.h index 77f525866b7c..d05e07a509b6 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Classes/DestructibleChunkParamsProxy.h +++ b/Engine/Source/Editor/DestructibleMeshEditor/Classes/DestructibleChunkParamsProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DestructibleMeshEditor/DestructibleMeshEditor.Build.cs b/Engine/Source/Editor/DestructibleMeshEditor/DestructibleMeshEditor.Build.cs index 65b85032864e..4aace93a1ca3 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/DestructibleMeshEditor.Build.cs +++ b/Engine/Source/Editor/DestructibleMeshEditor/DestructibleMeshEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleChunkParamsProxy.cpp b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleChunkParamsProxy.cpp index 5ea804d72986..bba96213c4d5 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleChunkParamsProxy.cpp +++ b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleChunkParamsProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DestructibleMeshEditorPrivatePCH.h" #include "ApexDestructibleAssetImport.h" diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditor.cpp b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditor.cpp index b7603c506d0b..fa8e4aa42ba8 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditor.cpp +++ b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DestructibleMeshEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditor.h b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditor.h index ba73e3cc1275..e5ede76c4bcb 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditor.h +++ b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditorModule.cpp b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditorModule.cpp index 352edadce26c..76119d90ff90 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditorModule.cpp +++ b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DestructibleMeshEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditorPrivatePCH.h b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditorPrivatePCH.h index eba141042121..37017e95b721 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditorPrivatePCH.h +++ b/Engine/Source/Editor/DestructibleMeshEditor/Private/DestructibleMeshEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Private/SDestructibleMeshEditorViewport.cpp b/Engine/Source/Editor/DestructibleMeshEditor/Private/SDestructibleMeshEditorViewport.cpp index d6affaff30de..150532aa6aa3 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Private/SDestructibleMeshEditorViewport.cpp +++ b/Engine/Source/Editor/DestructibleMeshEditor/Private/SDestructibleMeshEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DestructibleMeshEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Private/SDestructibleMeshEditorViewport.h b/Engine/Source/Editor/DestructibleMeshEditor/Private/SDestructibleMeshEditorViewport.h index 5cc41ec98394..2a87573e55ca 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Private/SDestructibleMeshEditorViewport.h +++ b/Engine/Source/Editor/DestructibleMeshEditor/Private/SDestructibleMeshEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Public/DestructibleMeshEditorModule.h b/Engine/Source/Editor/DestructibleMeshEditor/Public/DestructibleMeshEditorModule.h index 158e00cc5e67..1b760edffa82 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Public/DestructibleMeshEditorModule.h +++ b/Engine/Source/Editor/DestructibleMeshEditor/Public/DestructibleMeshEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DestructibleMeshEditor/Public/IDestructibleMeshEditor.h b/Engine/Source/Editor/DestructibleMeshEditor/Public/IDestructibleMeshEditor.h index 17611bb70e04..3af019726dfa 100644 --- a/Engine/Source/Editor/DestructibleMeshEditor/Public/IDestructibleMeshEditor.h +++ b/Engine/Source/Editor/DestructibleMeshEditor/Public/IDestructibleMeshEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/DetailCustomizations.Build.cs b/Engine/Source/Editor/DetailCustomizations/DetailCustomizations.Build.cs index 88ed4447dc51..93067bfab5d7 100644 --- a/Engine/Source/Editor/DetailCustomizations/DetailCustomizations.Build.cs +++ b/Engine/Source/Editor/DetailCustomizations/DetailCustomizations.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AIDataProviderValueDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AIDataProviderValueDetails.cpp index a12b9c347e2c..4ca3a2271f39 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AIDataProviderValueDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AIDataProviderValueDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AIDataProviderValueDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AIDataProviderValueDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/AIDataProviderValueDetails.h index 1062cabc9189..5cea994bfc19 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AIDataProviderValueDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AIDataProviderValueDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ActorComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ActorComponentDetails.cpp index e10ef1ae5c85..183ad4eff444 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ActorComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ActorComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ActorComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ActorComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/ActorComponentDetails.h index 0875a06c7662..9f2593fb9709 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ActorComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ActorComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ActorDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ActorDetails.cpp index 57c76315b194..6e83d932d82f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ActorDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ActorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ActorDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ActorDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/ActorDetails.h index d769a4a4f86a..8401aad57530 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ActorDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ActorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AmbientSoundDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AmbientSoundDetails.cpp index 57beaa14669c..3d8cf3015b0b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AmbientSoundDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AmbientSoundDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AmbientSoundDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AmbientSoundDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/AmbientSoundDetails.h index e6d5a808b89b..20022fde1deb 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AmbientSoundDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AmbientSoundDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimMontageSegmentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AnimMontageSegmentDetails.cpp index 55cfd4ab9c2e..96ed10f712d6 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimMontageSegmentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimMontageSegmentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AnimMontageSegmentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimMontageSegmentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/AnimMontageSegmentDetails.h index d8c2db0aa898..1f2eb6cfeb0e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimMontageSegmentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimMontageSegmentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimSequenceDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AnimSequenceDetails.cpp index 173ef31f1179..e613648034d2 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimSequenceDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimSequenceDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AnimSequenceDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimSequenceDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/AnimSequenceDetails.h index ce75daa00921..addf52f9fd84 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimSequenceDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimSequenceDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimStateNodeDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AnimStateNodeDetails.cpp index 160efc5af089..648e32d6eb6c 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimStateNodeDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimStateNodeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AnimStateNodeDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimStateNodeDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/AnimStateNodeDetails.h index 3d079ba2c534..edd3f65087d7 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimStateNodeDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimStateNodeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimTrailNodeDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AnimTrailNodeDetails.cpp index 82a101844634..2178f19f39ef 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimTrailNodeDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimTrailNodeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimTrailNodeDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/AnimTrailNodeDetails.h index 554ce6440402..4faaea1f4c6b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimTrailNodeDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimTrailNodeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SCurveEditor.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimTransitionNodeDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AnimTransitionNodeDetails.cpp index 3f99f76a65b9..5802c508ca0f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimTransitionNodeDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimTransitionNodeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AnimTransitionNodeDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/AnimTransitionNodeDetails.h index ec5301cad0ba..5626a5b5ec85 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AnimTransitionNodeDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AnimTransitionNodeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AssetImportDataCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AssetImportDataCustomization.cpp index 529786b497bb..e875e7b7e381 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AssetImportDataCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AssetImportDataCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AssetImportDataCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AssetImportDataCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/AssetImportDataCustomization.h index e9785826afe3..77e633868e63 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AssetImportDataCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AssetImportDataCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AttenuationSettingsCustomizations.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AttenuationSettingsCustomizations.cpp index cd38b5b5e771..271d6da18f04 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AttenuationSettingsCustomizations.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AttenuationSettingsCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AttenuationSettingsCustomizations.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AttenuationSettingsCustomizations.h b/Engine/Source/Editor/DetailCustomizations/Private/AttenuationSettingsCustomizations.h index b282b9042eab..f92454878daf 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AttenuationSettingsCustomizations.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AttenuationSettingsCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AudioSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AudioSettingsDetails.cpp index 03d053d17e45..7bcfa6b03f97 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AudioSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AudioSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AudioSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AudioSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/AudioSettingsDetails.h index ef76cdc9fe87..131c784cf8b6 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AudioSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AudioSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AutoReimportDirectoryCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/AutoReimportDirectoryCustomization.cpp index 9b63fbaae530..2e1c342a1569 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AutoReimportDirectoryCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/AutoReimportDirectoryCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "AutoReimportDirectoryCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/AutoReimportDirectoryCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/AutoReimportDirectoryCustomization.h index 7d3004b50bcf..0da0e4af8f84 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/AutoReimportDirectoryCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/AutoReimportDirectoryCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/BlackboardEntryDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/BlackboardEntryDetails.cpp index cfcd51199186..31136a8c47e3 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/BlackboardEntryDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/BlackboardEntryDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "BlackboardEntryDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/BlackboardEntryDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/BlackboardEntryDetails.h index e0b1d3162f76..b1f5afb443b7 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/BlackboardEntryDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/BlackboardEntryDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/BodyInstanceCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/BodyInstanceCustomization.cpp index 988bd3fce086..7774753c73c7 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/BodyInstanceCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/BodyInstanceCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "BodyInstanceCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/BodyInstanceCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/BodyInstanceCustomization.h index 1c601763e041..4101129f6f15 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/BodyInstanceCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/BodyInstanceCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/BodySetupDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/BodySetupDetails.cpp index b1b768eb8714..cd76f42fd9a9 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/BodySetupDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/BodySetupDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "BodySetupDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/BodySetupDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/BodySetupDetails.h index f690c0c8cb76..cb64c2c24380 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/BodySetupDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/BodySetupDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/BrushDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/BrushDetails.cpp index c4ea6b3fd16f..72f00c9d3b80 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/BrushDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/BrushDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "BrushDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/BrushDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/BrushDetails.h index 9f0f3c7083f0..f02378537d8b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/BrushDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/BrushDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.cpp index 168486dc0acf..8fb78ce147b9 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "CameraDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.h index 1ed2b781e702..6b0eac5c2702 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/CameraDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CaptureResolutionCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/CaptureResolutionCustomization.cpp index 47fcdf562411..f7a0c4c43d6a 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CaptureResolutionCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/CaptureResolutionCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "CaptureResolutionCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CaptureResolutionCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/CaptureResolutionCustomization.h index acc421594505..c22c3dc47f37 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CaptureResolutionCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/CaptureResolutionCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CaptureTypeCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/CaptureTypeCustomization.cpp index f4d7136671f6..0d5ed57a2a7e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CaptureTypeCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/CaptureTypeCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "CaptureTypeCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CaptureTypeCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/CaptureTypeCustomization.h index 5e663202aff9..4e57c41c02cc 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CaptureTypeCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/CaptureTypeCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileDetails.cpp index e28ec3f54207..d203015efc15 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "CollisionProfileDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileDetails.h index 04a2673961bb..b1e9b514e9b4 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/CollisionProfile.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileNameCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileNameCustomization.cpp index 4107332c1794..ffa4414144ae 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileNameCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileNameCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "CollisionProfileNameCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileNameCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileNameCustomization.h index 03bca7b0b914..2c7ed51081e3 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileNameCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/CollisionProfileNameCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ComponentMaterialCategory.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ComponentMaterialCategory.cpp index bd445b2646b6..ae584b07a9be 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ComponentMaterialCategory.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ComponentMaterialCategory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ComponentMaterialCategory.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ComponentMaterialCategory.h b/Engine/Source/Editor/DetailCustomizations/Private/ComponentMaterialCategory.h index 1bb087fbd6cf..b2d8c35b7729 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ComponentMaterialCategory.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ComponentMaterialCategory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ComponentTransformDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ComponentTransformDetails.cpp index 1157c038e64e..d8658c743578 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ComponentTransformDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ComponentTransformDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ComponentTransformDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ComponentTransformDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/ComponentTransformDetails.h index de802ed977c6..a82a17f7b6db 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ComponentTransformDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ComponentTransformDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ConfigEditorPropertyDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ConfigEditorPropertyDetails.cpp index e5411d6775e6..91528672a098 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ConfigEditorPropertyDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ConfigEditorPropertyDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ConfigEditorPropertyDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ConfigEditorPropertyDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/ConfigEditorPropertyDetails.h index a165d4e102da..213380900391 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ConfigEditorPropertyDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ConfigEditorPropertyDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CurveColorCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/CurveColorCustomization.cpp index 55d3bb3b2f18..3208a3485259 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CurveColorCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/CurveColorCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "CurveColorCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CurveColorCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/CurveColorCustomization.h index 36d78d7eff8c..7f0acb18ab40 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CurveColorCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/CurveColorCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CurveStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/CurveStructCustomization.cpp index e790252e934a..2a791a12f380 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CurveStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/CurveStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "CurveStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CurveStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/CurveStructCustomization.h index 2484dca37669..c97b7b22e9fa 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CurveStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/CurveStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CurveTableCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/CurveTableCustomization.cpp index ae9f1087d8f0..24de445db9fd 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CurveTableCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/CurveTableCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/CurveTableCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/CurveTableCustomization.h index 6152dd3fbbee..23d2cd926a54 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/CurveTableCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/CurveTableCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/CurveTable.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DataTableCategoryCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/DataTableCategoryCustomization.h index 58b5dbf00838..7b770b9e448a 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DataTableCategoryCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DataTableCategoryCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DataTableCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DataTableCustomization.cpp index fba642633445..27f02ab21186 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DataTableCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DataTableCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DataTableCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DataTableCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/DataTableCustomization.h index c9ebae1e7ff8..881f24c14518 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DataTableCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DataTableCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DataTable.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DateTimeStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DateTimeStructCustomization.cpp index 134611a6c1a8..3de6e4c21aa9 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DateTimeStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DateTimeStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DateTimeStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DateTimeStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/DateTimeStructCustomization.h index 9d8b45369e39..5734dbd82079 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DateTimeStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DateTimeStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DestructibleMeshDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DestructibleMeshDetails.cpp index c74d6fe68275..7a3a872b44b8 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DestructibleMeshDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DestructibleMeshDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DestructibleMeshDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DestructibleMeshDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/DestructibleMeshDetails.h index c555aae4d924..750da64af752 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DestructibleMeshDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DestructibleMeshDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DetailCustomizations.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DetailCustomizations.cpp index b8b50e28504d..b31bfd49cba2 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DetailCustomizations.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DetailCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DetailCustomizations.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DetailCustomizationsPrivatePCH.h b/Engine/Source/Editor/DetailCustomizations/Private/DetailCustomizationsPrivatePCH.h index e20ce8e5eb13..9ed3c2b04cd0 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DetailCustomizationsPrivatePCH.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DetailCustomizationsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __DetailCustomizationsPrivatePCH_h__ #define __DetailCustomizationsPrivatePCH_h__ diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DeviceProfileDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DeviceProfileDetails.cpp index c312d3cd2dee..79624d746645 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DeviceProfileDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DeviceProfileDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DeviceProfiles/DeviceProfile.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DeviceProfileDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/DeviceProfileDetails.h index 091a1426bbca..b388d05bab2d 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DeviceProfileDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DeviceProfileDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DialogueStructsCustomizations.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DialogueStructsCustomizations.cpp index f94ba9c26859..ad81690d3850 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DialogueStructsCustomizations.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DialogueStructsCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DialogueStructsCustomizations.h b/Engine/Source/Editor/DetailCustomizations/Private/DialogueStructsCustomizations.h index 783d845b5187..6dd3f5dd74be 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DialogueStructsCustomizations.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DialogueStructsCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveDetails.cpp index ecad3622d3b1..20444cf716b1 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveDetails.h index 89ccd8812cd4..82c76a5c8797 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveWidgets.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveWidgets.cpp index 5197095350c1..d41794ef369c 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveWidgets.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveWidgets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveWidgets.h b/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveWidgets.h index 5f1d1335b731..3e992045654d 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveWidgets.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DialogueWaveWidgets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DirectionalLightComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DirectionalLightComponentDetails.cpp index d81175d26785..e22e4b9de3c3 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DirectionalLightComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DirectionalLightComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DirectionalLightComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DirectionalLightComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/DirectionalLightComponentDetails.h index a425850f170a..3210e2404e88 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DirectionalLightComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DirectionalLightComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DirectoryPathStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DirectoryPathStructCustomization.cpp index 7ddceef4c80e..b3ecea03c60b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DirectoryPathStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DirectoryPathStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DirectoryPathStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DirectoryPathStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/DirectoryPathStructCustomization.h index 2e8fc9ed5b67..a88f47bf4f75 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DirectoryPathStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DirectoryPathStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DistanceDatumStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DistanceDatumStructCustomization.cpp index 3df71f2a2f42..0ddd666db22d 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DistanceDatumStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DistanceDatumStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DistanceDatumStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DistanceDatumStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/DistanceDatumStructCustomization.h index 4704471f2cd0..9f5f74065074 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DistanceDatumStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DistanceDatumStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DocumentationActorDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/DocumentationActorDetails.cpp index 657f2ca2247e..9bde700f1bf9 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DocumentationActorDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/DocumentationActorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "DocumentationActorDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/DocumentationActorDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/DocumentationActorDetails.h index 8676238664d9..bc7045fb5eb2 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/DocumentationActorDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/DocumentationActorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/EnvQueryParamInstanceCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/EnvQueryParamInstanceCustomization.cpp index e71dd511e0d1..137c71b5a51f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/EnvQueryParamInstanceCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/EnvQueryParamInstanceCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "EnvQueryParamInstanceCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/EnvQueryParamInstanceCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/EnvQueryParamInstanceCustomization.h index 4f9596044df3..1578d34925bb 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/EnvQueryParamInstanceCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/EnvQueryParamInstanceCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/FbxImportUIDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/FbxImportUIDetails.cpp index dc51866d0858..d31560e93077 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/FbxImportUIDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/FbxImportUIDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "FbxImportUIDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/FbxImportUIDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/FbxImportUIDetails.h index d15d3b4f0a4e..302a7bf660ed 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/FbxImportUIDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/FbxImportUIDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/FilePathStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/FilePathStructCustomization.cpp index 316114317521..3e247f8857cd 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/FilePathStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/FilePathStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "FilePathStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/FilePathStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/FilePathStructCustomization.h index a882d073005c..1c678488a987 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/FilePathStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/FilePathStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/GeneralProjectSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/GeneralProjectSettingsDetails.cpp index 31109594c6c4..c4eeb387c0a5 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/GeneralProjectSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/GeneralProjectSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/GeneralProjectSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/GeneralProjectSettingsDetails.h index 7deb59b16c10..055f6114611f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/GeneralProjectSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/GeneralProjectSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.cpp index c99183849e78..52b84197ba12 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "GuidStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.h index 62480791f4a7..2c0556cab230 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/GuidStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/HardwareTargetingSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/HardwareTargetingSettingsDetails.cpp index d9df60cd3704..f2977546335b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/HardwareTargetingSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/HardwareTargetingSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/HardwareTargetingSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/HardwareTargetingSettingsDetails.h index f29046c2c509..7b3bb4f74940 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/HardwareTargetingSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/HardwareTargetingSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/HierarchicalSimplificationCustomizations.cpp b/Engine/Source/Editor/DetailCustomizations/Private/HierarchicalSimplificationCustomizations.cpp index 2d08c2fa46e0..79d691a1330c 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/HierarchicalSimplificationCustomizations.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/HierarchicalSimplificationCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "HierarchicalSimplificationCustomizations.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/HierarchicalSimplificationCustomizations.h b/Engine/Source/Editor/DetailCustomizations/Private/HierarchicalSimplificationCustomizations.h index b3f9b8989aee..05fcac098096 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/HierarchicalSimplificationCustomizations.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/HierarchicalSimplificationCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ImportantToggleSettingCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ImportantToggleSettingCustomization.cpp index f4594a4d853d..edbe41a9868e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ImportantToggleSettingCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ImportantToggleSettingCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ImportantToggleSettingCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ImportantToggleSettingCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/ImportantToggleSettingCustomization.h index 9f41509aa582..9a12d48ab11d 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ImportantToggleSettingCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ImportantToggleSettingCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/InputSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/InputSettingsDetails.cpp index c35b18e7e04d..54e4784387ea 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/InputSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/InputSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "InputSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/InputSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/InputSettingsDetails.h index d1d20c51f9e4..b912d1bc1d9d 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/InputSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/InputSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/InputStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/InputStructCustomization.cpp index e5dd16f5f2e8..f705bb0f9e65 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/InputStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/InputStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "InputStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/InputStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/InputStructCustomization.h index 4c2d7f57c874..3fbb495e9353 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/InputStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/InputStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/IntervalStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/IntervalStructCustomization.cpp index 7107af7efed8..302afb0bbae4 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/IntervalStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/IntervalStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "IntervalStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/IntervalStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/IntervalStructCustomization.h index ea40e9cbe313..6d515cac0301 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/IntervalStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/IntervalStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.cpp index 72ad45f2ab31..71b5047c0d31 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "KeyStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.h index 0befd2aaddc5..b9775f0e1008 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/KeyStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/LightComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/LightComponentDetails.cpp index 2e38e95d32f4..513281285e32 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/LightComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/LightComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "LightComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/LightComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/LightComponentDetails.h index e56c2c14c84c..f44ce27cecf3 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/LightComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/LightComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MacTargetSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MacTargetSettingsDetails.cpp index f1027653d463..30a8699ff347 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MacTargetSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MacTargetSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "MacTargetSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MacTargetSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/MacTargetSettingsDetails.h index 018d57cab98d..52c446065e99 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MacTargetSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MacTargetSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MarginCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MarginCustomization.cpp index 57fcdbc184b6..7d87bab23644 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MarginCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MarginCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "MarginCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MarginCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/MarginCustomization.h index e9f7a8d2e69c..254840e6615e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MarginCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MarginCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MaterialProxySettingsCustomizations.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MaterialProxySettingsCustomizations.cpp index 20c16f3be5a4..8f5698cf2fd7 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MaterialProxySettingsCustomizations.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MaterialProxySettingsCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "MaterialProxySettingsCustomizations.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MaterialProxySettingsCustomizations.h b/Engine/Source/Editor/DetailCustomizations/Private/MaterialProxySettingsCustomizations.h index 577e52acc621..558ee71d1f9a 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MaterialProxySettingsCustomizations.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MaterialProxySettingsCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp index 76de40fb067b..36d2cd48e70a 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "Materials/MaterialExpressionConstant3Vector.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.h b/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.h index 7c274b9306f3..83fbdf28e00d 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MathStructProxyCustomizations.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MathStructProxyCustomizations.cpp index 9ca85c7cbee1..6ac8381ef086 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MathStructProxyCustomizations.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MathStructProxyCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "MathStructProxyCustomizations.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MathStructProxyCustomizations.h b/Engine/Source/Editor/DetailCustomizations/Private/MathStructProxyCustomizations.h index 3efd6ad294c2..c22513aeb43f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MathStructProxyCustomizations.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MathStructProxyCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyUtilities.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MatineeActorDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MatineeActorDetails.cpp index e2d96d078e37..5ab379274223 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MatineeActorDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MatineeActorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "Matinee/MatineeActor.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MatineeActorDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/MatineeActorDetails.h index 5126e56be884..5050728e82b2 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MatineeActorDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MatineeActorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MeshComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MeshComponentDetails.cpp index 1c530c4ba96c..97970b29478b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MeshComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MeshComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "MeshComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MeshComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/MeshComponentDetails.h index 71abace3848f..fa77ce7e9a30 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MeshComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MeshComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MobilityCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MobilityCustomization.cpp index 43d8fd8e5480..65869f025cf7 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MobilityCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MobilityCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "MobilityCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MoviePlayerSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MoviePlayerSettingsDetails.cpp index 4fecc9784528..4a09ac0d9495 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MoviePlayerSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MoviePlayerSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "MoviePlayerSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MoviePlayerSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/MoviePlayerSettingsDetails.h index e9abdf188f10..c605be13f7e0 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MoviePlayerSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MoviePlayerSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MovieSceneCaptureCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/MovieSceneCaptureCustomization.cpp index eb60bd92feca..2d766e70acc5 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MovieSceneCaptureCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/MovieSceneCaptureCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "MovieSceneCaptureCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/MovieSceneCaptureCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/MovieSceneCaptureCustomization.h index 994caac4c658..793f9b7642a4 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/MovieSceneCaptureCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/MovieSceneCaptureCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/NavAgentSelectorCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/NavAgentSelectorCustomization.cpp index d69843ed70fd..b8de117d2f91 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/NavAgentSelectorCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/NavAgentSelectorCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "NavAgentSelectorCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/NavAgentSelectorCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/NavAgentSelectorCustomization.h index a77b25a58a9e..b4cb331251a1 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/NavAgentSelectorCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/NavAgentSelectorCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/NavLinkStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/NavLinkStructCustomization.cpp index 05383e6ba7a7..186e91291ff6 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/NavLinkStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/NavLinkStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "NavLinkStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/NavLinkStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/NavLinkStructCustomization.h index 9064d5487b39..8978b5ad8270 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/NavLinkStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/NavLinkStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ParticleModuleDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ParticleModuleDetails.cpp index eb8300d26817..aaa65f898c3e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ParticleModuleDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ParticleModuleDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ParticleModuleDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ParticleModuleDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/ParticleModuleDetails.h index 7fb722bd626c..444f06791559 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ParticleModuleDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ParticleModuleDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ParticleSysParamStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ParticleSysParamStructCustomization.cpp index 6e5a2ece203b..ce2a48444b26 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ParticleSysParamStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ParticleSysParamStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ParticleSysParamStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ParticleSysParamStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/ParticleSysParamStructCustomization.h index a4381ef7b46c..dc670d9f906a 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ParticleSysParamStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ParticleSysParamStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Particles/ParticleSystemComponent.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ParticleSystemComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ParticleSystemComponentDetails.cpp index 40972d4ac38a..1ca54f613a00 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ParticleSystemComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ParticleSystemComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ParticleSystemComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ParticleSystemComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/ParticleSystemComponentDetails.h index cbd90eaf6ce9..d0b1a3afc5c8 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ParticleSystemComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ParticleSystemComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PhysicsConstraintComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/PhysicsConstraintComponentDetails.cpp index c90073708cdb..5214cd6f1657 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PhysicsConstraintComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/PhysicsConstraintComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "PhysicsConstraintComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PhysicsConstraintComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/PhysicsConstraintComponentDetails.h index 1966a50f4655..898944fb7e2a 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PhysicsConstraintComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/PhysicsConstraintComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PhysicsSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/PhysicsSettingsDetails.cpp index e7bbcdfb6d94..fa7c96ce9e7e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PhysicsSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/PhysicsSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "PhysicsSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PhysicsSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/PhysicsSettingsDetails.h index b8473a5db5e1..d4419a7bb5b3 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PhysicsSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/PhysicsSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PhysicsEngine/PhysicsSettings.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PointLightComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/PointLightComponentDetails.cpp index 10058b7caf30..77436fff68b0 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PointLightComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/PointLightComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "PointLightComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PointLightComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/PointLightComponentDetails.h index 6f2e645ab00a..f77ae25ad8e5 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PointLightComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/PointLightComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PostProcessSettingsCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/PostProcessSettingsCustomization.cpp index 9b08a65e9e97..0175b7964be6 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PostProcessSettingsCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/PostProcessSettingsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "PostProcessSettingsCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PostProcessSettingsCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/PostProcessSettingsCustomization.h index cdc027925c35..6c1b86d845f8 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PostProcessSettingsCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/PostProcessSettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PrimitiveComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/PrimitiveComponentDetails.cpp index d60d80b86653..68113972a15f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PrimitiveComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/PrimitiveComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "PrimitiveComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/PrimitiveComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/PrimitiveComponentDetails.h index 178941e5ddce..4aed50d3680b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/PrimitiveComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/PrimitiveComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/RangeStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/RangeStructCustomization.cpp index 613a610d4230..a21394292db1 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/RangeStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/RangeStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "RangeStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/RangeStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/RangeStructCustomization.h index ebbfbb91a8ee..de6a4d8eaf28 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/RangeStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/RangeStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/RawDistributionVectorStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/RawDistributionVectorStructCustomization.cpp index ce4e60fcb5b3..a1008280a5dc 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/RawDistributionVectorStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/RawDistributionVectorStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "RawDistributionVectorStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/RawDistributionVectorStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/RawDistributionVectorStructCustomization.h index 1a072a108326..06f38342764f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/RawDistributionVectorStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/RawDistributionVectorStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ReflectionCaptureDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/ReflectionCaptureDetails.cpp index 92025c4aa312..a974ef3bd13e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ReflectionCaptureDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/ReflectionCaptureDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "ReflectionCaptureDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/ReflectionCaptureDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/ReflectionCaptureDetails.h index adf4553f8004..684f6c45a314 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/ReflectionCaptureDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/ReflectionCaptureDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/ReflectionCapture.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/RenderPassesCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/RenderPassesCustomization.cpp index 0b160a03b27d..54621b593de5 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/RenderPassesCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/RenderPassesCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "RenderPassesCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/RenderPassesCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/RenderPassesCustomization.h index e5c6f664a8cd..bf58875f4654 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/RenderPassesCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/RenderPassesCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/RigDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/RigDetails.cpp index 4d38ed7e3904..24478eb62860 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/RigDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/RigDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "RigDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/RigDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/RigDetails.h index f4fcdbd23042..3eb4f683c456 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/RigDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/RigDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SceneCaptureDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SceneCaptureDetails.cpp index 8cf6fd9349a6..d4051e057ff4 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SceneCaptureDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SceneCaptureDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "Runtime/Engine/Public/ShowFlags.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SceneCaptureDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SceneCaptureDetails.h index 7cb0c34e6ace..1398ead84233 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SceneCaptureDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SceneCaptureDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/SceneCaptureComponent.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SceneComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SceneComponentDetails.cpp index 20a8a43af748..e7714abec0d8 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SceneComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SceneComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SceneComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SceneComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SceneComponentDetails.h index 3fbc3bbc12c1..41f6d3ec99a1 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SceneComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SceneComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkeletalControlNodeDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SkeletalControlNodeDetails.cpp index 93b1a5446c80..3997fab07464 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkeletalControlNodeDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkeletalControlNodeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SkeletalControlNodeDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkeletalControlNodeDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SkeletalControlNodeDetails.h index 27a3eb98bbba..1a1018752f34 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkeletalControlNodeDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkeletalControlNodeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkeletalMeshComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SkeletalMeshComponentDetails.cpp index 8d4a1796e579..ed3534a1958a 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkeletalMeshComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkeletalMeshComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SkeletalMeshComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkeletalMeshComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SkeletalMeshComponentDetails.h index 74b4067cdc7d..ceb5378849a3 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkeletalMeshComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkeletalMeshComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkeletonNotifyDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SkeletonNotifyDetails.cpp index 5d5002985423..828997d7f505 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkeletonNotifyDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkeletonNotifyDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SkeletonNotifyDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkeletonNotifyDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SkeletonNotifyDetails.h index 53dbd7692397..2ad535df0944 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkeletonNotifyDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkeletonNotifyDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkinnedMeshComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SkinnedMeshComponentDetails.cpp index 766e13674851..99a434ec6a1b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkinnedMeshComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkinnedMeshComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SkinnedMeshComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkinnedMeshComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SkinnedMeshComponentDetails.h index c3a7f63b1a7b..96dfd1099f5b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkinnedMeshComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkinnedMeshComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkyLightComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SkyLightComponentDetails.cpp index f27b292bdfdd..f2bb23881a04 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkyLightComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkyLightComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SkyLightComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SkyLightComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SkyLightComponentDetails.h index 79d9f6319263..6a79382783da 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SkyLightComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SkyLightComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/SkyLight.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SlateBrushCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SlateBrushCustomization.cpp index a2f1697722f6..35951385f970 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SlateBrushCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SlateBrushCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SlateBrushCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SlateColorCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SlateColorCustomization.cpp index 11c27c92a9bc..0f5781583521 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SlateColorCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SlateColorCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SlateColorCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SlateColorCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/SlateColorCustomization.h index c9878cb21a7e..718da4a7182f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SlateColorCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SlateColorCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SlateFontInfoCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SlateFontInfoCustomization.cpp index 9474e5dcc270..b4ad05cee9fb 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SlateFontInfoCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SlateFontInfoCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SlateFontInfoCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SlateSoundCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SlateSoundCustomization.cpp index b75276182ecb..a431e131b3a8 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SlateSoundCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SlateSoundCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SlateSoundCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SlateSoundCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/SlateSoundCustomization.h index faa5b1c02d0f..59f22802ebbd 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SlateSoundCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SlateSoundCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SoundWaveDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SoundWaveDetails.cpp index 5df9a47f2591..37362221a689 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SoundWaveDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SoundWaveDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SoundWaveDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SoundWaveDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SoundWaveDetails.h index face4fbf9041..48e4c1a52462 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SoundWaveDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SoundWaveDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SourceCodeAccessSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/SourceCodeAccessSettingsDetails.cpp index 8d4fd848684a..aba1ed3fa4e4 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SourceCodeAccessSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/SourceCodeAccessSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "SourceCodeAccessSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/SourceCodeAccessSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/SourceCodeAccessSettingsDetails.h index 03914e2f2ca4..416a87078f50 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/SourceCodeAccessSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/SourceCodeAccessSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshActorDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshActorDetails.cpp index 02318b93efb3..c217ca9386e2 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshActorDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshActorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "StaticMeshActorDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshActorDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshActorDetails.h index 252a6bbf93e6..594ca78c718e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshActorDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshActorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshComponentDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshComponentDetails.cpp index 103edb39a8bc..f94ef72998a4 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshComponentDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "StaticMeshComponentDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshComponentDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshComponentDetails.h index 75112b278ea8..4b3d67af60fd 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshComponentDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/StaticMeshComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/StringAssetReferenceCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/StringAssetReferenceCustomization.cpp index 2b7dc8185566..bc9a755bd5c5 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/StringAssetReferenceCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/StringAssetReferenceCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "StringAssetReferenceCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/StringAssetReferenceCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/StringAssetReferenceCustomization.h index f5515c32af9a..ae9e9615beff 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/StringAssetReferenceCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/StringAssetReferenceCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/StringClassReferenceCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/StringClassReferenceCustomization.cpp index f4a4a6bb02fc..975c28e1a839 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/StringClassReferenceCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/StringClassReferenceCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "StringClassReferenceCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/StringClassReferenceCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/StringClassReferenceCustomization.h index 1643e037ba96..11d6eb14a6cc 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/StringClassReferenceCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/StringClassReferenceCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/TextCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/TextCustomization.cpp index ae20a909a8fc..9f0c51c253c2 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/TextCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/TextCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "TextCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/TextCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/TextCustomization.h index e0dbdd885271..0b43080dfe01 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/TextCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/TextCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FTextCustomization : public IPropertyTypeCustomization diff --git a/Engine/Source/Editor/DetailCustomizations/Private/TextureLODSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/TextureLODSettingsDetails.cpp index d5be3314432b..17c0a8e5fca0 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/TextureLODSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/TextureLODSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "TextureLODSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/TextureLODSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/TextureLODSettingsDetails.h index 883e068ffe94..8ccdb7ff1141 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/TextureLODSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/TextureLODSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/TimespanStructCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/TimespanStructCustomization.cpp index 8615b0ec8604..762d55d7409f 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/TimespanStructCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/TimespanStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "TimespanStructCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/TimespanStructCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/TimespanStructCustomization.h index b1a1a60106b1..492efb812eb2 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/TimespanStructCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/TimespanStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/TransitionPoseEvaluatorNodeDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/TransitionPoseEvaluatorNodeDetails.cpp index a551a5e444b7..7aae1e8d5806 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/TransitionPoseEvaluatorNodeDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/TransitionPoseEvaluatorNodeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/TransitionPoseEvaluatorNodeDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/TransitionPoseEvaluatorNodeDetails.h index e97e00d7492b..d66e159eeb43 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/TransitionPoseEvaluatorNodeDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/TransitionPoseEvaluatorNodeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/VehicleTransmissionDataCustomization.cpp b/Engine/Source/Editor/DetailCustomizations/Private/VehicleTransmissionDataCustomization.cpp index f150e18b7a61..bd57eeab2a30 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/VehicleTransmissionDataCustomization.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/VehicleTransmissionDataCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "VehicleTransmissionDataCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/VehicleTransmissionDataCustomization.h b/Engine/Source/Editor/DetailCustomizations/Private/VehicleTransmissionDataCustomization.h index cf0ba70db1ec..b3ca2b1ccb8e 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/VehicleTransmissionDataCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/VehicleTransmissionDataCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTypeCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/WheeledVehicleMovementComponent4WDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/WheeledVehicleMovementComponent4WDetails.cpp index b293b80f2a4d..42d15ea29b59 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/WheeledVehicleMovementComponent4WDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/WheeledVehicleMovementComponent4WDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "WheeledVehicleMovementComponent4WDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/WheeledVehicleMovementComponent4WDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/WheeledVehicleMovementComponent4WDetails.h index 3d2ad3b1fe3b..9accd88150e3 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/WheeledVehicleMovementComponent4WDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/WheeledVehicleMovementComponent4WDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/WindowsTargetSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/WindowsTargetSettingsDetails.cpp index 2c23b128a61f..d72bc9c04d41 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/WindowsTargetSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/WindowsTargetSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "WindowsTargetSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/WindowsTargetSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/WindowsTargetSettingsDetails.h index e16c430dd53e..2bcd1d662f18 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/WindowsTargetSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/WindowsTargetSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Private/WorldSettingsDetails.cpp b/Engine/Source/Editor/DetailCustomizations/Private/WorldSettingsDetails.cpp index 6555192e0d1d..4dc841b79811 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/WorldSettingsDetails.cpp +++ b/Engine/Source/Editor/DetailCustomizations/Private/WorldSettingsDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DetailCustomizationsPrivatePCH.h" #include "WorldSettingsDetails.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Private/WorldSettingsDetails.h b/Engine/Source/Editor/DetailCustomizations/Private/WorldSettingsDetails.h index 9657e8c526b0..15aec216517c 100644 --- a/Engine/Source/Editor/DetailCustomizations/Private/WorldSettingsDetails.h +++ b/Engine/Source/Editor/DetailCustomizations/Private/WorldSettingsDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Public/ActorDetailsDelegates.h b/Engine/Source/Editor/DetailCustomizations/Public/ActorDetailsDelegates.h index 741548d02560..1b8a7ed32744 100644 --- a/Engine/Source/Editor/DetailCustomizations/Public/ActorDetailsDelegates.h +++ b/Engine/Source/Editor/DetailCustomizations/Public/ActorDetailsDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Public/Customizations/MobilityCustomization.h b/Engine/Source/Editor/DetailCustomizations/Public/Customizations/MobilityCustomization.h index 97c8fefbe942..b2fed4367c6b 100644 --- a/Engine/Source/Editor/DetailCustomizations/Public/Customizations/MobilityCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Public/Customizations/MobilityCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPropertyHandle; diff --git a/Engine/Source/Editor/DetailCustomizations/Public/Customizations/SlateBrushCustomization.h b/Engine/Source/Editor/DetailCustomizations/Public/Customizations/SlateBrushCustomization.h index c3ce352e7346..180c283120ba 100644 --- a/Engine/Source/Editor/DetailCustomizations/Public/Customizations/SlateBrushCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Public/Customizations/SlateBrushCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTypeCustomization.h" diff --git a/Engine/Source/Editor/DetailCustomizations/Public/Customizations/SlateFontInfoCustomization.h b/Engine/Source/Editor/DetailCustomizations/Public/Customizations/SlateFontInfoCustomization.h index 6c5b2415113d..b8ed98c06c11 100644 --- a/Engine/Source/Editor/DetailCustomizations/Public/Customizations/SlateFontInfoCustomization.h +++ b/Engine/Source/Editor/DetailCustomizations/Public/Customizations/SlateFontInfoCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DetailCustomizations/Public/DetailCustomizations.h b/Engine/Source/Editor/DetailCustomizations/Public/DetailCustomizations.h index fc9c9ca5b237..58013b34c9c7 100644 --- a/Engine/Source/Editor/DetailCustomizations/Public/DetailCustomizations.h +++ b/Engine/Source/Editor/DetailCustomizations/Public/DetailCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/DeviceProfileEditor.Build.cs b/Engine/Source/Editor/DeviceProfileEditor/DeviceProfileEditor.Build.cs index a4a937cd6c90..e6b2e7da6781 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/DeviceProfileEditor.Build.cs +++ b/Engine/Source/Editor/DeviceProfileEditor/DeviceProfileEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/DetailsPanel/SDeviceProfileDetailsPanel.cpp b/Engine/Source/Editor/DeviceProfileEditor/Private/DetailsPanel/SDeviceProfileDetailsPanel.cpp index 2afeabfb27da..4342b5b794f1 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/DetailsPanel/SDeviceProfileDetailsPanel.cpp +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/DetailsPanel/SDeviceProfileDetailsPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceProfileEditorPCH.h" #include "DeviceProfiles/DeviceProfile.h" diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/DetailsPanel/SDeviceProfileDetailsPanel.h b/Engine/Source/Editor/DeviceProfileEditor/Private/DetailsPanel/SDeviceProfileDetailsPanel.h index 028dff9ef860..7f98b9e7035d 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/DetailsPanel/SDeviceProfileDetailsPanel.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/DetailsPanel/SDeviceProfileDetailsPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileConsoleVariableColumn.cpp b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileConsoleVariableColumn.cpp index fcea775ed16e..e0a889bba2a3 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileConsoleVariableColumn.cpp +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileConsoleVariableColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Module includes #include "DeviceProfileEditorPCH.h" diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileConsoleVariableColumn.h b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileConsoleVariableColumn.h index 36d94a6c07a9..e954e33c7530 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileConsoleVariableColumn.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileConsoleVariableColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileEditorModule.cpp b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileEditorModule.cpp index fcefef655f06..c302fc309d83 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileEditorModule.cpp +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceProfileEditorPCH.h" #include "WorkspaceMenuStructureModule.h" diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileEditorPCH.h b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileEditorPCH.h index 53c1c7e73e11..025bc678995f 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileEditorPCH.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileEditorPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileTextureLODSettingsColumn.cpp b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileTextureLODSettingsColumn.cpp index aa8f326f2f19..047f89c2e129 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileTextureLODSettingsColumn.cpp +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileTextureLODSettingsColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Module includes #include "DeviceProfileEditorPCH.h" diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileTextureLODSettingsColumn.h b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileTextureLODSettingsColumn.h index 039ef32010db..748019fb32af 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileTextureLODSettingsColumn.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/DeviceProfileTextureLODSettingsColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileCreateProfilePanel.cpp b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileCreateProfilePanel.cpp index 115754f5c8dc..e3b0290d2340 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileCreateProfilePanel.cpp +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileCreateProfilePanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceProfileEditorPCH.h" #include "DeviceProfiles/DeviceProfileManager.h" diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileCreateProfilePanel.h b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileCreateProfilePanel.h index 31660a4283eb..9d66b8d22e17 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileCreateProfilePanel.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileCreateProfilePanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditor.cpp b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditor.cpp index 11c49ba4be28..fc32493860aa 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditor.cpp +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceProfileEditorPCH.h" diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditor.h b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditor.h index f27788a221f5..ee8d86e19431 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditor.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditorSingleProfileView.cpp b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditorSingleProfileView.cpp index a8ef50f704e8..8e7f615bbba9 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditorSingleProfileView.cpp +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditorSingleProfileView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceProfileEditorPCH.h" #include "DeviceProfiles/DeviceProfile.h" diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditorSingleProfileView.h b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditorSingleProfileView.h index 7262a7787a67..badc62e7374a 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditorSingleProfileView.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileEditorSingleProfileView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileSelectionPanel.cpp b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileSelectionPanel.cpp index db1f8dee1186..63874bfd5487 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileSelectionPanel.cpp +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileSelectionPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceProfileEditorPCH.h" #include "DeviceProfiles/DeviceProfile.h" diff --git a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileSelectionPanel.h b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileSelectionPanel.h index 48147764dd6c..3d9eac70b467 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileSelectionPanel.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Private/SDeviceProfileSelectionPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Public/DeviceProfileEditor.h b/Engine/Source/Editor/DeviceProfileEditor/Public/DeviceProfileEditor.h index 2a7505d97c76..8ff948bc9f45 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Public/DeviceProfileEditor.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Public/DeviceProfileEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileEditor/Public/DeviceProfileEditorModule.h b/Engine/Source/Editor/DeviceProfileEditor/Public/DeviceProfileEditorModule.h index 915cf5adb641..4efbfe9d13d9 100644 --- a/Engine/Source/Editor/DeviceProfileEditor/Public/DeviceProfileEditorModule.h +++ b/Engine/Source/Editor/DeviceProfileEditor/Public/DeviceProfileEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Editor/DeviceProfileServices/DeviceProfileServices.Build.cs b/Engine/Source/Editor/DeviceProfileServices/DeviceProfileServices.Build.cs index 9dac6d73dda3..cb6a3e03d855 100644 --- a/Engine/Source/Editor/DeviceProfileServices/DeviceProfileServices.Build.cs +++ b/Engine/Source/Editor/DeviceProfileServices/DeviceProfileServices.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesModule.cpp b/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesModule.cpp index acaf2bb4d730..005a03f404ee 100644 --- a/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesModule.cpp +++ b/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceProfileServicesPCH.h" diff --git a/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesPCH.h b/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesPCH.h index 6d727d5eeb60..59043af5566a 100644 --- a/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesPCH.h +++ b/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesUIManager.cpp b/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesUIManager.cpp index 33cbd48376ae..2699248a8673 100644 --- a/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesUIManager.cpp +++ b/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesUIManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DeviceProfileServicesPCH.h" #include "DeviceProfiles/DeviceProfileManager.h" diff --git a/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesUIManager.h b/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesUIManager.h index 274da9cde087..8c780082e04d 100644 --- a/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesUIManager.h +++ b/Engine/Source/Editor/DeviceProfileServices/Private/DeviceProfileServicesUIManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileServices/Public/DeviceProfileServices.h b/Engine/Source/Editor/DeviceProfileServices/Public/DeviceProfileServices.h index 46d832801435..3cd7e7bc720d 100644 --- a/Engine/Source/Editor/DeviceProfileServices/Public/DeviceProfileServices.h +++ b/Engine/Source/Editor/DeviceProfileServices/Public/DeviceProfileServices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesModule.h b/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesModule.h index ba6599dc3bbe..4ac42da9965a 100644 --- a/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesModule.h +++ b/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesUIManager.h b/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesUIManager.h index d3ed29c12938..e6c7ec92bb28 100644 --- a/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesUIManager.h +++ b/Engine/Source/Editor/DeviceProfileServices/Public/IDeviceProfileServicesUIManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DistCurveEditor/DistCurveEditor.Build.cs b/Engine/Source/Editor/DistCurveEditor/DistCurveEditor.Build.cs index 5f8de1b910e6..a8a61bc2e172 100644 --- a/Engine/Source/Editor/DistCurveEditor/DistCurveEditor.Build.cs +++ b/Engine/Source/Editor/DistCurveEditor/DistCurveEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorActions.cpp b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorActions.cpp index a5b64fa76317..1776f39c9502 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorActions.cpp +++ b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DistCurveEditorModule.h" #include "CurveEditorActions.h" diff --git a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorActions.h b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorActions.h index 0594cde2ddd4..b740f67600ee 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorActions.h +++ b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorHitProxies.cpp b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorHitProxies.cpp index 8108cc75405d..599d4241d5ad 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorHitProxies.cpp +++ b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorHitProxies.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DistCurveEditorModule.h" #include "CurveEditorHitProxies.h" diff --git a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorHitProxies.h b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorHitProxies.h index 10a70cc84fe4..37a7c2d3bd14 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorHitProxies.h +++ b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorHitProxies.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorSharedData.cpp b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorSharedData.cpp index 5ee05a1861f7..972a61a13ed0 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorSharedData.cpp +++ b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorSharedData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DistCurveEditorModule.h" #include "SDistributionCurveEditor.h" diff --git a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorSharedData.h b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorSharedData.h index 7dc6c02f1a01..0035a5c08d6d 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorSharedData.h +++ b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorSharedData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorViewportClient.cpp b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorViewportClient.cpp index df9da596dc0e..b4f6683359d6 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorViewportClient.cpp +++ b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DistCurveEditorModule.h" #include "SDistributionCurveEditor.h" diff --git a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorViewportClient.h b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorViewportClient.h index 81d41b6c7226..7b9130c50a2d 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorViewportClient.h +++ b/Engine/Source/Editor/DistCurveEditor/Private/CurveEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DistCurveEditor/Private/DistCurveEditorModule.cpp b/Engine/Source/Editor/DistCurveEditor/Private/DistCurveEditorModule.cpp index 55f03bef2c17..1dd9a004cbdb 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/DistCurveEditorModule.cpp +++ b/Engine/Source/Editor/DistCurveEditor/Private/DistCurveEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DistCurveEditorModule.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/DistCurveEditor/Private/SCurveEditorViewport.cpp b/Engine/Source/Editor/DistCurveEditor/Private/SCurveEditorViewport.cpp index 32b71f6afc45..f44aeed8ba4f 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/SCurveEditorViewport.cpp +++ b/Engine/Source/Editor/DistCurveEditor/Private/SCurveEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DistCurveEditorModule.h" #include "SDistributionCurveEditor.h" diff --git a/Engine/Source/Editor/DistCurveEditor/Private/SCurveEditorViewport.h b/Engine/Source/Editor/DistCurveEditor/Private/SCurveEditorViewport.h index 9d33249b6693..fa3eda735408 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/SCurveEditorViewport.h +++ b/Engine/Source/Editor/DistCurveEditor/Private/SCurveEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DistCurveEditor/Private/SDistributionCurveEditor.cpp b/Engine/Source/Editor/DistCurveEditor/Private/SDistributionCurveEditor.cpp index f45dac2a9689..7446256c2c13 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/SDistributionCurveEditor.cpp +++ b/Engine/Source/Editor/DistCurveEditor/Private/SDistributionCurveEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DistCurveEditorModule.h" #include "SCurveEditorViewport.h" diff --git a/Engine/Source/Editor/DistCurveEditor/Private/SDistributionCurveEditor.h b/Engine/Source/Editor/DistCurveEditor/Private/SDistributionCurveEditor.h index f163b485d739..23c3affdea32 100644 --- a/Engine/Source/Editor/DistCurveEditor/Private/SDistributionCurveEditor.h +++ b/Engine/Source/Editor/DistCurveEditor/Private/SDistributionCurveEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/DistCurveEditor/Public/DistCurveEditorModule.h b/Engine/Source/Editor/DistCurveEditor/Public/DistCurveEditorModule.h index 4415fa864409..df816f60d0ab 100644 --- a/Engine/Source/Editor/DistCurveEditor/Public/DistCurveEditorModule.h +++ b/Engine/Source/Editor/DistCurveEditor/Public/DistCurveEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __DistCurveEditorModule_h__ #define __DistCurveEditorModule_h__ diff --git a/Engine/Source/Editor/DistCurveEditor/Public/IDistCurveEditor.h b/Engine/Source/Editor/DistCurveEditor/Public/IDistCurveEditor.h index 82dc1e86bff4..bf717ca9fa9e 100644 --- a/Engine/Source/Editor/DistCurveEditor/Public/IDistCurveEditor.h +++ b/Engine/Source/Editor/DistCurveEditor/Public/IDistCurveEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Documentation/Documentation.Build.cs b/Engine/Source/Editor/Documentation/Documentation.Build.cs index 35298d61e38a..bfc2620b3ea3 100644 --- a/Engine/Source/Editor/Documentation/Documentation.Build.cs +++ b/Engine/Source/Editor/Documentation/Documentation.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/Documentation/Private/Documentation.cpp b/Engine/Source/Editor/Documentation/Private/Documentation.cpp index 14a58beb06a5..f775cff25091 100644 --- a/Engine/Source/Editor/Documentation/Private/Documentation.cpp +++ b/Engine/Source/Editor/Documentation/Private/Documentation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DocumentationModulePrivatePCH.h" #include "Documentation.h" diff --git a/Engine/Source/Editor/Documentation/Private/Documentation.h b/Engine/Source/Editor/Documentation/Private/Documentation.h index b0b6c68ce12a..48efcee9ea34 100644 --- a/Engine/Source/Editor/Documentation/Private/Documentation.h +++ b/Engine/Source/Editor/Documentation/Private/Documentation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDocumentation.h" diff --git a/Engine/Source/Editor/Documentation/Private/DocumentationLink.h b/Engine/Source/Editor/Documentation/Private/DocumentationLink.h index 13f3747fec93..4877be1890e5 100644 --- a/Engine/Source/Editor/Documentation/Private/DocumentationLink.h +++ b/Engine/Source/Editor/Documentation/Private/DocumentationLink.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FDocumentationLink diff --git a/Engine/Source/Editor/Documentation/Private/DocumentationModule.cpp b/Engine/Source/Editor/Documentation/Private/DocumentationModule.cpp index 30ead9af399d..4729eb1cc784 100644 --- a/Engine/Source/Editor/Documentation/Private/DocumentationModule.cpp +++ b/Engine/Source/Editor/Documentation/Private/DocumentationModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DocumentationModulePrivatePCH.h" #include "Documentation.h" diff --git a/Engine/Source/Editor/Documentation/Private/DocumentationModulePrivatePCH.h b/Engine/Source/Editor/Documentation/Private/DocumentationModulePrivatePCH.h index 8ae5841efd6b..c8e351a60bf7 100644 --- a/Engine/Source/Editor/Documentation/Private/DocumentationModulePrivatePCH.h +++ b/Engine/Source/Editor/Documentation/Private/DocumentationModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SlateBasics.h" diff --git a/Engine/Source/Editor/Documentation/Private/DocumentationPage.cpp b/Engine/Source/Editor/Documentation/Private/DocumentationPage.cpp index ec37f60128c1..f41eb5744b99 100644 --- a/Engine/Source/Editor/Documentation/Private/DocumentationPage.cpp +++ b/Engine/Source/Editor/Documentation/Private/DocumentationPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DocumentationModulePrivatePCH.h" #include "UDNParser.h" diff --git a/Engine/Source/Editor/Documentation/Private/DocumentationPage.h b/Engine/Source/Editor/Documentation/Private/DocumentationPage.h index 6e34d798c7b6..a871a4434987 100644 --- a/Engine/Source/Editor/Documentation/Private/DocumentationPage.h +++ b/Engine/Source/Editor/Documentation/Private/DocumentationPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDocumentationPage.h" diff --git a/Engine/Source/Editor/Documentation/Private/SDocumentationAnchor.cpp b/Engine/Source/Editor/Documentation/Private/SDocumentationAnchor.cpp index 91bd1bd59d13..2bdfb14fbf1f 100644 --- a/Engine/Source/Editor/Documentation/Private/SDocumentationAnchor.cpp +++ b/Engine/Source/Editor/Documentation/Private/SDocumentationAnchor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DocumentationModulePrivatePCH.h" #include "SDocumentationAnchor.h" diff --git a/Engine/Source/Editor/Documentation/Private/SDocumentationAnchor.h b/Engine/Source/Editor/Documentation/Private/SDocumentationAnchor.h index e2e1cb4c0ce8..823c00241a26 100644 --- a/Engine/Source/Editor/Documentation/Private/SDocumentationAnchor.h +++ b/Engine/Source/Editor/Documentation/Private/SDocumentationAnchor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SDocumentationAnchor : public SCompoundWidget diff --git a/Engine/Source/Editor/Documentation/Private/SDocumentationToolTip.cpp b/Engine/Source/Editor/Documentation/Private/SDocumentationToolTip.cpp index 56b79d80d5e7..df288165d648 100644 --- a/Engine/Source/Editor/Documentation/Private/SDocumentationToolTip.cpp +++ b/Engine/Source/Editor/Documentation/Private/SDocumentationToolTip.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DocumentationModulePrivatePCH.h" #include "SDocumentationToolTip.h" diff --git a/Engine/Source/Editor/Documentation/Private/UDNParser.cpp b/Engine/Source/Editor/Documentation/Private/UDNParser.cpp index 55fd947dddea..0af6d6d9d78c 100644 --- a/Engine/Source/Editor/Documentation/Private/UDNParser.cpp +++ b/Engine/Source/Editor/Documentation/Private/UDNParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DocumentationModulePrivatePCH.h" #include "UDNParser.h" diff --git a/Engine/Source/Editor/Documentation/Private/UDNParser.h b/Engine/Source/Editor/Documentation/Private/UDNParser.h index 68a4dad1ee2a..5f5f40b3d2ba 100644 --- a/Engine/Source/Editor/Documentation/Private/UDNParser.h +++ b/Engine/Source/Editor/Documentation/Private/UDNParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** Stores all the metadata that a UDN page can have */ diff --git a/Engine/Source/Editor/Documentation/Public/IDocumentation.h b/Engine/Source/Editor/Documentation/Public/IDocumentation.h index 81cc49b9baeb..6c0c21e4b7cf 100644 --- a/Engine/Source/Editor/Documentation/Public/IDocumentation.h +++ b/Engine/Source/Editor/Documentation/Public/IDocumentation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDocumentationModule.h" diff --git a/Engine/Source/Editor/Documentation/Public/IDocumentationModule.h b/Engine/Source/Editor/Documentation/Public/IDocumentationModule.h index ba4fb2bf85a4..89a11c9d6657 100644 --- a/Engine/Source/Editor/Documentation/Public/IDocumentationModule.h +++ b/Engine/Source/Editor/Documentation/Public/IDocumentationModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Documentation/Public/IDocumentationPage.h b/Engine/Source/Editor/Documentation/Public/IDocumentationPage.h index 668ec416f925..3443f22037ef 100644 --- a/Engine/Source/Editor/Documentation/Public/IDocumentationPage.h +++ b/Engine/Source/Editor/Documentation/Public/IDocumentationPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDocumentationModule.h" diff --git a/Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h b/Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h index 81c40d2c392b..8a0e5b3ab4a3 100644 --- a/Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h +++ b/Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDocumentationPage.h" diff --git a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.Build.cs b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.Build.cs index 60829da9ecfa..3a2aff9f091f 100644 --- a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.Build.cs +++ b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.cpp b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.cpp index 0de8bc90b2e2..b0fec122453d 100644 --- a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.cpp +++ b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorLiveStreamingModule.h" #include "EditorLiveStreaming.h" #include "EditorLiveStreamingSettings.h" diff --git a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.h b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.h index 59c6d873f207..9759c06d21ee 100644 --- a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.h +++ b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IEditorLiveStreaming.h" diff --git a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingModule.h b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingModule.h index 5440f97d7bc8..13b1f159c6b8 100644 --- a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingModule.h +++ b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealEd.h" diff --git a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingSettings.cpp b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingSettings.cpp index a33473c32fab..c409b197004b 100644 --- a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingSettings.cpp +++ b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorLiveStreamingModule.h" #include "EditorLiveStreamingSettings.h" diff --git a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingSettings.h b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingSettings.h index 0372103e6b98..ae8793356834 100644 --- a/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingSettings.h +++ b/Engine/Source/Editor/EditorLiveStreaming/EditorLiveStreamingSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorLiveStreamingSettings.generated.h" diff --git a/Engine/Source/Editor/EditorLiveStreaming/Public/IEditorLiveStreaming.h b/Engine/Source/Editor/EditorLiveStreaming/Public/IEditorLiveStreaming.h index 1d8540ed9b88..6d6b607f9c54 100644 --- a/Engine/Source/Editor/EditorLiveStreaming/Public/IEditorLiveStreaming.h +++ b/Engine/Source/Editor/EditorLiveStreaming/Public/IEditorLiveStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleManager.h" diff --git a/Engine/Source/Editor/EditorSettingsViewer/EditorSettingsViewer.Build.cs b/Engine/Source/Editor/EditorSettingsViewer/EditorSettingsViewer.Build.cs index 631691548a58..c05bf86d9dad 100644 --- a/Engine/Source/Editor/EditorSettingsViewer/EditorSettingsViewer.Build.cs +++ b/Engine/Source/Editor/EditorSettingsViewer/EditorSettingsViewer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/EditorSettingsViewer/Private/EditorSettingsViewerModule.cpp b/Engine/Source/Editor/EditorSettingsViewer/Private/EditorSettingsViewerModule.cpp index b04471a3afbe..e16bbc9556b1 100644 --- a/Engine/Source/Editor/EditorSettingsViewer/Private/EditorSettingsViewerModule.cpp +++ b/Engine/Source/Editor/EditorSettingsViewer/Private/EditorSettingsViewerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorSettingsViewerPrivatePCH.h" #include "ISettingsCategory.h" diff --git a/Engine/Source/Editor/EditorSettingsViewer/Private/EditorSettingsViewerPrivatePCH.h b/Engine/Source/Editor/EditorSettingsViewer/Private/EditorSettingsViewerPrivatePCH.h index f5c6387105ff..aac471c2c815 100644 --- a/Engine/Source/Editor/EditorSettingsViewer/Private/EditorSettingsViewerPrivatePCH.h +++ b/Engine/Source/Editor/EditorSettingsViewer/Private/EditorSettingsViewerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorStyle/EditorStyle.Build.cs b/Engine/Source/Editor/EditorStyle/EditorStyle.Build.cs index 21ea574817a6..411e8b2c7d27 100644 --- a/Engine/Source/Editor/EditorStyle/EditorStyle.Build.cs +++ b/Engine/Source/Editor/EditorStyle/EditorStyle.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/EditorStyle/Private/EditorFontGlyphs.cpp b/Engine/Source/Editor/EditorStyle/Private/EditorFontGlyphs.cpp index 5e5e8ff3beef..a36432082e80 100644 --- a/Engine/Source/Editor/EditorStyle/Private/EditorFontGlyphs.cpp +++ b/Engine/Source/Editor/EditorStyle/Private/EditorFontGlyphs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorStylePrivatePCH.h" diff --git a/Engine/Source/Editor/EditorStyle/Private/EditorStyleClasses.cpp b/Engine/Source/Editor/EditorStyle/Private/EditorStyleClasses.cpp index b2720a920de4..ae7ac0d75056 100644 --- a/Engine/Source/Editor/EditorStyle/Private/EditorStyleClasses.cpp +++ b/Engine/Source/Editor/EditorStyle/Private/EditorStyleClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorStylePrivatePCH.h" diff --git a/Engine/Source/Editor/EditorStyle/Private/EditorStyleModule.cpp b/Engine/Source/Editor/EditorStyle/Private/EditorStyleModule.cpp index 802c22a77658..b3b6d2775f56 100644 --- a/Engine/Source/Editor/EditorStyle/Private/EditorStyleModule.cpp +++ b/Engine/Source/Editor/EditorStyle/Private/EditorStyleModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorStylePrivatePCH.h" diff --git a/Engine/Source/Editor/EditorStyle/Private/EditorStylePrivatePCH.h b/Engine/Source/Editor/EditorStyle/Private/EditorStylePrivatePCH.h index 569b64dfbec2..f2336945502c 100644 --- a/Engine/Source/Editor/EditorStyle/Private/EditorStylePrivatePCH.h +++ b/Engine/Source/Editor/EditorStyle/Private/EditorStylePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorStyle/Private/EditorStyleSet.cpp b/Engine/Source/Editor/EditorStyle/Private/EditorStyleSet.cpp index 40d27b849fbf..9cb90fded1a4 100644 --- a/Engine/Source/Editor/EditorStyle/Private/EditorStyleSet.cpp +++ b/Engine/Source/Editor/EditorStyle/Private/EditorStyleSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorStylePrivatePCH.h" diff --git a/Engine/Source/Editor/EditorStyle/Private/SlateEditorStyle.cpp b/Engine/Source/Editor/EditorStyle/Private/SlateEditorStyle.cpp index 016ed1650bf3..a878625397b0 100644 --- a/Engine/Source/Editor/EditorStyle/Private/SlateEditorStyle.cpp +++ b/Engine/Source/Editor/EditorStyle/Private/SlateEditorStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorStylePrivatePCH.h" diff --git a/Engine/Source/Editor/EditorStyle/Private/SlateEditorStyle.h b/Engine/Source/Editor/EditorStyle/Private/SlateEditorStyle.h index ce06d5bdba0b..93f292376b26 100644 --- a/Engine/Source/Editor/EditorStyle/Private/SlateEditorStyle.h +++ b/Engine/Source/Editor/EditorStyle/Private/SlateEditorStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorStyle/Public/Classes/EditorStyleSettings.h b/Engine/Source/Editor/EditorStyle/Public/Classes/EditorStyleSettings.h index 73382af8c088..c8d4b9cb626c 100644 --- a/Engine/Source/Editor/EditorStyle/Public/Classes/EditorStyleSettings.h +++ b/Engine/Source/Editor/EditorStyle/Public/Classes/EditorStyleSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorStyle/Public/EditorFontGlyphs.h b/Engine/Source/Editor/EditorStyle/Public/EditorFontGlyphs.h index 866f5ebc531b..d6bfe4509e11 100644 --- a/Engine/Source/Editor/EditorStyle/Public/EditorFontGlyphs.h +++ b/Engine/Source/Editor/EditorStyle/Public/EditorFontGlyphs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorStyle/Public/EditorStyle.h b/Engine/Source/Editor/EditorStyle/Public/EditorStyle.h index 3211a70c45b2..aa34a0d51dae 100644 --- a/Engine/Source/Editor/EditorStyle/Public/EditorStyle.h +++ b/Engine/Source/Editor/EditorStyle/Public/EditorStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorStyle/Public/EditorStyleSet.h b/Engine/Source/Editor/EditorStyle/Public/EditorStyleSet.h index 7069ef18cdc7..4f26ec615f8a 100644 --- a/Engine/Source/Editor/EditorStyle/Public/EditorStyleSet.h +++ b/Engine/Source/Editor/EditorStyle/Public/EditorStyleSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Editor/EditorStyle/Public/Interfaces/IEditorStyleModule.h b/Engine/Source/Editor/EditorStyle/Public/Interfaces/IEditorStyleModule.h index 853f475c628a..09cdc7be9351 100644 --- a/Engine/Source/Editor/EditorStyle/Public/Interfaces/IEditorStyleModule.h +++ b/Engine/Source/Editor/EditorStyle/Public/Interfaces/IEditorStyleModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/EditorWidgets.Build.cs b/Engine/Source/Editor/EditorWidgets/EditorWidgets.Build.cs index 339de1ccd5a9..0b1dd9deeb7a 100644 --- a/Engine/Source/Editor/EditorWidgets/EditorWidgets.Build.cs +++ b/Engine/Source/Editor/EditorWidgets/EditorWidgets.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp b/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp index 2730b3c07dfd..a3cfcc3602d9 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp +++ b/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorWidgetsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsPrivatePCH.h b/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsPrivatePCH.h index 086eb5eff90a..e9bc73387854 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsPrivatePCH.h +++ b/Engine/Source/Editor/EditorWidgets/Private/EditorWidgetsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Private/SAssetDiscoveryIndicator.cpp b/Engine/Source/Editor/EditorWidgets/Private/SAssetDiscoveryIndicator.cpp index ddfd7e25991c..95b9dba785ac 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/SAssetDiscoveryIndicator.cpp +++ b/Engine/Source/Editor/EditorWidgets/Private/SAssetDiscoveryIndicator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorWidgetsPrivatePCH.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Editor/EditorWidgets/Private/SAssetDiscoveryIndicator.h b/Engine/Source/Editor/EditorWidgets/Private/SAssetDiscoveryIndicator.h index fe9b35ebfe39..abb717133627 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/SAssetDiscoveryIndicator.h +++ b/Engine/Source/Editor/EditorWidgets/Private/SAssetDiscoveryIndicator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Private/SAssetDropTarget.cpp b/Engine/Source/Editor/EditorWidgets/Private/SAssetDropTarget.cpp index 1107abfcb1aa..e3f7cf1de200 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/SAssetDropTarget.cpp +++ b/Engine/Source/Editor/EditorWidgets/Private/SAssetDropTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorWidgetsPrivatePCH.h" #include "SAssetDropTarget.h" diff --git a/Engine/Source/Editor/EditorWidgets/Private/SAssetSearchBox.cpp b/Engine/Source/Editor/EditorWidgets/Private/SAssetSearchBox.cpp index e2474b091405..06e1f16ee9fa 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/SAssetSearchBox.cpp +++ b/Engine/Source/Editor/EditorWidgets/Private/SAssetSearchBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorWidgetsPrivatePCH.h" #include "SAssetSearchBox.h" diff --git a/Engine/Source/Editor/EditorWidgets/Private/SDropTarget.cpp b/Engine/Source/Editor/EditorWidgets/Private/SDropTarget.cpp index bb14856bf76b..922334a1f6a6 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/SDropTarget.cpp +++ b/Engine/Source/Editor/EditorWidgets/Private/SDropTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorWidgetsPrivatePCH.h" diff --git a/Engine/Source/Editor/EditorWidgets/Private/SObjectNameEditableTextBox.cpp b/Engine/Source/Editor/EditorWidgets/Private/SObjectNameEditableTextBox.cpp index 0d84b132d6c6..c972dd48d72a 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/SObjectNameEditableTextBox.cpp +++ b/Engine/Source/Editor/EditorWidgets/Private/SObjectNameEditableTextBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorWidgetsPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/EditorWidgets/Private/SObjectNameEditableTextBox.h b/Engine/Source/Editor/EditorWidgets/Private/SObjectNameEditableTextBox.h index 43c0421e9229..988ed53dc610 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/SObjectNameEditableTextBox.h +++ b/Engine/Source/Editor/EditorWidgets/Private/SObjectNameEditableTextBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Private/STransportControl.cpp b/Engine/Source/Editor/EditorWidgets/Private/STransportControl.cpp index 07a2c31e3236..7c3d0da7dee5 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/STransportControl.cpp +++ b/Engine/Source/Editor/EditorWidgets/Private/STransportControl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EditorWidgetsPrivatePCH.h" #include "STransportControl.h" diff --git a/Engine/Source/Editor/EditorWidgets/Private/STransportControl.h b/Engine/Source/Editor/EditorWidgets/Private/STransportControl.h index 78b16646d922..e4690b94e5b5 100644 --- a/Engine/Source/Editor/EditorWidgets/Private/STransportControl.h +++ b/Engine/Source/Editor/EditorWidgets/Private/STransportControl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Public/AssetDiscoveryIndicator.h b/Engine/Source/Editor/EditorWidgets/Public/AssetDiscoveryIndicator.h index 1241045e6588..b6656153b7a5 100644 --- a/Engine/Source/Editor/EditorWidgets/Public/AssetDiscoveryIndicator.h +++ b/Engine/Source/Editor/EditorWidgets/Public/AssetDiscoveryIndicator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Public/EditorWidgets.h b/Engine/Source/Editor/EditorWidgets/Public/EditorWidgets.h index 2263626f69fa..175d42c60028 100644 --- a/Engine/Source/Editor/EditorWidgets/Public/EditorWidgets.h +++ b/Engine/Source/Editor/EditorWidgets/Public/EditorWidgets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h b/Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h index 9619047280b6..932f52b2a618 100644 --- a/Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h +++ b/Engine/Source/Editor/EditorWidgets/Public/EditorWidgetsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Public/ITransportControl.h b/Engine/Source/Editor/EditorWidgets/Public/ITransportControl.h index ee948eeb6675..f63266fdb704 100644 --- a/Engine/Source/Editor/EditorWidgets/Public/ITransportControl.h +++ b/Engine/Source/Editor/EditorWidgets/Public/ITransportControl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Public/SAssetDropTarget.h b/Engine/Source/Editor/EditorWidgets/Public/SAssetDropTarget.h index 32fe34fc111c..fb96eb2e46e5 100644 --- a/Engine/Source/Editor/EditorWidgets/Public/SAssetDropTarget.h +++ b/Engine/Source/Editor/EditorWidgets/Public/SAssetDropTarget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Public/SAssetSearchBox.h b/Engine/Source/Editor/EditorWidgets/Public/SAssetSearchBox.h index 72ed842a8415..b02780b7d88a 100644 --- a/Engine/Source/Editor/EditorWidgets/Public/SAssetSearchBox.h +++ b/Engine/Source/Editor/EditorWidgets/Public/SAssetSearchBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h b/Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h index b81447f1be6b..71d826e583f4 100644 --- a/Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h +++ b/Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EdGraphSchema_EnvironmentQuery.h b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EdGraphSchema_EnvironmentQuery.h index f5ccf9c85153..ddd43be4ef86 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EdGraphSchema_EnvironmentQuery.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EdGraphSchema_EnvironmentQuery.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryFactory.h b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryFactory.h index 26632bf6a638..cf0860fbcb2e 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryFactory.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EnvironmentQueryFactory.generated.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraph.h b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraph.h index fb9b51f30b82..c186ee88acf0 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraph.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AIGraph.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode.h b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode.h index 3fe84be33d05..168ebc20e43a 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Option.h b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Option.h index 7e1b0accb548..e7956a461dbf 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Option.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Option.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EnvironmentQueryGraphNode_Option.generated.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Root.h b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Root.h index b2220c2c1ee7..2927017045d6 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Root.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Root.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EnvironmentQueryGraphNode_Root.generated.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Test.h b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Test.h index b7d8a9ecf310..7824978d1867 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Test.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Classes/EnvironmentQueryGraphNode_Test.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EnvironmentQueryGraphNode_Test.generated.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/EnvironmentQueryEditor.Build.cs b/Engine/Source/Editor/EnvironmentQueryEditor/EnvironmentQueryEditor.Build.cs index 25f4d8d9026b..f96e5a09be0d 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/EnvironmentQueryEditor.Build.cs +++ b/Engine/Source/Editor/EnvironmentQueryEditor/EnvironmentQueryEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/AssetTypeActions_EnvironmentQuery.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/AssetTypeActions_EnvironmentQuery.cpp index 1562c6183c02..e09b278ce781 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/AssetTypeActions_EnvironmentQuery.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/AssetTypeActions_EnvironmentQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "Toolkits/AssetEditorManager.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/AssetTypeActions_EnvironmentQuery.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/AssetTypeActions_EnvironmentQuery.h index 5dc310d38e27..ba5d756ed194 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/AssetTypeActions_EnvironmentQuery.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/AssetTypeActions_EnvironmentQuery.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetTypeActions_Base.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvDirectionCustomization.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvDirectionCustomization.cpp index afbd8127269b..c9d1f2fac76f 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvDirectionCustomization.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvDirectionCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "EnvDirectionCustomization.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvDirectionCustomization.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvDirectionCustomization.h index c66a6ff2436c..c2a64b3a6a6d 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvDirectionCustomization.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvDirectionCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvQueryTestDetails.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvQueryTestDetails.cpp index 62446859548d..019f9e34e122 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvQueryTestDetails.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvQueryTestDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "EnvQueryTestDetails.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvQueryTestDetails.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvQueryTestDetails.h index a4876fc0a9b7..682263481aab 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvQueryTestDetails.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvQueryTestDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvTraceDataCustomization.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvTraceDataCustomization.cpp index 8f80a3398ae7..1e00393bb8a7 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvTraceDataCustomization.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvTraceDataCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "EnvTraceDataCustomization.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvTraceDataCustomization.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvTraceDataCustomization.h index 27f6c650e1cf..a50a2632db46 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvTraceDataCustomization.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/DetailCustomizations/EnvTraceDataCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EdGraphSchema_EnvironmentQuery.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EdGraphSchema_EnvironmentQuery.cpp index be05b068edce..e21f6391028e 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EdGraphSchema_EnvironmentQuery.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EdGraphSchema_EnvironmentQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "EdGraphSchema_EnvironmentQuery.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryColors.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryColors.h index e03f8c2fae9e..15e60252b06f 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryColors.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryColors.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditor.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditor.cpp index 8d762c627c80..3da2a140fd8f 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditor.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "GraphEditorActions.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditor.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditor.h index 9d9b1a7c9b69..4d276b6090b9 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditor.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorModule.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorModule.cpp index 5dedc94a2203..d268f5dcb666 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorModule.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorPrivatePCH.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorPrivatePCH.h index 3fdf9ad04a3f..aace6260a20e 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorPrivatePCH.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryFactory.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryFactory.cpp index 72cc8f0e5124..a48db5eb9ae7 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryFactory.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "EnvironmentQueryFactory.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraph.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraph.cpp index 3df9b67bf687..a5b6a213bbdc 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraph.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "EnvironmentQueryEditorModule.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode.cpp index 610188765a8f..07096bfba6ca 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Option.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Option.cpp index 97795bbaebdf..7f907058d614 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Option.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Option.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Root.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Root.cpp index 2c9950d03636..14469a7de158 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Root.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Root.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Test.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Test.cpp index 7a336c671b92..acbdb9f7c007 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Test.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryGraphNode_Test.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "EnvironmentQuery/EnvQueryTest.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/SGraphNode_EnvironmentQuery.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/SGraphNode_EnvironmentQuery.cpp index 6627afd38916..cfda8f3f969a 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/SGraphNode_EnvironmentQuery.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/SGraphNode_EnvironmentQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/SGraphNode_EnvironmentQuery.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/SGraphNode_EnvironmentQuery.h index 66d5f00c4dd3..7a6b1b5f84ad 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/SGraphNode_EnvironmentQuery.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/SGraphNode_EnvironmentQuery.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/STestFunctionWidget.cpp b/Engine/Source/Editor/EnvironmentQueryEditor/Private/STestFunctionWidget.cpp index 4b9705b9fa68..da7b303016b6 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/STestFunctionWidget.cpp +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/STestFunctionWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnvironmentQueryEditorPrivatePCH.h" #include "STestFunctionWidget.h" diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Private/STestFunctionWidget.h b/Engine/Source/Editor/EnvironmentQueryEditor/Private/STestFunctionWidget.h index acb026883dbe..1c4252745b36 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Private/STestFunctionWidget.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Private/STestFunctionWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Public/EnvironmentQueryEditorModule.h b/Engine/Source/Editor/EnvironmentQueryEditor/Public/EnvironmentQueryEditorModule.h index 34a96ed0b1eb..c53952df19e6 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Public/EnvironmentQueryEditorModule.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Public/EnvironmentQueryEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/EnvironmentQueryEditor/Public/IEnvironmentQueryEditor.h b/Engine/Source/Editor/EnvironmentQueryEditor/Public/IEnvironmentQueryEditor.h index 44c94d445cf6..935015771041 100644 --- a/Engine/Source/Editor/EnvironmentQueryEditor/Public/IEnvironmentQueryEditor.h +++ b/Engine/Source/Editor/EnvironmentQueryEditor/Public/IEnvironmentQueryEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/FoliageEdit.build.cs b/Engine/Source/Editor/FoliageEdit/FoliageEdit.build.cs index d2701dad79e5..36b832bfe1f0 100644 --- a/Engine/Source/Editor/FoliageEdit/FoliageEdit.build.cs +++ b/Engine/Source/Editor/FoliageEdit/FoliageEdit.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/FoliageEdit/Private/ActorFactoryProceduralFoliage.cpp b/Engine/Source/Editor/FoliageEdit/Private/ActorFactoryProceduralFoliage.cpp index 44d57f90143b..1feba11d3147 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/ActorFactoryProceduralFoliage.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/ActorFactoryProceduralFoliage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ActorFactory.cpp: diff --git a/Engine/Source/Editor/FoliageEdit/Private/ActorFactoryProceduralFoliage.h b/Engine/Source/Editor/FoliageEdit/Private/ActorFactoryProceduralFoliage.h index ad043cdf53cc..a3917ef25cf6 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/ActorFactoryProceduralFoliage.h +++ b/Engine/Source/Editor/FoliageEdit/Private/ActorFactoryProceduralFoliage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageEdMode.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageEdMode.cpp index fd5b0ab85252..9b596acbb65f 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageEdMode.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageEdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "StaticMeshResources.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageEdMode.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageEdMode.h index 2b1fe91fffc6..b1f5b310f25d 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageEdMode.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageEdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageEdModeToolkit.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageEdModeToolkit.cpp index 0ff2d9adb5d6..01173fe8fc44 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageEdModeToolkit.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageEdModeToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliageEdModeToolkit.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageEdModeToolkit.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageEdModeToolkit.h index c9d1dc44ad31..ec0a6955ca56 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageEdModeToolkit.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageEdModeToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageEditActions.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageEditActions.cpp index a1d7f1e0ba4a..ae4b5340eeb3 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageEditActions.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageEditActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageEditActions.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageEditActions.h index 679becc42c74..e8a422a1c2da 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageEditActions.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageEditActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageEditModule.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageEditModule.cpp index f70f7adf6add..178615e5645b 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageEditModule.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageEditModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageEditPrivate.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageEditPrivate.h index 1d6d16dd1d54..a3c203c3b35e 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageEditPrivate.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageEditPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PropertyEditing.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteCommands.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteCommands.cpp index d7b9aa6d609c..e3f660836384 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteCommands.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliagePaletteCommands.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteCommands.h b/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteCommands.h index 2d934401a1ba..cd871a6686ba 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteCommands.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteItem.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteItem.cpp index 85e5b565ff83..0f8df717e7a5 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteItem.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteItem.h b/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteItem.h index f1c81aaf8c19..0d28317f3944 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteItem.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliagePaletteItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeCustomizationHelpers.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeCustomizationHelpers.cpp index 842fcaffc7d0..f4870ba22354 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeCustomizationHelpers.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeCustomizationHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliageTypeCustomizationHelpers.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeCustomizationHelpers.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeCustomizationHelpers.h index 03c073b8f693..60324cd4a125 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeCustomizationHelpers.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeCustomizationHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeDetails.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeDetails.cpp index 0a98af42d7b4..1decb086281f 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeDetails.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliageEditModule.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeDetails.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeDetails.h index 33054513f0c8..90d6217b3cfc 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeDetails.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeFactory.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeFactory.cpp index 44b6e8e24b59..9a9ae9dd2d29 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeFactory.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliageTypeFactory.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeFactory.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeFactory.h index e9b603239c13..b511e5b9f352 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeFactory.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Factory for FoliageType assets diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeObjectCustomization.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeObjectCustomization.cpp index 8b70d1a6f4ee..1ce720bcebe0 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeObjectCustomization.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeObjectCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliageTypeObjectCustomization.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeObjectCustomization.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeObjectCustomization.h index 18ca7d41ddb7..e705332c818f 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeObjectCustomization.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypeObjectCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTypeCustomization.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypePaintingCustomization.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypePaintingCustomization.cpp index 6410fe781fae..ad8f2f1a55f6 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypePaintingCustomization.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypePaintingCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliageEditModule.h" #include "PropertyEditing.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypePaintingCustomization.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypePaintingCustomization.h index e07715b8cfd2..f0691c58cf1a 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageTypePaintingCustomization.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageTypePaintingCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDetailCustomization.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageType_ISMThumbnailRenderer.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageType_ISMThumbnailRenderer.cpp index c3a4217e3535..8ed9146b70dd 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageType_ISMThumbnailRenderer.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageType_ISMThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageType_InstancedStaticMeshPaintingCustomization.cpp b/Engine/Source/Editor/FoliageEdit/Private/FoliageType_InstancedStaticMeshPaintingCustomization.cpp index f1413214275a..41218b122aa8 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageType_InstancedStaticMeshPaintingCustomization.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageType_InstancedStaticMeshPaintingCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliageEditModule.h" #include "PropertyEditing.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/FoliageType_InstancedStaticMeshPaintingCustomization.h b/Engine/Source/Editor/FoliageEdit/Private/FoliageType_InstancedStaticMeshPaintingCustomization.h index 708643a9774a..15b5921c6e5b 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/FoliageType_InstancedStaticMeshPaintingCustomization.h +++ b/Engine/Source/Editor/FoliageEdit/Private/FoliageType_InstancedStaticMeshPaintingCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDetailCustomization.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/LandscapeGrassTypeFactory.cpp b/Engine/Source/Editor/FoliageEdit/Private/LandscapeGrassTypeFactory.cpp index 8f130c4b573d..d545f48b899f 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/LandscapeGrassTypeFactory.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/LandscapeGrassTypeFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "LandscapeGrassTypeFactory.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/LandscapeGrassTypeFactory.h b/Engine/Source/Editor/FoliageEdit/Private/LandscapeGrassTypeFactory.h index 1137bf738928..34817069455a 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/LandscapeGrassTypeFactory.h +++ b/Engine/Source/Editor/FoliageEdit/Private/LandscapeGrassTypeFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Factory for LandscapeGrassType assets diff --git a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentDetails.cpp b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentDetails.cpp index aef2c1d43cc4..8744db0f4d63 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentDetails.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PropertyEditing.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentDetails.h b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentDetails.h index 9e9c412d143b..98cc32551e73 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentDetails.h +++ b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentVisualizer.cpp b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentVisualizer.cpp index 4c5178abbae5..bc8ebc7f1dd7 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentVisualizer.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ProceduralFoliageComponentVisualizer.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentVisualizer.h b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentVisualizer.h index 4b2882f35d31..82e2d3dbbd93 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentVisualizer.h +++ b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageSpawnerFactory.cpp b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageSpawnerFactory.cpp index e2f55d970785..d9caeaf6f482 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageSpawnerFactory.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageSpawnerFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ProceduralFoliageSpawnerFactory.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageSpawnerFactory.h b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageSpawnerFactory.h index 39c390a7cbca..217b62cf08ad 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageSpawnerFactory.h +++ b/Engine/Source/Editor/FoliageEdit/Private/ProceduralFoliageSpawnerFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Factory for ProceduralFoliageSpawner assets diff --git a/Engine/Source/Editor/FoliageEdit/Private/SFoliageEdit.cpp b/Engine/Source/Editor/FoliageEdit/Private/SFoliageEdit.cpp index ff108a10db12..d13f55b63916 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/SFoliageEdit.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/SFoliageEdit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/SFoliageEdit.h b/Engine/Source/Editor/FoliageEdit/Private/SFoliageEdit.h index 5eb62b47728e..e5f186736555 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/SFoliageEdit.h +++ b/Engine/Source/Editor/FoliageEdit/Private/SFoliageEdit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Private/SFoliagePalette.cpp b/Engine/Source/Editor/FoliageEdit/Private/SFoliagePalette.cpp index ed5ab0ba2128..577c75cea5a6 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/SFoliagePalette.cpp +++ b/Engine/Source/Editor/FoliageEdit/Private/SFoliagePalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FoliageType_InstancedStaticMesh.h" #include "FoliageEdMode.h" diff --git a/Engine/Source/Editor/FoliageEdit/Private/SFoliagePalette.h b/Engine/Source/Editor/FoliageEdit/Private/SFoliagePalette.h index e5c1fdb6f53c..0a78d0d55f7f 100644 --- a/Engine/Source/Editor/FoliageEdit/Private/SFoliagePalette.h +++ b/Engine/Source/Editor/FoliageEdit/Private/SFoliagePalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Public/FoliageEditModule.h b/Engine/Source/Editor/FoliageEdit/Public/FoliageEditModule.h index 9fd65a3eb21d..859333e3f1b1 100644 --- a/Engine/Source/Editor/FoliageEdit/Public/FoliageEditModule.h +++ b/Engine/Source/Editor/FoliageEdit/Public/FoliageEditModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FoliageEdit/Public/FoliageType_ISMThumbnailRenderer.h b/Engine/Source/Editor/FoliageEdit/Public/FoliageType_ISMThumbnailRenderer.h index bd884189bc1b..f098ae2c02e3 100644 --- a/Engine/Source/Editor/FoliageEdit/Public/FoliageType_ISMThumbnailRenderer.h +++ b/Engine/Source/Editor/FoliageEdit/Public/FoliageType_ISMThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This thumbnail renderer displays the static mesh used by this foliage type diff --git a/Engine/Source/Editor/FontEditor/FontEditor.Build.cs b/Engine/Source/Editor/FontEditor/FontEditor.Build.cs index 7ac3fbbee91f..c2bc2b66c42d 100644 --- a/Engine/Source/Editor/FontEditor/FontEditor.Build.cs +++ b/Engine/Source/Editor/FontEditor/FontEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/FontEditor/Private/FontEditor.cpp b/Engine/Source/Editor/FontEditor/Private/FontEditor.cpp index 3eb940ea56a8..bbd474cfd98e 100644 --- a/Engine/Source/Editor/FontEditor/Private/FontEditor.cpp +++ b/Engine/Source/Editor/FontEditor/Private/FontEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FontEditorModule.h" #include "Factories.h" diff --git a/Engine/Source/Editor/FontEditor/Private/FontEditor.h b/Engine/Source/Editor/FontEditor/Private/FontEditor.h index e8032657d695..dff8c0faebde 100644 --- a/Engine/Source/Editor/FontEditor/Private/FontEditor.h +++ b/Engine/Source/Editor/FontEditor/Private/FontEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FontEditor/Private/FontEditorModule.cpp b/Engine/Source/Editor/FontEditor/Private/FontEditorModule.cpp index 318a6e1f6cdb..2d927e050b76 100644 --- a/Engine/Source/Editor/FontEditor/Private/FontEditorModule.cpp +++ b/Engine/Source/Editor/FontEditor/Private/FontEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FontEditorModule.h" diff --git a/Engine/Source/Editor/FontEditor/Private/SCompositeFontEditor.cpp b/Engine/Source/Editor/FontEditor/Private/SCompositeFontEditor.cpp index 496539a420dc..c38ee0046228 100644 --- a/Engine/Source/Editor/FontEditor/Private/SCompositeFontEditor.cpp +++ b/Engine/Source/Editor/FontEditor/Private/SCompositeFontEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FontEditorModule.h" #include "SCompositeFontEditor.h" diff --git a/Engine/Source/Editor/FontEditor/Private/SCompositeFontEditor.h b/Engine/Source/Editor/FontEditor/Private/SCompositeFontEditor.h index 05f651d991b3..20c727dc8497 100644 --- a/Engine/Source/Editor/FontEditor/Private/SCompositeFontEditor.h +++ b/Engine/Source/Editor/FontEditor/Private/SCompositeFontEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FontEditor/Private/SFontEditorViewport.cpp b/Engine/Source/Editor/FontEditor/Private/SFontEditorViewport.cpp index e9647d00b6c4..439507ecd22c 100644 --- a/Engine/Source/Editor/FontEditor/Private/SFontEditorViewport.cpp +++ b/Engine/Source/Editor/FontEditor/Private/SFontEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FontEditorModule.h" #include "MouseDeltaTracker.h" diff --git a/Engine/Source/Editor/FontEditor/Private/SFontEditorViewport.h b/Engine/Source/Editor/FontEditor/Private/SFontEditorViewport.h index f4b9b8ba1724..ca8ac7320db4 100644 --- a/Engine/Source/Editor/FontEditor/Private/SFontEditorViewport.h +++ b/Engine/Source/Editor/FontEditor/Private/SFontEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FontEditor/Public/FontEditorModule.h b/Engine/Source/Editor/FontEditor/Public/FontEditorModule.h index fc3a6a08e48a..a8da844a3acd 100644 --- a/Engine/Source/Editor/FontEditor/Public/FontEditorModule.h +++ b/Engine/Source/Editor/FontEditor/Public/FontEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/FontEditor/Public/IFontEditor.h b/Engine/Source/Editor/FontEditor/Public/IFontEditor.h index 0cbaa6ca8279..17b123dac94a 100644 --- a/Engine/Source/Editor/FontEditor/Public/IFontEditor.h +++ b/Engine/Source/Editor/FontEditor/Public/IFontEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Classes/DefaultTemplateProjectDefs.h b/Engine/Source/Editor/GameProjectGeneration/Classes/DefaultTemplateProjectDefs.h index 1132bae9ad53..d30ba7fab3a8 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Classes/DefaultTemplateProjectDefs.h +++ b/Engine/Source/Editor/GameProjectGeneration/Classes/DefaultTemplateProjectDefs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Classes/TemplateProjectDefs.h b/Engine/Source/Editor/GameProjectGeneration/Classes/TemplateProjectDefs.h index a64943109157..cb1f0a69259e 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Classes/TemplateProjectDefs.h +++ b/Engine/Source/Editor/GameProjectGeneration/Classes/TemplateProjectDefs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/GameProjectGeneration.Build.cs b/Engine/Source/Editor/GameProjectGeneration/GameProjectGeneration.Build.cs index 6ebcb1feeb1b..8eafab7bc1ac 100644 --- a/Engine/Source/Editor/GameProjectGeneration/GameProjectGeneration.Build.cs +++ b/Engine/Source/Editor/GameProjectGeneration/GameProjectGeneration.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/DefaultTemplateProjectDefs.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/DefaultTemplateProjectDefs.cpp index db11df92c466..caefc1adc767 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/DefaultTemplateProjectDefs.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/DefaultTemplateProjectDefs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationModule.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationModule.cpp index 54872019cbb3..22cda612fc68 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationModule.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationPrivatePCH.h b/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationPrivatePCH.h index 57671f66dd27..0ae8da0145f3 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationPrivatePCH.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectGenerationPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp index 766f244e1232..9935fd46ff75 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SGameProjectDialog.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/SGameProjectDialog.cpp index c678b25e5fe7..c5230bf1665c 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SGameProjectDialog.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SGameProjectDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" #include "MainFrame.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SGameProjectDialog.h b/Engine/Source/Editor/GameProjectGeneration/Private/SGameProjectDialog.h index d376f83ad5bb..d7677994bb18 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SGameProjectDialog.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SGameProjectDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SGetSuggestedIDEWidget.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/SGetSuggestedIDEWidget.cpp index 255f675a3296..bd45105262c1 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SGetSuggestedIDEWidget.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SGetSuggestedIDEWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SGetSuggestedIDEWidget.h b/Engine/Source/Editor/GameProjectGeneration/Private/SGetSuggestedIDEWidget.h index 38b6a88c26f6..1c52e0a10d41 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SGetSuggestedIDEWidget.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SGetSuggestedIDEWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SNewClassDialog.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/SNewClassDialog.cpp index 2b99fd5104af..4860d79a90bf 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SNewClassDialog.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SNewClassDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SNewClassDialog.h b/Engine/Source/Editor/GameProjectGeneration/Private/SNewClassDialog.h index fdb9f4a8dcd1..8c6782fdade2 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SNewClassDialog.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SNewClassDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SNewProjectWizard.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/SNewProjectWizard.cpp index e3c5df83f765..fa063b9dc875 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SNewProjectWizard.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SNewProjectWizard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SNewProjectWizard.h b/Engine/Source/Editor/GameProjectGeneration/Private/SNewProjectWizard.h index a9fd3b0a5056..b8b71b557d49 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SNewProjectWizard.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SNewProjectWizard.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SProjectBrowser.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/SProjectBrowser.cpp index 19a6484a3a19..a1b4198a1f10 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SProjectBrowser.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SProjectBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SProjectBrowser.h b/Engine/Source/Editor/GameProjectGeneration/Private/SProjectBrowser.h index 2579e9e81dc9..9fc7ed0ad193 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SProjectBrowser.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SProjectBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SVerbChoiceDialog.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/SVerbChoiceDialog.cpp index c3920ddeef36..441770c61301 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SVerbChoiceDialog.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SVerbChoiceDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" #include "SVerbChoiceDialog.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/SVerbChoiceDialog.h b/Engine/Source/Editor/GameProjectGeneration/Private/SVerbChoiceDialog.h index 14348e04f132..7cc6b066be3d 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/SVerbChoiceDialog.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/SVerbChoiceDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/TemplateCategory.h b/Engine/Source/Editor/GameProjectGeneration/Private/TemplateCategory.h index cceafbe2344b..7a0c1749fcd8 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/TemplateCategory.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/TemplateCategory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/TemplateItem.h b/Engine/Source/Editor/GameProjectGeneration/Private/TemplateItem.h index 363130c70263..ead612c409ee 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/TemplateItem.h +++ b/Engine/Source/Editor/GameProjectGeneration/Private/TemplateItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/TemplateProjectDefs.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/TemplateProjectDefs.cpp index 4d124ad7ee2d..980efbeb8773 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/TemplateProjectDefs.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/TemplateProjectDefs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameProjectGenerationPrivatePCH.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Private/Tests/GameProjectAutomationTests.cpp b/Engine/Source/Editor/GameProjectGeneration/Private/Tests/GameProjectAutomationTests.cpp index 46f372631c27..d52423a0eca6 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Private/Tests/GameProjectAutomationTests.cpp +++ b/Engine/Source/Editor/GameProjectGeneration/Private/Tests/GameProjectAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "../GameProjectGenerationPrivatePCH.h" diff --git a/Engine/Source/Editor/GameProjectGeneration/Public/AddToProjectConfig.h b/Engine/Source/Editor/GameProjectGeneration/Public/AddToProjectConfig.h index 4fdd7682be0a..1bf3c43094c7 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Public/AddToProjectConfig.h +++ b/Engine/Source/Editor/GameProjectGeneration/Public/AddToProjectConfig.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Public/FeaturedClasses.inl b/Engine/Source/Editor/GameProjectGeneration/Public/FeaturedClasses.inl index 6148f97635ee..3055bf3c5d39 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Public/FeaturedClasses.inl +++ b/Engine/Source/Editor/GameProjectGeneration/Public/FeaturedClasses.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** Inline file to avoid introducing many UObject headers into the global namespace */ diff --git a/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectGenerationModule.h b/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectGenerationModule.h index 8a1c318ca207..cfba9d9920fb 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectGenerationModule.h +++ b/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectGenerationModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h b/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h index 475a5cf75ce8..6379bf937c44 100644 --- a/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h +++ b/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilitiesBlueprintFactory.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilitiesBlueprintFactory.h index edeb4a902326..e8fe93fa7f19 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilitiesBlueprintFactory.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilitiesBlueprintFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilityGraph.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilityGraph.h index 13cb57a4ee11..bd9e993e4877 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilityGraph.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilityGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilityGraphSchema.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilityGraphSchema.h index beb9e4283644..e9be908df05e 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilityGraphSchema.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/GameplayAbilityGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_GameplayCueEvent.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_GameplayCueEvent.h index b3c7e79d575d..f7d89ae1324c 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_GameplayCueEvent.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_GameplayCueEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "K2Node_GameplayCueEvent.generated.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_GameplayEffectVariable.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_GameplayEffectVariable.h index ad05b2dde4cd..11be98583289 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_GameplayEffectVariable.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_GameplayEffectVariable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_LatentAbilityCall.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_LatentAbilityCall.h index 5beb151f2fff..6460db6d66d0 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_LatentAbilityCall.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Classes/K2Node_LatentAbilityCall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/GameplayAbilitiesEditor.Build.cs b/Engine/Source/Editor/GameplayAbilitiesEditor/GameplayAbilitiesEditor.Build.cs index 96e2f4a33848..8ab130701577 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/GameplayAbilitiesEditor.Build.cs +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/GameplayAbilitiesEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AbilitySystemEditorPrivatePCH.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AbilitySystemEditorPrivatePCH.h index 3e4bd003d950..c5b4c5690cc8 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AbilitySystemEditorPrivatePCH.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AbilitySystemEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayAbilitiesEditorModule.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayAbilitiesBlueprint.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayAbilitiesBlueprint.cpp index 184db2aef523..f0d8f7780eef 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayAbilitiesBlueprint.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayAbilitiesBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayAbilitiesBlueprint.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayAbilitiesBlueprint.h index 2428ecd5ff4f..8a265f0e22f8 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayAbilitiesBlueprint.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayAbilitiesBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayEffect.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayEffect.cpp index 7e5b139e60fc..faf85ce6644f 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayEffect.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "AssetTypeActions_GameplayEffect.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayEffect.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayEffect.h index db25578012b7..37d86f601214 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayEffect.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AssetTypeActions_GameplayEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AttributeDetails.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AttributeDetails.cpp index 833041fb2639..3683384eec61 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AttributeDetails.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AttributeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "AttributeDetails.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AttributeDetails.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AttributeDetails.h index a780bbc9a300..6b6cd200390b 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AttributeDetails.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/AttributeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesBlueprintFactory.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesBlueprintFactory.cpp index 72c0ad1caa70..4e32055b4432 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesBlueprintFactory.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesBlueprintFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesEditor.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesEditor.cpp index 0fe6495d77a9..b91202b34664 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesEditor.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "GameplayAbilitiesEditor.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesEditorModule.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesEditorModule.cpp index 463b033218b1..7fcdea18a201 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesEditorModule.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "Editor/PropertyEditor/Public/PropertyEditorModule.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesGraphPanelNodeFactory.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesGraphPanelNodeFactory.h index 24b390a26387..dc3ab54bea7c 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesGraphPanelNodeFactory.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesGraphPanelNodeFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesGraphPanelPinFactory.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesGraphPanelPinFactory.h index 49e3802bb402..b08267c9233d 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesGraphPanelPinFactory.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilitiesGraphPanelPinFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilityGraph.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilityGraph.cpp index 307e9fc21869..7d12eb78a648 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilityGraph.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilityGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "GameplayAbilityGraph.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilityGraphSchema.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilityGraphSchema.cpp index 4fc78a018604..a0332c639cd0 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilityGraphSchema.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayAbilityGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "K2Node_GameplayEffectVariable.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayCueTagDetails.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayCueTagDetails.cpp index baac5b62d2a5..351a5a9bb323 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayCueTagDetails.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayCueTagDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "GameplayCueTagDetails.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayCueTagDetails.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayCueTagDetails.h index 2eead428b3d5..1453033acfc7 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayCueTagDetails.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayCueTagDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectDetails.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectDetails.cpp index b7d7ebaf768c..e38d4d40cdaf 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectDetails.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "GameplayEffectDetails.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectDetails.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectDetails.h index 2ace5d7930d5..58781beab9c7 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectDetails.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionDefinitionDetails.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionDefinitionDetails.cpp index 81c31ff7a6ea..ce4f11fb01f4 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionDefinitionDetails.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionDefinitionDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "GameplayEffectExecutionDefinitionDetails.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionDefinitionDetails.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionDefinitionDetails.h index b1fb77f30e5d..ff9cc5878ca4 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionDefinitionDetails.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionDefinitionDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionScopedModifierInfoDetails.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionScopedModifierInfoDetails.cpp index b2c990d73487..3f2fc9643c39 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionScopedModifierInfoDetails.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionScopedModifierInfoDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "GameplayEffectExecutionScopedModifierInfoDetails.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionScopedModifierInfoDetails.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionScopedModifierInfoDetails.h index 112802d731bc..263fd03f24bc 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionScopedModifierInfoDetails.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectExecutionScopedModifierInfoDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectModifierMagnitudeDetails.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectModifierMagnitudeDetails.cpp index c71ddf3055e1..98e64214eb71 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectModifierMagnitudeDetails.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectModifierMagnitudeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "GameplayEffectModifierMagnitudeDetails.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectModifierMagnitudeDetails.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectModifierMagnitudeDetails.h index 3ec7c0eedd53..90b095bc23bb 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectModifierMagnitudeDetails.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/GameplayEffectModifierMagnitudeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/InheritableGameplayTagContainerDetails.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/InheritableGameplayTagContainerDetails.cpp index e6059ff7952b..924a8ae011e1 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/InheritableGameplayTagContainerDetails.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/InheritableGameplayTagContainerDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "InheritableGameplayTagContainerDetails.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/InheritableGameplayTagContainerDetails.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/InheritableGameplayTagContainerDetails.h index 242e58737dad..ea31bb66adcf 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/InheritableGameplayTagContainerDetails.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/InheritableGameplayTagContainerDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_GameplayCueEvent.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_GameplayCueEvent.cpp index 58ef69328d3b..0320d598a64c 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_GameplayCueEvent.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_GameplayCueEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_GameplayEffectVariable.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_GameplayEffectVariable.cpp index 274d82356a2d..7d14f61b1d73 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_GameplayEffectVariable.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_GameplayEffectVariable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_LatentAbilityCall.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_LatentAbilityCall.cpp index 43bf57a90d18..076de8e03a69 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_LatentAbilityCall.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/K2Node_LatentAbilityCall.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "Kismet/KismetMathLibrary.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeGraphPin.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeGraphPin.cpp index 0bbeaa1b6d86..d42f4423ef96 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeGraphPin.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeGraphPin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "SGameplayAttributeGraphPin.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeGraphPin.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeGraphPin.h index d5be0870cdc7..591d6e3341ec 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeGraphPin.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeGraphPin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeWidget.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeWidget.cpp index 1fa9b9183139..d3385286d0b8 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeWidget.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "KismetEditorUtilities.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeWidget.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeWidget.h index efdea7074f3f..70eea9b0cb18 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeWidget.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayAttributeWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayCueEditor.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayCueEditor.cpp index 0bdb26c483ad..8abeab1886bf 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayCueEditor.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayCueEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" #include "SGameplayCueEditor.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayCueEditor.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayCueEditor.h index 1703f0a0b79e..8b8afe9e3869 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayCueEditor.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGameplayCueEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGraphNodeK2GameplayEffectVar.cpp b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGraphNodeK2GameplayEffectVar.cpp index a66e7a005f25..0f0021e80ea1 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGraphNodeK2GameplayEffectVar.cpp +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGraphNodeK2GameplayEffectVar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGraphNodeK2GameplayEffectVar.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGraphNodeK2GameplayEffectVar.h index 3d6791af0a6d..7eaf2ff7a40e 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGraphNodeK2GameplayEffectVar.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Private/SGraphNodeK2GameplayEffectVar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditor.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditor.h index f62ccf985022..230455c1978b 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditor.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditorModule.h b/Engine/Source/Editor/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditorModule.h index 94203582c59b..9199d0372d6b 100644 --- a/Engine/Source/Editor/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditorModule.h +++ b/Engine/Source/Editor/GameplayAbilitiesEditor/Public/GameplayAbilitiesEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_LiteralGameplayTag.h b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_LiteralGameplayTag.h index bf7f748b8675..2dd3e3e784da 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_LiteralGameplayTag.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_LiteralGameplayTag.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareBase.h b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareBase.h index bb0f4e641a3e..f8c9b6720a3b 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareBase.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.h b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.h index 6dcac0bb8767..03784ececba5 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.h b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.h index c156451af0e3..ef57684d90f9 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagContainer.h b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagContainer.h index 7e4a0a1b8480..1398a4029105 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagContainer.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.h b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.h index 77da083e98bb..320c604b6f40 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_SwitchGameplayTag.h b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_SwitchGameplayTag.h index 3cc36800e4c7..34b0946c5caa 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_SwitchGameplayTag.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_SwitchGameplayTag.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_SwitchGameplayTagContainer.h b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_SwitchGameplayTagContainer.h index e8a6c5d6d1d2..9f369d3b78cf 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_SwitchGameplayTagContainer.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Classes/GameplayTagsK2Node_SwitchGameplayTagContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/GameplayTagsEditor.Build.cs b/Engine/Source/Editor/GameplayTagsEditor/GameplayTagsEditor.Build.cs index b9d2c02afde4..c331c48d77ed 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/GameplayTagsEditor.Build.cs +++ b/Engine/Source/Editor/GameplayTagsEditor/GameplayTagsEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/AssetTypeActions_GameplayTagAssetBase.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/AssetTypeActions_GameplayTagAssetBase.cpp index d7ac6acab4c5..effaf5a32412 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/AssetTypeActions_GameplayTagAssetBase.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/AssetTypeActions_GameplayTagAssetBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "SGameplayTagWidget.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagContainerCustomization.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagContainerCustomization.cpp index 3846caf74f79..0f7a0aeefb36 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagContainerCustomization.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagContainerCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "GameplayTagContainerCustomization.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagContainerCustomization.h b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagContainerCustomization.h index 82695cefbad0..32e075b170ff 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagContainerCustomization.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagContainerCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagCustomization.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagCustomization.cpp index 075dc84563f4..38bf37fd7e18 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagCustomization.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "GameplayTagCustomization.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagCustomization.h b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagCustomization.h index 0abced8154d5..d3d948fb6b57 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagCustomization.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagQueryCustomization.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagQueryCustomization.cpp index 249e3fd98384..257cbde0d019 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagQueryCustomization.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagQueryCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "GameplayTagQueryCustomization.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagQueryCustomization.h b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagQueryCustomization.h index 11d6ce388617..d14257ab998b 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagQueryCustomization.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagQueryCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagSearchFilter.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagSearchFilter.cpp index f8168a2c1557..af9725f506b3 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagSearchFilter.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagSearchFilter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "GameplayTagSearchFilter.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagSearchFilter.h b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagSearchFilter.h index 62500338baec..d23515ed78e4 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagSearchFilter.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagSearchFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsEditorModule.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsEditorModule.cpp index 29cfe3b1e6a0..105c866070c0 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsEditorModule.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "GameplayTagsGraphPanelPinFactory.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsEditorModulePrivatePCH.h b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsEditorModulePrivatePCH.h index d5eeef8cdd29..86d78772c6c3 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsEditorModulePrivatePCH.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsEditorModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModule.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsGraphPanelNodeFactory.h b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsGraphPanelNodeFactory.h index bf797b00b6a9..95d82ef799fd 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsGraphPanelNodeFactory.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsGraphPanelNodeFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsGraphPanelPinFactory.h b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsGraphPanelPinFactory.h index 24f00a708995..c80b9bd49439 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsGraphPanelPinFactory.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsGraphPanelPinFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_LiteralGameplayTag.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_LiteralGameplayTag.cpp index cedc906ceb09..8979217a8a4c 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_LiteralGameplayTag.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_LiteralGameplayTag.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "GameplayTagsK2Node_LiteralGameplayTag.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareBase.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareBase.cpp index 957988a3690d..980d234820e2 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareBase.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "BlueprintNodeSpawner.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.cpp index 8a188b958d85..87b43617dc2c 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "BlueprintNodeSpawner.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.cpp index bdf80d1ae7f6..f90db960206a 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "BlueprintNodeSpawner.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagContainer.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagContainer.cpp index 0ea4c2d0f291..55cdc59c2b05 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagContainer.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagContainer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "BlueprintNodeSpawner.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.cpp index 61cc0dd57882..89e2a771e896 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "BlueprintNodeSpawner.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_SwitchGameplayTag.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_SwitchGameplayTag.cpp index 98979318519d..6a9972bc69ce 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_SwitchGameplayTag.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_SwitchGameplayTag.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "BlueprintNodeSpawner.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_SwitchGameplayTagContainer.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_SwitchGameplayTagContainer.cpp index ba9e47f563a7..ab24b26546c7 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_SwitchGameplayTagContainer.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/GameplayTagsK2Node_SwitchGameplayTagContainer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "BlueprintNodeSpawner.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagContainerGraphPin.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagContainerGraphPin.cpp index ef2cfa3c5f9a..042765a9526d 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagContainerGraphPin.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagContainerGraphPin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "SGameplayTagContainerGraphPin.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagContainerGraphPin.h b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagContainerGraphPin.h index 1706dabf0445..1b035a41e5a4 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagContainerGraphPin.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagContainerGraphPin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagGraphPin.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagGraphPin.cpp index bfb5d540571c..a548029abdcd 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagGraphPin.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagGraphPin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "SGameplayTagGraphPin.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagGraphPin.h b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagGraphPin.h index 517ec1107be8..dca788dc659f 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagGraphPin.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagGraphPin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryGraphPin.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryGraphPin.cpp index cc0386b14a0b..4fe70ea8d7b6 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryGraphPin.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryGraphPin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "SGameplayTagQueryGraphPin.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryGraphPin.h b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryGraphPin.h index 50961e6e3089..33f7ca063ad0 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryGraphPin.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryGraphPin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryWidget.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryWidget.cpp index 208d0176ea54..f1349f70c84f 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryWidget.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "SGameplayTagQueryWidget.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryWidget.h b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryWidget.h index 715a5772c419..463b8735696a 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryWidget.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagQueryWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagWidget.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagWidget.cpp index 936dc71a67a5..059e2cfedb77 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagWidget.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "SGameplayTagWidget.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagWidget.h b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagWidget.h index d2fa3e6e99a3..a9aae425bb0a 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagWidget.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGameplayTagWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGraphNode_MultiCompareGameplayTag.cpp b/Engine/Source/Editor/GameplayTagsEditor/Private/SGraphNode_MultiCompareGameplayTag.cpp index 864d3c339d0f..0e3ed2edd69d 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGraphNode_MultiCompareGameplayTag.cpp +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGraphNode_MultiCompareGameplayTag.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsEditorModulePrivatePCH.h" #include "GraphEditorSettings.h" diff --git a/Engine/Source/Editor/GameplayTagsEditor/Private/SGraphNode_MultiCompareGameplayTag.h b/Engine/Source/Editor/GameplayTagsEditor/Private/SGraphNode_MultiCompareGameplayTag.h index e0be50f789b3..94769747109c 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Private/SGraphNode_MultiCompareGameplayTag.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Private/SGraphNode_MultiCompareGameplayTag.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Public/AssetTypeActions_GameplayTagAssetBase.h b/Engine/Source/Editor/GameplayTagsEditor/Public/AssetTypeActions_GameplayTagAssetBase.h index 3784a4ffcc3d..475ec3934ef6 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Public/AssetTypeActions_GameplayTagAssetBase.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Public/AssetTypeActions_GameplayTagAssetBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTagsEditor/Public/GameplayTagsEditorModule.h b/Engine/Source/Editor/GameplayTagsEditor/Public/GameplayTagsEditorModule.h index 4c37f3985d05..4d18c29b4ac4 100644 --- a/Engine/Source/Editor/GameplayTagsEditor/Public/GameplayTagsEditorModule.h +++ b/Engine/Source/Editor/GameplayTagsEditor/Public/GameplayTagsEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTasksEditor/Classes/K2Node_LatentGameplayTaskCall.h b/Engine/Source/Editor/GameplayTasksEditor/Classes/K2Node_LatentGameplayTaskCall.h index e040ee7c0009..bfe61e71bf30 100644 --- a/Engine/Source/Editor/GameplayTasksEditor/Classes/K2Node_LatentGameplayTaskCall.h +++ b/Engine/Source/Editor/GameplayTasksEditor/Classes/K2Node_LatentGameplayTaskCall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GameplayTasksEditor/GameplayTasksEditor.Build.cs b/Engine/Source/Editor/GameplayTasksEditor/GameplayTasksEditor.Build.cs index 8c41fec9b07a..46af178f3192 100644 --- a/Engine/Source/Editor/GameplayTasksEditor/GameplayTasksEditor.Build.cs +++ b/Engine/Source/Editor/GameplayTasksEditor/GameplayTasksEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/GameplayTasksEditor/Private/GameplayTasksEditorModule.cpp b/Engine/Source/Editor/GameplayTasksEditor/Private/GameplayTasksEditorModule.cpp index d5e12a3c7aa9..52eea39c3ff0 100644 --- a/Engine/Source/Editor/GameplayTasksEditor/Private/GameplayTasksEditorModule.cpp +++ b/Engine/Source/Editor/GameplayTasksEditor/Private/GameplayTasksEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksEditorPrivatePCH.h" #include "GameplayTasksEditorModule.h" diff --git a/Engine/Source/Editor/GameplayTasksEditor/Private/GameplayTasksEditorPrivatePCH.h b/Engine/Source/Editor/GameplayTasksEditor/Private/GameplayTasksEditorPrivatePCH.h index bae761286579..b09bc43833d2 100644 --- a/Engine/Source/Editor/GameplayTasksEditor/Private/GameplayTasksEditorPrivatePCH.h +++ b/Engine/Source/Editor/GameplayTasksEditor/Private/GameplayTasksEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if WITH_EDITOR #include "UnrealEd.h" diff --git a/Engine/Source/Editor/GameplayTasksEditor/Private/K2Node_LatentGameplayTaskCall.cpp b/Engine/Source/Editor/GameplayTasksEditor/Private/K2Node_LatentGameplayTaskCall.cpp index ef4829439ffe..3df2bd401b97 100644 --- a/Engine/Source/Editor/GameplayTasksEditor/Private/K2Node_LatentGameplayTaskCall.cpp +++ b/Engine/Source/Editor/GameplayTasksEditor/Private/K2Node_LatentGameplayTaskCall.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksEditorPrivatePCH.h" #include "Kismet/KismetMathLibrary.h" diff --git a/Engine/Source/Editor/GameplayTasksEditor/Public/GameplayTasksEditorModule.h b/Engine/Source/Editor/GameplayTasksEditor/Public/GameplayTasksEditorModule.h index 5c471eef246a..0b04ab7b255c 100644 --- a/Engine/Source/Editor/GameplayTasksEditor/Public/GameplayTasksEditorModule.h +++ b/Engine/Source/Editor/GameplayTasksEditor/Public/GameplayTasksEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GeometryCacheEd/Classes/ActorFactoryGeometryCache.h b/Engine/Source/Editor/GeometryCacheEd/Classes/ActorFactoryGeometryCache.h index dd1f9c2cbf1b..f52f6282b801 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Classes/ActorFactoryGeometryCache.h +++ b/Engine/Source/Editor/GeometryCacheEd/Classes/ActorFactoryGeometryCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GeometryCacheEd/Classes/AssetTypeActions_GeometryCache.h b/Engine/Source/Editor/GeometryCacheEd/Classes/AssetTypeActions_GeometryCache.h index a09a614513c0..0dab0a04ab0a 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Classes/AssetTypeActions_GeometryCache.h +++ b/Engine/Source/Editor/GeometryCacheEd/Classes/AssetTypeActions_GeometryCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GeometryCache.h" diff --git a/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheAssetBroker.h b/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheAssetBroker.h index ffa2e7b2069e..84d994fb0b13 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheAssetBroker.h +++ b/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheAssetBroker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheThumbnailRenderer.h b/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheThumbnailRenderer.h index 330888b19241..34439f03b66f 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheThumbnailRenderer.h +++ b/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheThumbnailScene.h b/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheThumbnailScene.h index 7dde0fdb3ab6..8de4fd4c6360 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheThumbnailScene.h +++ b/Engine/Source/Editor/GeometryCacheEd/Classes/GeometryCacheThumbnailScene.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GeometryCacheEd/GeometryCacheEd.Build.cs b/Engine/Source/Editor/GeometryCacheEd/GeometryCacheEd.Build.cs index d792d32d7e14..62639fc34cd7 100644 --- a/Engine/Source/Editor/GeometryCacheEd/GeometryCacheEd.Build.cs +++ b/Engine/Source/Editor/GeometryCacheEd/GeometryCacheEd.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/GeometryCacheEd/Private/ActorFactoryGeometryCache.cpp b/Engine/Source/Editor/GeometryCacheEd/Private/ActorFactoryGeometryCache.cpp index 6b1463c2c300..5657786e23ac 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Private/ActorFactoryGeometryCache.cpp +++ b/Engine/Source/Editor/GeometryCacheEd/Private/ActorFactoryGeometryCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheEdModulePublicPCH.h" #include "ActorFactoryGeometryCache.h" diff --git a/Engine/Source/Editor/GeometryCacheEd/Private/AssetTypeActions_GeometryCache.cpp b/Engine/Source/Editor/GeometryCacheEd/Private/AssetTypeActions_GeometryCache.cpp index cdc97fb8dafd..19dd7c3723e3 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Private/AssetTypeActions_GeometryCache.cpp +++ b/Engine/Source/Editor/GeometryCacheEd/Private/AssetTypeActions_GeometryCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheEdModulePublicPCH.h" #include "AssetTypeActions_GeometryCache.h" diff --git a/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheAssetBroker.cpp b/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheAssetBroker.cpp index dc50475d1ded..7b1e07fcf85a 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheAssetBroker.cpp +++ b/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheAssetBroker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheEdModulePublicPCH.h" #include "GeometryCacheAssetBroker.h" diff --git a/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheEdModule.cpp b/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheEdModule.cpp index 74308a6c9111..a0bce4b65c14 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheEdModule.cpp +++ b/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheEdModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheEdModulePublicPCH.h" #include "GeometryCacheEdModule.h" diff --git a/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheThumbnailRenderer.cpp b/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheThumbnailRenderer.cpp index 963f0643357c..89540cd4e892 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheThumbnailRenderer.cpp +++ b/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheEdModulePublicPCH.h" #include "GeometryCacheThumbnailRenderer.h" diff --git a/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheThumbnailScene.cpp b/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheThumbnailScene.cpp index 70fa0bc062ce..975c5c4aaaad 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheThumbnailScene.cpp +++ b/Engine/Source/Editor/GeometryCacheEd/Private/GeometryCacheThumbnailScene.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheEdModulePublicPCH.h" #include "GeometryCacheThumbnailRenderer.h" diff --git a/Engine/Source/Editor/GeometryCacheEd/Public/GeometryCacheEdModule.h b/Engine/Source/Editor/GeometryCacheEd/Public/GeometryCacheEdModule.h index 9aa89c9cc2b0..d418aa2363cb 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Public/GeometryCacheEdModule.h +++ b/Engine/Source/Editor/GeometryCacheEd/Public/GeometryCacheEdModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleManager.h" diff --git a/Engine/Source/Editor/GeometryCacheEd/Public/GeometryCacheEdModulePublicPCH.h b/Engine/Source/Editor/GeometryCacheEd/Public/GeometryCacheEdModulePublicPCH.h index f0e0a427009e..73c104d7cb35 100644 --- a/Engine/Source/Editor/GeometryCacheEd/Public/GeometryCacheEdModulePublicPCH.h +++ b/Engine/Source/Editor/GeometryCacheEd/Public/GeometryCacheEdModulePublicPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "CoreUObject.h" diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier.h index f0424f77353e..5e7100f97e91 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Clip.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Clip.h index 74816ee01ef3..76a09cf537a0 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Clip.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Clip.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Create.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Create.h index f55507adec83..c635bcaf136c 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Create.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Create.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Delete.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Delete.h index 5e815821925b..fca5ef049250 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Delete.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Delete.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Edit.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Edit.h index f2cbc86b883b..ed50c8d8e07e 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Edit.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Edit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Extrude.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Extrude.h index e86d521685ff..fb770b237dd4 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Extrude.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Extrude.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Flip.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Flip.h index 9824a7249808..adbb9157b7d0 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Flip.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Flip.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Lathe.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Lathe.h index c744316fd0b0..7bce8d6f8d3d 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Lathe.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Lathe.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Optimize.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Optimize.h index a588a9862590..5849d1b8a886 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Optimize.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Optimize.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Pen.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Pen.h index 2e64cd65a108..50a9ff170cb7 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Pen.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Pen.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Split.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Split.h index ac8b4dea001a..19ad2a0b58d1 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Split.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Split.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Triangulate.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Triangulate.h index 0a19db069e18..289a288fabed 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Triangulate.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Triangulate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Turn.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Turn.h index 3e5366d268cb..42f4a8b9b1cf 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Turn.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Turn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Weld.h b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Weld.h index 86c5e7c2e6db..93a3b85ec9c1 100644 --- a/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Weld.h +++ b/Engine/Source/Editor/GeometryMode/Classes/GeomModifier_Weld.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Welds selected objects. diff --git a/Engine/Source/Editor/GeometryMode/GeometryMode.Build.cs b/Engine/Source/Editor/GeometryMode/GeometryMode.Build.cs index 28f0f0cd6c3c..cabdbbdabaac 100644 --- a/Engine/Source/Editor/GeometryMode/GeometryMode.Build.cs +++ b/Engine/Source/Editor/GeometryMode/GeometryMode.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/GeometryMode/Private/EditorGeometry.cpp b/Engine/Source/Editor/GeometryMode/Private/EditorGeometry.cpp index 7ea561e8b861..e15722116b4d 100644 --- a/Engine/Source/Editor/GeometryMode/Private/EditorGeometry.cpp +++ b/Engine/Source/Editor/GeometryMode/Private/EditorGeometry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryModePrivatePCH.h" diff --git a/Engine/Source/Editor/GeometryMode/Private/GeometryEdMode.cpp b/Engine/Source/Editor/GeometryMode/Private/GeometryEdMode.cpp index ff8991cd8c84..b07f1639437a 100644 --- a/Engine/Source/Editor/GeometryMode/Private/GeometryEdMode.cpp +++ b/Engine/Source/Editor/GeometryMode/Private/GeometryEdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryModePrivatePCH.h" #include "DynamicMeshBuilder.h" diff --git a/Engine/Source/Editor/GeometryMode/Private/GeometryMode.cpp b/Engine/Source/Editor/GeometryMode/Private/GeometryMode.cpp index 81d237f84e29..f43a7d391628 100644 --- a/Engine/Source/Editor/GeometryMode/Private/GeometryMode.cpp +++ b/Engine/Source/Editor/GeometryMode/Private/GeometryMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryModePrivatePCH.h" #include "Editor/PropertyEditor/Public/PropertyEditorModule.h" diff --git a/Engine/Source/Editor/GeometryMode/Private/GeometryMode.h b/Engine/Source/Editor/GeometryMode/Private/GeometryMode.h index d6912580dde5..7fe00ef69120 100644 --- a/Engine/Source/Editor/GeometryMode/Private/GeometryMode.h +++ b/Engine/Source/Editor/GeometryMode/Private/GeometryMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GeometryMode/Private/GeometryModePrivatePCH.h b/Engine/Source/Editor/GeometryMode/Private/GeometryModePrivatePCH.h index ea688556fb3b..98929d910774 100644 --- a/Engine/Source/Editor/GeometryMode/Private/GeometryModePrivatePCH.h +++ b/Engine/Source/Editor/GeometryMode/Private/GeometryModePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GeometryMode/Private/GeometryModifiers.cpp b/Engine/Source/Editor/GeometryMode/Private/GeometryModifiers.cpp index 17bdcfd10309..fb007c23f1d4 100644 --- a/Engine/Source/Editor/GeometryMode/Private/GeometryModifiers.cpp +++ b/Engine/Source/Editor/GeometryMode/Private/GeometryModifiers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryModePrivatePCH.h" #include "Engine/BrushShape.h" diff --git a/Engine/Source/Editor/GeometryMode/Public/EditorGeometry.h b/Engine/Source/Editor/GeometryMode/Public/EditorGeometry.h index 68a141a9fdf2..afd2e98415b6 100644 --- a/Engine/Source/Editor/GeometryMode/Public/EditorGeometry.h +++ b/Engine/Source/Editor/GeometryMode/Public/EditorGeometry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GeometryMode/Public/GeometryEdMode.h b/Engine/Source/Editor/GeometryMode/Public/GeometryEdMode.h index 2b11f728f4a5..ecf759c6d66c 100644 --- a/Engine/Source/Editor/GeometryMode/Public/GeometryEdMode.h +++ b/Engine/Source/Editor/GeometryMode/Public/GeometryEdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorModes.h" diff --git a/Engine/Source/Editor/GraphEditor/GraphEditor.Build.cs b/Engine/Source/Editor/GraphEditor/GraphEditor.Build.cs index e1fcd2de62bd..4ecaa1015ac6 100644 --- a/Engine/Source/Editor/GraphEditor/GraphEditor.Build.cs +++ b/Engine/Source/Editor/GraphEditor/GraphEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimGraphConnectionDrawingPolicy.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimGraphConnectionDrawingPolicy.cpp index 63c806dd2962..73c5d1d6eeb2 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimGraphConnectionDrawingPolicy.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimGraphConnectionDrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimGraphConnectionDrawingPolicy.h b/Engine/Source/Editor/GraphEditor/Private/AnimGraphConnectionDrawingPolicy.h index 5575c1a98b3a..202b3148927b 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimGraphConnectionDrawingPolicy.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimGraphConnectionDrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeAnimationResult.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeAnimationResult.cpp index d5524a437283..6a1c5f2a0595 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeAnimationResult.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeAnimationResult.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "AnimGraphDefinitions.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeAnimationResult.h b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeAnimationResult.h index 3d6fe1cf6a02..375b5865748e 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeAnimationResult.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeAnimationResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeLayeredBoneBlend.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeLayeredBoneBlend.cpp index a59a19c1276f..b4c157703b84 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeLayeredBoneBlend.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeLayeredBoneBlend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeLayeredBoneBlend.h b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeLayeredBoneBlend.h index d7d14bf02eaf..a553d8ab9b94 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeLayeredBoneBlend.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeLayeredBoneBlend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeSequencePlayer.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeSequencePlayer.cpp index 1efb24bf6d72..de385adca3dd 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeSequencePlayer.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeSequencePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeSequencePlayer.h b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeSequencePlayer.h index a9dbc99b1c1e..25cddb944a92 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeSequencePlayer.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeSequencePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeStateMachineInstance.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeStateMachineInstance.cpp index 9f6e95c6731a..67eff391f938 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeStateMachineInstance.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeStateMachineInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "KismetNodes/SGraphNodeK2Base.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeStateMachineInstance.h b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeStateMachineInstance.h index dd2383925f94..0f5e0add2251 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeStateMachineInstance.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationNodes/SGraphNodeStateMachineInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationPins/SGraphPinPose.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimationPins/SGraphPinPose.cpp index 7b4a0bb21ff1..524d764fb4fc 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationPins/SGraphPinPose.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationPins/SGraphPinPose.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphPinPose.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationPins/SGraphPinPose.h b/Engine/Source/Editor/GraphEditor/Private/AnimationPins/SGraphPinPose.h index 51135996df61..47a9637caea7 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationPins/SGraphPinPose.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationPins/SGraphPinPose.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimState.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimState.cpp index 4b09034be231..9fd6a7b104a7 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimState.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeAnimState.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimState.h b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimState.h index bddb296b5e01..44a619f9d2ec 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimState.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimStateEntry.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimStateEntry.cpp index f0addb03af6e..19ca613ced62 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimStateEntry.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimStateEntry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimStateEntry.h b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimStateEntry.h index 161d9e5bdd8c..7629a0c7f6f6 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimStateEntry.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimStateEntry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimTransition.cpp b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimTransition.cpp index 779107ffdbfa..8a2d4a7899e0 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimTransition.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimTransition.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimTransition.h b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimTransition.h index 9fa6a7ae44ba..612299d2a84a 100644 --- a/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimTransition.h +++ b/Engine/Source/Editor/GraphEditor/Private/AnimationStateNodes/SGraphNodeAnimTransition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SGraphNode.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.cpp b/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.cpp index 5a8c84842ec5..17067b005722 100644 --- a/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "BlueprintConnectionDrawingPolicy.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.h b/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.h index 6cc423bab15b..2995c92d5f02 100644 --- a/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.h +++ b/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp b/Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp index e815d4e05d54..aae37e890463 100644 --- a/Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "ConnectionDrawingPolicy.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/DragConnection.cpp b/Engine/Source/Editor/GraphEditor/Private/DragConnection.cpp index 7826b4f77168..2c210c052cb6 100644 --- a/Engine/Source/Editor/GraphEditor/Private/DragConnection.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/DragConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/DragConnection.h b/Engine/Source/Editor/GraphEditor/Private/DragConnection.h index b25bfdea1e9b..4ec41d306efc 100644 --- a/Engine/Source/Editor/GraphEditor/Private/DragConnection.h +++ b/Engine/Source/Editor/GraphEditor/Private/DragConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/DragNode.cpp b/Engine/Source/Editor/GraphEditor/Private/DragNode.cpp index 923657629dc5..99f4c8a3bd36 100644 --- a/Engine/Source/Editor/GraphEditor/Private/DragNode.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/DragNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/DragNode.h b/Engine/Source/Editor/GraphEditor/Private/DragNode.h index 8402e341f968..45e708afa0ae 100644 --- a/Engine/Source/Editor/GraphEditor/Private/DragNode.h +++ b/Engine/Source/Editor/GraphEditor/Private/DragNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp b/Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp index 1dc86133a376..a578d51a15aa 100644 --- a/Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "GraphActionNode.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/GraphActionNode.h b/Engine/Source/Editor/GraphEditor/Private/GraphActionNode.h index 6f42cfe34c5a..5b9cca155896 100644 --- a/Engine/Source/Editor/GraphEditor/Private/GraphActionNode.h +++ b/Engine/Source/Editor/GraphEditor/Private/GraphActionNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/GraphDiffControl.cpp b/Engine/Source/Editor/GraphEditor/Private/GraphDiffControl.cpp index 1d60ece1a4c0..3d347cbd1251 100644 --- a/Engine/Source/Editor/GraphEditor/Private/GraphDiffControl.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/GraphDiffControl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "GraphDiffControl.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/GraphEditorActions.cpp b/Engine/Source/Editor/GraphEditor/Private/GraphEditorActions.cpp index b1d7f5a36539..5ece999f9bfd 100644 --- a/Engine/Source/Editor/GraphEditor/Private/GraphEditorActions.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/GraphEditorActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "GraphEditorActions.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/GraphEditorCommon.h b/Engine/Source/Editor/GraphEditor/Private/GraphEditorCommon.h index b1eb57426e4f..ff79f089534b 100644 --- a/Engine/Source/Editor/GraphEditor/Private/GraphEditorCommon.h +++ b/Engine/Source/Editor/GraphEditor/Private/GraphEditorCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/GraphEditorDragDropAction.cpp b/Engine/Source/Editor/GraphEditor/Private/GraphEditorDragDropAction.cpp index d3300ef92094..ee87e46a2c84 100644 --- a/Engine/Source/Editor/GraphEditor/Private/GraphEditorDragDropAction.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/GraphEditorDragDropAction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SScaleBox.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/GraphEditorModule.cpp b/Engine/Source/Editor/GraphEditor/Private/GraphEditorModule.cpp index fb2cd019588a..fbaad2f1b9c1 100644 --- a/Engine/Source/Editor/GraphEditor/Private/GraphEditorModule.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/GraphEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/GraphEditorSettings.cpp b/Engine/Source/Editor/GraphEditor/Private/GraphEditorSettings.cpp index e0c0ddd0125d..6e0453f0a607 100644 --- a/Engine/Source/Editor/GraphEditor/Private/GraphEditorSettings.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/GraphEditorSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/KismetNodeInfoContext.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/KismetNodeInfoContext.cpp index 73083abfd2e4..8ecdecc99357 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/KismetNodeInfoContext.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/KismetNodeInfoContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "KismetNodes/KismetNodeInfoContext.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeCallParameterCollectionFunction.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeCallParameterCollectionFunction.cpp index d7edff23dc8f..b94fa5aacb04 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeCallParameterCollectionFunction.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeCallParameterCollectionFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNode.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeCallParameterCollectionFunction.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeCallParameterCollectionFunction.h index ace5d56b54c1..32a14af49b89 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeCallParameterCollectionFunction.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeCallParameterCollectionFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeFormatText.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeFormatText.cpp index 293d2e5111cf..2854d52aa404 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeFormatText.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeFormatText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeK2Base.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeFormatText.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeFormatText.h index a52ec15d25ff..7e678fd5c802 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeFormatText.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeFormatText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2ArrayFunction.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2ArrayFunction.cpp index ed91d6279256..4e44f3d68522 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2ArrayFunction.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2ArrayFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeK2Base.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2ArrayFunction.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2ArrayFunction.h index 44e497d569e7..4d9cb1d928e9 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2ArrayFunction.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2ArrayFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.cpp index 929cb747f91c..2dde9452c8ba 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.h index 5469bffa0737..f3e6a546db17 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Composite.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Composite.cpp index c6f1403447bf..d01a8f9e7a17 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Composite.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Composite.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Composite.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Composite.h index 822ff6b4354c..26caee27fc62 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Composite.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Composite.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2CreateDelegate.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2CreateDelegate.cpp index a5401c7aaac2..2fc9513be467 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2CreateDelegate.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2CreateDelegate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeK2Base.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2CreateDelegate.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2CreateDelegate.h index 47f44e747535..a563810de407 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2CreateDelegate.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2CreateDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Default.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Default.cpp index c976b0f9af51..f429c6f9cee6 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Default.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Default.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Default.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Default.h index 268575116129..e4dd6bb61ad8 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Default.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Default.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.cpp index 061f9631f011..b6c829c8cfe2 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeK2Base.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.h index a260a62a954c..f15c16dee4b2 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Sequence.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Sequence.cpp index 904033ae3511..9da5b0ed9e7b 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Sequence.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Sequence.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeK2Base.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Sequence.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Sequence.h index dd3064a1c577..13645622a025 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Sequence.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Sequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SGraphNodeK2Sequence_h__ diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Terminator.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Terminator.cpp index 5bbb81dc90d7..12ffedd98be1 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Terminator.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Terminator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Terminator.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Terminator.h index df01d77b8075..6e3a73898b8e 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Terminator.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Terminator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SGraphNodeK2Terminator_h__ diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Timeline.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Timeline.cpp index 64b5ead5fcd0..4c2495ed76ff 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Timeline.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Timeline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeK2Base.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Timeline.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Timeline.h index 96c2fe9c546d..806f0924fb9d 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Timeline.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Timeline.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Var.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Var.cpp index 74485d659f70..a250a6d78d11 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Var.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Var.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Var.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Var.h index b7d9688abf10..daa67a2f2157 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Var.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Var.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SGraphNodeK2Var_h__ diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActor.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActor.cpp index 12f0a6b6c1ea..297a21201e60 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActor.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNode.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActor.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActor.h index 2f0782a85213..7916b4b8c8c7 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActor.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActorFromClass.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActorFromClass.cpp index aaf86935c1ff..5ad0ecfc2a2d 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActorFromClass.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActorFromClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNode.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActorFromClass.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActorFromClass.h index 017d0e079b7d..021a90ee3fe8 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActorFromClass.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSpawnActorFromClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSwitchStatement.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSwitchStatement.cpp index cf44f64601a7..39ee3db7ad69 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSwitchStatement.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSwitchStatement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeK2Base.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSwitchStatement.h b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSwitchStatement.h index 00fcca727af2..092a2dd274b2 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSwitchStatement.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeSwitchStatement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinBool.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinBool.cpp index ac6603323a59..3ca8a4642cab 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinBool.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinBool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinBool.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinBool.h index 5694316e442b..b98a68fc95aa 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinBool.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinBool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinClass.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinClass.cpp index 90ff2fe7075c..5dcc3be8a1fd 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinClass.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinClass.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinClass.h index f94c9f263cca..056ffc7f827f 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinClass.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinCollisionProfile.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinCollisionProfile.cpp index cde00e4528c2..b91b38273260 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinCollisionProfile.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinCollisionProfile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SNameComboBox.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinCollisionProfile.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinCollisionProfile.h index 29a164957d0b..3ec5aadf61e3 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinCollisionProfile.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinCollisionProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinColor.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinColor.cpp index 49c2c01abc2c..67031a933eb0 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinColor.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinColor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinColor.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinColor.h index 1d5a20238e45..4e3b8df986d1 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinColor.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinDataTableRowName.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinDataTableRowName.cpp index 8cfd07d3e5ae..faa23210e667 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinDataTableRowName.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinDataTableRowName.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphPinDataTableRowName.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinEnum.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinEnum.cpp index b796b31ddff4..1dc34f342db6 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinEnum.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinEnum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinEnum.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinEnum.h index 369e3eb5af33..7958d3c494a5 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinEnum.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinEnum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinExec.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinExec.cpp index be3281fd8be3..6e83ef8b6a3e 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinExec.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinExec.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinExec.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinExec.h index c599d0ca1e45..2f6b60bf7318 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinExec.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinExec.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinIndex.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinIndex.cpp index c8402fb02017..51d938d3345e 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinIndex.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinIndex.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinIndex.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinIndex.h index 131f83a876fc..6c455eaebf90 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinIndex.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinIndex.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinInteger.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinInteger.cpp index 42b4309a5d1b..3228f17bb7f9 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinInteger.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinInteger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphPin.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinInteger.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinInteger.h index 3f61c2e1a89c..0e81bbd0bf57 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinInteger.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinInteger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinKey.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinKey.cpp index 6d43d7ccdbd1..86fd92cf7dad 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinKey.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinKey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinKey.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinKey.h index c97cdd0c6680..e684b1b326ae 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinKey.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinKey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNameList.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNameList.cpp index 3715025de4ae..3998b81d4a78 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNameList.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNameList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNum.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNum.cpp index 53318412f73a..d120dfaf3b57 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNum.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNum.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNum.h index b281cf840e75..a83835ba0930 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNum.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinNum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinObject.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinObject.cpp index fc826398ae9b..725f2ef346e4 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinObject.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphPinObject.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinObject.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinObject.h index 297865996acf..1672526d1712 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinObject.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinString.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinString.cpp index f1e717470a78..e99c9bb620ab 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinString.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinString.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinString.h index 7a2f371b1453..d6d39a194192 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinString.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinText.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinText.cpp index 350c76951a20..0a89b7308afa 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinText.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinText.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinText.h index 8c47b70228e4..dc04ef1e7674 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinText.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector.cpp index aa343d9bf97a..30cda9d411ef 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector.h index 96f4d264d455..c8283005f353 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector2D.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector2D.cpp index 1ef11c4b3cdb..26e7cbb874de 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector2D.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector2D.h b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector2D.h index 34a5e940e2ee..4857e156d174 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector2D.h +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SGraphPinVector2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SNameComboBox.cpp b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SNameComboBox.cpp index 6721b1fffa3a..5050d55cdf33 100644 --- a/Engine/Source/Editor/GraphEditor/Private/KismetPins/SNameComboBox.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/KismetPins/SNameComboBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SNameComboBox.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialGraphConnectionDrawingPolicy.cpp b/Engine/Source/Editor/GraphEditor/Private/MaterialGraphConnectionDrawingPolicy.cpp index c8441f8f82b3..8699205be853 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialGraphConnectionDrawingPolicy.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialGraphConnectionDrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "MaterialGraphConnectionDrawingPolicy.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialGraphConnectionDrawingPolicy.h b/Engine/Source/Editor/GraphEditor/Private/MaterialGraphConnectionDrawingPolicy.h index 9cca4a5cb7e1..e54aec2276e0 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialGraphConnectionDrawingPolicy.h +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialGraphConnectionDrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialBase.cpp b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialBase.cpp index 44fb1c4578f5..b293811798c7 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialBase.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "Materials/MaterialExpression.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialBase.h b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialBase.h index 7dcf2ad0c484..2c84a21c154d 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialBase.h +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialComment.cpp b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialComment.cpp index 3c63a52a6e24..5ac3f33c6b00 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialComment.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialComment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "Materials/MaterialExpressionComment.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialComment.h b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialComment.h index 82fa68775a37..2918167aa108 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialComment.h +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialComment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialResult.cpp b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialResult.cpp index 91ce1989a90f..a9dd2fd7a500 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialResult.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialResult.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SGraphNodeMaterialResult.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialResult.h b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialResult.h index a9a7b27ff763..bc3ac5a79e2a 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialResult.h +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialNodes/SGraphNodeMaterialResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialPins/SGraphPinMaterialInput.cpp b/Engine/Source/Editor/GraphEditor/Private/MaterialPins/SGraphPinMaterialInput.cpp index 401b2785488a..4a533c462d28 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialPins/SGraphPinMaterialInput.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialPins/SGraphPinMaterialInput.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/MaterialPins/SGraphPinMaterialInput.h b/Engine/Source/Editor/GraphEditor/Private/MaterialPins/SGraphPinMaterialInput.h index cacfc5b37643..13742677e731 100644 --- a/Engine/Source/Editor/GraphEditor/Private/MaterialPins/SGraphPinMaterialInput.h +++ b/Engine/Source/Editor/GraphEditor/Private/MaterialPins/SGraphPinMaterialInput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/NiagaraPins/SGraphPinVector4.cpp b/Engine/Source/Editor/GraphEditor/Private/NiagaraPins/SGraphPinVector4.cpp index 6e8a7ad91db8..b1d69e83d719 100644 --- a/Engine/Source/Editor/GraphEditor/Private/NiagaraPins/SGraphPinVector4.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/NiagaraPins/SGraphPinVector4.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/NiagaraPins/SGraphPinVector4.h b/Engine/Source/Editor/GraphEditor/Private/NiagaraPins/SGraphPinVector4.h index 8a96ac2a98ea..c511aef76ff7 100644 --- a/Engine/Source/Editor/GraphEditor/Private/NiagaraPins/SGraphPinVector4.h +++ b/Engine/Source/Editor/GraphEditor/Private/NiagaraPins/SGraphPinVector4.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/NodeFactory.cpp b/Engine/Source/Editor/GraphEditor/Private/NodeFactory.cpp index d7febe7013d7..4629702bcdf9 100644 --- a/Engine/Source/Editor/GraphEditor/Private/NodeFactory.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/NodeFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/NodeFactory.h b/Engine/Source/Editor/GraphEditor/Private/NodeFactory.h index dc4ae35e4cbc..a9d04e3b9fd5 100644 --- a/Engine/Source/Editor/GraphEditor/Private/NodeFactory.h +++ b/Engine/Source/Editor/GraphEditor/Private/NodeFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/SCommentBubble.cpp b/Engine/Source/Editor/GraphEditor/Private/SCommentBubble.cpp index 43b973a5fb1b..fb4a5ce0f544 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SCommentBubble.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SCommentBubble.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SCommentBubble.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphActionMenu.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphActionMenu.cpp index 6024a57d6972..249f5444c915 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphActionMenu.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphActionMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphEditorActionMenu.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphEditorActionMenu.cpp index 267e8fbcceb5..cd94bf4ee541 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphEditorActionMenu.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphEditorActionMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphEditorActionMenu.h b/Engine/Source/Editor/GraphEditor/Private/SGraphEditorActionMenu.h index b40e60e6af37..6b162d6fc3c8 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphEditorActionMenu.h +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphEditorActionMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SGraphEditorActionMenu_h__ diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphEditorImpl.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphEditorImpl.cpp index bb889e88a442..db358e85a0e6 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphEditorImpl.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphEditorImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphEditorImpl.h b/Engine/Source/Editor/GraphEditor/Private/SGraphEditorImpl.h index ef8bad0e1692..07394b4b7bd7 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphEditorImpl.h +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphEditorImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp index 535d5425f824..47c7f21dcbd1 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "NodeFactory.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeComment.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeComment.cpp index e72789b4cd15..f772963cbdfe 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeComment.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeComment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDefault.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDefault.cpp index e272f277def6..5fdba3132fad 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDefault.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDefault.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDefault.h b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDefault.h index 93eb6f23d1ae..8163b849dd30 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDefault.h +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDefault.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SGraphNodeDefault_h__ diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDocumentation.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDocumentation.cpp index 4971efcd486d..018cffddc62e 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDocumentation.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeDocumentation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.cpp index f15af0c452ef..1dd6d9258570 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.h b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.h index 9ad5233db4e3..bcc8857ab3da 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.h +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeKnot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeResizable.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeResizable.cpp index d1ec3a5df3a0..2829b71d670d 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphNodeResizable.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphNodeResizable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphPalette.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphPalette.cpp index fade917c1f19..22d601543eac 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphPalette.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphPalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp index 80defe8a565d..5a737d148677 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.h b/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.h index 3f13f799d814..dca20f4cea33 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.h +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp index 38057ca497f5..20632c260e3f 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphPreviewer.cpp b/Engine/Source/Editor/GraphEditor/Private/SGraphPreviewer.cpp index 31297805a1e7..f9bd40014321 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphPreviewer.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphPreviewer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SGraphPreviewer.h b/Engine/Source/Editor/GraphEditor/Private/SGraphPreviewer.h index e4279d1fd6aa..1f918d8f5fbd 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SGraphPreviewer.h +++ b/Engine/Source/Editor/GraphEditor/Private/SGraphPreviewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp b/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp index 9d193d3a624f..b4d254021101 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SoundCueGraphConnectionDrawingPolicy.cpp b/Engine/Source/Editor/GraphEditor/Private/SoundCueGraphConnectionDrawingPolicy.cpp index cf037e2c29d2..71e1a7480c2d 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SoundCueGraphConnectionDrawingPolicy.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SoundCueGraphConnectionDrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SoundCueGraphConnectionDrawingPolicy.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SoundCueGraphConnectionDrawingPolicy.h b/Engine/Source/Editor/GraphEditor/Private/SoundCueGraphConnectionDrawingPolicy.h index b5b98684f504..107c09cc1b5b 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SoundCueGraphConnectionDrawingPolicy.h +++ b/Engine/Source/Editor/GraphEditor/Private/SoundCueGraphConnectionDrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundBase.cpp b/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundBase.cpp index 12a84038c69d..f4b960d16793 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundBase.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundBase.h b/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundBase.h index 3ef48694bd32..8a0407fcba04 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundBase.h +++ b/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundResult.cpp b/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundResult.cpp index b49f839fb703..9fb159683963 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundResult.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundResult.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundResult.h b/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundResult.h index 87aef516b4d1..0ce96a4288bd 100644 --- a/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundResult.h +++ b/Engine/Source/Editor/GraphEditor/Private/SoundNodes/SGraphNodeSoundResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Private/StateMachineConnectionDrawingPolicy.cpp b/Engine/Source/Editor/GraphEditor/Private/StateMachineConnectionDrawingPolicy.cpp index e86b93aa421a..a09c4cf8774e 100644 --- a/Engine/Source/Editor/GraphEditor/Private/StateMachineConnectionDrawingPolicy.cpp +++ b/Engine/Source/Editor/GraphEditor/Private/StateMachineConnectionDrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GraphEditorCommon.h" #include "StateMachineConnectionDrawingPolicy.h" diff --git a/Engine/Source/Editor/GraphEditor/Private/StateMachineConnectionDrawingPolicy.h b/Engine/Source/Editor/GraphEditor/Private/StateMachineConnectionDrawingPolicy.h index 82297c63c695..c3b306934f4e 100644 --- a/Engine/Source/Editor/GraphEditor/Private/StateMachineConnectionDrawingPolicy.h +++ b/Engine/Source/Editor/GraphEditor/Private/StateMachineConnectionDrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h b/Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h index 74a73e6a252a..fb161cb7f534 100644 --- a/Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h +++ b/Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/DiffResults.h b/Engine/Source/Editor/GraphEditor/Public/DiffResults.h index 5d37e75ed160..74077c3d1e49 100644 --- a/Engine/Source/Editor/GraphEditor/Public/DiffResults.h +++ b/Engine/Source/Editor/GraphEditor/Public/DiffResults.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h b/Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h index 243b4e0fd49e..90e8a2ee222e 100644 --- a/Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h +++ b/Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DiffResults.h" diff --git a/Engine/Source/Editor/GraphEditor/Public/GraphEditorActions.h b/Engine/Source/Editor/GraphEditor/Public/GraphEditorActions.h index 58d3b5a26a00..ee892a5f287c 100644 --- a/Engine/Source/Editor/GraphEditor/Public/GraphEditorActions.h +++ b/Engine/Source/Editor/GraphEditor/Public/GraphEditorActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/GraphEditorDragDropAction.h b/Engine/Source/Editor/GraphEditor/Public/GraphEditorDragDropAction.h index 7118c15e4bd3..bfc13b5285dd 100644 --- a/Engine/Source/Editor/GraphEditor/Public/GraphEditorDragDropAction.h +++ b/Engine/Source/Editor/GraphEditor/Public/GraphEditorDragDropAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/GraphEditorModule.h b/Engine/Source/Editor/GraphEditor/Public/GraphEditorModule.h index 1bdd2be935e1..8f90ea926a5b 100644 --- a/Engine/Source/Editor/GraphEditor/Public/GraphEditorModule.h +++ b/Engine/Source/Editor/GraphEditor/Public/GraphEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/GraphEditorSettings.h b/Engine/Source/Editor/GraphEditor/Public/GraphEditorSettings.h index 2d971b687fc4..e65219338fcc 100644 --- a/Engine/Source/Editor/GraphEditor/Public/GraphEditorSettings.h +++ b/Engine/Source/Editor/GraphEditor/Public/GraphEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/GraphSplineOverlapResult.h b/Engine/Source/Editor/GraphEditor/Public/GraphSplineOverlapResult.h index 81c28963f14b..43e9925e9dd4 100644 --- a/Engine/Source/Editor/GraphEditor/Public/GraphSplineOverlapResult.h +++ b/Engine/Source/Editor/GraphEditor/Public/GraphSplineOverlapResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/KismetNodes/KismetNodeInfoContext.h b/Engine/Source/Editor/GraphEditor/Public/KismetNodes/KismetNodeInfoContext.h index 82c488a7d727..498274c78796 100644 --- a/Engine/Source/Editor/GraphEditor/Public/KismetNodes/KismetNodeInfoContext.h +++ b/Engine/Source/Editor/GraphEditor/Public/KismetNodes/KismetNodeInfoContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/MarqueeOperation.h b/Engine/Source/Editor/GraphEditor/Public/MarqueeOperation.h index 519d0b40d592..11f648b003b5 100644 --- a/Engine/Source/Editor/GraphEditor/Public/MarqueeOperation.h +++ b/Engine/Source/Editor/GraphEditor/Public/MarqueeOperation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "MarqueeRect.h" diff --git a/Engine/Source/Editor/GraphEditor/Public/SCommentBubble.h b/Engine/Source/Editor/GraphEditor/Public/SCommentBubble.h index 83b496d94c3d..7b6bc02bbc9b 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SCommentBubble.h +++ b/Engine/Source/Editor/GraphEditor/Public/SCommentBubble.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h b/Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h index 7b20070bd54a..fa83a0fedf84 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphNode.h b/Engine/Source/Editor/GraphEditor/Public/SGraphNode.h index ffc796bf7d1e..5a15a6de7d02 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphNode.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphNodeComment.h b/Engine/Source/Editor/GraphEditor/Public/SGraphNodeComment.h index 218632fbf638..37d89ead64f2 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphNodeComment.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphNodeComment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphNodeDocumentation.h b/Engine/Source/Editor/GraphEditor/Public/SGraphNodeDocumentation.h index 97afb4b922f8..5eb070ae048a 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphNodeDocumentation.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphNodeDocumentation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphNodeResizable.h b/Engine/Source/Editor/GraphEditor/Public/SGraphNodeResizable.h index 991bc6618d19..c3da75b34a03 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphNodeResizable.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphNodeResizable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h b/Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h index 9858323469ab..9bd724f9e2e4 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphPin.h b/Engine/Source/Editor/GraphEditor/Public/SGraphPin.h index 971e00360049..15295a920ec9 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphPin.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphPin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SImage.h" diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphPinComboBox.h b/Engine/Source/Editor/GraphEditor/Public/SGraphPinComboBox.h index 2748cbca5d16..b6bcab75d52e 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphPinComboBox.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphPinComboBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphPinDataTableRowName.h b/Engine/Source/Editor/GraphEditor/Public/SGraphPinDataTableRowName.h index 4cf28eada093..59259e4ee171 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphPinDataTableRowName.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphPinDataTableRowName.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SGraphPinNameList.h" diff --git a/Engine/Source/Editor/GraphEditor/Public/SGraphPinNameList.h b/Engine/Source/Editor/GraphEditor/Public/SGraphPinNameList.h index e40e189790dc..5c735721ce17 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SGraphPinNameList.h +++ b/Engine/Source/Editor/GraphEditor/Public/SGraphPinNameList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SGraphPin.h" diff --git a/Engine/Source/Editor/GraphEditor/Public/SNameComboBox.h b/Engine/Source/Editor/GraphEditor/Public/SNameComboBox.h index 879662358595..8153277b46d4 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SNameComboBox.h +++ b/Engine/Source/Editor/GraphEditor/Public/SNameComboBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NameTypes.h" diff --git a/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h b/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h index e9c1745e4194..6e8cb746da2e 100644 --- a/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h +++ b/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/HardwareTargeting/HardwareTargeting.Build.cs b/Engine/Source/Editor/HardwareTargeting/HardwareTargeting.Build.cs index de9ba9dc1a1a..56aa4517bb17 100644 --- a/Engine/Source/Editor/HardwareTargeting/HardwareTargeting.Build.cs +++ b/Engine/Source/Editor/HardwareTargeting/HardwareTargeting.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingModule.cpp b/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingModule.cpp index 774864e6c012..359513ce410b 100644 --- a/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingModule.cpp +++ b/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HardwareTargetingPrivatePCH.h" #include "HardwareTargetingModule.h" diff --git a/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingPrivatePCH.h b/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingPrivatePCH.h index 448277a8e249..5a9675231c2c 100644 --- a/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingPrivatePCH.h +++ b/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingSettings.cpp b/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingSettings.cpp index 449fa3f44947..2a2336f0a60b 100644 --- a/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingSettings.cpp +++ b/Engine/Source/Editor/HardwareTargeting/Private/HardwareTargetingSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HardwareTargetingPrivatePCH.h" #include "HardwareTargetingModule.h" diff --git a/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingModule.h b/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingModule.h index 8349e2aa5ffe..97d0e8510302 100644 --- a/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingModule.h +++ b/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingSettings.h b/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingSettings.h index a77bec036186..f518ff59949b 100644 --- a/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingSettings.h +++ b/Engine/Source/Editor/HardwareTargeting/Public/HardwareTargetingSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/HardwareTargeting/Public/SDecoratedEnumCombo.h b/Engine/Source/Editor/HardwareTargeting/Public/SDecoratedEnumCombo.h index b516397dc476..d3ae2032befa 100644 --- a/Engine/Source/Editor/HardwareTargeting/Public/SDecoratedEnumCombo.h +++ b/Engine/Source/Editor/HardwareTargeting/Public/SDecoratedEnumCombo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/HierarchicalLODOutliner.Build.cs b/Engine/Source/Editor/HierarchicalLODOutliner/HierarchicalLODOutliner.Build.cs index 8e96df141efb..30913fe55701 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/HierarchicalLODOutliner.Build.cs +++ b/Engine/Source/Editor/HierarchicalLODOutliner/HierarchicalLODOutliner.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutliner.cpp b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutliner.cpp index d60cd01db603..8a8b06868bc8 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutliner.cpp +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutliner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODOutlinerPrivatePCH.h" #include "HLODOutliner.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutliner.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutliner.h index 6f80221079cd..d6e12ed0ecc4 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutliner.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutliner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutlinerDragDrop.cpp b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutlinerDragDrop.cpp index 254995597965..4749194efc71 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutlinerDragDrop.cpp +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutlinerDragDrop.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODOutlinerPrivatePCH.h" #include "HLODOutlinerDragDrop.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutlinerDragDrop.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutlinerDragDrop.h index ac8800dcdac1..770f491ddb68 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutlinerDragDrop.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODOutlinerDragDrop.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HierarchicalLODOutlinerPrivatePCH.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODSelectionActor.cpp b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODSelectionActor.cpp index ce8b4bf86c5a..9704a820e253 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODSelectionActor.cpp +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODSelectionActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODOutlinerPrivatePCH.h" #include "HLODSelectionActor.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODSelectionActor.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODSelectionActor.h index f4c53d1a3802..470ce4b8e88e 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODSelectionActor.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODSelectionActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODTreeWidgetItem.cpp b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODTreeWidgetItem.cpp index 3673962ed521..1e06afe4448d 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODTreeWidgetItem.cpp +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODTreeWidgetItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODOutlinerPrivatePCH.h" #include "HLODTreeWidgetItem.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODTreeWidgetItem.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODTreeWidgetItem.h index cef7a900135c..8f061a7e4e2b 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODTreeWidgetItem.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HLODTreeWidgetItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HierarchicalLODOutlinerModule.cpp b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HierarchicalLODOutlinerModule.cpp index e4ef8f36cdc2..f218047ce895 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HierarchicalLODOutlinerModule.cpp +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HierarchicalLODOutlinerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODOutlinerPrivatePCH.h" #include "HierarchicalLODOutlinerModule.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HierarchicalLODOutlinerPrivatePCH.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HierarchicalLODOutlinerPrivatePCH.h index 382808fb11bf..f3ff29e850f3 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/HierarchicalLODOutlinerPrivatePCH.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/HierarchicalLODOutlinerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/ITreeItem.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/ITreeItem.h index 414a741221f0..59f5af67d77c 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/ITreeItem.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/ITreeItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/LODActor.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODActorItem.cpp b/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODActorItem.cpp index 6075cd2437d4..c347a8743fd6 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODActorItem.cpp +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODActorItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODOutlinerPrivatePCH.h" #include "LevelEditor.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODActorItem.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODActorItem.h index a2ffb7b2f1d1..2c7baa161a43 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODActorItem.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODActorItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ITreeItem.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODLevelItem.cpp b/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODLevelItem.cpp index 1975e3148fa8..bc2ca517d7e2 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODLevelItem.cpp +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODLevelItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODOutlinerPrivatePCH.h" #include "HLODOutliner.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODLevelItem.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODLevelItem.h index 73a6fb6eac85..b7f0a8bd172e 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODLevelItem.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/LODLevelItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ITreeItem.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/StaticMeshActorItem.cpp b/Engine/Source/Editor/HierarchicalLODOutliner/Private/StaticMeshActorItem.cpp index fd0205a9e5c6..0be51eb95bc6 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/StaticMeshActorItem.cpp +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/StaticMeshActorItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HierarchicalLODOutlinerPrivatePCH.h" #include "StaticMeshActorItem.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/StaticMeshActorItem.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/StaticMeshActorItem.h index 38955dd8d32c..94615e20e8b7 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/StaticMeshActorItem.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/StaticMeshActorItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ITreeItem.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Private/TreeItemID.h b/Engine/Source/Editor/HierarchicalLODOutliner/Private/TreeItemID.h index f0fd4eb2abed..94b0c6c69fff 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Private/TreeItemID.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Private/TreeItemID.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ObjectKey.h" diff --git a/Engine/Source/Editor/HierarchicalLODOutliner/Public/HierarchicalLODOutlinerModule.h b/Engine/Source/Editor/HierarchicalLODOutliner/Public/HierarchicalLODOutlinerModule.h index 3af3477a5beb..4707539145b9 100644 --- a/Engine/Source/Editor/HierarchicalLODOutliner/Public/HierarchicalLODOutlinerModule.h +++ b/Engine/Source/Editor/HierarchicalLODOutliner/Public/HierarchicalLODOutlinerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ModuleInterface.h" #include "UnrealEd.h" diff --git a/Engine/Source/Editor/InputBindingEditor/InputBindingEditor.Build.cs b/Engine/Source/Editor/InputBindingEditor/InputBindingEditor.Build.cs index 1862f8b65d6b..3dfbe036ef70 100644 --- a/Engine/Source/Editor/InputBindingEditor/InputBindingEditor.Build.cs +++ b/Engine/Source/Editor/InputBindingEditor/InputBindingEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/InputBindingEditor/Private/InputBindingEditorModule.cpp b/Engine/Source/Editor/InputBindingEditor/Private/InputBindingEditorModule.cpp index dd857ab6695f..fa67064e4b99 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/InputBindingEditorModule.cpp +++ b/Engine/Source/Editor/InputBindingEditor/Private/InputBindingEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputBindingEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/InputBindingEditor/Private/InputBindingEditorPrivatePCH.h b/Engine/Source/Editor/InputBindingEditor/Private/InputBindingEditorPrivatePCH.h index efa1c9c75b13..a2d89e739abb 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/InputBindingEditorPrivatePCH.h +++ b/Engine/Source/Editor/InputBindingEditor/Private/InputBindingEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditBox.cpp b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditBox.cpp index c30abf5f764d..1e6ca45acd86 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditBox.cpp +++ b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputBindingEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditBox.h b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditBox.h index f578bfca07f3..acb8ed0d60c7 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditBox.h +++ b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditor.cpp b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditor.cpp index b18a5466272c..92dd863b6782 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditor.cpp +++ b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputBindingEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditor.h b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditor.h index 85a5e710e100..b75680a24f39 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditor.h +++ b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.cpp b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.cpp index 6110c30138e6..b601fde585fc 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.cpp +++ b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputBindingEditorPrivatePCH.h" #include "SChordTreeItem.h" diff --git a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.h b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.h index 01c8e20c1ac3..789c8daab8ff 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.h +++ b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SInputBindingEditorPanel.cpp b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SInputBindingEditorPanel.cpp index c050669537ae..b7e608c697ef 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SInputBindingEditorPanel.cpp +++ b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SInputBindingEditorPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputBindingEditorPrivatePCH.h" #include "SSearchBox.h" diff --git a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SInputBindingEditorPanel.h b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SInputBindingEditorPanel.h index 91957d2a8c08..f1ebe8380607 100644 --- a/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SInputBindingEditorPanel.h +++ b/Engine/Source/Editor/InputBindingEditor/Private/Widgets/SInputBindingEditorPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/InputBindingEditor/Public/InputBindingEditor.h b/Engine/Source/Editor/InputBindingEditor/Public/InputBindingEditor.h index b0cb7e56b789..b27939e59774 100644 --- a/Engine/Source/Editor/InputBindingEditor/Public/InputBindingEditor.h +++ b/Engine/Source/Editor/InputBindingEditor/Public/InputBindingEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/InputBindingEditor/Public/Interfaces/IInputBindingEditorModule.h b/Engine/Source/Editor/InputBindingEditor/Public/Interfaces/IInputBindingEditorModule.h index c4d4cfc58dd6..3bacad3988a0 100644 --- a/Engine/Source/Editor/InputBindingEditor/Public/Interfaces/IInputBindingEditorModule.h +++ b/Engine/Source/Editor/InputBindingEditor/Public/Interfaces/IInputBindingEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/IntroTutorials.Build.cs b/Engine/Source/Editor/IntroTutorials/IntroTutorials.Build.cs index d2d8591d1e19..6d255b9079b9 100644 --- a/Engine/Source/Editor/IntroTutorials/IntroTutorials.Build.cs +++ b/Engine/Source/Editor/IntroTutorials/IntroTutorials.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/IntroTutorials/Private/ClassTypeActions_EditorTutorial.cpp b/Engine/Source/Editor/IntroTutorials/Private/ClassTypeActions_EditorTutorial.cpp index 85f4ecd98737..712f60616674 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/ClassTypeActions_EditorTutorial.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/ClassTypeActions_EditorTutorial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "ClassTypeActions_EditorTutorial.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/ClassTypeActions_EditorTutorial.h b/Engine/Source/Editor/IntroTutorials/Private/ClassTypeActions_EditorTutorial.h index 3368b66a2934..72ca2aee5e2e 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/ClassTypeActions_EditorTutorial.h +++ b/Engine/Source/Editor/IntroTutorials/Private/ClassTypeActions_EditorTutorial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorial.cpp b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorial.cpp index cbddf5e2ded8..1b0b49e5a32b 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorial.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "LevelEditor.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialDetailsCustomization.cpp b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialDetailsCustomization.cpp index cc11b2eb6035..488c341fb43b 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialDetailsCustomization.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "EditorTutorialDetailsCustomization.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialDetailsCustomization.h b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialDetailsCustomization.h index 7a0f685bbebe..377204bd9983 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialDetailsCustomization.h +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialFactory.cpp b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialFactory.cpp index fe6d3a57c51b..b24d2b5372eb 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialFactory.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "EditorTutorialFactory.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialFactory.h b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialFactory.h index fc5c173a6435..2c0945edcf64 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialFactory.h +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialImportFactory.cpp b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialImportFactory.cpp index 4fbb5195e48b..05438c28e0d5 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialImportFactory.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialImportFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "EditorTutorialImportFactory.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialImportFactory.h b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialImportFactory.h index a810e08851c5..576cbbe03347 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialImportFactory.h +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialImportFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialSettings.cpp b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialSettings.cpp index f19d7fafe13a..557aa8f0fc5b 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialSettings.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "EditorTutorialSettings.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialSettings.h b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialSettings.h index 1e7e7395e27d..b1c44087ab86 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialSettings.h +++ b/Engine/Source/Editor/IntroTutorials/Private/EditorTutorialSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/IntroTutorials.cpp b/Engine/Source/Editor/IntroTutorials/Private/IntroTutorials.cpp index 8e2c77c9b354..0985d4f151e5 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/IntroTutorials.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/IntroTutorials.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructureModule.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/IntroTutorials.h b/Engine/Source/Editor/IntroTutorials/Private/IntroTutorials.h index fdb48b7de898..c3856901fa9b 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/IntroTutorials.h +++ b/Engine/Source/Editor/IntroTutorials/Private/IntroTutorials.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Curves/CurveFloat.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/IntroTutorialsPrivatePCH.h b/Engine/Source/Editor/IntroTutorials/Private/IntroTutorialsPrivatePCH.h index 5ae289a60db9..0e6a88173a71 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/IntroTutorialsPrivatePCH.h +++ b/Engine/Source/Editor/IntroTutorials/Private/IntroTutorialsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PropertyEditing.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/SEditorTutorials.cpp b/Engine/Source/Editor/IntroTutorials/Private/SEditorTutorials.cpp index 890e4fd90a9c..cf75c9520a93 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/SEditorTutorials.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/SEditorTutorials.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "SEditorTutorials.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/SEditorTutorials.h b/Engine/Source/Editor/IntroTutorials/Private/SEditorTutorials.h index 8deba86494b5..b2f916221dc0 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/SEditorTutorials.h +++ b/Engine/Source/Editor/IntroTutorials/Private/SEditorTutorials.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialButton.cpp b/Engine/Source/Editor/IntroTutorials/Private/STutorialButton.cpp index a9d17b87eb58..811908b17bb4 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialButton.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialButton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "STutorialButton.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialButton.h b/Engine/Source/Editor/IntroTutorials/Private/STutorialButton.h index 0b20c8dc307f..65aa5bfcf3e8 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialButton.h +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialContent.cpp b/Engine/Source/Editor/IntroTutorials/Private/STutorialContent.cpp index a9b8adc6b2ef..b63ff369b026 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialContent.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialContent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "STutorialContent.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialContent.h b/Engine/Source/Editor/IntroTutorials/Private/STutorialContent.h index 5555421eff92..f616d28c05e6 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialContent.h +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialContent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialEditableText.cpp b/Engine/Source/Editor/IntroTutorials/Private/STutorialEditableText.cpp index 5cd54657c1a0..5398c65fd262 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialEditableText.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialEditableText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "STutorialEditableText.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialEditableText.h b/Engine/Source/Editor/IntroTutorials/Private/STutorialEditableText.h index 9f7971ffbdf0..122f3eb1b8db 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialEditableText.h +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialEditableText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialLoading.cpp b/Engine/Source/Editor/IntroTutorials/Private/STutorialLoading.cpp index bb1447efd4e6..647e0bcc7902 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialLoading.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialLoading.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "STutorialLoading.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialLoading.h b/Engine/Source/Editor/IntroTutorials/Private/STutorialLoading.h index 453e816920a8..d2f33eb414e9 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialLoading.h +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialLoading.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialNavigation.cpp b/Engine/Source/Editor/IntroTutorials/Private/STutorialNavigation.cpp index 327075911cc1..992fa8d123b5 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialNavigation.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialNavigation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "STutorialNavigation.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialNavigation.h b/Engine/Source/Editor/IntroTutorials/Private/STutorialNavigation.h index 502da126286c..21c98f20adde 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialNavigation.h +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialNavigation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialOverlay.cpp b/Engine/Source/Editor/IntroTutorials/Private/STutorialOverlay.cpp index abd7e2b2a8d1..1d7f4f555b80 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialOverlay.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialOverlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "STutorialOverlay.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialOverlay.h b/Engine/Source/Editor/IntroTutorials/Private/STutorialOverlay.h index 1e2c3f3c9e95..6e44586ab847 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialOverlay.h +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialOverlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialRoot.cpp b/Engine/Source/Editor/IntroTutorials/Private/STutorialRoot.cpp index bb2f50c9f139..9f2110f637fb 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialRoot.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialRoot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "STutorialRoot.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialRoot.h b/Engine/Source/Editor/IntroTutorials/Private/STutorialRoot.h index a0fb6d9fd286..0d5ef317de64 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialRoot.h +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialRoot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialsBrowser.cpp b/Engine/Source/Editor/IntroTutorials/Private/STutorialsBrowser.cpp index b543e91af90b..f33a5bcfcb4f 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialsBrowser.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialsBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "STutorialsBrowser.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/STutorialsBrowser.h b/Engine/Source/Editor/IntroTutorials/Private/STutorialsBrowser.h index 67fbbdbb0369..dde5ad6fecd7 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/STutorialsBrowser.h +++ b/Engine/Source/Editor/IntroTutorials/Private/STutorialsBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkDecorator.cpp b/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkDecorator.cpp index 13d3c7997d74..c9fd6c5b4113 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkDecorator.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkDecorator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "TutorialHyperlinkDecorator.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkDecorator.h b/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkDecorator.h index bb1fedf78994..143a2b6db90a 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkDecorator.h +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkDecorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TextDecorators.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkRun.cpp b/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkRun.cpp index 715a82a06af2..da49c567b758 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkRun.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkRun.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "TutorialHyperlinkRun.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkRun.h b/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkRun.h index a933a2504e67..4c01d9bc4a9c 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkRun.h +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialHyperlinkRun.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FTutorialHyperlinkRun : public FSlateHyperlinkRun diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialImageDecorator.cpp b/Engine/Source/Editor/IntroTutorials/Private/TutorialImageDecorator.cpp index 1e0de3172a51..6062c855f8c9 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialImageDecorator.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialImageDecorator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "TutorialImageDecorator.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialImageDecorator.h b/Engine/Source/Editor/IntroTutorials/Private/TutorialImageDecorator.h index aa50f21c5ce8..efc11d8cb6e1 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialImageDecorator.h +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialImageDecorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TextDecorators.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.cpp b/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.cpp index a720dcf1383e..195311fdb0e5 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "TutorialSettings.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.h b/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.h index d953ad53880e..698ae6fe56b0 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.h +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialStateSettings.cpp b/Engine/Source/Editor/IntroTutorials/Private/TutorialStateSettings.cpp index 90f15e2905b5..f03fe77b221e 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialStateSettings.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialStateSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "TutorialStateSettings.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialStateSettings.h b/Engine/Source/Editor/IntroTutorials/Private/TutorialStateSettings.h index cbbc000f12fa..019e6472c09c 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialStateSettings.h +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialStateSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialStructCustomization.cpp b/Engine/Source/Editor/IntroTutorials/Private/TutorialStructCustomization.cpp index 21b940d38d43..c135edff3f2a 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialStructCustomization.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialStructCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "TutorialStructCustomization.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialStructCustomization.h b/Engine/Source/Editor/IntroTutorials/Private/TutorialStructCustomization.h index cff80713b01d..5dfd316802a9 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialStructCustomization.h +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialStructCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialText.cpp b/Engine/Source/Editor/IntroTutorials/Private/TutorialText.cpp index 7e8718cff9fe..3f22bb154db4 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialText.cpp +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IntroTutorialsPrivatePCH.h" #include "TutorialText.h" diff --git a/Engine/Source/Editor/IntroTutorials/Private/TutorialText.h b/Engine/Source/Editor/IntroTutorials/Private/TutorialText.h index fafbd6c328a1..2c60c3f8b96b 100644 --- a/Engine/Source/Editor/IntroTutorials/Private/TutorialText.h +++ b/Engine/Source/Editor/IntroTutorials/Private/TutorialText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Public/EditorTutorial.h b/Engine/Source/Editor/IntroTutorials/Public/EditorTutorial.h index 753b183fda06..e430032150d4 100644 --- a/Engine/Source/Editor/IntroTutorials/Public/EditorTutorial.h +++ b/Engine/Source/Editor/IntroTutorials/Public/EditorTutorial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Public/IIntroTutorials.h b/Engine/Source/Editor/IntroTutorials/Public/IIntroTutorials.h index f389f65da95a..d31c517df02f 100644 --- a/Engine/Source/Editor/IntroTutorials/Public/IIntroTutorials.h +++ b/Engine/Source/Editor/IntroTutorials/Public/IIntroTutorials.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/IntroTutorials/Public/TutorialMetaData.h b/Engine/Source/Editor/IntroTutorials/Public/TutorialMetaData.h index 9f8b5cc7e6bb..bb04d56da45a 100644 --- a/Engine/Source/Editor/IntroTutorials/Public/TutorialMetaData.h +++ b/Engine/Source/Editor/IntroTutorials/Public/TutorialMetaData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Classes/BlueprintPaletteFavorites.h b/Engine/Source/Editor/Kismet/Classes/BlueprintPaletteFavorites.h index 69c715a39398..8d4d29d606fd 100644 --- a/Engine/Source/Editor/Kismet/Classes/BlueprintPaletteFavorites.h +++ b/Engine/Source/Editor/Kismet/Classes/BlueprintPaletteFavorites.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Kismet.Build.cs b/Engine/Source/Editor/Kismet/Kismet.Build.cs index dece8b845480..71e08578a62d 100644 --- a/Engine/Source/Editor/Kismet/Kismet.Build.cs +++ b/Engine/Source/Editor/Kismet/Kismet.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/Kismet/Private/ApplicationMode.cpp b/Engine/Source/Editor/Kismet/Private/ApplicationMode.cpp index 50aa3cae1dac..eb8d1e3fcca1 100644 --- a/Engine/Source/Editor/Kismet/Private/ApplicationMode.cpp +++ b/Engine/Source/Editor/Kismet/Private/ApplicationMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "WorkflowOrientedApp/WorkflowTabFactory.h" diff --git a/Engine/Source/Editor/Kismet/Private/BPDelegateDragDropAction.cpp b/Engine/Source/Editor/Kismet/Private/BPDelegateDragDropAction.cpp index f22bfbbc708d..9baf613ef605 100644 --- a/Engine/Source/Editor/Kismet/Private/BPDelegateDragDropAction.cpp +++ b/Engine/Source/Editor/Kismet/Private/BPDelegateDragDropAction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/BPDelegateDragDropAction.h b/Engine/Source/Editor/Kismet/Private/BPDelegateDragDropAction.h index 1676206cf950..9c113d272633 100644 --- a/Engine/Source/Editor/Kismet/Private/BPDelegateDragDropAction.h +++ b/Engine/Source/Editor/Kismet/Private/BPDelegateDragDropAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/BPFunctionDragDropAction.cpp b/Engine/Source/Editor/Kismet/Private/BPFunctionDragDropAction.cpp index bdc99c70ce69..0478d1816b99 100644 --- a/Engine/Source/Editor/Kismet/Private/BPFunctionDragDropAction.cpp +++ b/Engine/Source/Editor/Kismet/Private/BPFunctionDragDropAction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/BPFunctionDragDropAction.h b/Engine/Source/Editor/Kismet/Private/BPFunctionDragDropAction.h index 59bf6934bc38..2844cebb2aa4 100644 --- a/Engine/Source/Editor/Kismet/Private/BPFunctionDragDropAction.h +++ b/Engine/Source/Editor/Kismet/Private/BPFunctionDragDropAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.cpp b/Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.cpp index d6b0ee09d51a..c8436f9ccdde 100644 --- a/Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.cpp +++ b/Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.h b/Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.h index a5c14f65b9f3..316f92cf6a7b 100644 --- a/Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.h +++ b/Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuBuilder.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuBuilder.cpp index 618acbe63b3d..7780d11cb782 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuBuilder.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintActionMenuBuilder.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuItem.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuItem.cpp index 2477fc8ecd2e..2a3bb4d4c4d8 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuItem.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintActionMenuItem.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuUtils.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuUtils.cpp index 4a0bbc6c1dcf..65a901e696f4 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuUtils.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintActionMenuUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintActionMenuUtils.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintDetailsCustomization.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintDetailsCustomization.cpp index a80b9dc72837..259ad7cf3bbd 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintDetailsCustomization.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintDetailsCustomization.h b/Engine/Source/Editor/Kismet/Private/BlueprintDetailsCustomization.h index 732825189393..ddcd73b853f2 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintDetailsCustomization.h +++ b/Engine/Source/Editor/Kismet/Private/BlueprintDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintDragDropMenuItem.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintDragDropMenuItem.cpp index b389d5403a03..34ae3a91e62f 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintDragDropMenuItem.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintDragDropMenuItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintDragDropMenuItem.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp index faec84d3e81a..820bca3432e3 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "Engine/LevelScriptBlueprint.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.cpp index 525329c4611a..11d8fb703013 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.h b/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.h index 3ec434c6deb9..74c897da0dd6 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.h +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorModes.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintEditorModes.cpp index 2d70b5742186..6341ed8c3b70 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorModes.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorModes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorModule.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintEditorModule.cpp index 46598eee9bb9..946f65ebf248 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorModule.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorPrivatePCH.h b/Engine/Source/Editor/Kismet/Private/BlueprintEditorPrivatePCH.h index 46afebb8a637..ede418f9b147 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorPrivatePCH.h +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef _INC_BLUEPRINTEDITORPRIVATE #define _INC_BLUEPRINTEDITORPRIVATE diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabFactories.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabFactories.cpp index 370518076341..3819002e09fe 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabFactories.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabFactories.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabFactories.h b/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabFactories.h index 8f6fa56dc71c..e713b8a189f7 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabFactories.h +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabFactories.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/TimelineTemplate.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabs.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabs.cpp index c92750ce3477..0f96c5ae17ff 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabs.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorTabs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintEditorTabs.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintEditorViewportContextMenuExtender.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintEditorViewportContextMenuExtender.cpp index 1f5ec2522231..9357ba21146d 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintEditorViewportContextMenuExtender.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintEditorViewportContextMenuExtender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/BlueprintPaletteFavorites.cpp b/Engine/Source/Editor/Kismet/Private/BlueprintPaletteFavorites.cpp index 40a1e3a30675..d8c97ec03a98 100644 --- a/Engine/Source/Editor/Kismet/Private/BlueprintPaletteFavorites.cpp +++ b/Engine/Source/Editor/Kismet/Private/BlueprintPaletteFavorites.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintPaletteFavorites.h" diff --git a/Engine/Source/Editor/Kismet/Private/Debugging/KismetDebugCommands.cpp b/Engine/Source/Editor/Kismet/Private/Debugging/KismetDebugCommands.cpp index ee5fa25ff4d3..03bbc166d50b 100644 --- a/Engine/Source/Editor/Kismet/Private/Debugging/KismetDebugCommands.cpp +++ b/Engine/Source/Editor/Kismet/Private/Debugging/KismetDebugCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/Debugging/KismetDebugCommands.h b/Engine/Source/Editor/Kismet/Private/Debugging/KismetDebugCommands.h index 52dbd92e842a..60fd524b9a8d 100644 --- a/Engine/Source/Editor/Kismet/Private/Debugging/KismetDebugCommands.h +++ b/Engine/Source/Editor/Kismet/Private/Debugging/KismetDebugCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/Debugging/SKismetDebuggingView.cpp b/Engine/Source/Editor/Kismet/Private/Debugging/SKismetDebuggingView.cpp index ca60e39dfbf0..7df4a62b76e3 100644 --- a/Engine/Source/Editor/Kismet/Private/Debugging/SKismetDebuggingView.cpp +++ b/Engine/Source/Editor/Kismet/Private/Debugging/SKismetDebuggingView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/Debugging/SKismetDebuggingView.h b/Engine/Source/Editor/Kismet/Private/Debugging/SKismetDebuggingView.h index 9b2dfb2d3e36..f2e743e5d1df 100644 --- a/Engine/Source/Editor/Kismet/Private/Debugging/SKismetDebuggingView.h +++ b/Engine/Source/Editor/Kismet/Private/Debugging/SKismetDebuggingView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/DetailsDiff.cpp b/Engine/Source/Editor/Kismet/Private/DetailsDiff.cpp index 12ad94e26d3c..ce763aef9012 100644 --- a/Engine/Source/Editor/Kismet/Private/DetailsDiff.cpp +++ b/Engine/Source/Editor/Kismet/Private/DetailsDiff.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "DetailsDiff.h" diff --git a/Engine/Source/Editor/Kismet/Private/DiffUtils.cpp b/Engine/Source/Editor/Kismet/Private/DiffUtils.cpp index 9ad9a6619f2c..c3db45f80fb1 100644 --- a/Engine/Source/Editor/Kismet/Private/DiffUtils.cpp +++ b/Engine/Source/Editor/Kismet/Private/DiffUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/FiBSearchInstance.cpp b/Engine/Source/Editor/Kismet/Private/FiBSearchInstance.cpp index 078d0e5f339f..1e2234310b70 100644 --- a/Engine/Source/Editor/Kismet/Private/FiBSearchInstance.cpp +++ b/Engine/Source/Editor/Kismet/Private/FiBSearchInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "FiBSearchInstance.h" diff --git a/Engine/Source/Editor/Kismet/Private/FiBSearchInstance.h b/Engine/Source/Editor/Kismet/Private/FiBSearchInstance.h index 562fbea9faaf..51400b70b18a 100644 --- a/Engine/Source/Editor/Kismet/Private/FiBSearchInstance.h +++ b/Engine/Source/Editor/Kismet/Private/FiBSearchInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TextFilterExpressionEvaluator.h" diff --git a/Engine/Source/Editor/Kismet/Private/FindInBlueprintManager.cpp b/Engine/Source/Editor/Kismet/Private/FindInBlueprintManager.cpp index 0a17955ddb3f..b2c154219bd0 100644 --- a/Engine/Source/Editor/Kismet/Private/FindInBlueprintManager.cpp +++ b/Engine/Source/Editor/Kismet/Private/FindInBlueprintManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/FindInBlueprints.cpp b/Engine/Source/Editor/Kismet/Private/FindInBlueprints.cpp index 3a4105677feb..89913f13d21b 100644 --- a/Engine/Source/Editor/Kismet/Private/FindInBlueprints.cpp +++ b/Engine/Source/Editor/Kismet/Private/FindInBlueprints.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintEditorCommands.h" #include "BlueprintEditor.h" diff --git a/Engine/Source/Editor/Kismet/Private/FormatTextDetails.cpp b/Engine/Source/Editor/Kismet/Private/FormatTextDetails.cpp index 859eacd94de2..45833d9cef54 100644 --- a/Engine/Source/Editor/Kismet/Private/FormatTextDetails.cpp +++ b/Engine/Source/Editor/Kismet/Private/FormatTextDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "FormatTextDetails.h" diff --git a/Engine/Source/Editor/Kismet/Private/FormatTextDetails.h b/Engine/Source/Editor/Kismet/Private/FormatTextDetails.h index 8561a68a80d8..7adcbb3ffccf 100644 --- a/Engine/Source/Editor/Kismet/Private/FormatTextDetails.h +++ b/Engine/Source/Editor/Kismet/Private/FormatTextDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/ImaginaryBlueprintData.cpp b/Engine/Source/Editor/Kismet/Private/ImaginaryBlueprintData.cpp index 28c1eddffac5..c527dd58df2c 100644 --- a/Engine/Source/Editor/Kismet/Private/ImaginaryBlueprintData.cpp +++ b/Engine/Source/Editor/Kismet/Private/ImaginaryBlueprintData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "ImaginaryBlueprintData.h" #include "Json.h" diff --git a/Engine/Source/Editor/Kismet/Private/InstancedStaticMeshSCSEditorCustomization.cpp b/Engine/Source/Editor/Kismet/Private/InstancedStaticMeshSCSEditorCustomization.cpp index bccebdbc9da0..d43ee2674784 100644 --- a/Engine/Source/Editor/Kismet/Private/InstancedStaticMeshSCSEditorCustomization.cpp +++ b/Engine/Source/Editor/Kismet/Private/InstancedStaticMeshSCSEditorCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "InstancedStaticMeshSCSEditorCustomization.h" diff --git a/Engine/Source/Editor/Kismet/Private/InstancedStaticMeshSCSEditorCustomization.h b/Engine/Source/Editor/Kismet/Private/InstancedStaticMeshSCSEditorCustomization.h index 7be4457aabc9..e6e8851cfaf8 100644 --- a/Engine/Source/Editor/Kismet/Private/InstancedStaticMeshSCSEditorCustomization.h +++ b/Engine/Source/Editor/Kismet/Private/InstancedStaticMeshSCSEditorCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/Nodes/K2Node_AsyncAction.cpp b/Engine/Source/Editor/Kismet/Private/Nodes/K2Node_AsyncAction.cpp index cea0e2422dbd..b804d3f4110a 100644 --- a/Engine/Source/Editor/Kismet/Private/Nodes/K2Node_AsyncAction.cpp +++ b/Engine/Source/Editor/Kismet/Private/Nodes/K2Node_AsyncAction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/Profiler/BPProfilerStatisticWidgets.cpp b/Engine/Source/Editor/Kismet/Private/Profiler/BPProfilerStatisticWidgets.cpp index ebc09b3fcb2f..da0a0c1cf0f3 100644 --- a/Engine/Source/Editor/Kismet/Private/Profiler/BPProfilerStatisticWidgets.cpp +++ b/Engine/Source/Editor/Kismet/Private/Profiler/BPProfilerStatisticWidgets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SBlueprintProfilerView.h" diff --git a/Engine/Source/Editor/Kismet/Private/Profiler/BPProfilerStatisticWidgets.h b/Engine/Source/Editor/Kismet/Private/Profiler/BPProfilerStatisticWidgets.h index 42f309174ba8..5180a6839808 100644 --- a/Engine/Source/Editor/Kismet/Private/Profiler/BPProfilerStatisticWidgets.h +++ b/Engine/Source/Editor/Kismet/Private/Profiler/BPProfilerStatisticWidgets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/Profiler/SBlueprintProfilerView.cpp b/Engine/Source/Editor/Kismet/Private/Profiler/SBlueprintProfilerView.cpp index 6ac39107c7bf..80ed44061d74 100644 --- a/Engine/Source/Editor/Kismet/Private/Profiler/SBlueprintProfilerView.cpp +++ b/Engine/Source/Editor/Kismet/Private/Profiler/SBlueprintProfilerView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/Profiler/SBlueprintProfilerView.h b/Engine/Source/Editor/Kismet/Private/Profiler/SBlueprintProfilerView.h index 5154c006b993..ded4ddcb2776 100644 --- a/Engine/Source/Editor/Kismet/Private/Profiler/SBlueprintProfilerView.h +++ b/Engine/Source/Editor/Kismet/Private/Profiler/SBlueprintProfilerView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/Profiler/ScriptEventExecution.cpp b/Engine/Source/Editor/Kismet/Private/Profiler/ScriptEventExecution.cpp index 2d86ffc6c089..07af66341234 100644 --- a/Engine/Source/Editor/Kismet/Private/Profiler/ScriptEventExecution.cpp +++ b/Engine/Source/Editor/Kismet/Private/Profiler/ScriptEventExecution.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "Developer/BlueprintProfiler/Public/BlueprintProfilerModule.h" diff --git a/Engine/Source/Editor/Kismet/Private/Profiler/ScriptEventExecution.h b/Engine/Source/Editor/Kismet/Private/Profiler/ScriptEventExecution.h index 4841e5f0a260..d55e0af48cad 100644 --- a/Engine/Source/Editor/Kismet/Private/Profiler/ScriptEventExecution.h +++ b/Engine/Source/Editor/Kismet/Private/Profiler/ScriptEventExecution.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintActionMenu.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintActionMenu.cpp index 363f1d310c68..f554622c24f4 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintActionMenu.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintActionMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintActionMenu.h b/Engine/Source/Editor/Kismet/Private/SBlueprintActionMenu.h index ea4ab3f734ec..3d6b6dea5cb3 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintActionMenu.h +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintActionMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintContextTargetMenu.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintContextTargetMenu.cpp index 7ec4e383bd35..87f3ca5cda3b 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintContextTargetMenu.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintContextTargetMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SBlueprintContextTargetMenu.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintContextTargetMenu.h b/Engine/Source/Editor/Kismet/Private/SBlueprintContextTargetMenu.h index 4e30112226d4..388d8e8fc998 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintContextTargetMenu.h +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintContextTargetMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintDiff.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintDiff.cpp index 799041d6e7a4..35764348f4ee 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintDiff.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintDiff.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintEditorSelectedDebugObjectWidget.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintEditorSelectedDebugObjectWidget.cpp index d0cc758f70e5..3f4fe4bf85b2 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintEditorSelectedDebugObjectWidget.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintEditorSelectedDebugObjectWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintEditorCommands.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintEditorSelectedDebugObjectWidget.h b/Engine/Source/Editor/Kismet/Private/SBlueprintEditorSelectedDebugObjectWidget.h index a441bb7a5adc..7534c2a5c23f 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintEditorSelectedDebugObjectWidget.h +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintEditorSelectedDebugObjectWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintEditorToolbar.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintEditorToolbar.cpp index 4423744928b9..883e0fe00b6c 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintEditorToolbar.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintEditorToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintFavoritesPalette.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintFavoritesPalette.cpp index 47cc4a0e891c..7b195ab7f237 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintFavoritesPalette.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintFavoritesPalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SBlueprintFavoritesPalette.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintFavoritesPalette.h b/Engine/Source/Editor/Kismet/Private/SBlueprintFavoritesPalette.h index b5f036736368..3112472ec5f5 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintFavoritesPalette.h +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintFavoritesPalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintLibraryPalette.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintLibraryPalette.cpp index af715a6787a7..d2157d2f23b7 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintLibraryPalette.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintLibraryPalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SBlueprintLibraryPalette.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintLibraryPalette.h b/Engine/Source/Editor/Kismet/Private/SBlueprintLibraryPalette.h index 13804ecb1777..eef60e06ea4c 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintLibraryPalette.h +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintLibraryPalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintPalette.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintPalette.cpp index 21cfe34124be..6485c3791ecf 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintPalette.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintPalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SBlueprintPalette.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintPalette.h b/Engine/Source/Editor/Kismet/Private/SBlueprintPalette.h index 46e428104a7b..38eca2971bc2 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintPalette.h +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintPalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintRevisionMenu.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintRevisionMenu.cpp index 6eaa25e6eedf..4ee3fcd4c485 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintRevisionMenu.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintRevisionMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.cpp b/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.cpp index 5c9143e912ac..e3fdc9b6fd03 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.cpp +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SBlueprintSubPalette.h" diff --git a/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.h b/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.h index 37ed9f7c826a..af29bddb5488 100644 --- a/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.h +++ b/Engine/Source/Editor/Kismet/Private/SBlueprintSubPalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SCSDiff.cpp b/Engine/Source/Editor/Kismet/Private/SCSDiff.cpp index 1684dc3078c3..051eaa7dfaf0 100644 --- a/Engine/Source/Editor/Kismet/Private/SCSDiff.cpp +++ b/Engine/Source/Editor/Kismet/Private/SCSDiff.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SCSDiff.h" diff --git a/Engine/Source/Editor/Kismet/Private/SCSEditorViewportClient.cpp b/Engine/Source/Editor/Kismet/Private/SCSEditorViewportClient.cpp index 4499cc23e9fd..24336ad86831 100644 --- a/Engine/Source/Editor/Kismet/Private/SCSEditorViewportClient.cpp +++ b/Engine/Source/Editor/Kismet/Private/SCSEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "PreviewScene.h" diff --git a/Engine/Source/Editor/Kismet/Private/SCSEditorViewportClient.h b/Engine/Source/Editor/Kismet/Private/SCSEditorViewportClient.h index ec9c610e71b0..e23ac2d51c3b 100644 --- a/Engine/Source/Editor/Kismet/Private/SCSEditorViewportClient.h +++ b/Engine/Source/Editor/Kismet/Private/SCSEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SFilterableObjectList.cpp b/Engine/Source/Editor/Kismet/Private/SFilterableObjectList.cpp index 48247c4faaa4..41e520070b43 100644 --- a/Engine/Source/Editor/Kismet/Private/SFilterableObjectList.cpp +++ b/Engine/Source/Editor/Kismet/Private/SFilterableObjectList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SGraphTitleBar.cpp b/Engine/Source/Editor/Kismet/Private/SGraphTitleBar.cpp index d430ca095826..31cbd5ea0ce7 100644 --- a/Engine/Source/Editor/Kismet/Private/SGraphTitleBar.cpp +++ b/Engine/Source/Editor/Kismet/Private/SGraphTitleBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SGraphTitleBar.h b/Engine/Source/Editor/Kismet/Private/SGraphTitleBar.h index 1b4d2a6c28c1..7e8de7247527 100644 --- a/Engine/Source/Editor/Kismet/Private/SGraphTitleBar.h +++ b/Engine/Source/Editor/Kismet/Private/SGraphTitleBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SKismetInspector.cpp b/Engine/Source/Editor/Kismet/Private/SKismetInspector.cpp index 68c67ebd1f28..f5406a8faef3 100644 --- a/Engine/Source/Editor/Kismet/Private/SKismetInspector.cpp +++ b/Engine/Source/Editor/Kismet/Private/SKismetInspector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SMyBlueprint.cpp b/Engine/Source/Editor/Kismet/Private/SMyBlueprint.cpp index cd7c45c37cac..8ef23a20bd22 100644 --- a/Engine/Source/Editor/Kismet/Private/SMyBlueprint.cpp +++ b/Engine/Source/Editor/Kismet/Private/SMyBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SMyBlueprint.h b/Engine/Source/Editor/Kismet/Private/SMyBlueprint.h index 03f1a77361bf..545db02201a0 100644 --- a/Engine/Source/Editor/Kismet/Private/SMyBlueprint.h +++ b/Engine/Source/Editor/Kismet/Private/SMyBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SReplaceNodeReferences.cpp b/Engine/Source/Editor/Kismet/Private/SReplaceNodeReferences.cpp index bcbac09d500b..7c1fb6943eba 100644 --- a/Engine/Source/Editor/Kismet/Private/SReplaceNodeReferences.cpp +++ b/Engine/Source/Editor/Kismet/Private/SReplaceNodeReferences.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SReplaceNodeReferences.h b/Engine/Source/Editor/Kismet/Private/SReplaceNodeReferences.h index f92aeed5e189..65c651839d44 100644 --- a/Engine/Source/Editor/Kismet/Private/SReplaceNodeReferences.h +++ b/Engine/Source/Editor/Kismet/Private/SReplaceNodeReferences.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp b/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp index 46913deaa2e5..09249ed427ea 100644 --- a/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp +++ b/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/SSCSEditorViewport.cpp b/Engine/Source/Editor/Kismet/Private/SSCSEditorViewport.cpp index 264a42d41e13..846aebffaf59 100644 --- a/Engine/Source/Editor/Kismet/Private/SSCSEditorViewport.cpp +++ b/Engine/Source/Editor/Kismet/Private/SSCSEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintEditor.h" diff --git a/Engine/Source/Editor/Kismet/Private/SSCSEditorViewport.h b/Engine/Source/Editor/Kismet/Private/SSCSEditorViewport.h index 8acfa55e5f63..bba393426c2f 100644 --- a/Engine/Source/Editor/Kismet/Private/SSCSEditorViewport.h +++ b/Engine/Source/Editor/Kismet/Private/SSCSEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/STimelineEditor.cpp b/Engine/Source/Editor/Kismet/Private/STimelineEditor.cpp index 2575e34d9e3c..ba2bcd9108f7 100644 --- a/Engine/Source/Editor/Kismet/Private/STimelineEditor.cpp +++ b/Engine/Source/Editor/Kismet/Private/STimelineEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/Kismet/Private/STimelineEditor.h b/Engine/Source/Editor/Kismet/Private/STimelineEditor.h index ca3e3eda13e3..5f766857802a 100644 --- a/Engine/Source/Editor/Kismet/Private/STimelineEditor.h +++ b/Engine/Source/Editor/Kismet/Private/STimelineEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/Tests/BlueprintEditorTests.cpp b/Engine/Source/Editor/Kismet/Private/Tests/BlueprintEditorTests.cpp index 3f7dd7e267e0..247928551a45 100644 --- a/Engine/Source/Editor/Kismet/Private/Tests/BlueprintEditorTests.cpp +++ b/Engine/Source/Editor/Kismet/Private/Tests/BlueprintEditorTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintEditor.h" diff --git a/Engine/Source/Editor/Kismet/Private/UserDefinedEnumEditor.cpp b/Engine/Source/Editor/Kismet/Private/UserDefinedEnumEditor.cpp index ff3bd2c5a130..33b7d54a97f4 100644 --- a/Engine/Source/Editor/Kismet/Private/UserDefinedEnumEditor.cpp +++ b/Engine/Source/Editor/Kismet/Private/UserDefinedEnumEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "UserDefinedEnumEditor.h" diff --git a/Engine/Source/Editor/Kismet/Private/UserDefinedEnumEditor.h b/Engine/Source/Editor/Kismet/Private/UserDefinedEnumEditor.h index c7976ea21f80..b6b21601f891 100644 --- a/Engine/Source/Editor/Kismet/Private/UserDefinedEnumEditor.h +++ b/Engine/Source/Editor/Kismet/Private/UserDefinedEnumEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/UserDefinedStructureEditor.cpp b/Engine/Source/Editor/Kismet/Private/UserDefinedStructureEditor.cpp index 6ff6f7467a9c..46a12a6421d0 100644 --- a/Engine/Source/Editor/Kismet/Private/UserDefinedStructureEditor.cpp +++ b/Engine/Source/Editor/Kismet/Private/UserDefinedStructureEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "UserDefinedStructureEditor.h" diff --git a/Engine/Source/Editor/Kismet/Private/UserDefinedStructureEditor.h b/Engine/Source/Editor/Kismet/Private/UserDefinedStructureEditor.h index 06299ef9ca80..5516357882f6 100644 --- a/Engine/Source/Editor/Kismet/Private/UserDefinedStructureEditor.h +++ b/Engine/Source/Editor/Kismet/Private/UserDefinedStructureEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Private/WorkflowCentricApplication.cpp b/Engine/Source/Editor/Kismet/Private/WorkflowCentricApplication.cpp index e32c61f93906..c366708e65c1 100644 --- a/Engine/Source/Editor/Kismet/Private/WorkflowCentricApplication.cpp +++ b/Engine/Source/Editor/Kismet/Private/WorkflowCentricApplication.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "BlueprintEditor.h" diff --git a/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/SContentReference.cpp b/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/SContentReference.cpp index f3a43492f46a..b45029a3f46c 100644 --- a/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/SContentReference.cpp +++ b/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/SContentReference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SContentReference.h" diff --git a/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/SModeWidget.cpp b/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/SModeWidget.cpp index 5df7fc4c1b04..0c78fc4189cd 100644 --- a/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/SModeWidget.cpp +++ b/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/SModeWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "SModeWidget.h" diff --git a/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabFactory.cpp b/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabFactory.cpp index 110e8941eae6..89ad8a8975fe 100644 --- a/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabFactory.cpp +++ b/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "IDocumentation.h" diff --git a/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabManager.cpp b/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabManager.cpp index 6db11de8a7d3..4757f8875dd3 100644 --- a/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabManager.cpp +++ b/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlueprintEditorPrivatePCH.h" #include "WorkflowTabFactory.h" diff --git a/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuBuilder.h b/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuBuilder.h index 7720bbf9a5cb..64586990f8b3 100644 --- a/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuBuilder.h +++ b/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuItem.h b/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuItem.h index c53114cc9273..26ff5d4a32a4 100644 --- a/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuItem.h +++ b/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuUtils.h b/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuUtils.h index a15017aacc3b..a4587ff354d1 100644 --- a/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuUtils.h +++ b/Engine/Source/Editor/Kismet/Public/BlueprintActionMenuUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/BlueprintDragDropMenuItem.h b/Engine/Source/Editor/Kismet/Public/BlueprintDragDropMenuItem.h index 084fd5590da6..8a7da415da33 100644 --- a/Engine/Source/Editor/Kismet/Public/BlueprintDragDropMenuItem.h +++ b/Engine/Source/Editor/Kismet/Public/BlueprintDragDropMenuItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/BlueprintEditor.h b/Engine/Source/Editor/Kismet/Public/BlueprintEditor.h index 79352d07edc1..7bae3956ba30 100644 --- a/Engine/Source/Editor/Kismet/Public/BlueprintEditor.h +++ b/Engine/Source/Editor/Kismet/Public/BlueprintEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/BlueprintEditorModes.h b/Engine/Source/Editor/Kismet/Public/BlueprintEditorModes.h index 4b48b53038b2..15e270ffd47a 100644 --- a/Engine/Source/Editor/Kismet/Public/BlueprintEditorModes.h +++ b/Engine/Source/Editor/Kismet/Public/BlueprintEditorModes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h b/Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h index 503cba5cd97a..d479d6debcce 100644 --- a/Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h +++ b/Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/BlueprintEditorTabs.h b/Engine/Source/Editor/Kismet/Public/BlueprintEditorTabs.h index 30a138f223c5..df341f68f67c 100644 --- a/Engine/Source/Editor/Kismet/Public/BlueprintEditorTabs.h +++ b/Engine/Source/Editor/Kismet/Public/BlueprintEditorTabs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/DetailsDiff.h b/Engine/Source/Editor/Kismet/Public/DetailsDiff.h index c966ab8f5e63..836c7edcd3c7 100644 --- a/Engine/Source/Editor/Kismet/Public/DetailsDiff.h +++ b/Engine/Source/Editor/Kismet/Public/DetailsDiff.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyPath.h" diff --git a/Engine/Source/Editor/Kismet/Public/DiffUtils.h b/Engine/Source/Editor/Kismet/Public/DiffUtils.h index 8515e3186f5e..a7fd276b6110 100644 --- a/Engine/Source/Editor/Kismet/Public/DiffUtils.h +++ b/Engine/Source/Editor/Kismet/Public/DiffUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyPath.h" diff --git a/Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h b/Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h index 118e4b58fc78..b64a228264f1 100644 --- a/Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h +++ b/Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/FindInBlueprints.h b/Engine/Source/Editor/Kismet/Public/FindInBlueprints.h index 996543345eb8..0508e0a345f7 100644 --- a/Engine/Source/Editor/Kismet/Public/FindInBlueprints.h +++ b/Engine/Source/Editor/Kismet/Public/FindInBlueprints.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/ISCSEditorCustomization.h b/Engine/Source/Editor/Kismet/Public/ISCSEditorCustomization.h index 2676aaa849d1..4ec426bbc9ff 100644 --- a/Engine/Source/Editor/Kismet/Public/ISCSEditorCustomization.h +++ b/Engine/Source/Editor/Kismet/Public/ISCSEditorCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h b/Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h index 02fd770718b4..47773f2cfdc8 100644 --- a/Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h +++ b/Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TextFilterExpressionEvaluator.h" diff --git a/Engine/Source/Editor/Kismet/Public/Nodes/K2Node_AsyncAction.h b/Engine/Source/Editor/Kismet/Public/Nodes/K2Node_AsyncAction.h index 18b6672db3cf..f28f23b66a9a 100644 --- a/Engine/Source/Editor/Kismet/Public/Nodes/K2Node_AsyncAction.h +++ b/Engine/Source/Editor/Kismet/Public/Nodes/K2Node_AsyncAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/SBlueprintDiff.h b/Engine/Source/Editor/Kismet/Public/SBlueprintDiff.h index a8b699c3e80f..cbdc00031e09 100644 --- a/Engine/Source/Editor/Kismet/Public/SBlueprintDiff.h +++ b/Engine/Source/Editor/Kismet/Public/SBlueprintDiff.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Developer/AssetTools/Public/IAssetTypeActions.h" diff --git a/Engine/Source/Editor/Kismet/Public/SBlueprintEditorToolbar.h b/Engine/Source/Editor/Kismet/Public/SBlueprintEditorToolbar.h index 52890022c58a..76cbb0ce603b 100644 --- a/Engine/Source/Editor/Kismet/Public/SBlueprintEditorToolbar.h +++ b/Engine/Source/Editor/Kismet/Public/SBlueprintEditorToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/SBlueprintRevisionMenu.h b/Engine/Source/Editor/Kismet/Public/SBlueprintRevisionMenu.h index 0d35cb941afd..6e6d227cc811 100644 --- a/Engine/Source/Editor/Kismet/Public/SBlueprintRevisionMenu.h +++ b/Engine/Source/Editor/Kismet/Public/SBlueprintRevisionMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct FRevisionInfo; diff --git a/Engine/Source/Editor/Kismet/Public/SCSDiff.h b/Engine/Source/Editor/Kismet/Public/SCSDiff.h index 1ff4a2a45317..6e47229fbe2f 100644 --- a/Engine/Source/Editor/Kismet/Public/SCSDiff.h +++ b/Engine/Source/Editor/Kismet/Public/SCSDiff.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DiffUtils.h" diff --git a/Engine/Source/Editor/Kismet/Public/SFilterableObjectList.h b/Engine/Source/Editor/Kismet/Public/SFilterableObjectList.h index a84d04d14b51..4910417f7d27 100644 --- a/Engine/Source/Editor/Kismet/Public/SFilterableObjectList.h +++ b/Engine/Source/Editor/Kismet/Public/SFilterableObjectList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/SKismetInspector.h b/Engine/Source/Editor/Kismet/Public/SKismetInspector.h index 5e20fb92d501..c0196b4b89bd 100644 --- a/Engine/Source/Editor/Kismet/Public/SKismetInspector.h +++ b/Engine/Source/Editor/Kismet/Public/SKismetInspector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/SSCSEditor.h b/Engine/Source/Editor/Kismet/Public/SSCSEditor.h index 2e5c6bbc8df3..452ce1c0f6c1 100644 --- a/Engine/Source/Editor/Kismet/Public/SSCSEditor.h +++ b/Engine/Source/Editor/Kismet/Public/SSCSEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/ApplicationMode.h b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/ApplicationMode.h index f41da9b15dde..3934c90fef47 100644 --- a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/ApplicationMode.h +++ b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/ApplicationMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SContentReference.h b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SContentReference.h index 97c6676804f7..a62038c5c641 100644 --- a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SContentReference.h +++ b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SContentReference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SModeWidget.h b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SModeWidget.h index 283c636a6434..bab4245a289d 100644 --- a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SModeWidget.h +++ b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SModeWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowCentricApplication.h b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowCentricApplication.h index 9dd4f597c324..c4dbca28b628 100644 --- a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowCentricApplication.h +++ b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowCentricApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabFactory.h b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabFactory.h index 57009220fa89..11115775d977 100644 --- a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabFactory.h +++ b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabManager.h b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabManager.h index 0a48da0bd942..a8366acfbcab 100644 --- a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabManager.h +++ b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowUObjectDocuments.h b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowUObjectDocuments.h index a27d2a197866..f1b6015707d7 100644 --- a/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowUObjectDocuments.h +++ b/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowUObjectDocuments.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/KismetCompiler.Build.cs b/Engine/Source/Editor/KismetCompiler/KismetCompiler.Build.cs index 8a5da3b75ba1..ff21af895533 100644 --- a/Engine/Source/Editor/KismetCompiler/KismetCompiler.Build.cs +++ b/Engine/Source/Editor/KismetCompiler/KismetCompiler.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/KismetCompiler/Private/AnimBlueprintCompiler.cpp b/Engine/Source/Editor/KismetCompiler/Private/AnimBlueprintCompiler.cpp index a723e45e7fb9..dc3e4338d8f7 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/AnimBlueprintCompiler.cpp +++ b/Engine/Source/Editor/KismetCompiler/Private/AnimBlueprintCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetCompilerPrivatePCH.h" #include "KismetEditorUtilities.h" diff --git a/Engine/Source/Editor/KismetCompiler/Private/AnimBlueprintCompiler.h b/Engine/Source/Editor/KismetCompiler/Private/AnimBlueprintCompiler.h index f795c3f68c9b..14e3b2278588 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/AnimBlueprintCompiler.h +++ b/Engine/Source/Editor/KismetCompiler/Private/AnimBlueprintCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Private/EdGraphCompiler.cpp b/Engine/Source/Editor/KismetCompiler/Private/EdGraphCompiler.cpp index d2d661c145b6..2c297373b5b3 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/EdGraphCompiler.cpp +++ b/Engine/Source/Editor/KismetCompiler/Private/EdGraphCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EdGraphCompiler.cpp diff --git a/Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp b/Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp index be16f0ed6430..b2393ee41036 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp +++ b/Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= KismetCompiler.cpp diff --git a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerBackend.h b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerBackend.h index d6db37b878fe..054580d48c5f 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerBackend.h +++ b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __KismetCompilerBackend_h__ diff --git a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp index 1b54ef2a2d79..8f6b58c53a65 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp +++ b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= KismetCompilerMisc.cpp diff --git a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerModule.cpp b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerModule.cpp index 32f560cc2bfe..6bc0a0b4ecca 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerModule.cpp +++ b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= KismetCompilerModule.cpp diff --git a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerPrivatePCH.h b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerPrivatePCH.h index dfe0f165de31..00882fdcf99f 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerPrivatePCH.h +++ b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerVMBackend.cpp b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerVMBackend.cpp index 347195a6c5a5..9bf9d06ce7ab 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerVMBackend.cpp +++ b/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerVMBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= KismetCompilerVMBackend.cpp diff --git a/Engine/Source/Editor/KismetCompiler/Private/UserDefinedStructureCompilerUtils.cpp b/Engine/Source/Editor/KismetCompiler/Private/UserDefinedStructureCompilerUtils.cpp index 1d7902ca6c89..4068f4b72ca0 100644 --- a/Engine/Source/Editor/KismetCompiler/Private/UserDefinedStructureCompilerUtils.cpp +++ b/Engine/Source/Editor/KismetCompiler/Private/UserDefinedStructureCompilerUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetCompilerPrivatePCH.h" #include "UserDefinedStructureCompilerUtils.h" diff --git a/Engine/Source/Editor/KismetCompiler/Public/BPTerminal.h b/Engine/Source/Editor/KismetCompiler/Public/BPTerminal.h index 17c73a2f9ce4..2349487a9638 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/BPTerminal.h +++ b/Engine/Source/Editor/KismetCompiler/Public/BPTerminal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompiledStatement.h b/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompiledStatement.h index c0bbcd6a751f..db7233c082bc 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompiledStatement.h +++ b/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompiledStatement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompilerCppBackendInterface.h b/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompilerCppBackendInterface.h index c7226598aab0..920089033685 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompilerCppBackendInterface.h +++ b/Engine/Source/Editor/KismetCompiler/Public/BlueprintCompilerCppBackendInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Public/EdGraphCompilerUtilities.h b/Engine/Source/Editor/KismetCompiler/Public/EdGraphCompilerUtilities.h index 6e8627ea7ecb..7053e276d38b 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/EdGraphCompilerUtilities.h +++ b/Engine/Source/Editor/KismetCompiler/Public/EdGraphCompilerUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __EdGraphCompilerUtilities_h__ diff --git a/Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h b/Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h index e84e4ecc0f28..2bc6aca07a8d 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h +++ b/Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h b/Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h index f6266b39e02a..5f64f10b98d2 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h +++ b/Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h b/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h index 3a1f8125a2d1..9d21411a6286 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h +++ b/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h b/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h index c1e5e2c7a534..4f80920153fc 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h +++ b/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetCompiler/Public/UserDefinedStructureCompilerUtils.h b/Engine/Source/Editor/KismetCompiler/Public/UserDefinedStructureCompilerUtils.h index 6f20b3b3250a..fc9862b33208 100644 --- a/Engine/Source/Editor/KismetCompiler/Public/UserDefinedStructureCompilerUtils.h +++ b/Engine/Source/Editor/KismetCompiler/Public/UserDefinedStructureCompilerUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetWidgets/KismetWidgets.Build.cs b/Engine/Source/Editor/KismetWidgets/KismetWidgets.Build.cs index 474ec6746a1b..6eefc88e3af2 100644 --- a/Engine/Source/Editor/KismetWidgets/KismetWidgets.Build.cs +++ b/Engine/Source/Editor/KismetWidgets/KismetWidgets.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/KismetWidgets/Private/CreateBlueprintFromActorDialog.cpp b/Engine/Source/Editor/KismetWidgets/Private/CreateBlueprintFromActorDialog.cpp index 61a252f3dcb2..caef83634b1c 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/CreateBlueprintFromActorDialog.cpp +++ b/Engine/Source/Editor/KismetWidgets/Private/CreateBlueprintFromActorDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetWidgetsPrivatePCH.h" #include "CreateBlueprintFromActorDialog.h" diff --git a/Engine/Source/Editor/KismetWidgets/Private/KismetWidgets.cpp b/Engine/Source/Editor/KismetWidgets/Private/KismetWidgets.cpp index 30165c0be7ed..91f9204c2d9d 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/KismetWidgets.cpp +++ b/Engine/Source/Editor/KismetWidgets/Private/KismetWidgets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetWidgetsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/KismetWidgets/Private/KismetWidgetsPrivatePCH.h b/Engine/Source/Editor/KismetWidgets/Private/KismetWidgetsPrivatePCH.h index 4374fa16f9a7..abbaf9862527 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/KismetWidgetsPrivatePCH.h +++ b/Engine/Source/Editor/KismetWidgets/Private/KismetWidgetsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __KismetWidgetsPrivatePCH_h__ #define __KismetWidgetsPrivatePCH_h__ diff --git a/Engine/Source/Editor/KismetWidgets/Private/SKismetLinearExpression.cpp b/Engine/Source/Editor/KismetWidgets/Private/SKismetLinearExpression.cpp index 879cc0de753a..050356b42432 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/SKismetLinearExpression.cpp +++ b/Engine/Source/Editor/KismetWidgets/Private/SKismetLinearExpression.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetWidgetsPrivatePCH.h" #include "SKismetLinearExpression.h" diff --git a/Engine/Source/Editor/KismetWidgets/Private/SLevelOfDetailBranchNode.cpp b/Engine/Source/Editor/KismetWidgets/Private/SLevelOfDetailBranchNode.cpp index 4a88849b66e7..ddfafd4cce34 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/SLevelOfDetailBranchNode.cpp +++ b/Engine/Source/Editor/KismetWidgets/Private/SLevelOfDetailBranchNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetWidgetsPrivatePCH.h" #include "SLevelOfDetailBranchNode.h" diff --git a/Engine/Source/Editor/KismetWidgets/Private/SPinTypeSelector.cpp b/Engine/Source/Editor/KismetWidgets/Private/SPinTypeSelector.cpp index 5b869efe58a6..c7c700a76c3c 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/SPinTypeSelector.cpp +++ b/Engine/Source/Editor/KismetWidgets/Private/SPinTypeSelector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetWidgetsPrivatePCH.h" #include "UnrealEd.h" #include "ClassIconFinder.h" diff --git a/Engine/Source/Editor/KismetWidgets/Private/SScrubControlPanel.cpp b/Engine/Source/Editor/KismetWidgets/Private/SScrubControlPanel.cpp index a3fa94c91d3c..79dd9e028c1a 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/SScrubControlPanel.cpp +++ b/Engine/Source/Editor/KismetWidgets/Private/SScrubControlPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetWidgetsPrivatePCH.h" #include "SScrubControlPanel.h" diff --git a/Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp b/Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp index a2ed8236716b..4679274d4c11 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp +++ b/Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetWidgetsPrivatePCH.h" #include "SScrubWidget.h" diff --git a/Engine/Source/Editor/KismetWidgets/Private/SSingleObjectDetailsPanel.cpp b/Engine/Source/Editor/KismetWidgets/Private/SSingleObjectDetailsPanel.cpp index d552825c1867..b90e022a7064 100644 --- a/Engine/Source/Editor/KismetWidgets/Private/SSingleObjectDetailsPanel.cpp +++ b/Engine/Source/Editor/KismetWidgets/Private/SSingleObjectDetailsPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "KismetWidgetsPrivatePCH.h" #include "SSingleObjectDetailsPanel.h" diff --git a/Engine/Source/Editor/KismetWidgets/Public/CreateBlueprintFromActorDialog.h b/Engine/Source/Editor/KismetWidgets/Public/CreateBlueprintFromActorDialog.h index bd51683772fa..584b08d5fd71 100644 --- a/Engine/Source/Editor/KismetWidgets/Public/CreateBlueprintFromActorDialog.h +++ b/Engine/Source/Editor/KismetWidgets/Public/CreateBlueprintFromActorDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetWidgets/Public/KismetWidgets.h b/Engine/Source/Editor/KismetWidgets/Public/KismetWidgets.h index f0b9179b8f8b..40be102082a3 100644 --- a/Engine/Source/Editor/KismetWidgets/Public/KismetWidgets.h +++ b/Engine/Source/Editor/KismetWidgets/Public/KismetWidgets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetWidgets/Public/SKismetLinearExpression.h b/Engine/Source/Editor/KismetWidgets/Public/SKismetLinearExpression.h index 91b069731799..83068e203793 100644 --- a/Engine/Source/Editor/KismetWidgets/Public/SKismetLinearExpression.h +++ b/Engine/Source/Editor/KismetWidgets/Public/SKismetLinearExpression.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetWidgets/Public/SLevelOfDetailBranchNode.h b/Engine/Source/Editor/KismetWidgets/Public/SLevelOfDetailBranchNode.h index 17d3d8dfd5bb..338137dccccb 100644 --- a/Engine/Source/Editor/KismetWidgets/Public/SLevelOfDetailBranchNode.h +++ b/Engine/Source/Editor/KismetWidgets/Public/SLevelOfDetailBranchNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetWidgets/Public/SPinTypeSelector.h b/Engine/Source/Editor/KismetWidgets/Public/SPinTypeSelector.h index d9d877ef7d73..a6ca80522b1b 100644 --- a/Engine/Source/Editor/KismetWidgets/Public/SPinTypeSelector.h +++ b/Engine/Source/Editor/KismetWidgets/Public/SPinTypeSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetWidgets/Public/SScrubControlPanel.h b/Engine/Source/Editor/KismetWidgets/Public/SScrubControlPanel.h index 084fdeae6702..b504856a5f47 100644 --- a/Engine/Source/Editor/KismetWidgets/Public/SScrubControlPanel.h +++ b/Engine/Source/Editor/KismetWidgets/Public/SScrubControlPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h b/Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h index b2d077647921..d3282011d0a2 100644 --- a/Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h +++ b/Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/KismetWidgets/Public/SSingleObjectDetailsPanel.h b/Engine/Source/Editor/KismetWidgets/Public/SSingleObjectDetailsPanel.h index 6001db28f479..2c7e95e56fd4 100644 --- a/Engine/Source/Editor/KismetWidgets/Public/SSingleObjectDetailsPanel.h +++ b/Engine/Source/Editor/KismetWidgets/Public/SSingleObjectDetailsPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/LandscapeEditor.Build.cs b/Engine/Source/Editor/LandscapeEditor/LandscapeEditor.Build.cs index 4176ddc6df85..62eff2ed4b76 100644 --- a/Engine/Source/Editor/LandscapeEditor/LandscapeEditor.Build.cs +++ b/Engine/Source/Editor/LandscapeEditor/LandscapeEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/LandscapeEditor/Private/ActorFactoryLandscape.cpp b/Engine/Source/Editor/LandscapeEditor/Private/ActorFactoryLandscape.cpp index 828192b331ba..5234414c39cc 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/ActorFactoryLandscape.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/ActorFactoryLandscape.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "Classes/ActorFactoryLandscape.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/Classes/ActorFactoryLandscape.h b/Engine/Source/Editor/LandscapeEditor/Private/Classes/ActorFactoryLandscape.h index b34ea6b5a681..7ca4aabc0b28 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/Classes/ActorFactoryLandscape.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/Classes/ActorFactoryLandscape.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/Classes/LandscapePlaceholder.h b/Engine/Source/Editor/LandscapeEditor/Private/Classes/LandscapePlaceholder.h index 2acdd27abc06..c41617b20272 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/Classes/LandscapePlaceholder.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/Classes/LandscapePlaceholder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdMode.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdMode.cpp index ac4504e2e452..7edc9e8f0308 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdMode.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdMode.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdMode.h index 012bcdd1f910..46840197fedf 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdMode.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeBrushes.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeBrushes.cpp index e4343bbb868e..a368abec4af4 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeBrushes.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeBrushes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeComponentTools.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeComponentTools.cpp index d164f4f193cb..984fbfd2cab9 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeComponentTools.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeComponentTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "ObjectTools.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeErosionTools.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeErosionTools.cpp index 0e12f1730a84..4512f5543596 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeErosionTools.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeErosionTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "ObjectTools.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeMirrorTool.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeMirrorTool.cpp index 6904abb558df..f5dbe22e8273 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeMirrorTool.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeMirrorTool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModePaintTools.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModePaintTools.cpp index d58a3ef576e5..4578d3f410c3 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModePaintTools.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModePaintTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "ObjectTools.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeRampTool.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeRampTool.cpp index 42273f43a321..b79554e9aa53 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeRampTool.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeRampTool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeSplineTools.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeSplineTools.cpp index 38f74e57d425..297324bb32d8 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeSplineTools.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeSplineTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "ObjectTools.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeTools.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeTools.h index 859ce1278a72..7557b3394e32 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeTools.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeXYOffset.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeXYOffset.cpp index 8fce78dbc39f..fb42316c9853 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeXYOffset.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEdModeXYOffset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "ObjectTools.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorCommands.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorCommands.cpp index 607b12948d73..3e6cd6e20733 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorCommands.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorCommands.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorCommands.h index 8b19d00d9271..e0fe4922edf1 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorCommands.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_AlphaBrush.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_AlphaBrush.cpp index cfea7121c4b4..ec040bf25af2 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_AlphaBrush.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_AlphaBrush.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_AlphaBrush.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_AlphaBrush.h index 3905e03e9b03..872c4504ec38 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_AlphaBrush.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_AlphaBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_Base.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_Base.cpp index a1b0f7140458..4874ee29ae49 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_Base.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_Base.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_Base.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_Base.h index 9943ed7b49b9..34dcbf87d38f 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_Base.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_Base.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_CopyPaste.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_CopyPaste.cpp index 211da17e57cb..56e2e5c9bf78 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_CopyPaste.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_CopyPaste.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_CopyPaste.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_CopyPaste.h index 50f0e976966f..2d8937da1bff 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_CopyPaste.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_CopyPaste.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_MiscTools.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_MiscTools.cpp index 6b908856a509..23025fbff8ab 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_MiscTools.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_MiscTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_MiscTools.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_MiscTools.h index bb9884a73c40..9270b83e52b7 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_MiscTools.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_MiscTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_NewLandscape.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_NewLandscape.cpp index b8a842916a8a..a627159c0efb 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_NewLandscape.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_NewLandscape.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_NewLandscape.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_NewLandscape.h index dbdaef3af647..c1739f3fe9ed 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_NewLandscape.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_NewLandscape.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_ResizeLandscape.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_ResizeLandscape.cpp index ba5077f9032a..b7faa08b5b25 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_ResizeLandscape.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_ResizeLandscape.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_ResizeLandscape.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_ResizeLandscape.h index 6306312b70c8..b892eb58bb72 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_ResizeLandscape.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_ResizeLandscape.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_TargetLayers.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_TargetLayers.cpp index 796e884ec1e3..5617d8adc09c 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_TargetLayers.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_TargetLayers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_TargetLayers.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_TargetLayers.h index 03e8bb5ab34d..430084ad71e4 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_TargetLayers.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomization_TargetLayers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomizations.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomizations.h index f9a3e22c2279..dd2ead818d33 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomizations.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailWidgets.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailWidgets.cpp index 2929903d884c..48c91b6b8712 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailWidgets.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailWidgets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEditorDetailWidgets.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailWidgets.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailWidgets.h index a345bad2c4fd..e992e65acc34 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailWidgets.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetailWidgets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetails.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetails.cpp index 75885d3a2f4b..0fa4a6faa0e2 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetails.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEditorDetails.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetails.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetails.h index 5f40f32588b8..199c1d8ca9e4 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetails.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorModule.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorModule.cpp index a51a44c20e47..045a0a4dd36c 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorModule.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEditorCommands.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorObject.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorObject.cpp index aaf9fd84af9d..ec4ecb86abcd 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorObject.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEditorObject.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorPrivatePCH.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorPrivatePCH.h index 2704f362897d..8afdf7299d09 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorPrivatePCH.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "LandscapeEditorModule.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineDetails.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineDetails.cpp index f555923e859d..babd982e3915 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineDetails.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeSplineDetails.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineDetails.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineDetails.h index f493213237cb..527585973fda 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineDetails.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineImportExport.cpp b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineImportExport.cpp index b1d1a4924e4b..4e968548c5d6 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineImportExport.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineImportExport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeSplineImportExport.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineImportExport.h b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineImportExport.h index 6e174bcde30d..16bb3656cf35 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineImportExport.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/LandscapeSplineImportExport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/SLandscapeEditor.cpp b/Engine/Source/Editor/LandscapeEditor/Private/SLandscapeEditor.cpp index 2fa514d32eab..aad7a41e13cb 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/SLandscapeEditor.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/SLandscapeEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LandscapeEditorPrivatePCH.h" #include "LandscapeEdMode.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Private/SLandscapeEditor.h b/Engine/Source/Editor/LandscapeEditor/Private/SLandscapeEditor.h index 4519de24275f..eeb1463390ec 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/SLandscapeEditor.h +++ b/Engine/Source/Editor/LandscapeEditor/Private/SLandscapeEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Private/Tests/LandscapeAutomationTests.cpp b/Engine/Source/Editor/LandscapeEditor/Private/Tests/LandscapeAutomationTests.cpp index 7695a06f8131..8e66d861a9b6 100644 --- a/Engine/Source/Editor/LandscapeEditor/Private/Tests/LandscapeAutomationTests.cpp +++ b/Engine/Source/Editor/LandscapeEditor/Private/Tests/LandscapeAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "../LandscapeEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorModule.h b/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorModule.h index 214ccf277ada..0bc344187fe3 100644 --- a/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorModule.h +++ b/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h b/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h index 333348a5259f..ce21060d780e 100644 --- a/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h +++ b/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorUtils.h b/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorUtils.h index 7e86bb3b90a8..09d31a0e7628 100644 --- a/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorUtils.h +++ b/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h b/Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h index 0e87511146ee..13e6ecf44fbe 100644 --- a/Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h +++ b/Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Layers/Layers.Build.cs b/Engine/Source/Editor/Layers/Layers.Build.cs index b2cfbfd7cdef..57f4fbe364c2 100644 --- a/Engine/Source/Editor/Layers/Layers.Build.cs +++ b/Engine/Source/Editor/Layers/Layers.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/Layers/Private/ActorLayerCollectionViewModel.cpp b/Engine/Source/Editor/Layers/Private/ActorLayerCollectionViewModel.cpp index df78f261be4f..1a19a7ee5d08 100644 --- a/Engine/Source/Editor/Layers/Private/ActorLayerCollectionViewModel.cpp +++ b/Engine/Source/Editor/Layers/Private/ActorLayerCollectionViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/Layers/Private/ActorLayerCollectionViewModel.h b/Engine/Source/Editor/Layers/Private/ActorLayerCollectionViewModel.h index 0b6bf4b3b450..93b52d762230 100644 --- a/Engine/Source/Editor/Layers/Private/ActorLayerCollectionViewModel.h +++ b/Engine/Source/Editor/Layers/Private/ActorLayerCollectionViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorUndoClient.h" diff --git a/Engine/Source/Editor/Layers/Private/ActorLayerViewModel.cpp b/Engine/Source/Editor/Layers/Private/ActorLayerViewModel.cpp index 578c4b19b2bc..725c98dc50d4 100644 --- a/Engine/Source/Editor/Layers/Private/ActorLayerViewModel.cpp +++ b/Engine/Source/Editor/Layers/Private/ActorLayerViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" #include "Layers/Layer.h" diff --git a/Engine/Source/Editor/Layers/Private/ActorLayerViewModel.h b/Engine/Source/Editor/Layers/Private/ActorLayerViewModel.h index 95e64d04530b..700f07726860 100644 --- a/Engine/Source/Editor/Layers/Private/ActorLayerViewModel.h +++ b/Engine/Source/Editor/Layers/Private/ActorLayerViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorUndoClient.h" diff --git a/Engine/Source/Editor/Layers/Private/ActorsAssignedToSpecificLayersFilter.h b/Engine/Source/Editor/Layers/Private/ActorsAssignedToSpecificLayersFilter.h index 58a5fb1f78f6..754e0709a71e 100644 --- a/Engine/Source/Editor/Layers/Private/ActorsAssignedToSpecificLayersFilter.h +++ b/Engine/Source/Editor/Layers/Private/ActorsAssignedToSpecificLayersFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SceneOutlinerFilters.h" diff --git a/Engine/Source/Editor/Layers/Private/LayerCollectionViewCommands.h b/Engine/Source/Editor/Layers/Private/LayerCollectionViewCommands.h index 59b688f64b62..b23ba861b9cf 100644 --- a/Engine/Source/Editor/Layers/Private/LayerCollectionViewCommands.h +++ b/Engine/Source/Editor/Layers/Private/LayerCollectionViewCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Layers/Private/LayerCollectionViewModel.cpp b/Engine/Source/Editor/Layers/Private/LayerCollectionViewModel.cpp index 44f9c9029bfb..1a3ab4fe7b96 100644 --- a/Engine/Source/Editor/Layers/Private/LayerCollectionViewModel.cpp +++ b/Engine/Source/Editor/Layers/Private/LayerCollectionViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" #include "GenericCommands.h" diff --git a/Engine/Source/Editor/Layers/Private/LayerCollectionViewModel.h b/Engine/Source/Editor/Layers/Private/LayerCollectionViewModel.h index 3d8f27f30ee8..c1ae39c7b643 100644 --- a/Engine/Source/Editor/Layers/Private/LayerCollectionViewModel.h +++ b/Engine/Source/Editor/Layers/Private/LayerCollectionViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorUndoClient.h" diff --git a/Engine/Source/Editor/Layers/Private/LayerViewModel.cpp b/Engine/Source/Editor/Layers/Private/LayerViewModel.cpp index f74b46bbf5b5..ecd303553f81 100644 --- a/Engine/Source/Editor/Layers/Private/LayerViewModel.cpp +++ b/Engine/Source/Editor/Layers/Private/LayerViewModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" #include "Layers/Layer.h" diff --git a/Engine/Source/Editor/Layers/Private/LayerViewModel.h b/Engine/Source/Editor/Layers/Private/LayerViewModel.h index 6b1c84ef709a..b93145eb27dd 100644 --- a/Engine/Source/Editor/Layers/Private/LayerViewModel.h +++ b/Engine/Source/Editor/Layers/Private/LayerViewModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorUndoClient.h" #include "Layers/Layer.h" diff --git a/Engine/Source/Editor/Layers/Private/LayersModule.cpp b/Engine/Source/Editor/Layers/Private/LayersModule.cpp index fbac08d95ac5..d58dd8bcdcec 100644 --- a/Engine/Source/Editor/Layers/Private/LayersModule.cpp +++ b/Engine/Source/Editor/Layers/Private/LayersModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/Layers/Private/LayersPrivatePCH.h b/Engine/Source/Editor/Layers/Private/LayersPrivatePCH.h index ab935c60735c..48c1ecf0d64f 100644 --- a/Engine/Source/Editor/Layers/Private/LayersPrivatePCH.h +++ b/Engine/Source/Editor/Layers/Private/LayersPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LayersPrivatePCH_h__ #define __LayersPrivatePCH_h__ diff --git a/Engine/Source/Editor/Layers/Private/SActorLayerCloud.h b/Engine/Source/Editor/Layers/Private/SActorLayerCloud.h index c1aa7d5ed674..ab4bdd5d8fc5 100644 --- a/Engine/Source/Editor/Layers/Private/SActorLayerCloud.h +++ b/Engine/Source/Editor/Layers/Private/SActorLayerCloud.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Layers/Private/SLayerBrowser.cpp b/Engine/Source/Editor/Layers/Private/SLayerBrowser.cpp index 03b1b2a0296a..0f47b2572921 100644 --- a/Engine/Source/Editor/Layers/Private/SLayerBrowser.cpp +++ b/Engine/Source/Editor/Layers/Private/SLayerBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" diff --git a/Engine/Source/Editor/Layers/Private/SLayerBrowser.h b/Engine/Source/Editor/Layers/Private/SLayerBrowser.h index b2817dc2ac93..80e2c6f00263 100644 --- a/Engine/Source/Editor/Layers/Private/SLayerBrowser.h +++ b/Engine/Source/Editor/Layers/Private/SLayerBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleManager.h" diff --git a/Engine/Source/Editor/Layers/Private/SLayerStats.h b/Engine/Source/Editor/Layers/Private/SLayerStats.h index bffdbe555ec6..d50d98b076c4 100644 --- a/Engine/Source/Editor/Layers/Private/SLayerStats.h +++ b/Engine/Source/Editor/Layers/Private/SLayerStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Layers/Layer.h" diff --git a/Engine/Source/Editor/Layers/Private/SLayersCommandsMenu.cpp b/Engine/Source/Editor/Layers/Private/SLayersCommandsMenu.cpp index ffec48eeab41..3b66ab52d7c1 100644 --- a/Engine/Source/Editor/Layers/Private/SLayersCommandsMenu.cpp +++ b/Engine/Source/Editor/Layers/Private/SLayersCommandsMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" #include "SLayersCommandsMenu.h" diff --git a/Engine/Source/Editor/Layers/Private/SLayersCommandsMenu.h b/Engine/Source/Editor/Layers/Private/SLayersCommandsMenu.h index c20726b16ce8..15013f400e3c 100644 --- a/Engine/Source/Editor/Layers/Private/SLayersCommandsMenu.h +++ b/Engine/Source/Editor/Layers/Private/SLayersCommandsMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LayersModule.h" diff --git a/Engine/Source/Editor/Layers/Private/SLayersView.h b/Engine/Source/Editor/Layers/Private/SLayersView.h index c3a37be5f2fe..8a6cbd831369 100644 --- a/Engine/Source/Editor/Layers/Private/SLayersView.h +++ b/Engine/Source/Editor/Layers/Private/SLayersView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #define LOCTEXT_NAMESPACE "LayersView" diff --git a/Engine/Source/Editor/Layers/Private/SLayersViewRow.cpp b/Engine/Source/Editor/Layers/Private/SLayersViewRow.cpp index 9907e4c35226..3c93602f1995 100644 --- a/Engine/Source/Editor/Layers/Private/SLayersViewRow.cpp +++ b/Engine/Source/Editor/Layers/Private/SLayersViewRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" #include "SLayersViewRow.h" diff --git a/Engine/Source/Editor/Layers/Private/SLayersViewRow.h b/Engine/Source/Editor/Layers/Private/SLayersViewRow.h index 7e1a49fe0064..94def712cb57 100644 --- a/Engine/Source/Editor/Layers/Private/SLayersViewRow.h +++ b/Engine/Source/Editor/Layers/Private/SLayersViewRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Editor/UnrealEd/Public/DragAndDrop/ActorDragDropGraphEdOp.h" diff --git a/Engine/Source/Editor/Layers/Private/SceneOutlinerLayerContentsColumn.cpp b/Engine/Source/Editor/Layers/Private/SceneOutlinerLayerContentsColumn.cpp index a15ca68a497f..1a25a3b17016 100644 --- a/Engine/Source/Editor/Layers/Private/SceneOutlinerLayerContentsColumn.cpp +++ b/Engine/Source/Editor/Layers/Private/SceneOutlinerLayerContentsColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LayersPrivatePCH.h" diff --git a/Engine/Source/Editor/Layers/Private/SceneOutlinerLayerContentsColumn.h b/Engine/Source/Editor/Layers/Private/SceneOutlinerLayerContentsColumn.h index 01c05dcf5757..c39c030885a5 100644 --- a/Engine/Source/Editor/Layers/Private/SceneOutlinerLayerContentsColumn.h +++ b/Engine/Source/Editor/Layers/Private/SceneOutlinerLayerContentsColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Layers/Public/LayersModule.h b/Engine/Source/Editor/Layers/Public/LayersModule.h index 7f1331d4d243..620aa9927ac3 100644 --- a/Engine/Source/Editor/Layers/Public/LayersModule.h +++ b/Engine/Source/Editor/Layers/Public/LayersModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleInterface.h" diff --git a/Engine/Source/Editor/LevelEditor/LevelEditor.Build.cs b/Engine/Source/Editor/LevelEditor/LevelEditor.Build.cs index f3ae3b6f0cf6..840b44f61677 100644 --- a/Engine/Source/Editor/LevelEditor/LevelEditor.Build.cs +++ b/Engine/Source/Editor/LevelEditor/LevelEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/LevelEditor/Private/DlgDeltaTransform.cpp b/Engine/Source/Editor/LevelEditor/Private/DlgDeltaTransform.cpp index 11122b966951..937d27456f94 100644 --- a/Engine/Source/Editor/LevelEditor/Private/DlgDeltaTransform.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/DlgDeltaTransform.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/HighResScreenshotUI.cpp b/Engine/Source/Editor/LevelEditor/Private/HighResScreenshotUI.cpp index f183aae44741..8f11f83ccecc 100644 --- a/Engine/Source/Editor/LevelEditor/Private/HighResScreenshotUI.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/HighResScreenshotUI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "HighresScreenshotUI.h" #include "SCaptureRegionWidget.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/HighresScreenshotUI.h b/Engine/Source/Editor/LevelEditor/Private/HighresScreenshotUI.h index 20d682056497..153f6b7508ff 100644 --- a/Engine/Source/Editor/LevelEditor/Private/HighresScreenshotUI.h +++ b/Engine/Source/Editor/LevelEditor/Private/HighresScreenshotUI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateBasics.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditor.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelEditor.cpp index dfbc9863e819..5d10d1b54a22 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditor.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp index b1868fbdfd17..c6bc3d2d5e62 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.cpp index f7414f1a4adc..79aca068993c 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.h b/Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.h index 922c881d056c..b33260722c4c 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelViewportContextMenu_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorCreateActorMenu.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelEditorCreateActorMenu.cpp index 7c96bfe874ba..f84d4e3c8e9b 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorCreateActorMenu.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorCreateActorMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelEditorCreateActorMenu.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorCreateActorMenu.h b/Engine/Source/Editor/LevelEditor/Private/LevelEditorCreateActorMenu.h index d223e5509c35..eb179efe9671 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorCreateActorMenu.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorCreateActorMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorGenericDetails.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelEditorGenericDetails.cpp index 61ac668cdd96..b801e0530c7e 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorGenericDetails.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorGenericDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "Editor/PropertyEditor/Public/PropertyEditing.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorGenericDetails.h b/Engine/Source/Editor/LevelEditor/Private/LevelEditorGenericDetails.h index a245e43e8d0a..4720ce5ed683 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorGenericDetails.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorGenericDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorMenu.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelEditorMenu.cpp index 61e62acbdfd5..7c1d90ff5130 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorMenu.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorMenu.h b/Engine/Source/Editor/LevelEditor/Private/LevelEditorMenu.h index 978fc6117f9d..826de3e515e0 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorMenu.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorModesActions.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelEditorModesActions.cpp index c8c31feff501..1afe9966b6e5 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorModesActions.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorModesActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelEditorModesActions.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorToolBar.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelEditorToolBar.cpp index df22b16e8081..7bf33466f95a 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorToolBar.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorToolBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelEditorToolBar.h b/Engine/Source/Editor/LevelEditor/Private/LevelEditorToolBar.h index 9a25274883f5..884da20ae5a3 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelEditorToolBar.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelEditorToolBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelEditorToolBar_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportActions.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelViewportActions.cpp index 5b3a8657642c..0bfae615ba29 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportActions.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.cpp index 44de2cf665b1..9e03c89a9cce 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.h b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.h index 95bd01a1271c..53e1525c2f67 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelViewportLayout_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout2x2.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout2x2.cpp index 664bdb934403..0b7a1ec95f90 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout2x2.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout2x2.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelViewportLayout2x2.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout2x2.h b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout2x2.h index 6d0df7d03577..fcb36825e083 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout2x2.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout2x2.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelViewportLayout2x2_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutFourPanes.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutFourPanes.cpp index 11a3c8155d47..7d2824be0760 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutFourPanes.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutFourPanes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelViewportLayoutFourPanes.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutFourPanes.h b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutFourPanes.h index 812fe3a30294..2cff13a35a7e 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutFourPanes.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutFourPanes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelViewportLayoutFourPanes_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutOnePane.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutOnePane.cpp index 68f6f7359e43..74da1966e9e1 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutOnePane.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutOnePane.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelViewportLayoutOnePane.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutOnePane.h b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutOnePane.h index ffc1ba509b37..7b1da448555f 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutOnePane.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutOnePane.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelViewportLayoutOnePane_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutThreePanes.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutThreePanes.cpp index 04aae3dab88c..71b57bf71311 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutThreePanes.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutThreePanes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelViewportLayoutThreePanes.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutThreePanes.h b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutThreePanes.h index e52e4a8393c3..0f6bdc2152a5 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutThreePanes.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutThreePanes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelViewportLayoutThreePanes_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.cpp index 579fce915c4f..d5dd1ad62651 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelViewportLayoutTwoPanes.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.h b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.h index f2c403e56301..95a4ef829b7c 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportLayoutTwoPanes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelViewportLayoutTwoPanes_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportTabContent.cpp b/Engine/Source/Editor/LevelEditor/Private/LevelViewportTabContent.cpp index 68a1773971ae..bd89958b88df 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportTabContent.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportTabContent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelViewportTabContent.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/LevelViewportTabContent.h b/Engine/Source/Editor/LevelEditor/Private/LevelViewportTabContent.h index 72c6b2c7d71b..64ca11365fbe 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LevelViewportTabContent.h +++ b/Engine/Source/Editor/LevelEditor/Private/LevelViewportTabContent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelViewportTabContent_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/LightmapResRatioAdjust.cpp b/Engine/Source/Editor/LevelEditor/Private/LightmapResRatioAdjust.cpp index ee6caa40fbad..d3622d9cdd3e 100644 --- a/Engine/Source/Editor/LevelEditor/Private/LightmapResRatioAdjust.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/LightmapResRatioAdjust.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ LightmapResRatioAdjust.cpp: Lightmap Resolution Ratio Adjustment helper diff --git a/Engine/Source/Editor/LevelEditor/Private/SActorDetails.cpp b/Engine/Source/Editor/LevelEditor/Private/SActorDetails.cpp index a198ba080f21..6a8052aef1ab 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SActorDetails.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SActorDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "SActorDetails.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SActorDetails.h b/Engine/Source/Editor/LevelEditor/Private/SActorDetails.h index 987010e2f034..bb9b7bdc79a4 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SActorDetails.h +++ b/Engine/Source/Editor/LevelEditor/Private/SActorDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/SActorPilotViewportToolbar.h b/Engine/Source/Editor/LevelEditor/Private/SActorPilotViewportToolbar.h index 411adb5229f2..9db5af113a88 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SActorPilotViewportToolbar.h +++ b/Engine/Source/Editor/LevelEditor/Private/SActorPilotViewportToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Editor/UnrealEd/Public/SViewportToolBar.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SCaptureRegionWidget.cpp b/Engine/Source/Editor/LevelEditor/Private/SCaptureRegionWidget.cpp index 4d4588379dbd..6bc48fa8957d 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SCaptureRegionWidget.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SCaptureRegionWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "SCaptureRegionWidget.h" #include "HighresScreenshotUI.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SCaptureRegionWidget.h b/Engine/Source/Editor/LevelEditor/Private/SCaptureRegionWidget.h index a7c5263baef7..6e5ac8b75baf 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SCaptureRegionWidget.h +++ b/Engine/Source/Editor/LevelEditor/Private/SCaptureRegionWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateBasics.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelEditor.cpp b/Engine/Source/Editor/LevelEditor/Private/SLevelEditor.cpp index d688106b17fb..f915c4267024 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelEditor.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelEditor.h b/Engine/Source/Editor/LevelEditor/Private/SLevelEditor.h index 6f20ccb612c5..caf0ce6609c7 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelEditor.h +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SLevelEditor_h__ diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorBuildAndSubmit.cpp b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorBuildAndSubmit.cpp index 59add2157aad..8f22c3f0e7ca 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorBuildAndSubmit.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorBuildAndSubmit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "ISourceControlModule.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorBuildAndSubmit.h b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorBuildAndSubmit.h index c43723a77b30..f09c2a9135f6 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorBuildAndSubmit.h +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorBuildAndSubmit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorModeContent.cpp b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorModeContent.cpp index 6cc77802f7d2..f8251b7f44d3 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorModeContent.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorModeContent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorModeContent.h b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorModeContent.h index 5c301a0209c4..3f64ac026bdf 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorModeContent.h +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorModeContent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorToolBox.cpp b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorToolBox.cpp index a749783fa1a5..7e12a9938cd2 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorToolBox.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorToolBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "LevelEditorActions.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorToolBox.h b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorToolBox.h index f14a3e9f01a3..67cc359ba778 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelEditorToolBox.h +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelEditorToolBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelViewport.cpp b/Engine/Source/Editor/LevelEditor/Private/SLevelViewport.cpp index 3461c572dc04..006c0366fecd 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelViewport.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.cpp b/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.cpp index d9a59026a386..fd3dc4f34ac3 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.h b/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.h index e15571997260..83f9052b9c2f 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.h +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelViewportControlsPopup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportToolBar.cpp b/Engine/Source/Editor/LevelEditor/Private/SLevelViewportToolBar.cpp index 24063bcce9d5..db70da71aa44 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportToolBar.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelViewportToolBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportToolBar.h b/Engine/Source/Editor/LevelEditor/Private/SLevelViewportToolBar.h index 01875300ecba..79d20bd8282b 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SLevelViewportToolBar.h +++ b/Engine/Source/Editor/LevelEditor/Private/SLevelViewportToolBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Private/SSurfaceProperties.cpp b/Engine/Source/Editor/LevelEditor/Private/SSurfaceProperties.cpp index 915a98c9b681..491e1ecd3923 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SSurfaceProperties.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SSurfaceProperties.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "SSurfaceProperties.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SSurfaceProperties.h b/Engine/Source/Editor/LevelEditor/Private/SSurfaceProperties.h index b0fddf8af3cd..fdcb5efd842c 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SSurfaceProperties.h +++ b/Engine/Source/Editor/LevelEditor/Private/SSurfaceProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Lightmass/LightmassPrimitiveSettingsObject.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SToolkitDisplay.cpp b/Engine/Source/Editor/LevelEditor/Private/SToolkitDisplay.cpp index 0c9f32b5da6a..9539ef930df1 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SToolkitDisplay.cpp +++ b/Engine/Source/Editor/LevelEditor/Private/SToolkitDisplay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelEditor.h" #include "SToolkitDisplay.h" diff --git a/Engine/Source/Editor/LevelEditor/Private/SToolkitDisplay.h b/Engine/Source/Editor/LevelEditor/Private/SToolkitDisplay.h index bf042bdf3b46..da9a14721c44 100644 --- a/Engine/Source/Editor/LevelEditor/Private/SToolkitDisplay.h +++ b/Engine/Source/Editor/LevelEditor/Private/SToolkitDisplay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Public/DlgDeltaTransform.h b/Engine/Source/Editor/LevelEditor/Public/DlgDeltaTransform.h index 3f5f057b29d3..fe02e2f1e833 100644 --- a/Engine/Source/Editor/LevelEditor/Public/DlgDeltaTransform.h +++ b/Engine/Source/Editor/LevelEditor/Public/DlgDeltaTransform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DlgDeltaTransform.h: UnrealEd dialog for moving assets. diff --git a/Engine/Source/Editor/LevelEditor/Public/ILevelEditor.h b/Engine/Source/Editor/LevelEditor/Public/ILevelEditor.h index 8eafabbc1038..ca7434c86a02 100644 --- a/Engine/Source/Editor/LevelEditor/Public/ILevelEditor.h +++ b/Engine/Source/Editor/LevelEditor/Public/ILevelEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Public/ILevelViewport.h b/Engine/Source/Editor/LevelEditor/Public/ILevelViewport.h index cc730a484b7a..c927c9c0926a 100644 --- a/Engine/Source/Editor/LevelEditor/Public/ILevelViewport.h +++ b/Engine/Source/Editor/LevelEditor/Public/ILevelViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Public/LevelEditor.h b/Engine/Source/Editor/LevelEditor/Public/LevelEditor.h index 2c98d292e243..6948b5ba8415 100644 --- a/Engine/Source/Editor/LevelEditor/Public/LevelEditor.h +++ b/Engine/Source/Editor/LevelEditor/Public/LevelEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LevelEditor_h__ #define __LevelEditor_h__ diff --git a/Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h b/Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h index 74ef3404d1b3..1eb1e3d18117 100644 --- a/Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h +++ b/Engine/Source/Editor/LevelEditor/Public/LevelEditorActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/LevelEditor/Public/LevelEditorModesActions.h b/Engine/Source/Editor/LevelEditor/Public/LevelEditorModesActions.h index e287e55002d0..b00d093caece 100644 --- a/Engine/Source/Editor/LevelEditor/Public/LevelEditorModesActions.h +++ b/Engine/Source/Editor/LevelEditor/Public/LevelEditorModesActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Public/LevelViewportActions.h b/Engine/Source/Editor/LevelEditor/Public/LevelViewportActions.h index bf6081eba1f0..a00529e17aac 100644 --- a/Engine/Source/Editor/LevelEditor/Public/LevelViewportActions.h +++ b/Engine/Source/Editor/LevelEditor/Public/LevelViewportActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LevelEditor/Public/LightmapResRatioAdjust.h b/Engine/Source/Editor/LevelEditor/Public/LightmapResRatioAdjust.h index 36ccfc3b3753..e620c533d13e 100644 --- a/Engine/Source/Editor/LevelEditor/Public/LightmapResRatioAdjust.h +++ b/Engine/Source/Editor/LevelEditor/Public/LightmapResRatioAdjust.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ LightmapResRatioAdjust.h: Lightmap Resolution Ratio Adjustment helper diff --git a/Engine/Source/Editor/LevelEditor/Public/SLevelViewport.h b/Engine/Source/Editor/LevelEditor/Public/SLevelViewport.h index 2fa7f697e697..99dce97509af 100644 --- a/Engine/Source/Editor/LevelEditor/Public/SLevelViewport.h +++ b/Engine/Source/Editor/LevelEditor/Public/SLevelViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Localization/Localization.Build.cs b/Engine/Source/Editor/Localization/Localization.Build.cs index e178206923ed..a4c037278fb8 100644 --- a/Engine/Source/Editor/Localization/Localization.Build.cs +++ b/Engine/Source/Editor/Localization/Localization.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/Localization/Private/LocalizationCommandletExecution.cpp b/Engine/Source/Editor/Localization/Private/LocalizationCommandletExecution.cpp index 0e5a19906d02..cee548eff13c 100644 --- a/Engine/Source/Editor/Localization/Private/LocalizationCommandletExecution.cpp +++ b/Engine/Source/Editor/Localization/Private/LocalizationCommandletExecution.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationPrivatePCH.h" #include "LocalizationCommandletExecution.h" diff --git a/Engine/Source/Editor/Localization/Private/LocalizationCommandletTasks.cpp b/Engine/Source/Editor/Localization/Private/LocalizationCommandletTasks.cpp index 7b8b3a654a72..ff8a6c34715a 100644 --- a/Engine/Source/Editor/Localization/Private/LocalizationCommandletTasks.cpp +++ b/Engine/Source/Editor/Localization/Private/LocalizationCommandletTasks.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationPrivatePCH.h" #include "LocalizationCommandletTasks.h" diff --git a/Engine/Source/Editor/Localization/Private/LocalizationConfigurationScript.cpp b/Engine/Source/Editor/Localization/Private/LocalizationConfigurationScript.cpp index 026171424c3c..394465241141 100644 --- a/Engine/Source/Editor/Localization/Private/LocalizationConfigurationScript.cpp +++ b/Engine/Source/Editor/Localization/Private/LocalizationConfigurationScript.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationPrivatePCH.h" #include "LocalizationConfigurationScript.h" diff --git a/Engine/Source/Editor/Localization/Private/LocalizationModule.cpp b/Engine/Source/Editor/Localization/Private/LocalizationModule.cpp index b838f7d6279b..612c83528ab1 100644 --- a/Engine/Source/Editor/Localization/Private/LocalizationModule.cpp +++ b/Engine/Source/Editor/Localization/Private/LocalizationModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationPrivatePCH.h" #include "LocalizationModule.h" diff --git a/Engine/Source/Editor/Localization/Private/LocalizationPrivatePCH.h b/Engine/Source/Editor/Localization/Private/LocalizationPrivatePCH.h index 122bb867e800..143c0e06f693 100644 --- a/Engine/Source/Editor/Localization/Private/LocalizationPrivatePCH.h +++ b/Engine/Source/Editor/Localization/Private/LocalizationPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Localization/Private/LocalizationSettings.cpp b/Engine/Source/Editor/Localization/Private/LocalizationSettings.cpp index 6b018eca0221..ff59a16cf6fc 100644 --- a/Engine/Source/Editor/Localization/Private/LocalizationSettings.cpp +++ b/Engine/Source/Editor/Localization/Private/LocalizationSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationPrivatePCH.h" #include "LocalizationSettings.h" diff --git a/Engine/Source/Editor/Localization/Private/LocalizationTargetTypes.cpp b/Engine/Source/Editor/Localization/Private/LocalizationTargetTypes.cpp index a481c2318324..1ade2e16b6d2 100644 --- a/Engine/Source/Editor/Localization/Private/LocalizationTargetTypes.cpp +++ b/Engine/Source/Editor/Localization/Private/LocalizationTargetTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationPrivatePCH.h" #include "LocalizationTargetTypes.h" diff --git a/Engine/Source/Editor/Localization/Private/SCulturePicker.cpp b/Engine/Source/Editor/Localization/Private/SCulturePicker.cpp index 27b1f8e58362..f26c451301fc 100644 --- a/Engine/Source/Editor/Localization/Private/SCulturePicker.cpp +++ b/Engine/Source/Editor/Localization/Private/SCulturePicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationPrivatePCH.h" #include "SCulturePicker.h" diff --git a/Engine/Source/Editor/Localization/Public/LocalizationCommandletExecution.h b/Engine/Source/Editor/Localization/Public/LocalizationCommandletExecution.h index 6d7af4a576cd..fd232c69c362 100644 --- a/Engine/Source/Editor/Localization/Public/LocalizationCommandletExecution.h +++ b/Engine/Source/Editor/Localization/Public/LocalizationCommandletExecution.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LocalizationConfigurationScript.h" diff --git a/Engine/Source/Editor/Localization/Public/LocalizationCommandletTasks.h b/Engine/Source/Editor/Localization/Public/LocalizationCommandletTasks.h index d5c717ed6541..2b98ba3bbf2d 100644 --- a/Engine/Source/Editor/Localization/Public/LocalizationCommandletTasks.h +++ b/Engine/Source/Editor/Localization/Public/LocalizationCommandletTasks.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LocalizationTargetTypes.h" diff --git a/Engine/Source/Editor/Localization/Public/LocalizationConfigurationScript.h b/Engine/Source/Editor/Localization/Public/LocalizationConfigurationScript.h index c58d7e7dbb4e..0ad1f553c1ea 100644 --- a/Engine/Source/Editor/Localization/Public/LocalizationConfigurationScript.h +++ b/Engine/Source/Editor/Localization/Public/LocalizationConfigurationScript.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Localization/Public/LocalizationModule.h b/Engine/Source/Editor/Localization/Public/LocalizationModule.h index 9e5f0f4d13f6..2f0006467472 100644 --- a/Engine/Source/Editor/Localization/Public/LocalizationModule.h +++ b/Engine/Source/Editor/Localization/Public/LocalizationModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ModuleInterface.h" diff --git a/Engine/Source/Editor/Localization/Public/LocalizationSettings.h b/Engine/Source/Editor/Localization/Public/LocalizationSettings.h index a09634755cc8..4b5d07829c0a 100644 --- a/Engine/Source/Editor/Localization/Public/LocalizationSettings.h +++ b/Engine/Source/Editor/Localization/Public/LocalizationSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Localization/Public/LocalizationTargetTypes.h b/Engine/Source/Editor/Localization/Public/LocalizationTargetTypes.h index 525a5af7e1bf..ee74d1bb90c4 100644 --- a/Engine/Source/Editor/Localization/Public/LocalizationTargetTypes.h +++ b/Engine/Source/Editor/Localization/Public/LocalizationTargetTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Localization/Public/SCulturePicker.h b/Engine/Source/Editor/Localization/Public/SCulturePicker.h index b98e685bce21..e1ae2beee9ac 100644 --- a/Engine/Source/Editor/Localization/Public/SCulturePicker.h +++ b/Engine/Source/Editor/Localization/Public/SCulturePicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LocalizationDashboard/LocalizationDashboard.Build.cs b/Engine/Source/Editor/LocalizationDashboard/LocalizationDashboard.Build.cs index 53bd9d49af96..8de61ee4d737 100644 --- a/Engine/Source/Editor/LocalizationDashboard/LocalizationDashboard.Build.cs +++ b/Engine/Source/Editor/LocalizationDashboard/LocalizationDashboard.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/GatherTextDetailCustomizations.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/GatherTextDetailCustomizations.cpp index e79f654f3112..2bc3a779d40c 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/GatherTextDetailCustomizations.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/GatherTextDetailCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "GatherTextDetailCustomizations.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/GatherTextDetailCustomizations.h b/Engine/Source/Editor/LocalizationDashboard/Private/GatherTextDetailCustomizations.h index 3e37a2067a24..27614ea3465a 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/GatherTextDetailCustomizations.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/GatherTextDetailCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboard.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboard.cpp index 10a878a7a9e9..d4b60bfd2fcc 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboard.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "LocalizationDashboard.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboard.h b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboard.h index fb6cf00888c1..07c212e0b912 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboard.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboard.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboardModule.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboardModule.cpp index 1693f655ea72..09fca4cc82df 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboardModule.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboardModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "ILocalizationDashboardModule.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboardPrivatePCH.h b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboardPrivatePCH.h index 3a6b9a25a740..235ef4bd3aa4 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboardPrivatePCH.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationDashboardPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetDetailCustomization.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetDetailCustomization.cpp index 11cd9d4ca774..dda8f2f3ca60 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetDetailCustomization.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetDetailCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "LocalizationTargetDetailCustomization.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetDetailCustomization.h b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetDetailCustomization.h index 44127419f0e9..f2718a43dc55 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetDetailCustomization.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetDetailCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDetailCustomization.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetSetDetailCustomization.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetSetDetailCustomization.cpp index 83feeb3cf667..1f60aaed4e50 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetSetDetailCustomization.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetSetDetailCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "LocalizationTargetSetDetailCustomization.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetSetDetailCustomization.h b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetSetDetailCustomization.h index 8db494e4bbd6..cb49b1417572 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetSetDetailCustomization.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/LocalizationTargetSetDetailCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.cpp index e26a9f3b156a..323755cfd9bf 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "LocalizationDashboard.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.h b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.h index 9acd957c6f95..606378c650ac 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "STableRow.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditor.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditor.cpp index 9b7a79233b20..c98f3d2c1ee7 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditor.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "SLocalizationTargetEditor.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditor.h b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditor.h index 4404c32e8425..c99e6dc48742 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditor.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditorCultureRow.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditorCultureRow.cpp index 5d3e5f077c41..0a26decaa366 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditorCultureRow.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditorCultureRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "SLocalizationTargetEditorCultureRow.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditorCultureRow.h b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditorCultureRow.h index 3f60618e3716..f5207217eb5f 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditorCultureRow.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetEditorCultureRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "STableRow.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetStatusButton.cpp b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetStatusButton.cpp index 13df7d0b0614..6fa3e60dd08f 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetStatusButton.cpp +++ b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetStatusButton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LocalizationDashboardPrivatePCH.h" #include "SLocalizationTargetStatusButton.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetStatusButton.h b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetStatusButton.h index 847db1537522..23f0338933c2 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetStatusButton.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationTargetStatusButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SCompoundWidget.h" diff --git a/Engine/Source/Editor/LocalizationDashboard/Private/TargetsTableEntry.h b/Engine/Source/Editor/LocalizationDashboard/Private/TargetsTableEntry.h index 38726b024dc3..67fe366a615c 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Private/TargetsTableEntry.h +++ b/Engine/Source/Editor/LocalizationDashboard/Private/TargetsTableEntry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class ULocalizationTarget; diff --git a/Engine/Source/Editor/LocalizationDashboard/Public/ILocalizationDashboardModule.h b/Engine/Source/Editor/LocalizationDashboard/Public/ILocalizationDashboardModule.h index 1c797e07c275..6a9c88e1d13f 100644 --- a/Engine/Source/Editor/LocalizationDashboard/Public/ILocalizationDashboardModule.h +++ b/Engine/Source/Editor/LocalizationDashboard/Public/ILocalizationDashboardModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/MainFrame.Build.cs b/Engine/Source/Editor/MainFrame/MainFrame.Build.cs index ad602a337b97..b9d5cc08694f 100644 --- a/Engine/Source/Editor/MainFrame/MainFrame.Build.cs +++ b/Engine/Source/Editor/MainFrame/MainFrame.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameActions.cpp b/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameActions.cpp index fcf24c6e021e..ce70160acd3d 100644 --- a/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameActions.cpp +++ b/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MainFramePrivatePCH.h" diff --git a/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameActions.h b/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameActions.h index daf9c23ce875..74e6af1b3097 100644 --- a/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameActions.h +++ b/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __MainFrameActions_h__ diff --git a/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameHandler.cpp b/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameHandler.cpp index 4e9a4a19d438..4e8ec76b6e50 100644 --- a/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameHandler.cpp +++ b/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MainFramePrivatePCH.h" diff --git a/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameHandler.h b/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameHandler.h index e57dca730bb7..70d45fbd898b 100644 --- a/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameHandler.h +++ b/Engine/Source/Editor/MainFrame/Private/Frame/MainFrameHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/Frame/RootWindowLocation.h b/Engine/Source/Editor/MainFrame/Private/Frame/RootWindowLocation.h index 25b86691e1c9..eb87ae8ac001 100644 --- a/Engine/Source/Editor/MainFrame/Private/Frame/RootWindowLocation.h +++ b/Engine/Source/Editor/MainFrame/Private/Frame/RootWindowLocation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/MainFrameModule.cpp b/Engine/Source/Editor/MainFrame/Private/MainFrameModule.cpp index 18f89d3f46a7..b6e4d7f8a598 100644 --- a/Engine/Source/Editor/MainFrame/Private/MainFrameModule.cpp +++ b/Engine/Source/Editor/MainFrame/Private/MainFrameModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MainFramePrivatePCH.h" #include "CompilerResultsLog.h" diff --git a/Engine/Source/Editor/MainFrame/Private/MainFrameModule.h b/Engine/Source/Editor/MainFrame/Private/MainFrameModule.h index 54e9624453f5..27638b2d05d6 100644 --- a/Engine/Source/Editor/MainFrame/Private/MainFrameModule.h +++ b/Engine/Source/Editor/MainFrame/Private/MainFrameModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/MainFramePrivatePCH.h b/Engine/Source/Editor/MainFrame/Private/MainFramePrivatePCH.h index c79e718018f5..f1e29d6e3529 100644 --- a/Engine/Source/Editor/MainFrame/Private/MainFramePrivatePCH.h +++ b/Engine/Source/Editor/MainFrame/Private/MainFramePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/Menus/CookContentMenu.h b/Engine/Source/Editor/MainFrame/Private/Menus/CookContentMenu.h index 8c1c893825b5..7fe2372e6ca7 100644 --- a/Engine/Source/Editor/MainFrame/Private/Menus/CookContentMenu.h +++ b/Engine/Source/Editor/MainFrame/Private/Menus/CookContentMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/Menus/MainMenu.cpp b/Engine/Source/Editor/MainFrame/Private/Menus/MainMenu.cpp index b23161921d1d..6151a59ce873 100644 --- a/Engine/Source/Editor/MainFrame/Private/Menus/MainMenu.cpp +++ b/Engine/Source/Editor/MainFrame/Private/Menus/MainMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MainFramePrivatePCH.h" diff --git a/Engine/Source/Editor/MainFrame/Private/Menus/MainMenu.h b/Engine/Source/Editor/MainFrame/Private/Menus/MainMenu.h index b8d6555bbb54..4b2503593843 100644 --- a/Engine/Source/Editor/MainFrame/Private/Menus/MainMenu.h +++ b/Engine/Source/Editor/MainFrame/Private/Menus/MainMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/Menus/PackageProjectMenu.h b/Engine/Source/Editor/MainFrame/Private/Menus/PackageProjectMenu.h index 19270a9ca026..386e52ed922e 100644 --- a/Engine/Source/Editor/MainFrame/Private/Menus/PackageProjectMenu.h +++ b/Engine/Source/Editor/MainFrame/Private/Menus/PackageProjectMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/Menus/RecentProjectsMenu.h b/Engine/Source/Editor/MainFrame/Private/Menus/RecentProjectsMenu.h index 77e16aa215ca..0c7c076e5715 100644 --- a/Engine/Source/Editor/MainFrame/Private/Menus/RecentProjectsMenu.h +++ b/Engine/Source/Editor/MainFrame/Private/Menus/RecentProjectsMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/Menus/SettingsMenu.h b/Engine/Source/Editor/MainFrame/Private/Menus/SettingsMenu.h index ead9072bd0a2..9ce6a3419cba 100644 --- a/Engine/Source/Editor/MainFrame/Private/Menus/SettingsMenu.h +++ b/Engine/Source/Editor/MainFrame/Private/Menus/SettingsMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Private/Menus/TranslationEditorMenu.h b/Engine/Source/Editor/MainFrame/Private/Menus/TranslationEditorMenu.h index c1d193c134b3..519298cb548b 100644 --- a/Engine/Source/Editor/MainFrame/Private/Menus/TranslationEditorMenu.h +++ b/Engine/Source/Editor/MainFrame/Private/Menus/TranslationEditorMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h b/Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h index f752899300ae..2c9a78c2e763 100644 --- a/Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h +++ b/Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MainFrame/Public/MainFrame.h b/Engine/Source/Editor/MainFrame/Public/MainFrame.h index fc4aa8f10835..8f24d522b191 100644 --- a/Engine/Source/Editor/MainFrame/Public/MainFrame.h +++ b/Engine/Source/Editor/MainFrame/Public/MainFrame.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/MaterialEditor.Build.cs b/Engine/Source/Editor/MaterialEditor/MaterialEditor.Build.cs index 489d4843ad67..4c37be980ef5 100644 --- a/Engine/Source/Editor/MaterialEditor/MaterialEditor.Build.cs +++ b/Engine/Source/Editor/MaterialEditor/MaterialEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/MaterialEditor/Private/FindInMaterial.cpp b/Engine/Source/Editor/MaterialEditor/Private/FindInMaterial.cpp index d3e01fd82b07..9a6d176c6364 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/FindInMaterial.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/FindInMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" #include "Materials/MaterialExpressionComment.h" #include "FindInMaterial.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditor.cpp b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditor.cpp index f3947c8e683f..cef3a16350f2 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditor.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditor.h b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditor.h index 3f4e13cf1044..6381b82e838c 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditor.h +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Materials/MaterialExpression.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorActions.cpp b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorActions.cpp index b7eef027a089..aa1a4a0dac94 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorActions.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" #include "Materials/MaterialExpressionComment.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorDetailCustomization.cpp b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorDetailCustomization.cpp index 470d776695a8..ae16bafdbc03 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorDetailCustomization.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorDetailCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" #include "Editor/PropertyEditor/Public/PropertyEditing.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorDetailCustomization.h b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorDetailCustomization.h index 914385029791..cb34e0254683 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorDetailCustomization.h +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorDetailCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorInstanceDetailCustomization.cpp b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorInstanceDetailCustomization.cpp index 4dc310def008..faadbdb812f8 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorInstanceDetailCustomization.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorInstanceDetailCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" #include "Materials/MaterialExpressionParameter.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorInstanceDetailCustomization.h b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorInstanceDetailCustomization.h index a71ff2eafe7a..ceed304a4752 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorInstanceDetailCustomization.h +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorInstanceDetailCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorModule.cpp b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorModule.cpp index f68975b9d4db..fba12352386f 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorModule.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorUtilities.cpp b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorUtilities.cpp index 4292f83f4a29..611ea2361611 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorUtilities.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialExpressionClasses.cpp b/Engine/Source/Editor/MaterialEditor/Private/MaterialExpressionClasses.cpp index 6fe14905fa96..2d49c722dba4 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialExpressionClasses.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialExpressionClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialExpressionClasses.h b/Engine/Source/Editor/MaterialEditor/Private/MaterialExpressionClasses.h index 11f88e64fdf7..1aa0e8813f42 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialExpressionClasses.h +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialExpressionClasses.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialInstanceEditor.cpp b/Engine/Source/Editor/MaterialEditor/Private/MaterialInstanceEditor.cpp index 77d8dd9361e9..5ec94e5c0dbf 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialInstanceEditor.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialInstanceEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/MaterialInstanceEditor.h b/Engine/Source/Editor/MaterialEditor/Private/MaterialInstanceEditor.h index bdc927253ab1..d538c161f67c 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/MaterialInstanceEditor.h +++ b/Engine/Source/Editor/MaterialEditor/Private/MaterialInstanceEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorTitleBar.cpp b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorTitleBar.cpp index 1867ff45ddb6..6540adef1454 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorTitleBar.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorTitleBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" #include "MaterialEditor.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorTitleBar.h b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorTitleBar.h index 945fa2755e1c..2f80a881d954 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorTitleBar.h +++ b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorTitleBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewport.cpp b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewport.cpp index e6e328698e79..471d85399136 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewport.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewport.h b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewport.h index 77350d7183d8..e6520dc2fa28 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewport.h +++ b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewportToolBar.cpp b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewportToolBar.cpp index 9148173f94cd..e0e59de7bafb 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewportToolBar.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewportToolBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" #include "SMaterialEditorViewportToolBar.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewportToolBar.h b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewportToolBar.h index a2c928c54551..fa63a9acb5fc 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewportToolBar.h +++ b/Engine/Source/Editor/MaterialEditor/Private/SMaterialEditorViewportToolBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Private/SMaterialPalette.cpp b/Engine/Source/Editor/MaterialEditor/Private/SMaterialPalette.cpp index f067af8eecfa..281b2733bf9c 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/SMaterialPalette.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/SMaterialPalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" diff --git a/Engine/Source/Editor/MaterialEditor/Private/SMaterialPalette.h b/Engine/Source/Editor/MaterialEditor/Private/SMaterialPalette.h index e29c13400868..37c58ee2e9f4 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/SMaterialPalette.h +++ b/Engine/Source/Editor/MaterialEditor/Private/SMaterialPalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Private/Tests/MaterialEditorTests.cpp b/Engine/Source/Editor/MaterialEditor/Private/Tests/MaterialEditorTests.cpp index 824f9888f677..fb29f6847b3b 100644 --- a/Engine/Source/Editor/MaterialEditor/Private/Tests/MaterialEditorTests.cpp +++ b/Engine/Source/Editor/MaterialEditor/Private/Tests/MaterialEditorTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialEditorModule.h" diff --git a/Engine/Source/Editor/MaterialEditor/Public/FindInMaterial.h b/Engine/Source/Editor/MaterialEditor/Public/FindInMaterial.h index 3e6f4e7141ff..379ff520113d 100644 --- a/Engine/Source/Editor/MaterialEditor/Public/FindInMaterial.h +++ b/Engine/Source/Editor/MaterialEditor/Public/FindInMaterial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Public/IMaterialEditor.h b/Engine/Source/Editor/MaterialEditor/Public/IMaterialEditor.h index b103809fc6f8..69ee3f56a737 100644 --- a/Engine/Source/Editor/MaterialEditor/Public/IMaterialEditor.h +++ b/Engine/Source/Editor/MaterialEditor/Public/IMaterialEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorActions.h b/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorActions.h index 544e72534797..0bc2d4035af3 100644 --- a/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorActions.h +++ b/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorModule.h b/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorModule.h index 025b8e4bf64b..67fbf314722d 100644 --- a/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorModule.h +++ b/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __MaterialEditorModule_h__ #define __MaterialEditorModule_h__ diff --git a/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorUtilities.h b/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorUtilities.h index 97b1abf06778..c10f8fa63fb1 100644 --- a/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorUtilities.h +++ b/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/InterpTrackHelper.h b/Engine/Source/Editor/Matinee/Classes/InterpTrackHelper.h index 967b58145368..20744693b4cd 100644 --- a/Engine/Source/Editor/Matinee/Classes/InterpTrackHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/InterpTrackHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeOptions.h b/Engine/Source/Editor/Matinee/Classes/MatineeOptions.h index 0bd698a58e4e..7ac387ca532f 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeOptions.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Options for Matinee editor diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackAnimControlHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackAnimControlHelper.h index 992310b99af9..0c95307a4594 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackAnimControlHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackAnimControlHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackBoolPropHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackBoolPropHelper.h index 29d455d6ee88..2d44a9774f19 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackBoolPropHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackBoolPropHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackColorPropHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackColorPropHelper.h index a3591da03a3b..ea18db3b35fd 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackColorPropHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackColorPropHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "MatineeTrackColorPropHelper.generated.h" diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackDirectorHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackDirectorHelper.h index 3d20f2728e29..250ef9d7deba 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackDirectorHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackDirectorHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackEventHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackEventHelper.h index cddf1da7b60b..8e46396a3bca 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackEventHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackEventHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackFloatPropHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackFloatPropHelper.h index c914ace4a2e0..baf122dae5dd 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackFloatPropHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackFloatPropHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackLinearColorPropHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackLinearColorPropHelper.h index b61096d5b7bc..8cede1010331 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackLinearColorPropHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackLinearColorPropHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackParticleReplayHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackParticleReplayHelper.h index afb2fa262370..c842b69fcd4f 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackParticleReplayHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackParticleReplayHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackSoundHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackSoundHelper.h index 8f58248c8bd3..de1627440730 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackSoundHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackSoundHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackToggleHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackToggleHelper.h index 425045b46348..8fca59dc4bae 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackToggleHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackToggleHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackVectorPropHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackVectorPropHelper.h index 5a6abc355e5b..5b198118ed10 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackVectorPropHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackVectorPropHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTrackVisibilityHelper.h b/Engine/Source/Editor/Matinee/Classes/MatineeTrackVisibilityHelper.h index 011453ab410b..ec5956e044f9 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTrackVisibilityHelper.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTrackVisibilityHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Classes/MatineeTransBuffer.h b/Engine/Source/Editor/Matinee/Classes/MatineeTransBuffer.h index 5250fb988ae6..059ac434cc72 100644 --- a/Engine/Source/Editor/Matinee/Classes/MatineeTransBuffer.h +++ b/Engine/Source/Editor/Matinee/Classes/MatineeTransBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Matinee.Build.cs b/Engine/Source/Editor/Matinee/Matinee.Build.cs index 2252829927b2..0f6644b17ec2 100644 --- a/Engine/Source/Editor/Matinee/Matinee.Build.cs +++ b/Engine/Source/Editor/Matinee/Matinee.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/Matinee/Private/Matinee.cpp b/Engine/Source/Editor/Matinee/Private/Matinee.cpp index c0cfe0e744a0..5a743d73cb0d 100644 --- a/Engine/Source/Editor/Matinee/Private/Matinee.cpp +++ b/Engine/Source/Editor/Matinee/Private/Matinee.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" diff --git a/Engine/Source/Editor/Matinee/Private/Matinee.h b/Engine/Source/Editor/Matinee/Private/Matinee.h index 356042446f66..b2f0f5648fbf 100644 --- a/Engine/Source/Editor/Matinee/Private/Matinee.h +++ b/Engine/Source/Editor/Matinee/Private/Matinee.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Private/MatineeActions.cpp b/Engine/Source/Editor/Matinee/Private/MatineeActions.cpp index 15ea65f62ef3..f123b4267830 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeActions.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "MatineeActions.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeActions.h b/Engine/Source/Editor/Matinee/Private/MatineeActions.h index 651ebb0edfa5..76a1bbed9efe 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeActions.h +++ b/Engine/Source/Editor/Matinee/Private/MatineeActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Private/MatineeCurveEd.cpp b/Engine/Source/Editor/Matinee/Private/MatineeCurveEd.cpp index da050d7f0811..5345e13d895d 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeCurveEd.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeCurveEd.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeDraw.cpp b/Engine/Source/Editor/Matinee/Private/MatineeDraw.cpp index 6025d815b512..0dd62f26a043 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeDraw.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeDraw.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "Matinee.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeFilterButton.cpp b/Engine/Source/Editor/Matinee/Private/MatineeFilterButton.cpp index 951af7d1ecbe..0ddea8799fa7 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeFilterButton.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeFilterButton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "MatineeFilterButton.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeFilterButton.h b/Engine/Source/Editor/Matinee/Private/MatineeFilterButton.h index 1ec45a206258..00c25bba89f0 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeFilterButton.h +++ b/Engine/Source/Editor/Matinee/Private/MatineeFilterButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Private/MatineeHitProxy.h b/Engine/Source/Editor/Matinee/Private/MatineeHitProxy.h index 968f4b0d85de..3c0e7f8dcf14 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeHitProxy.h +++ b/Engine/Source/Editor/Matinee/Private/MatineeHitProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Private/MatineeKeyReduction.cpp b/Engine/Source/Editor/Matinee/Private/MatineeKeyReduction.cpp index 9e868f037b1a..5f070b54e308 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeKeyReduction.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeKeyReduction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "Matinee/MatineeActor.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeMenus.cpp b/Engine/Source/Editor/Matinee/Private/MatineeMenus.cpp index ef09ff9ffec8..fdd48b444763 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeMenus.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeMenus.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeModule.cpp b/Engine/Source/Editor/Matinee/Private/MatineeModule.cpp index f3b0c453c748..23fa571bab35 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeModule.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeOptions.cpp b/Engine/Source/Editor/Matinee/Private/MatineeOptions.cpp index 652f9bad598f..40e5ae4ab7e1 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeOptions.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeOptions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "MatineeOptions.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineePropertyWindow.cpp b/Engine/Source/Editor/Matinee/Private/MatineePropertyWindow.cpp index 955283becaeb..9c8439d76f3e 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineePropertyWindow.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineePropertyWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "Matinee.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeToolbars.cpp b/Engine/Source/Editor/Matinee/Private/MatineeToolbars.cpp index 88838df60565..51d51d2d3873 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeToolbars.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeToolbars.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "Matinee.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeTools.cpp b/Engine/Source/Editor/Matinee/Private/MatineeTools.cpp index 3fb315681e44..76858cf136ba 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeTools.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "Matinee.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeTrackHelpers.cpp b/Engine/Source/Editor/Matinee/Private/MatineeTrackHelpers.cpp index acfa4be00740..f364bebd045c 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeTrackHelpers.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeTrackHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "Matinee.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeTrackView.cpp b/Engine/Source/Editor/Matinee/Private/MatineeTrackView.cpp index f325a3c0cb3d..5e0e1573a4cb 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeTrackView.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeTrackView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "Matinee.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeTransBuffer.cpp b/Engine/Source/Editor/Matinee/Private/MatineeTransBuffer.cpp index 6f8db53ed5fc..14b468e5f5a5 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeTransBuffer.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeTransBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "MatineeTransaction.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeTransaction.cpp b/Engine/Source/Editor/Matinee/Private/MatineeTransaction.cpp index 8f8fffe8ef42..84fb6d6ac70a 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeTransaction.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeTransaction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "MatineeOptions.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeTransaction.h b/Engine/Source/Editor/Matinee/Private/MatineeTransaction.h index 58dbcfa1054b..34df31cc41b7 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeTransaction.h +++ b/Engine/Source/Editor/Matinee/Private/MatineeTransaction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Private/MatineeViewSaveData.h b/Engine/Source/Editor/Matinee/Private/MatineeViewSaveData.h index e8b94be4bf92..7e7c28b74e87 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeViewSaveData.h +++ b/Engine/Source/Editor/Matinee/Private/MatineeViewSaveData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Private/MatineeViewportClient.cpp b/Engine/Source/Editor/Matinee/Private/MatineeViewportClient.cpp index 918f1097ed24..59e7959b01ff 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeViewportClient.cpp +++ b/Engine/Source/Editor/Matinee/Private/MatineeViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" #include "Matinee.h" diff --git a/Engine/Source/Editor/Matinee/Private/MatineeViewportClient.h b/Engine/Source/Editor/Matinee/Private/MatineeViewportClient.h index 8e1cd91d3750..46976499c22c 100644 --- a/Engine/Source/Editor/Matinee/Private/MatineeViewportClient.h +++ b/Engine/Source/Editor/Matinee/Private/MatineeViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Private/SMatineeRecorder.cpp b/Engine/Source/Editor/Matinee/Private/SMatineeRecorder.cpp index 2006d9c0bfaf..e512af178d9f 100644 --- a/Engine/Source/Editor/Matinee/Private/SMatineeRecorder.cpp +++ b/Engine/Source/Editor/Matinee/Private/SMatineeRecorder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MatineeModule.h" diff --git a/Engine/Source/Editor/Matinee/Public/IMatinee.h b/Engine/Source/Editor/Matinee/Public/IMatinee.h index 24e379bfe14d..0a47b46e9765 100644 --- a/Engine/Source/Editor/Matinee/Public/IMatinee.h +++ b/Engine/Source/Editor/Matinee/Public/IMatinee.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Public/MatineeConstants.h b/Engine/Source/Editor/Matinee/Public/MatineeConstants.h index 66dca109ac40..5c84c3a39a80 100644 --- a/Engine/Source/Editor/Matinee/Public/MatineeConstants.h +++ b/Engine/Source/Editor/Matinee/Public/MatineeConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Public/MatineeGroupData.h b/Engine/Source/Editor/Matinee/Public/MatineeGroupData.h index 622de8c034ee..49a4671613f3 100644 --- a/Engine/Source/Editor/Matinee/Public/MatineeGroupData.h +++ b/Engine/Source/Editor/Matinee/Public/MatineeGroupData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Public/MatineeModule.h b/Engine/Source/Editor/Matinee/Public/MatineeModule.h index 76d0a52a92f7..d8bc593143ee 100644 --- a/Engine/Source/Editor/Matinee/Public/MatineeModule.h +++ b/Engine/Source/Editor/Matinee/Public/MatineeModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __MatineeModule_h__ #define __MatineeModule_h__ diff --git a/Engine/Source/Editor/Matinee/Public/MatineeTrackData.h b/Engine/Source/Editor/Matinee/Public/MatineeTrackData.h index 8cb3d24988b0..ff5cbf7b9a5b 100644 --- a/Engine/Source/Editor/Matinee/Public/MatineeTrackData.h +++ b/Engine/Source/Editor/Matinee/Public/MatineeTrackData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Public/MatineeViewportData.h b/Engine/Source/Editor/Matinee/Public/MatineeViewportData.h index b5cb67574bfb..d1f947a8098b 100644 --- a/Engine/Source/Editor/Matinee/Public/MatineeViewportData.h +++ b/Engine/Source/Editor/Matinee/Public/MatineeViewportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Matinee/Public/SMatineeRecorder.h b/Engine/Source/Editor/Matinee/Public/SMatineeRecorder.h index 6649fdaba544..1a7ffe52d8e7 100644 --- a/Engine/Source/Editor/Matinee/Public/SMatineeRecorder.h +++ b/Engine/Source/Editor/Matinee/Public/SMatineeRecorder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MergeActors/MergeActors.Build.cs b/Engine/Source/Editor/MergeActors/MergeActors.Build.cs index 0e03c9454f81..4417edd8e285 100644 --- a/Engine/Source/Editor/MergeActors/MergeActors.Build.cs +++ b/Engine/Source/Editor/MergeActors/MergeActors.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/MergeActors/Private/MergeActorsModule.cpp b/Engine/Source/Editor/MergeActors/Private/MergeActorsModule.cpp index c770fdc22d9c..574b86930633 100644 --- a/Engine/Source/Editor/MergeActors/Private/MergeActorsModule.cpp +++ b/Engine/Source/Editor/MergeActors/Private/MergeActorsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergeActorsPrivatePCH.h" #include "SMergeActorsToolbar.h" diff --git a/Engine/Source/Editor/MergeActors/Private/MergeActorsPrivatePCH.h b/Engine/Source/Editor/MergeActors/Private/MergeActorsPrivatePCH.h index 58a9cc3c5c8c..738ad921935c 100644 --- a/Engine/Source/Editor/MergeActors/Private/MergeActorsPrivatePCH.h +++ b/Engine/Source/Editor/MergeActors/Private/MergeActorsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/MeshMergingTool.cpp b/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/MeshMergingTool.cpp index a0f2aaf73e50..cce1bd36f07a 100644 --- a/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/MeshMergingTool.cpp +++ b/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/MeshMergingTool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergeActorsPrivatePCH.h" #include "MeshMergingTool.h" diff --git a/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/MeshMergingTool.h b/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/MeshMergingTool.h index c34a9a230ced..9da9c5794a7f 100644 --- a/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/MeshMergingTool.h +++ b/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/MeshMergingTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IMergeActorsTool.h" diff --git a/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/SMeshMergingDialog.cpp b/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/SMeshMergingDialog.cpp index 57879b28448d..5059afdc0333 100644 --- a/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/SMeshMergingDialog.cpp +++ b/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/SMeshMergingDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergeActorsPrivatePCH.h" #include "SMeshMergingDialog.h" diff --git a/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/SMeshMergingDialog.h b/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/SMeshMergingDialog.h index fc675a4cdfb9..250dd049db84 100644 --- a/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/SMeshMergingDialog.h +++ b/Engine/Source/Editor/MergeActors/Private/MeshMergingTool/SMeshMergingDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FMeshMergingTool; diff --git a/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/MeshProxyTool.cpp b/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/MeshProxyTool.cpp index b4b07b9773ba..cb0e83b1d73a 100644 --- a/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/MeshProxyTool.cpp +++ b/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/MeshProxyTool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergeActorsPrivatePCH.h" #include "MeshProxyTool.h" diff --git a/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/MeshProxyTool.h b/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/MeshProxyTool.h index e111368ee6fe..54424e6bc401 100644 --- a/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/MeshProxyTool.h +++ b/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/MeshProxyTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IMergeActorsTool.h" diff --git a/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/SMeshProxyDialog.cpp b/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/SMeshProxyDialog.cpp index 2887458b8d96..06f028822891 100644 --- a/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/SMeshProxyDialog.cpp +++ b/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/SMeshProxyDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergeActorsPrivatePCH.h" #include "SMeshProxyDialog.h" diff --git a/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/SMeshProxyDialog.h b/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/SMeshProxyDialog.h index 3f466ed61a75..35bc80ac9a05 100644 --- a/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/SMeshProxyDialog.h +++ b/Engine/Source/Editor/MergeActors/Private/MeshProxyTool/SMeshProxyDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MergeActors/Private/SMergeActorsToolbar.cpp b/Engine/Source/Editor/MergeActors/Private/SMergeActorsToolbar.cpp index 19a968addcca..5471218ba365 100644 --- a/Engine/Source/Editor/MergeActors/Private/SMergeActorsToolbar.cpp +++ b/Engine/Source/Editor/MergeActors/Private/SMergeActorsToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MergeActorsPrivatePCH.h" #include "SMergeActorsToolbar.h" diff --git a/Engine/Source/Editor/MergeActors/Private/SMergeActorsToolbar.h b/Engine/Source/Editor/MergeActors/Private/SMergeActorsToolbar.h index 369ca1827b3c..662eb21554cb 100644 --- a/Engine/Source/Editor/MergeActors/Private/SMergeActorsToolbar.h +++ b/Engine/Source/Editor/MergeActors/Private/SMergeActorsToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MergeActors/Public/IMergeActorsModule.h b/Engine/Source/Editor/MergeActors/Public/IMergeActorsModule.h index 30534d7aa6d0..1f7ea18a6258 100644 --- a/Engine/Source/Editor/MergeActors/Public/IMergeActorsModule.h +++ b/Engine/Source/Editor/MergeActors/Public/IMergeActorsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleManager.h" diff --git a/Engine/Source/Editor/MergeActors/Public/IMergeActorsTool.h b/Engine/Source/Editor/MergeActors/Public/IMergeActorsTool.h index 3810b14edf75..47ff27a3b833 100644 --- a/Engine/Source/Editor/MergeActors/Public/IMergeActorsTool.h +++ b/Engine/Source/Editor/MergeActors/Public/IMergeActorsTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Editor/MeshPaint/MeshPaint.Build.cs b/Engine/Source/Editor/MeshPaint/MeshPaint.Build.cs index bd825a419041..73432f810374 100644 --- a/Engine/Source/Editor/MeshPaint/MeshPaint.Build.cs +++ b/Engine/Source/Editor/MeshPaint/MeshPaint.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintAdapterFactory.cpp b/Engine/Source/Editor/MeshPaint/Private/MeshPaintAdapterFactory.cpp index 4c6466c7fd36..1d8b4fce6f33 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintAdapterFactory.cpp +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintAdapterFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshPaintPrivatePCH.h" #include "MeshPaintAdapterFactory.h" diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintAdapterFactory.h b/Engine/Source/Editor/MeshPaint/Private/MeshPaintAdapterFactory.h index 7f987ede0d9e..67e4fbf33d33 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintAdapterFactory.h +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintAdapterFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintEdMode.cpp b/Engine/Source/Editor/MeshPaint/Private/MeshPaintEdMode.cpp index 2284c0612143..4249f485e633 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintEdMode.cpp +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintEdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshPaintPrivatePCH.h" diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintModule.cpp b/Engine/Source/Editor/MeshPaint/Private/MeshPaintModule.cpp index f468d5ecc8eb..ba67db542aaa 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintModule.cpp +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshPaintPrivatePCH.h" #include "MeshPaintEdMode.h" diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintPrivatePCH.h b/Engine/Source/Editor/MeshPaint/Private/MeshPaintPrivatePCH.h index 716f18869592..d23530ca7042 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintPrivatePCH.h +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "MeshPaintModule.h" diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintSplineMeshAdapter.cpp b/Engine/Source/Editor/MeshPaint/Private/MeshPaintSplineMeshAdapter.cpp index 171b38dc474a..3b1df495f04b 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintSplineMeshAdapter.cpp +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintSplineMeshAdapter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshPaintPrivatePCH.h" #include "MeshPaintSplineMeshAdapter.h" diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintSplineMeshAdapter.h b/Engine/Source/Editor/MeshPaint/Private/MeshPaintSplineMeshAdapter.h index caf2a3f30b29..0b4a52592da2 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintSplineMeshAdapter.h +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintSplineMeshAdapter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintStaticMeshAdapter.cpp b/Engine/Source/Editor/MeshPaint/Private/MeshPaintStaticMeshAdapter.cpp index ebbded2ebea0..f71001a39e90 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintStaticMeshAdapter.cpp +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintStaticMeshAdapter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshPaintPrivatePCH.h" #include "MeshPaintStaticMeshAdapter.h" diff --git a/Engine/Source/Editor/MeshPaint/Private/MeshPaintStaticMeshAdapter.h b/Engine/Source/Editor/MeshPaint/Private/MeshPaintStaticMeshAdapter.h index d401f3316fd7..87cbaa899acb 100644 --- a/Engine/Source/Editor/MeshPaint/Private/MeshPaintStaticMeshAdapter.h +++ b/Engine/Source/Editor/MeshPaint/Private/MeshPaintStaticMeshAdapter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MeshPaint/Private/SMeshPaint.cpp b/Engine/Source/Editor/MeshPaint/Private/SMeshPaint.cpp index 0cf475b99223..c75ac56529f6 100644 --- a/Engine/Source/Editor/MeshPaint/Private/SMeshPaint.cpp +++ b/Engine/Source/Editor/MeshPaint/Private/SMeshPaint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MeshPaintPrivatePCH.h" #include "MeshPaintEdMode.h" diff --git a/Engine/Source/Editor/MeshPaint/Private/SMeshPaint.h b/Engine/Source/Editor/MeshPaint/Private/SMeshPaint.h index 25d834aad3b0..194e4f113837 100644 --- a/Engine/Source/Editor/MeshPaint/Private/SMeshPaint.h +++ b/Engine/Source/Editor/MeshPaint/Private/SMeshPaint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MeshPaint/Public/MeshPaintEdMode.h b/Engine/Source/Editor/MeshPaint/Public/MeshPaintEdMode.h index 859f7a55961d..5fdc2cd945d9 100644 --- a/Engine/Source/Editor/MeshPaint/Public/MeshPaintEdMode.h +++ b/Engine/Source/Editor/MeshPaint/Public/MeshPaintEdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MeshPaint/Public/MeshPaintModule.h b/Engine/Source/Editor/MeshPaint/Public/MeshPaintModule.h index 83189cca40ab..cf4932468be9 100644 --- a/Engine/Source/Editor/MeshPaint/Public/MeshPaintModule.h +++ b/Engine/Source/Editor/MeshPaint/Public/MeshPaintModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneCaptureDialog/MovieSceneCaptureDialog.Build.cs b/Engine/Source/Editor/MovieSceneCaptureDialog/MovieSceneCaptureDialog.Build.cs index a35bc7e2ad77..0de1c9906336 100644 --- a/Engine/Source/Editor/MovieSceneCaptureDialog/MovieSceneCaptureDialog.Build.cs +++ b/Engine/Source/Editor/MovieSceneCaptureDialog/MovieSceneCaptureDialog.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/MovieSceneCaptureDialog/Private/MovieSceneCaptureDialogModule.cpp b/Engine/Source/Editor/MovieSceneCaptureDialog/Private/MovieSceneCaptureDialogModule.cpp index ad2b704126d8..78a799f25399 100644 --- a/Engine/Source/Editor/MovieSceneCaptureDialog/Private/MovieSceneCaptureDialogModule.cpp +++ b/Engine/Source/Editor/MovieSceneCaptureDialog/Private/MovieSceneCaptureDialogModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCaptureDialogModule.h" #include "MovieSceneCapture.h" diff --git a/Engine/Source/Editor/MovieSceneCaptureDialog/Public/MovieSceneCaptureDialogModule.h b/Engine/Source/Editor/MovieSceneCaptureDialog/Public/MovieSceneCaptureDialogModule.h index 268ffa311732..4279c9555308 100644 --- a/Engine/Source/Editor/MovieSceneCaptureDialog/Public/MovieSceneCaptureDialogModule.h +++ b/Engine/Source/Editor/MovieSceneCaptureDialog/Public/MovieSceneCaptureDialogModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/MovieSceneTools.Build.cs b/Engine/Source/Editor/MovieSceneTools/MovieSceneTools.Build.cs index c860296a31a3..a7c042cf9f33 100644 --- a/Engine/Source/Editor/MovieSceneTools/MovieSceneTools.Build.cs +++ b/Engine/Source/Editor/MovieSceneTools/MovieSceneTools.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/BoolKeyArea.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/BoolKeyArea.cpp index 96d84362f765..9c2e45a7a18f 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/BoolKeyArea.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/BoolKeyArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "BoolKeyArea.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/ByteKeyArea.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/ByteKeyArea.cpp index 68fa6c7af6e2..b86de26f7170 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/ByteKeyArea.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/ByteKeyArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ByteKeyArea.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/EnumKeyArea.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/EnumKeyArea.cpp index 0117241dcd1e..a170378595bb 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/EnumKeyArea.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/EnumKeyArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "EnumKeyArea.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/FloatCurveKeyArea.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/FloatCurveKeyArea.cpp index 96ab91ce9145..b9b78f4b2b26 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/FloatCurveKeyArea.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/FloatCurveKeyArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "FloatCurveKeyArea.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/IntegralKeyArea.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/IntegralKeyArea.cpp index e85518a31f55..d8d63eb31d50 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/IntegralKeyArea.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/IntegralKeyArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "IntegralKeyArea.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/NameCurveKeyArea.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/NameCurveKeyArea.cpp index d4e356b156ff..83c6a7974fbf 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/NameCurveKeyArea.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyAreas/NameCurveKeyArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "NameCurveKeyArea.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SBoolCurveKeyEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SBoolCurveKeyEditor.cpp index 432caae7a95b..40f3ee08067c 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SBoolCurveKeyEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SBoolCurveKeyEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneBoolSection.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SBoolCurveKeyEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SBoolCurveKeyEditor.h index db6ae306b65c..0e30c2a43094 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SBoolCurveKeyEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SBoolCurveKeyEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SEnumCurveKeyEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SEnumCurveKeyEditor.cpp index b5e8e069caaa..64c5a4b9b921 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SEnumCurveKeyEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SEnumCurveKeyEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "SEnumCurveKeyEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SEnumCurveKeyEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SEnumCurveKeyEditor.h index 338d33c01f7d..60fb0adcb22d 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SEnumCurveKeyEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SEnumCurveKeyEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SFloatCurveKeyEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SFloatCurveKeyEditor.cpp index 846d7b8aafdd..b125469df06c 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SFloatCurveKeyEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SFloatCurveKeyEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "SFloatCurveKeyEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SFloatCurveKeyEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SFloatCurveKeyEditor.h index 3216357e3433..b76154aa4787 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SFloatCurveKeyEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SFloatCurveKeyEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SIntegralCurveKeyEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SIntegralCurveKeyEditor.cpp index 87aa25cdc52a..1227e9885769 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SIntegralCurveKeyEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SIntegralCurveKeyEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "SIntegralCurveKeyEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SIntegralCurveKeyEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SIntegralCurveKeyEditor.h index 19105555b5f3..e46fe6bb8d93 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SIntegralCurveKeyEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/CurveKeyEditors/SIntegralCurveKeyEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.cpp b/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.cpp index 792d62bf53a3..e5503bdfe57e 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MatineeImportTools.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.h b/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.h index 885b0a3b4369..523064577326 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrackToggle.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp b/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp index 78caa1e6c65d..c3599cc9c13f 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneSection.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolsModule.cpp b/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolsModule.cpp index bfdccd184afe..42b94a335bbc 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolsModule.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolsPrivatePCH.h b/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolsPrivatePCH.h index a17f7ef8735e..f01e8dea1164 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolsPrivatePCH.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/BoolPropertySection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/BoolPropertySection.cpp index 9edd95bf5c33..56895d78b2e0 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/BoolPropertySection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/BoolPropertySection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneBoolTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/BoolPropertySection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/BoolPropertySection.h index 7a813af7e1b3..2d0537d431a3 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/BoolPropertySection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/BoolPropertySection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/BytePropertySection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/BytePropertySection.cpp index d37bdb5b291d..35b81b85399d 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/BytePropertySection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/BytePropertySection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneByteTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/BytePropertySection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/BytePropertySection.h index a4dc41634d51..954ba634086d 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/BytePropertySection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/BytePropertySection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ColorPropertySection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ColorPropertySection.cpp index 8d853096fdd2..6be2881337f2 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ColorPropertySection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ColorPropertySection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneColorTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ColorPropertySection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ColorPropertySection.h index 480929f55aeb..84ebf0e1a2e6 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ColorPropertySection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ColorPropertySection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/EventTrackSection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/EventTrackSection.cpp index 4a70b6823675..3056f8825040 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/EventTrackSection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/EventTrackSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "EventTrackSection.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/EventTrackSection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/EventTrackSection.h index 17e9b3272fcd..8272f2e1c156 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/EventTrackSection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/EventTrackSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/FloatPropertySection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/FloatPropertySection.cpp index f81a0fa9dc6a..2e559c7a2380 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/FloatPropertySection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/FloatPropertySection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "FloatPropertySection.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/FloatPropertySection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/FloatPropertySection.h index c357b44a6904..35cf6a22c101 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/FloatPropertySection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/FloatPropertySection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ParameterSection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ParameterSection.cpp index 79eb03640f36..e3a1485b75d8 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ParameterSection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ParameterSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ParameterSection.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ParameterSection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ParameterSection.h index 6cbff5f9f2e2..b5f3a5ddb618 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ParameterSection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ParameterSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ShotSequencerSection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ShotSequencerSection.cpp index 575d128ce02a..bb4f406656c9 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ShotSequencerSection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ShotSequencerSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ISectionLayoutBuilder.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ShotSequencerSection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ShotSequencerSection.h index 8af1eba4c50c..339cc2a45315 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/ShotSequencerSection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/ShotSequencerSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/VectorPropertySection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/VectorPropertySection.cpp index 27d4a1d43760..dd2a98a4ab21 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/VectorPropertySection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/VectorPropertySection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "VectorPropertySection.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/VectorPropertySection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/VectorPropertySection.h index 86f87b42d8c3..0dcec8d5cb38 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/VectorPropertySection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/VectorPropertySection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/VisibilityPropertySection.cpp b/Engine/Source/Editor/MovieSceneTools/Private/Sections/VisibilityPropertySection.cpp index 40779f44053c..ac460308e7e7 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/VisibilityPropertySection.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/VisibilityPropertySection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "VisibilityPropertySection.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/Sections/VisibilityPropertySection.h b/Engine/Source/Editor/MovieSceneTools/Private/Sections/VisibilityPropertySection.h index 03274b0e8f5c..0be2fc636f8f 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/Sections/VisibilityPropertySection.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/Sections/VisibilityPropertySection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ActorPickerTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ActorPickerTrackEditor.cpp index df7285be1bdf..28c5095d12f4 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ActorPickerTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ActorPickerTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ActorPickerTrackEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ActorPickerTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ActorPickerTrackEditor.h index 29627dbff00b..d922a6423708 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ActorPickerTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ActorPickerTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AttachTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AttachTrackEditor.cpp index ed2a4742c4dd..26bf220f26ca 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AttachTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AttachTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AttachTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AttachTrackEditor.h index f4519ed1e817..f95c811bcde0 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AttachTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AttachTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AudioTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AudioTrackEditor.cpp index 5ef579e7eaa8..d1ad5c849cc3 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AudioTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AudioTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AudioTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AudioTrackEditor.h index 558bd97a32cc..86336d8d5f21 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AudioTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/AudioTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/EventTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/EventTrackEditor.cpp index a6812134c089..b9c6c5c3fd90 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/EventTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/EventTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "EventTrackEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/EventTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/EventTrackEditor.h index e1e657b514a8..3c68aefc3293 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/EventTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/EventTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/FadeTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/FadeTrackEditor.cpp index 01de7e5a3ff2..0b911f263328 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/FadeTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/FadeTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneFadeTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/FadeTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/FadeTrackEditor.h index 132725c0ff29..74ba77b45f27 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/FadeTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/FadeTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/MaterialTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/MaterialTrackEditor.cpp index 180c3787330a..85d044abaf37 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/MaterialTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/MaterialTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MaterialTrackEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/MaterialTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/MaterialTrackEditor.h index d0f6d62a9f82..acceff08ed08 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/MaterialTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/MaterialTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleParameterTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleParameterTrackEditor.cpp index ecc23b63db7a..30b434a93d79 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleParameterTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleParameterTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ParticleParameterTrackEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleParameterTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleParameterTrackEditor.h index 8c6552ad0a51..d97d58bb65a0 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleParameterTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleParameterTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleTrackEditor.cpp index 5047d88ef385..e56368543310 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleTrackEditor.h index cd60e4d2b78e..006c2a770580 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ParticleTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PathTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PathTrackEditor.cpp index 60317b6388b4..bae1255d7f90 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PathTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PathTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PathTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PathTrackEditor.h index ad2d9f1a4602..0899e5d2bf2e 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PathTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PathTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.cpp index 017d2ced1649..8c2815b4898c 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneBoolTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h index 4f04bc2fab72..49dc4fe65c89 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BytePropertyTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BytePropertyTrackEditor.cpp index 54c3a3aca3d1..2d679be86431 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BytePropertyTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BytePropertyTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "BytePropertyTrackEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BytePropertyTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BytePropertyTrackEditor.h index e15a458a10d4..3df71bf2121e 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BytePropertyTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BytePropertyTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/ColorPropertyTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/ColorPropertyTrackEditor.cpp index 436fdcb7012d..8d5a701dc689 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/ColorPropertyTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/ColorPropertyTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneColorTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/ColorPropertyTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/ColorPropertyTrackEditor.h index f2708c81407a..092bfc7a5724 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/ColorPropertyTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/ColorPropertyTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/FloatPropertyTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/FloatPropertyTrackEditor.cpp index 62adc5569c4e..14667f5e5942 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/FloatPropertyTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/FloatPropertyTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "FloatPropertyTrackEditor.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/FloatPropertyTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/FloatPropertyTrackEditor.h index 779e2e59cc3e..1f2b238c42b5 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/FloatPropertyTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/FloatPropertyTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VectorPropertyTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VectorPropertyTrackEditor.cpp index 83f219c26384..e614f4ab69b8 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VectorPropertyTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VectorPropertyTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneVectorTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VectorPropertyTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VectorPropertyTrackEditor.h index 4431d8fb0c0d..096b12fbd35a 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VectorPropertyTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VectorPropertyTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VisibilityPropertyTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VisibilityPropertyTrackEditor.cpp index 3a120fbb8ddd..005e5a705d88 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VisibilityPropertyTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VisibilityPropertyTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneVisibilityTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VisibilityPropertyTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VisibilityPropertyTrackEditor.h index 75a1f5dccafe..22deaee1aaa0 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VisibilityPropertyTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/VisibilityPropertyTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackEditor.cpp index 2e73a6ddb7a4..32e81a4f4d6a 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackEditor.h index 2a75f42d45d7..fab87413464e 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnail.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnail.cpp index db61594f3d6c..d17f0b2a13a5 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnail.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnail.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "Runtime/Engine/Public/Slate/SlateTextures.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnail.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnail.h index 7f84ba9b1bad..8eb6f4828150 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnail.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnail.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnailPool.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnailPool.cpp index 06cf12b4e1c2..db02c3320e48 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnailPool.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnailPool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnailPool.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnailPool.h index 333256b59801..c052815f1d83 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnailPool.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/ShotTrackEditor/ShotTrackThumbnailPool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SkeletalAnimationTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SkeletalAnimationTrackEditor.cpp index 0ffcad887ff7..e88f6da4a2c4 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SkeletalAnimationTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SkeletalAnimationTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SkeletalAnimationTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SkeletalAnimationTrackEditor.h index da835da36499..bb600e295151 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SkeletalAnimationTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SkeletalAnimationTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SlomoTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SlomoTrackEditor.cpp index a7382f74a33d..a79b09e2670d 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SlomoTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SlomoTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneSlomoTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SlomoTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SlomoTrackEditor.h index 4239a3f7fc46..320bf9124e39 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SlomoTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SlomoTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.cpp index 404b26dc2899..3e9579d7564d 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneSpawnTrack.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.h index 44992433d9ad..a141aea4e1c5 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.cpp index 47834ab8bc0c..3461d4da740d 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "MovieSceneSubSection.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.h index b5bfe83c6d53..0c5f94229d6e 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/TransformTrackEditor.cpp b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/TransformTrackEditor.cpp index 51750362436f..5c2081d7c93b 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/TransformTrackEditor.cpp +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/TransformTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneToolsPrivatePCH.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/TransformTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/TransformTrackEditor.h index 51290aafdd11..2a918cf4114e 100644 --- a/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/TransformTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/TransformTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/BoolKeyArea.h b/Engine/Source/Editor/MovieSceneTools/Public/BoolKeyArea.h index 0721d0a213f9..7e2784fff3cc 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/BoolKeyArea.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/BoolKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/ByteKeyArea.h b/Engine/Source/Editor/MovieSceneTools/Public/ByteKeyArea.h index 65619421dc39..e2750bb05055 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/ByteKeyArea.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/ByteKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/ClipboardTypes.h b/Engine/Source/Editor/MovieSceneTools/Public/ClipboardTypes.h index fabe8f6b0f12..62e9ff8164e0 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/ClipboardTypes.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/ClipboardTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/CommonMovieSceneTools.h b/Engine/Source/Editor/MovieSceneTools/Public/CommonMovieSceneTools.h index 2c668b9d8e6d..5620905271d4 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/CommonMovieSceneTools.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/CommonMovieSceneTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/EnumKeyArea.h b/Engine/Source/Editor/MovieSceneTools/Public/EnumKeyArea.h index a2d3f8411a03..81b7ccb824a1 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/EnumKeyArea.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/EnumKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/FloatCurveKeyArea.h b/Engine/Source/Editor/MovieSceneTools/Public/FloatCurveKeyArea.h index 4eed15787804..17b0cfc47c18 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/FloatCurveKeyArea.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/FloatCurveKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/IMovieSceneTools.h b/Engine/Source/Editor/MovieSceneTools/Public/IMovieSceneTools.h index c40df35d96b6..59d366f94f8d 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/IMovieSceneTools.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/IMovieSceneTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/IntegralKeyArea.h b/Engine/Source/Editor/MovieSceneTools/Public/IntegralKeyArea.h index e511e25a00a4..33466cb75fd4 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/IntegralKeyArea.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/IntegralKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h index b4a1ded44a59..b908e98318b6 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h b/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h index e0dab828f420..08728c020907 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/NameCurveKeyArea.h b/Engine/Source/Editor/MovieSceneTools/Public/NameCurveKeyArea.h index 047861b66656..5845016bc438 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/NameCurveKeyArea.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/NameCurveKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/NamedKeyArea.h b/Engine/Source/Editor/MovieSceneTools/Public/NamedKeyArea.h index d86f614de946..778d44e4b74a 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/NamedKeyArea.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/NamedKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/PropertySection.h b/Engine/Source/Editor/MovieSceneTools/Public/PropertySection.h index e79cb3e36e06..0e3fcf25a4a3 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/PropertySection.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/PropertySection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h b/Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h index 71ee6c0e3fad..01c85761dbdb 100644 --- a/Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h +++ b/Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewLevelDialog/NewLevelDialog.Build.cs b/Engine/Source/Editor/NewLevelDialog/NewLevelDialog.Build.cs index f0a3a461144a..ebe85e896cce 100644 --- a/Engine/Source/Editor/NewLevelDialog/NewLevelDialog.Build.cs +++ b/Engine/Source/Editor/NewLevelDialog/NewLevelDialog.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/NewLevelDialog/Private/NewLevelDialogModule.cpp b/Engine/Source/Editor/NewLevelDialog/Private/NewLevelDialogModule.cpp index 91e9389d34a2..db182acd399c 100644 --- a/Engine/Source/Editor/NewLevelDialog/Private/NewLevelDialogModule.cpp +++ b/Engine/Source/Editor/NewLevelDialog/Private/NewLevelDialogModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NewLevelDialogPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/NewLevelDialog/Private/NewLevelDialogPrivatePCH.h b/Engine/Source/Editor/NewLevelDialog/Private/NewLevelDialogPrivatePCH.h index b5e6d23683a0..95bd31cb4353 100644 --- a/Engine/Source/Editor/NewLevelDialog/Private/NewLevelDialogPrivatePCH.h +++ b/Engine/Source/Editor/NewLevelDialog/Private/NewLevelDialogPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewLevelDialog/Public/NewLevelDialogModule.h b/Engine/Source/Editor/NewLevelDialog/Public/NewLevelDialogModule.h index cfacc9e5c307..5764dc837b90 100644 --- a/Engine/Source/Editor/NewLevelDialog/Public/NewLevelDialogModule.h +++ b/Engine/Source/Editor/NewLevelDialog/Public/NewLevelDialogModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/NewsFeed.Build.cs b/Engine/Source/Editor/NewsFeed/NewsFeed.Build.cs index 997599e24f12..cf277415ab0c 100644 --- a/Engine/Source/Editor/NewsFeed/NewsFeed.Build.cs +++ b/Engine/Source/Editor/NewsFeed/NewsFeed.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/NewsFeed/Private/Implementation/CdnNewsFeedTitleFile.cpp b/Engine/Source/Editor/NewsFeed/Private/Implementation/CdnNewsFeedTitleFile.cpp index 81032dec5547..d03370fe2581 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Implementation/CdnNewsFeedTitleFile.cpp +++ b/Engine/Source/Editor/NewsFeed/Private/Implementation/CdnNewsFeedTitleFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NewsFeedPrivatePCH.h" diff --git a/Engine/Source/Editor/NewsFeed/Private/Implementation/CdnNewsFeedTitleFile.h b/Engine/Source/Editor/NewsFeed/Private/Implementation/CdnNewsFeedTitleFile.h index 71ff015d66f7..a94455d89410 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Implementation/CdnNewsFeedTitleFile.h +++ b/Engine/Source/Editor/NewsFeed/Private/Implementation/CdnNewsFeedTitleFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Private/Implementation/LocalNewsFeedTitleFile.cpp b/Engine/Source/Editor/NewsFeed/Private/Implementation/LocalNewsFeedTitleFile.cpp index cc41551772ef..516d1156608e 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Implementation/LocalNewsFeedTitleFile.cpp +++ b/Engine/Source/Editor/NewsFeed/Private/Implementation/LocalNewsFeedTitleFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NewsFeedPrivatePCH.h" diff --git a/Engine/Source/Editor/NewsFeed/Private/Implementation/LocalNewsFeedTitleFile.h b/Engine/Source/Editor/NewsFeed/Private/Implementation/LocalNewsFeedTitleFile.h index 27ef057cb3fd..bbcef90d7a6d 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Implementation/LocalNewsFeedTitleFile.h +++ b/Engine/Source/Editor/NewsFeed/Private/Implementation/LocalNewsFeedTitleFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedCache.cpp b/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedCache.cpp index 18e4a6ed5504..1cd8704eb2de 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedCache.cpp +++ b/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NewsFeedPrivatePCH.h" diff --git a/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedCache.h b/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedCache.h index fe168db6e9e3..0330a6e96d66 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedCache.h +++ b/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedSettings.h b/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedSettings.h index 71f573008452..56797aa182e3 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedSettings.h +++ b/Engine/Source/Editor/NewsFeed/Private/Implementation/NewsFeedSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Private/Models/NewsFeedItem.h b/Engine/Source/Editor/NewsFeed/Private/Models/NewsFeedItem.h index bb7ed6a9db12..acad51391438 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Models/NewsFeedItem.h +++ b/Engine/Source/Editor/NewsFeed/Private/Models/NewsFeedItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Private/NewsFeedClasses.cpp b/Engine/Source/Editor/NewsFeed/Private/NewsFeedClasses.cpp index ad70c797d5e9..5bfff26a8dea 100644 --- a/Engine/Source/Editor/NewsFeed/Private/NewsFeedClasses.cpp +++ b/Engine/Source/Editor/NewsFeed/Private/NewsFeedClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NewsFeedPrivatePCH.h" diff --git a/Engine/Source/Editor/NewsFeed/Private/NewsFeedModule.cpp b/Engine/Source/Editor/NewsFeed/Private/NewsFeedModule.cpp index 5fe44096026c..7afcbc7d8603 100644 --- a/Engine/Source/Editor/NewsFeed/Private/NewsFeedModule.cpp +++ b/Engine/Source/Editor/NewsFeed/Private/NewsFeedModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NewsFeedPrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Source/Editor/NewsFeed/Private/NewsFeedPrivatePCH.h b/Engine/Source/Editor/NewsFeed/Private/NewsFeedPrivatePCH.h index d0e23f54b554..f8718037c46b 100644 --- a/Engine/Source/Editor/NewsFeed/Private/NewsFeedPrivatePCH.h +++ b/Engine/Source/Editor/NewsFeed/Private/NewsFeedPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeed.cpp b/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeed.cpp index d8876591a6c3..3fe9a51a1389 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeed.cpp +++ b/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeed.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NewsFeedPrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeed.h b/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeed.h index 2a41386cd3b3..ba22b98b7da3 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeed.h +++ b/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeed.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeedListRow.h b/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeedListRow.h index e8c7a7eba7d4..4f4a042ed5f2 100644 --- a/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeedListRow.h +++ b/Engine/Source/Editor/NewsFeed/Private/Widgets/SNewsFeedListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Public/Interfaces/INewsFeedModule.h b/Engine/Source/Editor/NewsFeed/Public/Interfaces/INewsFeedModule.h index 9e4471971a7d..36ec170e671c 100644 --- a/Engine/Source/Editor/NewsFeed/Public/Interfaces/INewsFeedModule.h +++ b/Engine/Source/Editor/NewsFeed/Public/Interfaces/INewsFeedModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NewsFeed/Public/NewsFeed.h b/Engine/Source/Editor/NewsFeed/Public/NewsFeed.h index dea58959d5ba..92738bd0ab89 100644 --- a/Engine/Source/Editor/NewsFeed/Public/NewsFeed.h +++ b/Engine/Source/Editor/NewsFeed/Public/NewsFeed.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/NiagaraEditor.Build.cs b/Engine/Source/Editor/NiagaraEditor/NiagaraEditor.Build.cs index 91eafab14f0f..36f662bd28cf 100644 --- a/Engine/Source/Editor/NiagaraEditor/NiagaraEditor.Build.cs +++ b/Engine/Source/Editor/NiagaraEditor/NiagaraEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler.cpp b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler.cpp index 97794461e4c2..043964c5a0d6 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "NiagaraScript.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler.h b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler.h index 0638de3cf9ea..23a870a28959 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler_VectorVM.cpp b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler_VectorVM.cpp index 68d2aea93ec8..3cd4622a96f1 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler_VectorVM.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler_VectorVM.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "NiagaraScript.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler_VectorVM.h b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler_VectorVM.h index f544780f7ef9..f5cf18e6f87d 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler_VectorVM.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraCompiler_VectorVM.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditor.cpp b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditor.cpp index 5035afce5b10..885636b2bdc8 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditor.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "NiagaraScript.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditor.h b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditor.h index 3fec52c0ec36..5c54e094d288 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditor.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditorModule.cpp b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditorModule.cpp index e4f40dfc20da..c8b4576ee280 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditorModule.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditorPrivatePCH.h b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditorPrivatePCH.h index 62af68f1c5cb..f678dc78383e 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditorPrivatePCH.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEffectEditor.cpp b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEffectEditor.cpp index c112bdac8760..eb6d3a6520ac 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEffectEditor.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEffectEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "NiagaraEffect.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEffectEditor.h b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEffectEditor.h index 00be6b8fa306..a17e56b03e96 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEffectEditor.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEffectEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "INiagaraEffectEditor.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEmitterPropertiesDetailsCustomization.cpp b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEmitterPropertiesDetailsCustomization.cpp index 0ea3068c1a32..a9e19074595c 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEmitterPropertiesDetailsCustomization.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEmitterPropertiesDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "NiagaraEditorModule.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEmitterPropertiesDetailsCustomization.h b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEmitterPropertiesDetailsCustomization.h index 4d408328ecd7..8a16dde2d031 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEmitterPropertiesDetailsCustomization.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraEmitterPropertiesDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraSequencer.cpp b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraSequencer.cpp index 1bcb301a23c7..b8c01f51f0b5 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraSequencer.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraSequencer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "NiagaraSequencer.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraSequencer.h b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraSequencer.h index 734e0c072529..c93bae0c2f8a 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/NiagaraSequencer.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/NiagaraSequencer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Editor/Sequencer/Public/ISequencerModule.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorViewport.cpp b/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorViewport.cpp index 7913bffd6401..83252c308d35 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorViewport.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "NiagaraEditorModule.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorViewport.h b/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorViewport.h index 68ea047f96c3..59c68f6ce4d1 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorViewport.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorWidget.cpp b/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorWidget.cpp index 4359042fc806..70d24c27b5db 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorWidget.cpp +++ b/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEditorPrivatePCH.h" #include "SNiagaraEffectEditorWidget.h" diff --git a/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorWidget.h b/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorWidget.h index 6db43e50c9c3..1cae44ecd87b 100644 --- a/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorWidget.h +++ b/Engine/Source/Editor/NiagaraEditor/Private/SNiagaraEffectEditorWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Public/INiagaraEditor.h b/Engine/Source/Editor/NiagaraEditor/Public/INiagaraEditor.h index b9de71d70dc3..053d6bb96dc4 100644 --- a/Engine/Source/Editor/NiagaraEditor/Public/INiagaraEditor.h +++ b/Engine/Source/Editor/NiagaraEditor/Public/INiagaraEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Public/INiagaraEffectEditor.h b/Engine/Source/Editor/NiagaraEditor/Public/INiagaraEffectEditor.h index 15c4cc73bcb9..0b1c64027838 100644 --- a/Engine/Source/Editor/NiagaraEditor/Public/INiagaraEffectEditor.h +++ b/Engine/Source/Editor/NiagaraEditor/Public/INiagaraEffectEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/NiagaraEditor/Public/NiagaraEditorModule.h b/Engine/Source/Editor/NiagaraEditor/Public/NiagaraEditorModule.h index 481483619356..953b002c6d83 100644 --- a/Engine/Source/Editor/NiagaraEditor/Public/NiagaraEditorModule.h +++ b/Engine/Source/Editor/NiagaraEditor/Public/NiagaraEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchase.h b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchase.h index 26cef6cc2bcb..91c2c838421f 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchase.h +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchaseQuery.h b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchaseQuery.h index fd46cfcac1af..2a1e17dfaa55 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchaseQuery.h +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchaseQuery.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchaseRestore.h b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchaseRestore.h index 9d6d0ea2f23c..2f886b4c13e9 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchaseRestore.h +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_InAppPurchaseRestore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LatentOnlineCall.h b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LatentOnlineCall.h index 9f8d2e7759ec..30092f24a275 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LatentOnlineCall.h +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LatentOnlineCall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LeaderboardFlush.h b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LeaderboardFlush.h index bf4726eb4c31..ea307800a70e 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LeaderboardFlush.h +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LeaderboardFlush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LeaderboardQuery.h b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LeaderboardQuery.h index 719096f3a358..36a363af20cc 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LeaderboardQuery.h +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Classes/K2Node_LeaderboardQuery.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/OnlineBlueprintSupport.Build.cs b/Engine/Source/Editor/OnlineBlueprintSupport/OnlineBlueprintSupport.Build.cs index f8fae6da8617..58ac4f6151e6 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/OnlineBlueprintSupport.Build.cs +++ b/Engine/Source/Editor/OnlineBlueprintSupport/OnlineBlueprintSupport.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchase.cpp b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchase.cpp index ea6cace124ff..fc3ccac4f90d 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchase.cpp +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineBlueprintSupportPrivatePCH.h" #include "InAppPurchaseCallbackProxy.h" diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchaseQuery.cpp b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchaseQuery.cpp index 5afa22aa919e..f25a4efe460e 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchaseQuery.cpp +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchaseQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineBlueprintSupportPrivatePCH.h" #include "InAppPurchaseQueryCallbackProxy.h" diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchaseRestore.cpp b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchaseRestore.cpp index 80d59a8c68bc..4c7dad854384 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchaseRestore.cpp +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_InAppPurchaseRestore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineBlueprintSupportPrivatePCH.h" #include "InAppPurchaseRestoreCallbackProxy.h" diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LatentOnlineCall.cpp b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LatentOnlineCall.cpp index 64628eef8975..26e60003d621 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LatentOnlineCall.cpp +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LatentOnlineCall.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineBlueprintSupportPrivatePCH.h" #include "OnlineBlueprintCallProxyBase.h" diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LeaderboardFlush.cpp b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LeaderboardFlush.cpp index e2ebc4c40f6b..d9006c9fdbb9 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LeaderboardFlush.cpp +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LeaderboardFlush.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineBlueprintSupportPrivatePCH.h" #include "LeaderboardFlushCallbackProxy.h" diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LeaderboardQuery.cpp b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LeaderboardQuery.cpp index faaddd059cc4..faf202452823 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LeaderboardQuery.cpp +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Private/K2Node_LeaderboardQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineBlueprintSupportPrivatePCH.h" #include "LeaderboardQueryCallbackProxy.h" diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Private/OnlineBlueprintSupportModule.cpp b/Engine/Source/Editor/OnlineBlueprintSupport/Private/OnlineBlueprintSupportModule.cpp index 1e7778bdb15b..529764d50b18 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Private/OnlineBlueprintSupportModule.cpp +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Private/OnlineBlueprintSupportModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineBlueprintSupportPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/OnlineBlueprintSupport/Private/OnlineBlueprintSupportPrivatePCH.h b/Engine/Source/Editor/OnlineBlueprintSupport/Private/OnlineBlueprintSupportPrivatePCH.h index e5fe65c529cf..b967c8ff22d4 100644 --- a/Engine/Source/Editor/OnlineBlueprintSupport/Private/OnlineBlueprintSupportPrivatePCH.h +++ b/Engine/Source/Editor/OnlineBlueprintSupport/Private/OnlineBlueprintSupportPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PListEditor/PListEditor.Build.cs b/Engine/Source/Editor/PListEditor/PListEditor.Build.cs index d03339a29324..bf951f23edfb 100644 --- a/Engine/Source/Editor/PListEditor/PListEditor.Build.cs +++ b/Engine/Source/Editor/PListEditor/PListEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/PListEditor/Private/PListEditor.cpp b/Engine/Source/Editor/PListEditor/Private/PListEditor.cpp index 009c82507ad9..a44b335ae400 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListEditor.cpp +++ b/Engine/Source/Editor/PListEditor/Private/PListEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/PListEditor/Private/PListNode.cpp b/Engine/Source/Editor/PListEditor/Private/PListNode.cpp index 377f45cba09d..765bc11510f9 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNode.cpp +++ b/Engine/Source/Editor/PListEditor/Private/PListNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/PListEditor/Private/PListNode.h b/Engine/Source/Editor/PListEditor/Private/PListNode.h index 5e7453c9b39f..00d915de3439 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNode.h +++ b/Engine/Source/Editor/PListEditor/Private/PListNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeArray.cpp b/Engine/Source/Editor/PListEditor/Private/PListNodeArray.cpp index 567c4f2ef792..2326f03a2f66 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeArray.cpp +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeArray.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PListNodeArray.h" diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeArray.h b/Engine/Source/Editor/PListEditor/Private/PListNodeArray.h index d00a186bbf0b..7bf91b90aeb1 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeArray.h +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeBoolean.cpp b/Engine/Source/Editor/PListEditor/Private/PListNodeBoolean.cpp index 6361f63313a4..10f3e1288111 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeBoolean.cpp +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeBoolean.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PListNodeBoolean.h" diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeBoolean.h b/Engine/Source/Editor/PListEditor/Private/PListNodeBoolean.h index 849e8c7c9dfc..627d48493b9a 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeBoolean.h +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeBoolean.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeDictionary.cpp b/Engine/Source/Editor/PListEditor/Private/PListNodeDictionary.cpp index 3785f2476ddf..0d5e5b42a101 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeDictionary.cpp +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeDictionary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PListNodeDictionary.h" diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeDictionary.h b/Engine/Source/Editor/PListEditor/Private/PListNodeDictionary.h index 98d415aaf59c..200be9c8615e 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeDictionary.h +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeDictionary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeFile.cpp b/Engine/Source/Editor/PListEditor/Private/PListNodeFile.cpp index eff41952c898..851780a417be 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeFile.cpp +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeFile.h b/Engine/Source/Editor/PListEditor/Private/PListNodeFile.h index 534cc053967e..4c9f8a44aa94 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeFile.h +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeString.cpp b/Engine/Source/Editor/PListEditor/Private/PListNodeString.cpp index e635d5b4d526..ffcd8880b454 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeString.cpp +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PListNodeString.h" diff --git a/Engine/Source/Editor/PListEditor/Private/PListNodeString.h b/Engine/Source/Editor/PListEditor/Private/PListNodeString.h index c767c4a66d56..5e143162f3f0 100644 --- a/Engine/Source/Editor/PListEditor/Private/PListNodeString.h +++ b/Engine/Source/Editor/PListEditor/Private/PListNodeString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PListEditor/Private/SPlistEditor.cpp b/Engine/Source/Editor/PListEditor/Private/SPlistEditor.cpp index 8a151de922de..72d6d15a0584 100644 --- a/Engine/Source/Editor/PListEditor/Private/SPlistEditor.cpp +++ b/Engine/Source/Editor/PListEditor/Private/SPlistEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/PListEditor/Public/PListEditor.h b/Engine/Source/Editor/PListEditor/Public/PListEditor.h index 9dd914fbce9e..87e85345cdcf 100644 --- a/Engine/Source/Editor/PListEditor/Public/PListEditor.h +++ b/Engine/Source/Editor/PListEditor/Public/PListEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PListEditor/Public/SPlistEditor.h b/Engine/Source/Editor/PListEditor/Public/SPlistEditor.h index 962fb8a79a2a..bea0142b0217 100644 --- a/Engine/Source/Editor/PListEditor/Public/SPlistEditor.h +++ b/Engine/Source/Editor/PListEditor/Public/SPlistEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PackagesDialog/PackagesDialog.Build.cs b/Engine/Source/Editor/PackagesDialog/PackagesDialog.Build.cs index 4c8e3208b379..675dde09f904 100644 --- a/Engine/Source/Editor/PackagesDialog/PackagesDialog.Build.cs +++ b/Engine/Source/Editor/PackagesDialog/PackagesDialog.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp b/Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp index 6ed0a80a10ce..cb2f57f5416a 100644 --- a/Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp +++ b/Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PackagesDialog.h" diff --git a/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.cpp b/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.cpp index 1a3991f302b0..471bc5d492e2 100644 --- a/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.cpp +++ b/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PackagesDialog.h" diff --git a/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.h b/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.h index f5c8801c74d0..9d036d9b42ae 100644 --- a/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.h +++ b/Engine/Source/Editor/PackagesDialog/Private/SPackagesDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SPackagesDialog_h__ diff --git a/Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h b/Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h index cf449549c2e7..e4978a74b1f7 100644 --- a/Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h +++ b/Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __PackagesDialog_h__ diff --git a/Engine/Source/Editor/Persona/Persona.Build.cs b/Engine/Source/Editor/Persona/Persona.Build.cs index 1698852aa51e..cc78b7bcb775 100644 --- a/Engine/Source/Editor/Persona/Persona.Build.cs +++ b/Engine/Source/Editor/Persona/Persona.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/Persona/Private/AnimGraphNodeDetails.cpp b/Engine/Source/Editor/Persona/Private/AnimGraphNodeDetails.cpp index 39e6ebd5c67c..50107ca37b58 100644 --- a/Engine/Source/Editor/Persona/Private/AnimGraphNodeDetails.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimGraphNodeDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "K2Node.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimGraphNodeDetails.h b/Engine/Source/Editor/Persona/Private/AnimGraphNodeDetails.h index 174e1fda2193..7f66ca2c76ce 100644 --- a/Engine/Source/Editor/Persona/Private/AnimGraphNodeDetails.h +++ b/Engine/Source/Editor/Persona/Private/AnimGraphNodeDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorModule.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimInstanceDetails.cpp b/Engine/Source/Editor/Persona/Private/AnimInstanceDetails.cpp index 52c6c46e3660..1a46c08b9c11 100644 --- a/Engine/Source/Editor/Persona/Private/AnimInstanceDetails.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimInstanceDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "DetailLayoutBuilder.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimInstanceDetails.h b/Engine/Source/Editor/Persona/Private/AnimInstanceDetails.h index 428271b3a763..8a17819a274e 100644 --- a/Engine/Source/Editor/Persona/Private/AnimInstanceDetails.h +++ b/Engine/Source/Editor/Persona/Private/AnimInstanceDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorModule.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimNotifyDetails.cpp b/Engine/Source/Editor/Persona/Private/AnimNotifyDetails.cpp index 2be58412189e..aa317ade6f8f 100644 --- a/Engine/Source/Editor/Persona/Private/AnimNotifyDetails.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimNotifyDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "AnimNotifyDetails.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimNotifyDetails.h b/Engine/Source/Editor/Persona/Private/AnimNotifyDetails.h index f93736e50cff..276ae5ebe1f5 100644 --- a/Engine/Source/Editor/Persona/Private/AnimNotifyDetails.h +++ b/Engine/Source/Editor/Persona/Private/AnimNotifyDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/AnimViewportLODCommands.cpp b/Engine/Source/Editor/Persona/Private/AnimViewportLODCommands.cpp index b7ceb1599de7..b48d9186da0e 100644 --- a/Engine/Source/Editor/Persona/Private/AnimViewportLODCommands.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimViewportLODCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "AnimViewportLODCommands.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimViewportLODCommands.h b/Engine/Source/Editor/Persona/Private/AnimViewportLODCommands.h index 64761924be23..20889700587d 100644 --- a/Engine/Source/Editor/Persona/Private/AnimViewportLODCommands.h +++ b/Engine/Source/Editor/Persona/Private/AnimViewportLODCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __AnimViewportLODCommands_h_ diff --git a/Engine/Source/Editor/Persona/Private/AnimViewportMenuCommands.cpp b/Engine/Source/Editor/Persona/Private/AnimViewportMenuCommands.cpp index a5b96fc5c465..c1efe710ec31 100644 --- a/Engine/Source/Editor/Persona/Private/AnimViewportMenuCommands.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimViewportMenuCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "AnimViewportMenuCommands.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimViewportMenuCommands.h b/Engine/Source/Editor/Persona/Private/AnimViewportMenuCommands.h index f1ddc19d2172..854814627fdf 100644 --- a/Engine/Source/Editor/Persona/Private/AnimViewportMenuCommands.h +++ b/Engine/Source/Editor/Persona/Private/AnimViewportMenuCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __AnimViewportMenuCommands_h_ diff --git a/Engine/Source/Editor/Persona/Private/AnimViewportPlaybackCommands.cpp b/Engine/Source/Editor/Persona/Private/AnimViewportPlaybackCommands.cpp index f23f7813aa7a..51cf015045c9 100644 --- a/Engine/Source/Editor/Persona/Private/AnimViewportPlaybackCommands.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimViewportPlaybackCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "AnimViewportPlaybackCommands.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimViewportPlaybackCommands.h b/Engine/Source/Editor/Persona/Private/AnimViewportPlaybackCommands.h index 390587567bfb..d6470f1eb9a6 100644 --- a/Engine/Source/Editor/Persona/Private/AnimViewportPlaybackCommands.h +++ b/Engine/Source/Editor/Persona/Private/AnimViewportPlaybackCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/AnimViewportShowCommands.cpp b/Engine/Source/Editor/Persona/Private/AnimViewportShowCommands.cpp index 6c44888e5e4c..162746d57d49 100644 --- a/Engine/Source/Editor/Persona/Private/AnimViewportShowCommands.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimViewportShowCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "AnimViewportShowCommands.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimViewportShowCommands.h b/Engine/Source/Editor/Persona/Private/AnimViewportShowCommands.h index 3929ee298232..404e2faa4e3f 100644 --- a/Engine/Source/Editor/Persona/Private/AnimViewportShowCommands.h +++ b/Engine/Source/Editor/Persona/Private/AnimViewportShowCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __AnimViewportShowCommands_h_ diff --git a/Engine/Source/Editor/Persona/Private/AnimationEditorPreviewScene.cpp b/Engine/Source/Editor/Persona/Private/AnimationEditorPreviewScene.cpp index 7e84e13743e0..52549902006a 100644 --- a/Engine/Source/Editor/Persona/Private/AnimationEditorPreviewScene.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimationEditorPreviewScene.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimationEditorPreviewScene.h b/Engine/Source/Editor/Persona/Private/AnimationEditorPreviewScene.h index e51eea18219d..856997c3c468 100644 --- a/Engine/Source/Editor/Persona/Private/AnimationEditorPreviewScene.h +++ b/Engine/Source/Editor/Persona/Private/AnimationEditorPreviewScene.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.cpp b/Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.cpp index 0b88c2613645..ded5c4ca58fe 100644 --- a/Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.h b/Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.h index 2d15e3466f94..832b5715681a 100644 --- a/Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.h +++ b/Engine/Source/Editor/Persona/Private/AnimationEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/AnimationMode/AnimationMode.cpp b/Engine/Source/Editor/Persona/Private/AnimationMode/AnimationMode.cpp index 405f85ef0f34..d5f04df4422c 100644 --- a/Engine/Source/Editor/Persona/Private/AnimationMode/AnimationMode.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimationMode/AnimationMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/AnimationMode/AnimationMode.h b/Engine/Source/Editor/Persona/Private/AnimationMode/AnimationMode.h index 94750afb67ae..aa925950c19b 100644 --- a/Engine/Source/Editor/Persona/Private/AnimationMode/AnimationMode.h +++ b/Engine/Source/Editor/Persona/Private/AnimationMode/AnimationMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/AnimationMode/SAnimAssetPropertiesEditor.cpp b/Engine/Source/Editor/Persona/Private/AnimationMode/SAnimAssetPropertiesEditor.cpp index d6f7b827624e..bff10c26a7aa 100644 --- a/Engine/Source/Editor/Persona/Private/AnimationMode/SAnimAssetPropertiesEditor.cpp +++ b/Engine/Source/Editor/Persona/Private/AnimationMode/SAnimAssetPropertiesEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SAnimAssetPropertiesEditor.h" \ No newline at end of file diff --git a/Engine/Source/Editor/Persona/Private/AnimationMode/SAnimAssetPropertiesEditor.h b/Engine/Source/Editor/Persona/Private/AnimationMode/SAnimAssetPropertiesEditor.h index ae8b3ba9189e..c6880e5e587a 100644 --- a/Engine/Source/Editor/Persona/Private/AnimationMode/SAnimAssetPropertiesEditor.h +++ b/Engine/Source/Editor/Persona/Private/AnimationMode/SAnimAssetPropertiesEditor.h @@ -1,2 +1,2 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/Persona/Private/ApexClothingOptionWindow.cpp b/Engine/Source/Editor/Persona/Private/ApexClothingOptionWindow.cpp index 97e8b2e4b4cb..90cdcf6e4a94 100644 --- a/Engine/Source/Editor/Persona/Private/ApexClothingOptionWindow.cpp +++ b/Engine/Source/Editor/Persona/Private/ApexClothingOptionWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" //#include "UnrealEd.h" #include "ApexClothingOptionWindow.h" diff --git a/Engine/Source/Editor/Persona/Private/ApexClothingOptionWindow.h b/Engine/Source/Editor/Persona/Private/ApexClothingOptionWindow.h index 1b1f3d716876..464fc30441c4 100644 --- a/Engine/Source/Editor/Persona/Private/ApexClothingOptionWindow.h +++ b/Engine/Source/Editor/Persona/Private/ApexClothingOptionWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/AssetSearchBoxUtilPersona.cpp b/Engine/Source/Editor/Persona/Private/AssetSearchBoxUtilPersona.cpp index c689b38063c6..0da22937cc5c 100644 --- a/Engine/Source/Editor/Persona/Private/AssetSearchBoxUtilPersona.cpp +++ b/Engine/Source/Editor/Persona/Private/AssetSearchBoxUtilPersona.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "AssetSearchBoxUtilPersona.h" diff --git a/Engine/Source/Editor/Persona/Private/AssetSearchBoxUtilPersona.h b/Engine/Source/Editor/Persona/Private/AssetSearchBoxUtilPersona.h index db2775e62959..845bd0b7be42 100644 --- a/Engine/Source/Editor/Persona/Private/AssetSearchBoxUtilPersona.h +++ b/Engine/Source/Editor/Persona/Private/AssetSearchBoxUtilPersona.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/BlueprintMode/AnimBlueprintMode.cpp b/Engine/Source/Editor/Persona/Private/BlueprintMode/AnimBlueprintMode.cpp index 90666915b6ad..2da1061690e0 100644 --- a/Engine/Source/Editor/Persona/Private/BlueprintMode/AnimBlueprintMode.cpp +++ b/Engine/Source/Editor/Persona/Private/BlueprintMode/AnimBlueprintMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "Persona.h" diff --git a/Engine/Source/Editor/Persona/Private/BlueprintMode/AnimBlueprintMode.h b/Engine/Source/Editor/Persona/Private/BlueprintMode/AnimBlueprintMode.h index e45d0e85c9f9..c9a607541ba8 100644 --- a/Engine/Source/Editor/Persona/Private/BlueprintMode/AnimBlueprintMode.h +++ b/Engine/Source/Editor/Persona/Private/BlueprintMode/AnimBlueprintMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.cpp b/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.cpp index e02b15675a5b..9956db0a8f7b 100644 --- a/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.cpp +++ b/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.h b/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.h index e59484090f8e..cc9664ee6daa 100644 --- a/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.h +++ b/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/EditorObjectsTracker.cpp b/Engine/Source/Editor/Persona/Private/EditorObjectsTracker.cpp index 151a907bd26d..91cfd9c53b21 100644 --- a/Engine/Source/Editor/Persona/Private/EditorObjectsTracker.cpp +++ b/Engine/Source/Editor/Persona/Private/EditorObjectsTracker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "EditorObjectsTracker.h" diff --git a/Engine/Source/Editor/Persona/Private/EditorObjectsTracker.h b/Engine/Source/Editor/Persona/Private/EditorObjectsTracker.h index bddc8610fa7b..0772f7f3a6a3 100644 --- a/Engine/Source/Editor/Persona/Private/EditorObjectsTracker.h +++ b/Engine/Source/Editor/Persona/Private/EditorObjectsTracker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/MeshMode/MeshMode.cpp b/Engine/Source/Editor/Persona/Private/MeshMode/MeshMode.cpp index 4d9b10508b7d..f9ec56d2c16e 100644 --- a/Engine/Source/Editor/Persona/Private/MeshMode/MeshMode.cpp +++ b/Engine/Source/Editor/Persona/Private/MeshMode/MeshMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "Persona.h" diff --git a/Engine/Source/Editor/Persona/Private/MeshMode/MeshMode.h b/Engine/Source/Editor/Persona/Private/MeshMode/MeshMode.h index 4ca347962624..2529d9941de9 100644 --- a/Engine/Source/Editor/Persona/Private/MeshMode/MeshMode.h +++ b/Engine/Source/Editor/Persona/Private/MeshMode/MeshMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/MeshMode/SAdditionalMeshesEditor.cpp b/Engine/Source/Editor/Persona/Private/MeshMode/SAdditionalMeshesEditor.cpp index 629793e43ea4..30576669fc18 100644 --- a/Engine/Source/Editor/Persona/Private/MeshMode/SAdditionalMeshesEditor.cpp +++ b/Engine/Source/Editor/Persona/Private/MeshMode/SAdditionalMeshesEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/MeshMode/SAdditionalMeshesEditor.h b/Engine/Source/Editor/Persona/Private/MeshMode/SAdditionalMeshesEditor.h index e7e79c333f24..ff854ff9d40e 100644 --- a/Engine/Source/Editor/Persona/Private/MeshMode/SAdditionalMeshesEditor.h +++ b/Engine/Source/Editor/Persona/Private/MeshMode/SAdditionalMeshesEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/MeshMode/SMeshPropertiesEditor.cpp b/Engine/Source/Editor/Persona/Private/MeshMode/SMeshPropertiesEditor.cpp index 5f6526bde2f3..60afb36b6a69 100644 --- a/Engine/Source/Editor/Persona/Private/MeshMode/SMeshPropertiesEditor.cpp +++ b/Engine/Source/Editor/Persona/Private/MeshMode/SMeshPropertiesEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SMeshPropertiesEditor.h" diff --git a/Engine/Source/Editor/Persona/Private/MeshMode/SMeshPropertiesEditor.h b/Engine/Source/Editor/Persona/Private/MeshMode/SMeshPropertiesEditor.h index dedd5759ba7a..bb985e650f92 100644 --- a/Engine/Source/Editor/Persona/Private/MeshMode/SMeshPropertiesEditor.h +++ b/Engine/Source/Editor/Persona/Private/MeshMode/SMeshPropertiesEditor.h @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/MeshMode/SMirrorSetupEditor.cpp b/Engine/Source/Editor/Persona/Private/MeshMode/SMirrorSetupEditor.cpp index 561fb29e65a8..2f76e1dbaa1e 100644 --- a/Engine/Source/Editor/Persona/Private/MeshMode/SMirrorSetupEditor.cpp +++ b/Engine/Source/Editor/Persona/Private/MeshMode/SMirrorSetupEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SMirrorSetupEditor.h" diff --git a/Engine/Source/Editor/Persona/Private/MeshMode/SMirrorSetupEditor.h b/Engine/Source/Editor/Persona/Private/MeshMode/SMirrorSetupEditor.h index dedd5759ba7a..bb985e650f92 100644 --- a/Engine/Source/Editor/Persona/Private/MeshMode/SMirrorSetupEditor.h +++ b/Engine/Source/Editor/Persona/Private/MeshMode/SMirrorSetupEditor.h @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/Persona.cpp b/Engine/Source/Editor/Persona/Private/Persona.cpp index d59901be42ca..5ee7827eb97a 100644 --- a/Engine/Source/Editor/Persona/Private/Persona.cpp +++ b/Engine/Source/Editor/Persona/Private/Persona.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/Persona.h b/Engine/Source/Editor/Persona/Private/Persona.h index e0e350154131..67ce742b9735 100644 --- a/Engine/Source/Editor/Persona/Private/Persona.h +++ b/Engine/Source/Editor/Persona/Private/Persona.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/PersonaCommands.cpp b/Engine/Source/Editor/Persona/Private/PersonaCommands.cpp index 171e1cbd6730..420bb1d8b6b7 100644 --- a/Engine/Source/Editor/Persona/Private/PersonaCommands.cpp +++ b/Engine/Source/Editor/Persona/Private/PersonaCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/PersonaCommands.h b/Engine/Source/Editor/Persona/Private/PersonaCommands.h index 3e5e28ad0ad5..ec81a9a8bd29 100644 --- a/Engine/Source/Editor/Persona/Private/PersonaCommands.h +++ b/Engine/Source/Editor/Persona/Private/PersonaCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/PersonaMeshDetails.cpp b/Engine/Source/Editor/Persona/Private/PersonaMeshDetails.cpp index dd99567ada3d..295ceba7785e 100644 --- a/Engine/Source/Editor/Persona/Private/PersonaMeshDetails.cpp +++ b/Engine/Source/Editor/Persona/Private/PersonaMeshDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "PropertyEditing.h" diff --git a/Engine/Source/Editor/Persona/Private/PersonaMeshDetails.h b/Engine/Source/Editor/Persona/Private/PersonaMeshDetails.h index c1497c0ffaf6..2c45ca1344a0 100644 --- a/Engine/Source/Editor/Persona/Private/PersonaMeshDetails.h +++ b/Engine/Source/Editor/Persona/Private/PersonaMeshDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/PersonaModule.cpp b/Engine/Source/Editor/Persona/Private/PersonaModule.cpp index 1a926fbaa057..8112a23e5f0e 100644 --- a/Engine/Source/Editor/Persona/Private/PersonaModule.cpp +++ b/Engine/Source/Editor/Persona/Private/PersonaModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/PersonaPrivatePCH.h b/Engine/Source/Editor/Persona/Private/PersonaPrivatePCH.h index df138060c04e..fc5972a365bd 100644 --- a/Engine/Source/Editor/Persona/Private/PersonaPrivatePCH.h +++ b/Engine/Source/Editor/Persona/Private/PersonaPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __PersonaPrivatePCH_h__ #define __PersonaPrivatePCH_h__ diff --git a/Engine/Source/Editor/Persona/Private/PhysicsMode/PhysicsMode.cpp b/Engine/Source/Editor/Persona/Private/PhysicsMode/PhysicsMode.cpp index fadef7e1806a..cce8a7d595c6 100644 --- a/Engine/Source/Editor/Persona/Private/PhysicsMode/PhysicsMode.cpp +++ b/Engine/Source/Editor/Persona/Private/PhysicsMode/PhysicsMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "PhysicsMode.h" diff --git a/Engine/Source/Editor/Persona/Private/PhysicsMode/PhysicsMode.h b/Engine/Source/Editor/Persona/Private/PhysicsMode/PhysicsMode.h index 7e4f5dc48923..3eed6541edf8 100644 --- a/Engine/Source/Editor/Persona/Private/PhysicsMode/PhysicsMode.h +++ b/Engine/Source/Editor/Persona/Private/PhysicsMode/PhysicsMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimBlueprintParentPlayerList.cpp b/Engine/Source/Editor/Persona/Private/SAnimBlueprintParentPlayerList.cpp index a2e7f123022a..e8a897b74de0 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimBlueprintParentPlayerList.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimBlueprintParentPlayerList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SAnimBlueprintParentPlayerList.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimBlueprintParentPlayerList.h b/Engine/Source/Editor/Persona/Private/SAnimBlueprintParentPlayerList.h index 4a691e0a81a1..4f0917079230 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimBlueprintParentPlayerList.h +++ b/Engine/Source/Editor/Persona/Private/SAnimBlueprintParentPlayerList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimCompositeEditor.cpp b/Engine/Source/Editor/Persona/Private/SAnimCompositeEditor.cpp index a5f8a5cc5658..747381ff2c43 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimCompositeEditor.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimCompositeEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimCompositeEditor.h b/Engine/Source/Editor/Persona/Private/SAnimCompositeEditor.h index 63d3c6cca8d4..abc43ff9b8ad 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimCompositeEditor.h +++ b/Engine/Source/Editor/Persona/Private/SAnimCompositeEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimCompositePanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimCompositePanel.cpp index 6e895891ec94..7b96aa56c849 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimCompositePanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimCompositePanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimCompositePanel.h b/Engine/Source/Editor/Persona/Private/SAnimCompositePanel.h index 25f1eebd2a61..a878ea189191 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimCompositePanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimCompositePanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimCurveEd.cpp b/Engine/Source/Editor/Persona/Private/SAnimCurveEd.cpp index 4053b8c1319f..1f2c9c56d443 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimCurveEd.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimCurveEd.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimCurveEd.h b/Engine/Source/Editor/Persona/Private/SAnimCurveEd.h index 520c7e6b31ec..362f23c83195 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimCurveEd.h +++ b/Engine/Source/Editor/Persona/Private/SAnimCurveEd.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimCurvePanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimCurvePanel.cpp index 68520a806cd6..6d1fd10515f3 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimCurvePanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimCurvePanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimCurvePanel.h b/Engine/Source/Editor/Persona/Private/SAnimCurvePanel.h index f6e96ecdc88d..b5581530a68d 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimCurvePanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimCurvePanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimEditorBase.cpp b/Engine/Source/Editor/Persona/Private/SAnimEditorBase.cpp index c2b13f49bce7..057199cd3f5f 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimEditorBase.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimEditorBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimEditorBase.h b/Engine/Source/Editor/Persona/Private/SAnimEditorBase.h index be68c3bc9b65..81f8a002929a 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimEditorBase.h +++ b/Engine/Source/Editor/Persona/Private/SAnimEditorBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimMontagePanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimMontagePanel.cpp index f9c5b654e5ce..595bff4e1483 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimMontagePanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimMontagePanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SAnimMontagePanel.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimMontagePanel.h b/Engine/Source/Editor/Persona/Private/SAnimMontagePanel.h index b3a62d1d0ae3..2fe5294258a2 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimMontagePanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimMontagePanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimMontageScrubPanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimMontageScrubPanel.cpp index 30e78c562eec..9dcc4a29c0b6 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimMontageScrubPanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimMontageScrubPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SAnimMontageScrubPanel.h" #include "SMontageEditor.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimMontageScrubPanel.h b/Engine/Source/Editor/Persona/Private/SAnimMontageScrubPanel.h index 709a75937840..8c486c8694f7 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimMontageScrubPanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimMontageScrubPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SAnimMontageScrubPanel_h__ #define __SAnimMontageScrubPanel_h__ diff --git a/Engine/Source/Editor/Persona/Private/SAnimMontageSectionsPanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimMontageSectionsPanel.cpp index 51acbe2e2df8..4fbe3523ca33 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimMontageSectionsPanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimMontageSectionsPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimMontageSectionsPanel.h b/Engine/Source/Editor/Persona/Private/SAnimMontageSectionsPanel.h index ff1e922de1ab..7ef0a07d054c 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimMontageSectionsPanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimMontageSectionsPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimNotifyPanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimNotifyPanel.cpp index 8800e05e9ebb..d72f92f5db36 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimNotifyPanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimNotifyPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimNotifyPanel.h b/Engine/Source/Editor/Persona/Private/SAnimNotifyPanel.h index d71773e65eb4..cc1d57527fec 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimNotifyPanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimNotifyPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimPlusMinusSlider.h b/Engine/Source/Editor/Persona/Private/SAnimPlusMinusSlider.h index b32ef23326f8..918589249969 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimPlusMinusSlider.h +++ b/Engine/Source/Editor/Persona/Private/SAnimPlusMinusSlider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimSegmentsPanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimSegmentsPanel.cpp index 00be4fd360db..05ecec9f2043 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimSegmentsPanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimSegmentsPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimSegmentsPanel.h b/Engine/Source/Editor/Persona/Private/SAnimSegmentsPanel.h index b78c6b66e425..18f450c42974 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimSegmentsPanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimSegmentsPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimTimingPanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimTimingPanel.cpp index fe4606348395..4ddf99369eb8 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimTimingPanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimTimingPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SAnimTimingPanel.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimTimingPanel.h b/Engine/Source/Editor/Persona/Private/SAnimTimingPanel.h index e206560ab1b1..32234a160f84 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimTimingPanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimTimingPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimTrackCurvePanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimTrackCurvePanel.cpp index 33d06ba43f23..7176c14660fd 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimTrackCurvePanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimTrackCurvePanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimTrackCurvePanel.h b/Engine/Source/Editor/Persona/Private/SAnimTrackCurvePanel.h index 2a650ec5fcc3..cb7a5a857c7a 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimTrackCurvePanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimTrackCurvePanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimTrackPanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimTrackPanel.cpp index ed355f35efe3..bad778b8658c 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimTrackPanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimTrackPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimTrackPanel.h b/Engine/Source/Editor/Persona/Private/SAnimTrackPanel.h index a2608cffe5aa..1df1e288850a 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimTrackPanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimTrackPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimViewportToolBar.cpp b/Engine/Source/Editor/Persona/Private/SAnimViewportToolBar.cpp index 0e645c1075f7..5caaeb7840c5 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimViewportToolBar.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimViewportToolBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimViewportToolBar.h b/Engine/Source/Editor/Persona/Private/SAnimViewportToolBar.h index 470d9a417092..1eca25a25b43 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimViewportToolBar.h +++ b/Engine/Source/Editor/Persona/Private/SAnimViewportToolBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace.cpp b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace.cpp index ab93a18bf169..ed0f24dce9fe 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace.h b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace.h index 78f6b098381f..82ca0b37dfa2 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace.h +++ b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace1D.cpp b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace1D.cpp index 7d837ebd843b..dabf85736ed2 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace1D.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace1D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace1D.h b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace1D.h index fc63f243c139..39c2fb950338 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace1D.h +++ b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpace1D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpaceBase.cpp b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpaceBase.cpp index bcc4c7fb5c69..d9e117c483bf 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpaceBase.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpaceBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpaceBase.h b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpaceBase.h index c9046394e5f6..30a8900fdead 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationBlendSpaceBase.h +++ b/Engine/Source/Editor/Persona/Private/SAnimationBlendSpaceBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimationDlgs.cpp b/Engine/Source/Editor/Persona/Private/SAnimationDlgs.cpp index 787fbf132bd2..6d897f38ac19 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationDlgs.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimationDlgs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimationDlgs.h b/Engine/Source/Editor/Persona/Private/SAnimationDlgs.h index 8a6d2d28f32f..9bafcf03a606 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationDlgs.h +++ b/Engine/Source/Editor/Persona/Private/SAnimationDlgs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimationEditorViewport.cpp b/Engine/Source/Editor/Persona/Private/SAnimationEditorViewport.cpp index 6dc96f0c76a4..df4a56d08295 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationEditorViewport.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimationEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimationEditorViewport.h b/Engine/Source/Editor/Persona/Private/SAnimationEditorViewport.h index f9ca0027d4d7..e047fa34d2ac 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationEditorViewport.h +++ b/Engine/Source/Editor/Persona/Private/SAnimationEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SAnimationScrubPanel.cpp b/Engine/Source/Editor/Persona/Private/SAnimationScrubPanel.cpp index ecd2c11d64df..af9974e0bc26 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationScrubPanel.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimationScrubPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "AnimGraphDefinitions.h" #include "AnimPreviewInstance.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimationScrubPanel.h b/Engine/Source/Editor/Persona/Private/SAnimationScrubPanel.h index 82818155caa8..c100997fcd62 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationScrubPanel.h +++ b/Engine/Source/Editor/Persona/Private/SAnimationScrubPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SAnimationScrubPanel_h__ #define __SAnimationScrubPanel_h__ diff --git a/Engine/Source/Editor/Persona/Private/SAnimationSequenceBrowser.cpp b/Engine/Source/Editor/Persona/Private/SAnimationSequenceBrowser.cpp index 8e764202bc82..f08e85f2070b 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationSequenceBrowser.cpp +++ b/Engine/Source/Editor/Persona/Private/SAnimationSequenceBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SAnimationSequenceBrowser.h b/Engine/Source/Editor/Persona/Private/SAnimationSequenceBrowser.h index f0b101ff630b..dcce8133f9c2 100644 --- a/Engine/Source/Editor/Persona/Private/SAnimationSequenceBrowser.h +++ b/Engine/Source/Editor/Persona/Private/SAnimationSequenceBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SBlendProfilePicker.cpp b/Engine/Source/Editor/Persona/Private/SBlendProfilePicker.cpp index 2a4edef8ef1a..829825285c61 100644 --- a/Engine/Source/Editor/Persona/Private/SBlendProfilePicker.cpp +++ b/Engine/Source/Editor/Persona/Private/SBlendProfilePicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SBlendProfilePicker.h" diff --git a/Engine/Source/Editor/Persona/Private/SMontageEditor.cpp b/Engine/Source/Editor/Persona/Private/SMontageEditor.cpp index 0a25084980c2..1c2d6929f59c 100644 --- a/Engine/Source/Editor/Persona/Private/SMontageEditor.cpp +++ b/Engine/Source/Editor/Persona/Private/SMontageEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SMontageEditor.h b/Engine/Source/Editor/Persona/Private/SMontageEditor.h index c398c67fa8db..454fd9b8fcd1 100644 --- a/Engine/Source/Editor/Persona/Private/SMontageEditor.h +++ b/Engine/Source/Editor/Persona/Private/SMontageEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SMorphTargetViewer.cpp b/Engine/Source/Editor/Persona/Private/SMorphTargetViewer.cpp index d337f5a7a037..59ed67f280cf 100644 --- a/Engine/Source/Editor/Persona/Private/SMorphTargetViewer.cpp +++ b/Engine/Source/Editor/Persona/Private/SMorphTargetViewer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SMorphTargetViewer.h b/Engine/Source/Editor/Persona/Private/SMorphTargetViewer.h index 7c030d074b3f..66eca13bd1f2 100644 --- a/Engine/Source/Editor/Persona/Private/SMorphTargetViewer.h +++ b/Engine/Source/Editor/Persona/Private/SMorphTargetViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SPersonaToolbar.cpp b/Engine/Source/Editor/Persona/Private/SPersonaToolbar.cpp index dd3a5274344c..1d5d8501911b 100644 --- a/Engine/Source/Editor/Persona/Private/SPersonaToolbar.cpp +++ b/Engine/Source/Editor/Persona/Private/SPersonaToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SPersonaToolbar.h b/Engine/Source/Editor/Persona/Private/SPersonaToolbar.h index c5328e875719..d03c7accdabc 100644 --- a/Engine/Source/Editor/Persona/Private/SPersonaToolbar.h +++ b/Engine/Source/Editor/Persona/Private/SPersonaToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SPersonaToolbar_h__ diff --git a/Engine/Source/Editor/Persona/Private/SRetargetManager.cpp b/Engine/Source/Editor/Persona/Private/SRetargetManager.cpp index 7e2915df2df1..b8871f67ee8a 100644 --- a/Engine/Source/Editor/Persona/Private/SRetargetManager.cpp +++ b/Engine/Source/Editor/Persona/Private/SRetargetManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SRetargetManager.h b/Engine/Source/Editor/Persona/Private/SRetargetManager.h index afc733e259f5..9d6cf6ee8b0f 100644 --- a/Engine/Source/Editor/Persona/Private/SRetargetManager.h +++ b/Engine/Source/Editor/Persona/Private/SRetargetManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SRetargetSourceWindow.cpp b/Engine/Source/Editor/Persona/Private/SRetargetSourceWindow.cpp index 8fd6eee6d80e..a61e6a46734f 100644 --- a/Engine/Source/Editor/Persona/Private/SRetargetSourceWindow.cpp +++ b/Engine/Source/Editor/Persona/Private/SRetargetSourceWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SRetargetSourceWindow.h b/Engine/Source/Editor/Persona/Private/SRetargetSourceWindow.h index 33b363bed14a..f1b90ba7d784 100644 --- a/Engine/Source/Editor/Persona/Private/SRetargetSourceWindow.h +++ b/Engine/Source/Editor/Persona/Private/SRetargetSourceWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SRigPicker.cpp b/Engine/Source/Editor/Persona/Private/SRigPicker.cpp index 54f39e0820a2..d68860cdb03b 100644 --- a/Engine/Source/Editor/Persona/Private/SRigPicker.cpp +++ b/Engine/Source/Editor/Persona/Private/SRigPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SRigPicker.h" diff --git a/Engine/Source/Editor/Persona/Private/SRigPicker.h b/Engine/Source/Editor/Persona/Private/SRigPicker.h index 29382eed1033..3be9c332a152 100644 --- a/Engine/Source/Editor/Persona/Private/SRigPicker.h +++ b/Engine/Source/Editor/Persona/Private/SRigPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Editor/ContentBrowser/Public/ContentBrowserDelegates.h" diff --git a/Engine/Source/Editor/Persona/Private/SRigWindow.cpp b/Engine/Source/Editor/Persona/Private/SRigWindow.cpp index aaf948ce80de..2648c534b4f8 100644 --- a/Engine/Source/Editor/Persona/Private/SRigWindow.cpp +++ b/Engine/Source/Editor/Persona/Private/SRigWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SRigWindow.h b/Engine/Source/Editor/Persona/Private/SRigWindow.h index 3d04535fd98b..329b3ab214f9 100644 --- a/Engine/Source/Editor/Persona/Private/SRigWindow.h +++ b/Engine/Source/Editor/Persona/Private/SRigWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SSequenceEditor.cpp b/Engine/Source/Editor/Persona/Private/SSequenceEditor.cpp index 6cc86adb08bf..ae9533bbc640 100644 --- a/Engine/Source/Editor/Persona/Private/SSequenceEditor.cpp +++ b/Engine/Source/Editor/Persona/Private/SSequenceEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SSequenceEditor.h b/Engine/Source/Editor/Persona/Private/SSequenceEditor.h index 6cfebd6187fc..e6cf3bc1a608 100644 --- a/Engine/Source/Editor/Persona/Private/SSequenceEditor.h +++ b/Engine/Source/Editor/Persona/Private/SSequenceEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonAnimNotifies.cpp b/Engine/Source/Editor/Persona/Private/SSkeletonAnimNotifies.cpp index b8c0ca3caf3f..91f3e07bb7b1 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonAnimNotifies.cpp +++ b/Engine/Source/Editor/Persona/Private/SSkeletonAnimNotifies.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonAnimNotifies.h b/Engine/Source/Editor/Persona/Private/SSkeletonAnimNotifies.h index 2a19a448f3d3..7f580962884d 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonAnimNotifies.h +++ b/Engine/Source/Editor/Persona/Private/SSkeletonAnimNotifies.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonBlendProfiles.cpp b/Engine/Source/Editor/Persona/Private/SSkeletonBlendProfiles.cpp index dd94fa95c52a..56ae938be71f 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonBlendProfiles.cpp +++ b/Engine/Source/Editor/Persona/Private/SSkeletonBlendProfiles.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SSkeletonBlendProfiles.h" diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonBlendProfiles.h b/Engine/Source/Editor/Persona/Private/SSkeletonBlendProfiles.h index 5c4cc73a1c09..5490a2f36acb 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonBlendProfiles.h +++ b/Engine/Source/Editor/Persona/Private/SSkeletonBlendProfiles.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonSlotNames.cpp b/Engine/Source/Editor/Persona/Private/SSkeletonSlotNames.cpp index ac4fb5a294cb..303bd15a426b 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonSlotNames.cpp +++ b/Engine/Source/Editor/Persona/Private/SSkeletonSlotNames.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonSlotNames.h b/Engine/Source/Editor/Persona/Private/SSkeletonSlotNames.h index e233e2c3d99f..f6335e4a5ef2 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonSlotNames.h +++ b/Engine/Source/Editor/Persona/Private/SSkeletonSlotNames.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonSmartNameManager.cpp b/Engine/Source/Editor/Persona/Private/SSkeletonSmartNameManager.cpp index 48dc778b3c12..01801ac63e65 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonSmartNameManager.cpp +++ b/Engine/Source/Editor/Persona/Private/SSkeletonSmartNameManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonSmartNameManager.h b/Engine/Source/Editor/Persona/Private/SSkeletonSmartNameManager.h index 8d0f049f4e9e..e2ddb43b3fa4 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonSmartNameManager.h +++ b/Engine/Source/Editor/Persona/Private/SSkeletonSmartNameManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonTree.cpp b/Engine/Source/Editor/Persona/Private/SSkeletonTree.cpp index 8234936a2af2..962a27600efb 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonTree.cpp +++ b/Engine/Source/Editor/Persona/Private/SSkeletonTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/SSkeletonTree.h b/Engine/Source/Editor/Persona/Private/SSkeletonTree.h index d257911cfb65..6aaf77886ad0 100644 --- a/Engine/Source/Editor/Persona/Private/SSkeletonTree.h +++ b/Engine/Source/Editor/Persona/Private/SSkeletonTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SSlotNameReferenceWindow.cpp b/Engine/Source/Editor/Persona/Private/SSlotNameReferenceWindow.cpp index b588c7d4d1a0..8d032226058c 100644 --- a/Engine/Source/Editor/Persona/Private/SSlotNameReferenceWindow.cpp +++ b/Engine/Source/Editor/Persona/Private/SSlotNameReferenceWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SSlotNameReferenceWindow.h" diff --git a/Engine/Source/Editor/Persona/Private/SSlotNameReferenceWindow.h b/Engine/Source/Editor/Persona/Private/SSlotNameReferenceWindow.h index 94e9c555cf76..be4c24b4cf5d 100644 --- a/Engine/Source/Editor/Persona/Private/SSlotNameReferenceWindow.h +++ b/Engine/Source/Editor/Persona/Private/SSlotNameReferenceWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/STimingTrack.cpp b/Engine/Source/Editor/Persona/Private/STimingTrack.cpp index df5d93e994ef..ee4228bd52cc 100644 --- a/Engine/Source/Editor/Persona/Private/STimingTrack.cpp +++ b/Engine/Source/Editor/Persona/Private/STimingTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/STimingTrack.h b/Engine/Source/Editor/Persona/Private/STimingTrack.h index bb2fb2d77c18..e62c32dc1e18 100644 --- a/Engine/Source/Editor/Persona/Private/STimingTrack.h +++ b/Engine/Source/Editor/Persona/Private/STimingTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/STrack.cpp b/Engine/Source/Editor/Persona/Private/STrack.cpp index 678037f4b9da..93481a4e5470 100644 --- a/Engine/Source/Editor/Persona/Private/STrack.cpp +++ b/Engine/Source/Editor/Persona/Private/STrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/STrack.h b/Engine/Source/Editor/Persona/Private/STrack.h index 8e9e841ece7a..159ab1bc321e 100644 --- a/Engine/Source/Editor/Persona/Private/STrack.h +++ b/Engine/Source/Editor/Persona/Private/STrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/Shared/BoneSelectionWidget.cpp b/Engine/Source/Editor/Persona/Private/Shared/BoneSelectionWidget.cpp index 078c5b137787..5a5782cb9692 100644 --- a/Engine/Source/Editor/Persona/Private/Shared/BoneSelectionWidget.cpp +++ b/Engine/Source/Editor/Persona/Private/Shared/BoneSelectionWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" diff --git a/Engine/Source/Editor/Persona/Private/Shared/PersonaMode.cpp b/Engine/Source/Editor/Persona/Private/Shared/PersonaMode.cpp index e2174fbd2fba..86ac3141575d 100644 --- a/Engine/Source/Editor/Persona/Private/Shared/PersonaMode.cpp +++ b/Engine/Source/Editor/Persona/Private/Shared/PersonaMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "PersonaMode.h" diff --git a/Engine/Source/Editor/Persona/Private/Shared/PersonaMode.h b/Engine/Source/Editor/Persona/Private/Shared/PersonaMode.h index 892905beae1d..d6c006778bee 100644 --- a/Engine/Source/Editor/Persona/Private/Shared/PersonaMode.h +++ b/Engine/Source/Editor/Persona/Private/Shared/PersonaMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SkeletalMeshSocketDetails.cpp b/Engine/Source/Editor/Persona/Private/SkeletalMeshSocketDetails.cpp index 7b7a6f149f35..6f5416f0755a 100644 --- a/Engine/Source/Editor/Persona/Private/SkeletalMeshSocketDetails.cpp +++ b/Engine/Source/Editor/Persona/Private/SkeletalMeshSocketDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SkeletalMeshSocketDetails.h" diff --git a/Engine/Source/Editor/Persona/Private/SkeletalMeshSocketDetails.h b/Engine/Source/Editor/Persona/Private/SkeletalMeshSocketDetails.h index 776f98120e5c..ba3dc2068514 100644 --- a/Engine/Source/Editor/Persona/Private/SkeletalMeshSocketDetails.h +++ b/Engine/Source/Editor/Persona/Private/SkeletalMeshSocketDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Private/SkeletonTreeCommands.cpp b/Engine/Source/Editor/Persona/Private/SkeletonTreeCommands.cpp index bd35b52e43bc..49cc48ca71cc 100644 --- a/Engine/Source/Editor/Persona/Private/SkeletonTreeCommands.cpp +++ b/Engine/Source/Editor/Persona/Private/SkeletonTreeCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PersonaPrivatePCH.h" #include "SkeletonTreeCommands.h" diff --git a/Engine/Source/Editor/Persona/Private/SkeletonTreeCommands.h b/Engine/Source/Editor/Persona/Private/SkeletonTreeCommands.h index 9ed5ffa5c765..f606a76b3fa4 100644 --- a/Engine/Source/Editor/Persona/Private/SkeletonTreeCommands.h +++ b/Engine/Source/Editor/Persona/Private/SkeletonTreeCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SkeletonTreeCommands_h_ #define __SkeletonTreeCommands_h_ diff --git a/Engine/Source/Editor/Persona/Public/BoneDragDropOp.h b/Engine/Source/Editor/Persona/Public/BoneDragDropOp.h index 4edae9705ba1..c953ac8e45f8 100644 --- a/Engine/Source/Editor/Persona/Public/BoneDragDropOp.h +++ b/Engine/Source/Editor/Persona/Public/BoneDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once ////////////////////////////////////////////////////////////////////////// diff --git a/Engine/Source/Editor/Persona/Public/BoneSelectionWidget.h b/Engine/Source/Editor/Persona/Public/BoneSelectionWidget.h index 62ca8f1bbc38..91bf7d10e200 100644 --- a/Engine/Source/Editor/Persona/Public/BoneSelectionWidget.h +++ b/Engine/Source/Editor/Persona/Public/BoneSelectionWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __BoneSelectionWidget_h__ #define __BoneSelectionWidget_h__ diff --git a/Engine/Source/Editor/Persona/Public/PersonaModule.h b/Engine/Source/Editor/Persona/Public/PersonaModule.h index c86d56b95274..13c6fbdb1684 100644 --- a/Engine/Source/Editor/Persona/Public/PersonaModule.h +++ b/Engine/Source/Editor/Persona/Public/PersonaModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __PersonaModule_h__ diff --git a/Engine/Source/Editor/Persona/Public/SBlendProfilePicker.h b/Engine/Source/Editor/Persona/Public/SBlendProfilePicker.h index 6d45a6f52673..33d769f8d261 100644 --- a/Engine/Source/Editor/Persona/Public/SBlendProfilePicker.h +++ b/Engine/Source/Editor/Persona/Public/SBlendProfilePicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Persona/Public/SocketDragDropOp.h b/Engine/Source/Editor/Persona/Public/SocketDragDropOp.h index ac21b2f8c39d..ab5bf2f13b58 100644 --- a/Engine/Source/Editor/Persona/Public/SocketDragDropOp.h +++ b/Engine/Source/Editor/Persona/Public/SocketDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DragAndDrop.h" #include "Engine/SkeletalMeshSocket.h" diff --git a/Engine/Source/Editor/PhAT/Classes/PhATEdSkeletalMeshComponent.h b/Engine/Source/Editor/PhAT/Classes/PhATEdSkeletalMeshComponent.h index 217983d8ff20..c59365440519 100644 --- a/Engine/Source/Editor/PhAT/Classes/PhATEdSkeletalMeshComponent.h +++ b/Engine/Source/Editor/PhAT/Classes/PhATEdSkeletalMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PhysicsPublic.h" diff --git a/Engine/Source/Editor/PhAT/PhAT.Build.cs b/Engine/Source/Editor/PhAT/PhAT.Build.cs index 1d77f370c26f..28fde2e7b531 100644 --- a/Engine/Source/Editor/PhAT/PhAT.Build.cs +++ b/Engine/Source/Editor/PhAT/PhAT.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/PhAT/Private/PhAT.cpp b/Engine/Source/Editor/PhAT/Private/PhAT.cpp index de85c611f187..51a2ab12a40a 100644 --- a/Engine/Source/Editor/PhAT/Private/PhAT.cpp +++ b/Engine/Source/Editor/PhAT/Private/PhAT.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "AssetSelection.h" diff --git a/Engine/Source/Editor/PhAT/Private/PhAT.h b/Engine/Source/Editor/PhAT/Private/PhAT.h index f7fba187e7b9..0a87028513d8 100644 --- a/Engine/Source/Editor/PhAT/Private/PhAT.h +++ b/Engine/Source/Editor/PhAT/Private/PhAT.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Private/PhATActions.cpp b/Engine/Source/Editor/PhAT/Private/PhATActions.cpp index 209ff51c89ea..457a318a9a34 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATActions.cpp +++ b/Engine/Source/Editor/PhAT/Private/PhATActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "PhATActions.h" diff --git a/Engine/Source/Editor/PhAT/Private/PhATActions.h b/Engine/Source/Editor/PhAT/Private/PhATActions.h index d56912f0994f..10f20ff0645c 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATActions.h +++ b/Engine/Source/Editor/PhAT/Private/PhATActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Private/PhATHitProxies.cpp b/Engine/Source/Editor/PhAT/Private/PhATHitProxies.cpp index 1d6667567ffa..c0796834cda5 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATHitProxies.cpp +++ b/Engine/Source/Editor/PhAT/Private/PhATHitProxies.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "PhATHitProxies.h" diff --git a/Engine/Source/Editor/PhAT/Private/PhATHitProxies.h b/Engine/Source/Editor/PhAT/Private/PhATHitProxies.h index 0e1e3b8d971a..527369eab86e 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATHitProxies.h +++ b/Engine/Source/Editor/PhAT/Private/PhATHitProxies.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Private/PhATModule.cpp b/Engine/Source/Editor/PhAT/Private/PhATModule.cpp index 4a93e03e142c..21a60e38eed4 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATModule.cpp +++ b/Engine/Source/Editor/PhAT/Private/PhATModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" diff --git a/Engine/Source/Editor/PhAT/Private/PhATPreviewViewportClient.cpp b/Engine/Source/Editor/PhAT/Private/PhATPreviewViewportClient.cpp index 1ae9c56ba9f0..6bbb75f9073f 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATPreviewViewportClient.cpp +++ b/Engine/Source/Editor/PhAT/Private/PhATPreviewViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "PhATEdSkeletalMeshComponent.h" diff --git a/Engine/Source/Editor/PhAT/Private/PhATPreviewViewportClient.h b/Engine/Source/Editor/PhAT/Private/PhATPreviewViewportClient.h index 374861ec2332..ab1fea039cd2 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATPreviewViewportClient.h +++ b/Engine/Source/Editor/PhAT/Private/PhATPreviewViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Private/PhATRender.cpp b/Engine/Source/Editor/PhAT/Private/PhATRender.cpp index bd771d83b279..4a1e38cd560c 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATRender.cpp +++ b/Engine/Source/Editor/PhAT/Private/PhATRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "PhATSharedData.h" diff --git a/Engine/Source/Editor/PhAT/Private/PhATSharedData.cpp b/Engine/Source/Editor/PhAT/Private/PhATSharedData.cpp index d630f81edd73..ea77cc04605f 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATSharedData.cpp +++ b/Engine/Source/Editor/PhAT/Private/PhATSharedData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Editor/PhAT/Private/PhATSharedData.h b/Engine/Source/Editor/PhAT/Private/PhATSharedData.h index edb0d981b306..aff617a361df 100644 --- a/Engine/Source/Editor/PhAT/Private/PhATSharedData.h +++ b/Engine/Source/Editor/PhAT/Private/PhATSharedData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Private/SPhATNewAssetDlg.cpp b/Engine/Source/Editor/PhAT/Private/SPhATNewAssetDlg.cpp index 74b5eef58d1d..76a108f6d7ae 100644 --- a/Engine/Source/Editor/PhAT/Private/SPhATNewAssetDlg.cpp +++ b/Engine/Source/Editor/PhAT/Private/SPhATNewAssetDlg.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "SPhATNewAssetDlg.h" diff --git a/Engine/Source/Editor/PhAT/Private/SPhATNewAssetDlg.h b/Engine/Source/Editor/PhAT/Private/SPhATNewAssetDlg.h index 451ae3a57a82..6e637c6db1a4 100644 --- a/Engine/Source/Editor/PhAT/Private/SPhATNewAssetDlg.h +++ b/Engine/Source/Editor/PhAT/Private/SPhATNewAssetDlg.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Private/SPhATPreviewToolbar.cpp b/Engine/Source/Editor/PhAT/Private/SPhATPreviewToolbar.cpp index 06b7dd4da0a5..a9f0e1e48f2a 100644 --- a/Engine/Source/Editor/PhAT/Private/SPhATPreviewToolbar.cpp +++ b/Engine/Source/Editor/PhAT/Private/SPhATPreviewToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "PhAT.h" diff --git a/Engine/Source/Editor/PhAT/Private/SPhATPreviewToolbar.h b/Engine/Source/Editor/PhAT/Private/SPhATPreviewToolbar.h index fd32481711ee..e87ba3780019 100644 --- a/Engine/Source/Editor/PhAT/Private/SPhATPreviewToolbar.h +++ b/Engine/Source/Editor/PhAT/Private/SPhATPreviewToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Private/SPhATPreviewViewport.cpp b/Engine/Source/Editor/PhAT/Private/SPhATPreviewViewport.cpp index 68e1b727341c..51590826ac6b 100644 --- a/Engine/Source/Editor/PhAT/Private/SPhATPreviewViewport.cpp +++ b/Engine/Source/Editor/PhAT/Private/SPhATPreviewViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PhATModule.h" #include "PhAT.h" diff --git a/Engine/Source/Editor/PhAT/Private/SPhATPreviewViewport.h b/Engine/Source/Editor/PhAT/Private/SPhATPreviewViewport.h index 6e6f69604f6f..0529bff8b2e6 100644 --- a/Engine/Source/Editor/PhAT/Private/SPhATPreviewViewport.h +++ b/Engine/Source/Editor/PhAT/Private/SPhATPreviewViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Public/IPhAT.h b/Engine/Source/Editor/PhAT/Public/IPhAT.h index ca47e2f5992e..cddfcdb25d9c 100644 --- a/Engine/Source/Editor/PhAT/Public/IPhAT.h +++ b/Engine/Source/Editor/PhAT/Public/IPhAT.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PhAT/Public/PhATModule.h b/Engine/Source/Editor/PhAT/Public/PhATModule.h index 8d5722adddf3..52006d045f92 100644 --- a/Engine/Source/Editor/PhAT/Public/PhATModule.h +++ b/Engine/Source/Editor/PhAT/Public/PhATModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __PhATModule_h__ #define __PhATModule_h__ diff --git a/Engine/Source/Editor/PlacementMode/PlacementMode.Build.cs b/Engine/Source/Editor/PlacementMode/PlacementMode.Build.cs index 84f7bd22c74e..b8da6792d81e 100644 --- a/Engine/Source/Editor/PlacementMode/PlacementMode.Build.cs +++ b/Engine/Source/Editor/PlacementMode/PlacementMode.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/PlacementMode/Private/PlacementMode.cpp b/Engine/Source/Editor/PlacementMode/Private/PlacementMode.cpp index c4e84ba470ac..135f2b62aca5 100644 --- a/Engine/Source/Editor/PlacementMode/Private/PlacementMode.cpp +++ b/Engine/Source/Editor/PlacementMode/Private/PlacementMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PlacementModePrivatePCH.h" diff --git a/Engine/Source/Editor/PlacementMode/Private/PlacementMode.h b/Engine/Source/Editor/PlacementMode/Private/PlacementMode.h index feb1fd1c9474..00f24556bba0 100644 --- a/Engine/Source/Editor/PlacementMode/Private/PlacementMode.h +++ b/Engine/Source/Editor/PlacementMode/Private/PlacementMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPlacementMode.h" diff --git a/Engine/Source/Editor/PlacementMode/Private/PlacementModeModule.cpp b/Engine/Source/Editor/PlacementMode/Private/PlacementModeModule.cpp index 2c949253264d..1205fd917333 100644 --- a/Engine/Source/Editor/PlacementMode/Private/PlacementModeModule.cpp +++ b/Engine/Source/Editor/PlacementMode/Private/PlacementModeModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PlacementModePrivatePCH.h" #include "IPlacementModeModule.h" diff --git a/Engine/Source/Editor/PlacementMode/Private/PlacementModePrivatePCH.h b/Engine/Source/Editor/PlacementMode/Private/PlacementModePrivatePCH.h index 9d866e3b754d..9e807feb7aef 100644 --- a/Engine/Source/Editor/PlacementMode/Private/PlacementModePrivatePCH.h +++ b/Engine/Source/Editor/PlacementMode/Private/PlacementModePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __PlacementModePrivatePCH_h__ #define __PlacementModePrivatePCH_h__ diff --git a/Engine/Source/Editor/PlacementMode/Private/PlacementModeToolkit.h b/Engine/Source/Editor/PlacementMode/Private/PlacementModeToolkit.h index 6459ea120e84..b8e0b3efb148 100644 --- a/Engine/Source/Editor/PlacementMode/Private/PlacementModeToolkit.h +++ b/Engine/Source/Editor/PlacementMode/Private/PlacementModeToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BaseToolkit.h" diff --git a/Engine/Source/Editor/PlacementMode/Private/SPlacementModeTools.cpp b/Engine/Source/Editor/PlacementMode/Private/SPlacementModeTools.cpp index 502387935047..b9cf2dddcbbb 100644 --- a/Engine/Source/Editor/PlacementMode/Private/SPlacementModeTools.cpp +++ b/Engine/Source/Editor/PlacementMode/Private/SPlacementModeTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PlacementModePrivatePCH.h" #include "AssetSelection.h" diff --git a/Engine/Source/Editor/PlacementMode/Private/SPlacementModeTools.h b/Engine/Source/Editor/PlacementMode/Private/SPlacementModeTools.h index 61ac88dac94d..98d7ff5abbfc 100644 --- a/Engine/Source/Editor/PlacementMode/Private/SPlacementModeTools.h +++ b/Engine/Source/Editor/PlacementMode/Private/SPlacementModeTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ClassIconFinder.h" diff --git a/Engine/Source/Editor/PlacementMode/Public/ActorPlacementInfo.h b/Engine/Source/Editor/PlacementMode/Public/ActorPlacementInfo.h index 044883a2ea19..ae6ee51060e4 100644 --- a/Engine/Source/Editor/PlacementMode/Public/ActorPlacementInfo.h +++ b/Engine/Source/Editor/PlacementMode/Public/ActorPlacementInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FActorPlacementInfo diff --git a/Engine/Source/Editor/PlacementMode/Public/IPlacementMode.h b/Engine/Source/Editor/PlacementMode/Public/IPlacementMode.h index a0c75a9578e7..3a42dfaa5418 100644 --- a/Engine/Source/Editor/PlacementMode/Public/IPlacementMode.h +++ b/Engine/Source/Editor/PlacementMode/Public/IPlacementMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPlacementMode : public FEdMode diff --git a/Engine/Source/Editor/PlacementMode/Public/IPlacementModeModule.h b/Engine/Source/Editor/PlacementMode/Public/IPlacementModeModule.h index 0659b176f7fd..5ed3bdbcba21 100644 --- a/Engine/Source/Editor/PlacementMode/Public/IPlacementModeModule.h +++ b/Engine/Source/Editor/PlacementMode/Public/IPlacementModeModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleManager.h" diff --git a/Engine/Source/Editor/PluginWarden/PluginWarden.Build.cs b/Engine/Source/Editor/PluginWarden/PluginWarden.Build.cs index 6ef2e5acd7de..8dea22d6ed5d 100644 --- a/Engine/Source/Editor/PluginWarden/PluginWarden.Build.cs +++ b/Engine/Source/Editor/PluginWarden/PluginWarden.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/PluginWarden/Private/PluginWardenModule.cpp b/Engine/Source/Editor/PluginWarden/Private/PluginWardenModule.cpp index 07241f0b3150..a00c40abdb37 100644 --- a/Engine/Source/Editor/PluginWarden/Private/PluginWardenModule.cpp +++ b/Engine/Source/Editor/PluginWarden/Private/PluginWardenModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginWardenPrivatePCH.h" diff --git a/Engine/Source/Editor/PluginWarden/Private/PluginWardenModule.h b/Engine/Source/Editor/PluginWarden/Private/PluginWardenModule.h index fef82c2dd771..04c2b9dab637 100644 --- a/Engine/Source/Editor/PluginWarden/Private/PluginWardenModule.h +++ b/Engine/Source/Editor/PluginWarden/Private/PluginWardenModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPluginWardenModule.h" diff --git a/Engine/Source/Editor/PluginWarden/Private/PluginWardenPrivatePCH.h b/Engine/Source/Editor/PluginWarden/Private/PluginWardenPrivatePCH.h index 28b43c9fa6a8..b605145316f3 100644 --- a/Engine/Source/Editor/PluginWarden/Private/PluginWardenPrivatePCH.h +++ b/Engine/Source/Editor/PluginWarden/Private/PluginWardenPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PluginWarden/Private/SAuthorizingPlugin.cpp b/Engine/Source/Editor/PluginWarden/Private/SAuthorizingPlugin.cpp index 2feabddea932..30d884da564a 100644 --- a/Engine/Source/Editor/PluginWarden/Private/SAuthorizingPlugin.cpp +++ b/Engine/Source/Editor/PluginWarden/Private/SAuthorizingPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PluginWardenPrivatePCH.h" diff --git a/Engine/Source/Editor/PluginWarden/Private/SAuthorizingPlugin.h b/Engine/Source/Editor/PluginWarden/Private/SAuthorizingPlugin.h index 7c6a2efe877c..b82c78ea1e4e 100644 --- a/Engine/Source/Editor/PluginWarden/Private/SAuthorizingPlugin.h +++ b/Engine/Source/Editor/PluginWarden/Private/SAuthorizingPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPortalServiceLocator.h" diff --git a/Engine/Source/Editor/PluginWarden/Public/IPluginWardenModule.h b/Engine/Source/Editor/PluginWarden/Public/IPluginWardenModule.h index db908c255ab9..b66838fd7b1d 100644 --- a/Engine/Source/Editor/PluginWarden/Public/IPluginWardenModule.h +++ b/Engine/Source/Editor/PluginWarden/Public/IPluginWardenModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Editor/ProjectSettingsViewer/Private/ProjectSettingsViewerModule.cpp b/Engine/Source/Editor/ProjectSettingsViewer/Private/ProjectSettingsViewerModule.cpp index 73ae072bcc33..6fcc4b4256d9 100644 --- a/Engine/Source/Editor/ProjectSettingsViewer/Private/ProjectSettingsViewerModule.cpp +++ b/Engine/Source/Editor/ProjectSettingsViewer/Private/ProjectSettingsViewerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectSettingsViewerPrivatePCH.h" #include "Engine/Console.h" diff --git a/Engine/Source/Editor/ProjectSettingsViewer/Private/ProjectSettingsViewerPrivatePCH.h b/Engine/Source/Editor/ProjectSettingsViewer/Private/ProjectSettingsViewerPrivatePCH.h index c51833acd74f..a65480b992ec 100644 --- a/Engine/Source/Editor/ProjectSettingsViewer/Private/ProjectSettingsViewerPrivatePCH.h +++ b/Engine/Source/Editor/ProjectSettingsViewer/Private/ProjectSettingsViewerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ProjectSettingsViewer/ProjectSettingsViewer.Build.cs b/Engine/Source/Editor/ProjectSettingsViewer/ProjectSettingsViewer.Build.cs index d0790b3e8abc..d842cdda90ce 100644 --- a/Engine/Source/Editor/ProjectSettingsViewer/ProjectSettingsViewer.Build.cs +++ b/Engine/Source/Editor/ProjectSettingsViewer/ProjectSettingsViewer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorModule.cpp b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorModule.cpp index bd5bc87f834b..1a7b5004dd4f 100644 --- a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorModule.cpp +++ b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectTargetPlatformEditorPrivatePCH.h" #include "ISettingsModule.h" diff --git a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorPrivatePCH.h b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorPrivatePCH.h index 0a6aa579e6fd..fc6061df1596 100644 --- a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorPrivatePCH.h +++ b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorWidgets.cpp b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorWidgets.cpp index 441b9a6f00a8..7e1276b62838 100644 --- a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorWidgets.cpp +++ b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/ProjectTargetPlatformEditorWidgets.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectTargetPlatformEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/Widgets/SProjectTargetPlatformSettings.cpp b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/Widgets/SProjectTargetPlatformSettings.cpp index ffb122851df8..87cfa2ec4cab 100644 --- a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/Widgets/SProjectTargetPlatformSettings.cpp +++ b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/Widgets/SProjectTargetPlatformSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectTargetPlatformEditorPrivatePCH.h" #include "IProjectManager.h" diff --git a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/Widgets/SProjectTargetPlatformSettings.h b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/Widgets/SProjectTargetPlatformSettings.h index 99459aba7d97..445f35d66654 100644 --- a/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/Widgets/SProjectTargetPlatformSettings.h +++ b/Engine/Source/Editor/ProjectTargetPlatformEditor/Private/Widgets/SProjectTargetPlatformSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ProjectTargetPlatformEditor/ProjectTargetPlatformEditor.Build.cs b/Engine/Source/Editor/ProjectTargetPlatformEditor/ProjectTargetPlatformEditor.Build.cs index 6a4deed776f5..2935333181b5 100644 --- a/Engine/Source/Editor/ProjectTargetPlatformEditor/ProjectTargetPlatformEditor.Build.cs +++ b/Engine/Source/Editor/ProjectTargetPlatformEditor/ProjectTargetPlatformEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/Interfaces/IProjectTargetPlatformEditorModule.h b/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/Interfaces/IProjectTargetPlatformEditorModule.h index 8be4b5179ca7..de6a347b98b0 100644 --- a/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/Interfaces/IProjectTargetPlatformEditorModule.h +++ b/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/Interfaces/IProjectTargetPlatformEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/ProjectTargetPlatformEditor.h b/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/ProjectTargetPlatformEditor.h index a268a9468938..d8046a91610a 100644 --- a/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/ProjectTargetPlatformEditor.h +++ b/Engine/Source/Editor/ProjectTargetPlatformEditor/Public/ProjectTargetPlatformEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/CategoryPropertyNode.cpp b/Engine/Source/Editor/PropertyEditor/Private/CategoryPropertyNode.cpp index fcb394a399a2..83cdd98d7804 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/CategoryPropertyNode.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/CategoryPropertyNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/CategoryPropertyNode.h b/Engine/Source/Editor/PropertyEditor/Private/CategoryPropertyNode.h index bf0ab8eb0ec3..dd88719f7776 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/CategoryPropertyNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/CategoryPropertyNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/CustomChildBuilder.cpp b/Engine/Source/Editor/PropertyEditor/Private/CustomChildBuilder.cpp index 0f83d3de926e..a491346f6ed0 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/CustomChildBuilder.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/CustomChildBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "CustomChildBuilder.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/CustomChildBuilder.h b/Engine/Source/Editor/PropertyEditor/Private/CustomChildBuilder.h index 411ab32aab6c..2f1fa53c6f95 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/CustomChildBuilder.h +++ b/Engine/Source/Editor/PropertyEditor/Private/CustomChildBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailAdvancedDropdownNode.cpp b/Engine/Source/Editor/PropertyEditor/Private/DetailAdvancedDropdownNode.cpp index c8f713f72be0..585a714d6f35 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailAdvancedDropdownNode.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailAdvancedDropdownNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "DetailAdvancedDropdownNode.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailAdvancedDropdownNode.h b/Engine/Source/Editor/PropertyEditor/Private/DetailAdvancedDropdownNode.h index d81da9e03977..58d54dd9467a 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailAdvancedDropdownNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailAdvancedDropdownNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryBuilderImpl.cpp b/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryBuilderImpl.cpp index c09a0775c6ad..c8dae1577f3d 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryBuilderImpl.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryBuilderImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "DetailCategoryBuilderImpl.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryBuilderImpl.h b/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryBuilderImpl.h index c63721cd2799..3bd5310b82b3 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryBuilderImpl.h +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryBuilderImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryGroupNode.cpp b/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryGroupNode.cpp index 8120a131301c..680ecf6fdf6f 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryGroupNode.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryGroupNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "DetailCategoryGroupNode.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryGroupNode.h b/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryGroupNode.h index 0ef2a1d093bb..f99a9e5aa697 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryGroupNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailCategoryGroupNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailCustomBuilderRow.cpp b/Engine/Source/Editor/PropertyEditor/Private/DetailCustomBuilderRow.cpp index 424c6dd2e6f3..407563747709 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailCustomBuilderRow.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailCustomBuilderRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "DetailCustomBuilderRow.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailCustomBuilderRow.h b/Engine/Source/Editor/PropertyEditor/Private/DetailCustomBuilderRow.h index 3a39b5c92d04..10d07cdf89cf 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailCustomBuilderRow.h +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailCustomBuilderRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailGroup.cpp b/Engine/Source/Editor/PropertyEditor/Private/DetailGroup.cpp index f5c53661f1a7..970302d96071 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailGroup.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailGroup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "DetailGroup.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailGroup.h b/Engine/Source/Editor/PropertyEditor/Private/DetailGroup.h index 6c26e8add2fb..155b34ddcdd6 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailGroup.h +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailGroup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailItemNode.cpp b/Engine/Source/Editor/PropertyEditor/Private/DetailItemNode.cpp index fb11b1654c59..6ca881bace0b 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailItemNode.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailItemNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "DetailItemNode.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailItemNode.h b/Engine/Source/Editor/PropertyEditor/Private/DetailItemNode.h index a4dc8fa787dc..80260cf9a718 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailItemNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailItemNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailLayoutBuilderImpl.cpp b/Engine/Source/Editor/PropertyEditor/Private/DetailLayoutBuilderImpl.cpp index f75a770ef84f..fe18b1bc9a96 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailLayoutBuilderImpl.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailLayoutBuilderImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyNode.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailLayoutBuilderImpl.h b/Engine/Source/Editor/PropertyEditor/Private/DetailLayoutBuilderImpl.h index 05aaf67aea1f..fa2c23907d21 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailLayoutBuilderImpl.h +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailLayoutBuilderImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FDetailCategoryImpl; diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailPropertyRow.cpp b/Engine/Source/Editor/PropertyEditor/Private/DetailPropertyRow.cpp index c9db20393d8b..13da8b1a7b76 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailPropertyRow.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailPropertyRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "DetailPropertyRow.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/DetailPropertyRow.h b/Engine/Source/Editor/PropertyEditor/Private/DetailPropertyRow.h index f335c2be6ad8..02740574c1a0 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/DetailPropertyRow.h +++ b/Engine/Source/Editor/PropertyEditor/Private/DetailPropertyRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/IDetailTreeNode.h b/Engine/Source/Editor/PropertyEditor/Private/IDetailTreeNode.h index c6c91f3356a7..5a43f1911475 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/IDetailTreeNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/IDetailTreeNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/IDetailsViewPrivate.h b/Engine/Source/Editor/PropertyEditor/Private/IDetailsViewPrivate.h index 0c4c7d5dce11..c48f08c475a4 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/IDetailsViewPrivate.h +++ b/Engine/Source/Editor/PropertyEditor/Private/IDetailsViewPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/ItemPropertyNode.cpp b/Engine/Source/Editor/PropertyEditor/Private/ItemPropertyNode.cpp index c1cc4c70ad3f..5244602d4d40 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/ItemPropertyNode.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/ItemPropertyNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/ItemPropertyNode.h b/Engine/Source/Editor/PropertyEditor/Private/ItemPropertyNode.h index 66347b81e604..d251fe6a7dcd 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/ItemPropertyNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/ItemPropertyNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/ObjectPropertyNode.cpp b/Engine/Source/Editor/PropertyEditor/Private/ObjectPropertyNode.cpp index 79abbda3f2e7..d72112cfb104 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/ObjectPropertyNode.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/ObjectPropertyNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/ObjectPropertyNode.h b/Engine/Source/Editor/PropertyEditor/Private/ObjectPropertyNode.h index 1acd8502ce5d..adf899deead0 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/ObjectPropertyNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/ObjectPropertyNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyEditor/PropertyEditor.cpp b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyEditor/PropertyEditor.cpp index a6f4fa450ea5..ec4731b30d4e 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyEditor/PropertyEditor.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyEditor/PropertyEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyEditor/PropertyEditor.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyEditor/PropertyEditor.h index ad9d774f5339..ddc3add33b00 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyEditor/PropertyEditor.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyEditor/PropertyEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Editor/SceneOutliner/Public/SceneOutliner.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/DataSource.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/DataSource.h index d4a4d8b030d0..0284a8a91654 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/DataSource.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/DataSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyPath.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTable.cpp b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTable.cpp index 9f44465c7eff..c0efdc1f0668 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTable.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTable.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTable.h index 64a6ba9491f5..b222ddfb3efc 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTable.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTable.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableCell.cpp b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableCell.cpp index 4d54df98f4b6..4ad768202dc5 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableCell.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableCell.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyTableCell.h" #include "IPropertyTable.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableCell.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableCell.h index 3974d25d000e..d2eabf12b398 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableCell.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableCell.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCell.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableColumn.cpp b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableColumn.cpp index fbbb414e1291..3ae009b46fdd 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableColumn.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyTableColumn.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableColumn.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableColumn.h index 5c637d46e70d..e21329a26558 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableColumn.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableColumn.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameCell.cpp b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameCell.cpp index a2f863324454..78495fa4cc1f 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameCell.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameCell.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyTableObjectNameCell.h" #include "PropertyTableObjectNameColumn.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameCell.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameCell.h index 816ce9936a3c..d6079ec30c39 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameCell.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameCell.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCell.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameColumn.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameColumn.h index 63cf689bf751..f9181f71bd22 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameColumn.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableObjectNameColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameCell.cpp b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameCell.cpp index 730ccbbf5b9d..dd8133dc78bb 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameCell.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameCell.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyTablePropertyNameCell.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameCell.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameCell.h index 41a361415fd0..76969ded2e79 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameCell.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameCell.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCell.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameColumn.cpp b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameColumn.cpp index c81539b96cd9..9c47d3ab3edd 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameColumn.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyTableCell.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameColumn.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameColumn.h index bfa8a7a89c13..fa27ce7b5221 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameColumn.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTablePropertyNameColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRow.cpp b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRow.cpp index d6daac7fe7fc..85c0f3637943 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRow.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyTableRow.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRow.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRow.h index ad94941199fc..b84c0947d322 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRow.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableRow.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRowHeaderColumn.h b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRowHeaderColumn.h index ad86a1455cb5..44119a5ecb7e 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRowHeaderColumn.h +++ b/Engine/Source/Editor/PropertyEditor/Private/Presentation/PropertyTable/PropertyTableRowHeaderColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyChangeListener.cpp b/Engine/Source/Editor/PropertyEditor/Private/PropertyChangeListener.cpp index 80d6d1d61b5d..3845e6eef5e1 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyChangeListener.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyChangeListener.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyChangeListener.h" #include "ObjectPropertyNode.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyChangeListener.h b/Engine/Source/Editor/PropertyEditor/Private/PropertyChangeListener.h index 0b62f604c24d..58d66cb8f767 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyChangeListener.h +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyChangeListener.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyCustomizationHelpers.cpp b/Engine/Source/Editor/PropertyEditor/Private/PropertyCustomizationHelpers.cpp index 1daf9f68cb95..b0e6f20f02d3 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyCustomizationHelpers.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyCustomizationHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyEditing.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorHelpers.cpp b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorHelpers.cpp index a7fcf2e5e752..0d516f370845 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorHelpers.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyEditorHelpers.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorHelpers.h b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorHelpers.h index b1cfdc6d5771..a75f13971039 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorHelpers.h +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FPropertyEditor; diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp index 3b770634d459..b525d460d3ea 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorPrivatePCH.h b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorPrivatePCH.h index 672217c5d91a..0ce4cab8f1b1 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorPrivatePCH.h +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __PropertyEditorPrivatePCH_h__ #define __PropertyEditorPrivatePCH_h__ diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorToolkit.cpp b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorToolkit.cpp index aa7214ed278f..481d09d779a5 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorToolkit.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyEditorToolkit.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorToolkit.h b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorToolkit.h index 84c62a7fa934..4288fcc07d04 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorToolkit.h +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Toolkits/AssetEditorToolkit.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyHandleImpl.cpp b/Engine/Source/Editor/PropertyEditor/Private/PropertyHandleImpl.cpp index 430ab02723f4..435cdd88607d 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyHandleImpl.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyHandleImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyHandleImpl.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyHandleImpl.h b/Engine/Source/Editor/PropertyEditor/Private/PropertyHandleImpl.h index 18830c596074..70af408efd90 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyHandleImpl.h +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyHandleImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyNode.cpp b/Engine/Source/Editor/PropertyEditor/Private/PropertyNode.cpp index 2d2389a1b10d..5f2c8ace5321 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyNode.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyNode.h b/Engine/Source/Editor/PropertyEditor/Private/PropertyNode.h index ed876c5bf39c..52ad5e4d27a9 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/PropertyRestriction.cpp b/Engine/Source/Editor/PropertyEditor/Private/PropertyRestriction.cpp index 000f2fad0658..9254bc0b3259 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/PropertyRestriction.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/PropertyRestriction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyRestriction.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailNameArea.cpp b/Engine/Source/Editor/PropertyEditor/Private/SDetailNameArea.cpp index b29869499e2a..957948eb49ad 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailNameArea.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailNameArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailNameArea.h b/Engine/Source/Editor/PropertyEditor/Private/SDetailNameArea.h index 89c449820a76..018feb704547 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailNameArea.h +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailNameArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailSingleItemRow.cpp b/Engine/Source/Editor/PropertyEditor/Private/SDetailSingleItemRow.cpp index 7546cf775fbb..819edd56e93b 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailSingleItemRow.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailSingleItemRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SDetailSingleItemRow.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailSingleItemRow.h b/Engine/Source/Editor/PropertyEditor/Private/SDetailSingleItemRow.h index 206f781e3c96..bd1949d4fbd6 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailSingleItemRow.h +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailSingleItemRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailTableRowBase.cpp b/Engine/Source/Editor/PropertyEditor/Private/SDetailTableRowBase.cpp index a1fb2e845c1a..c079a14b9711 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailTableRowBase.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailTableRowBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SDetailTableRowBase.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailTableRowBase.h b/Engine/Source/Editor/PropertyEditor/Private/SDetailTableRowBase.h index 75f9be64e928..6aa623e79228 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailTableRowBase.h +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailTableRowBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailsView.cpp b/Engine/Source/Editor/PropertyEditor/Private/SDetailsView.cpp index 19ed22809ab9..07c702ebb454 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailsView.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailsView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailsView.h b/Engine/Source/Editor/PropertyEditor/Private/SDetailsView.h index 22ffec04be28..d6bb8415f5aa 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailsView.h +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailsView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailsViewBase.cpp b/Engine/Source/Editor/PropertyEditor/Private/SDetailsViewBase.cpp index eb0e5e1ad524..7e510517bb17 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailsViewBase.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailsViewBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SDetailsViewBase.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SDetailsViewBase.h b/Engine/Source/Editor/PropertyEditor/Private/SDetailsViewBase.h index f10a3933b265..2331e67397a3 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SDetailsViewBase.h +++ b/Engine/Source/Editor/PropertyEditor/Private/SDetailsViewBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/SPropertyTreeViewImpl.cpp b/Engine/Source/Editor/PropertyEditor/Private/SPropertyTreeViewImpl.cpp index 3ea095909245..e8119c515736 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SPropertyTreeViewImpl.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SPropertyTreeViewImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SPropertyTreeViewImpl.h b/Engine/Source/Editor/PropertyEditor/Private/SPropertyTreeViewImpl.h index 99ded2735c72..1c889df1b323 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SPropertyTreeViewImpl.h +++ b/Engine/Source/Editor/PropertyEditor/Private/SPropertyTreeViewImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateBasics.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SResetToDefaultMenu.cpp b/Engine/Source/Editor/PropertyEditor/Private/SResetToDefaultMenu.cpp index 5c7211f93ab8..7b414d37eef8 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SResetToDefaultMenu.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SResetToDefaultMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyEditing.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SSingleProperty.cpp b/Engine/Source/Editor/PropertyEditor/Private/SSingleProperty.cpp index be1a6638df98..249cfc3cbbf9 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SSingleProperty.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SSingleProperty.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SSingleProperty.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SSingleProperty.h b/Engine/Source/Editor/PropertyEditor/Private/SSingleProperty.h index 5eec414d02e9..b9ead511922f 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SSingleProperty.h +++ b/Engine/Source/Editor/PropertyEditor/Private/SSingleProperty.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SSingleProperty : public ISinglePropertyView diff --git a/Engine/Source/Editor/PropertyEditor/Private/SStructureDetailsView.cpp b/Engine/Source/Editor/PropertyEditor/Private/SStructureDetailsView.cpp index 98c8e5d05efa..deb94b37a3c5 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SStructureDetailsView.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/SStructureDetailsView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyEditorHelpers.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/SStructureDetailsView.h b/Engine/Source/Editor/PropertyEditor/Private/SStructureDetailsView.h index 4e2fa9036367..94b14de2b5de 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/SStructureDetailsView.h +++ b/Engine/Source/Editor/PropertyEditor/Private/SStructureDetailsView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SDetailsViewBase.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/StructurePropertyNode.cpp b/Engine/Source/Editor/PropertyEditor/Private/StructurePropertyNode.cpp index ff14efafc3af..3a0b4e3a9624 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/StructurePropertyNode.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/StructurePropertyNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/StructurePropertyNode.h b/Engine/Source/Editor/PropertyEditor/Private/StructurePropertyNode.h index 1d27678d5fbb..bfed622bb9d6 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/StructurePropertyNode.h +++ b/Engine/Source/Editor/PropertyEditor/Private/StructurePropertyNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyDetails/PropertyDetailsUtilities.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyDetails/PropertyDetailsUtilities.cpp index 999cb1261fa1..c13aff007b01 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyDetails/PropertyDetailsUtilities.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyDetails/PropertyDetailsUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyDetailsUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyDetails/PropertyDetailsUtilities.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyDetails/PropertyDetailsUtilities.h index 68dc4dcf9446..f97c42b6c640 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyDetails/PropertyDetailsUtilities.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyDetails/PropertyDetailsUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorAssetConstants.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorAssetConstants.h index f5ada061eacb..71d3f5c9fa9f 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorAssetConstants.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorAssetConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once namespace PropertyEditorAssetConstants diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorConstants.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorConstants.cpp index 7bdb8c60104f..503ba3734de1 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorConstants.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorConstants.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorConstants.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorConstants.h index d14bc7126836..1af3613c4a59 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorConstants.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class PropertyEditorConstants diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorUIFactory.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorUIFactory.cpp index 374c50f5f5c8..cf48a29032dd 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorUIFactory.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorUIFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "PropertyEditorUIFactory.h" \ No newline at end of file diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorUIFactory.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorUIFactory.h index 5e127ec4cdae..6b522aeabd1d 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorUIFactory.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/PropertyEditorUIFactory.h @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyAssetPicker.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyAssetPicker.cpp index bb9248b83336..78f3c954650a 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyAssetPicker.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyAssetPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyAssetPicker.h" #include "PropertyEditor.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyAssetPicker.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyAssetPicker.h index a622fbfdefef..9fbb9af23306 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyAssetPicker.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyAssetPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SPropertyAssetPicker : public SCompoundWidget diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyComboBox.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyComboBox.cpp index ebe9c4dee851..eb7be1ca9239 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyComboBox.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyComboBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyComboBox.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyComboBox.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyComboBox.h index 8a26de066425..9cc5f1455143 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyComboBox.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyComboBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditor.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditor.h index 0740fd2cef1f..6872666c5197 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditor.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditor.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArray.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArray.h index 0629d7076805..50ad3ea5f814 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArray.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditor.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArrayItem.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArrayItem.cpp index d72bab98e008..eb11a2e4e2e9 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArrayItem.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArrayItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorArrayItem.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArrayItem.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArrayItem.h index 9e491c57bf2f..b8617f5390d7 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArrayItem.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorArrayItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorAsset.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorAsset.cpp index dd64ccf84384..2b34d6277d49 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorAsset.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorAsset.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorAsset.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorAsset.h index 35b281bf52a9..2cba52876d1a 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorAsset.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorBool.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorBool.cpp index ce4efbf292f2..7343e4b2207d 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorBool.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorBool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorBool.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorBool.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorBool.h index c9f5efb97c89..64c0c259ea39 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorBool.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorBool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SPropertyEditorBool : public SCompoundWidget diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorClass.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorClass.cpp index 46aed359409e..7b37d701ed53 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorClass.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorClass.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorClass.h index e7512ab50278..06ad293e710a 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorClass.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorColor.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorColor.cpp index fc22c33abe6e..299754d0717d 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorColor.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorColor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "Materials/MaterialExpressionConstant3Vector.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorColor.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorColor.h index e214dcd50218..035e6d1b75b3 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorColor.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SPropertyEditorColor : public SCompoundWidget diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorCombo.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorCombo.cpp index e9466a8d8322..7c689a169e1a 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorCombo.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorCombo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorCombo.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorCombo.h index 0bbe08227265..082f157c844b 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorCombo.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorCombo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorDateTime.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorDateTime.cpp index 9dbdee32dd08..eaa1fba3fe12 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorDateTime.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorDateTime.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorDateTime.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorDateTime.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorDateTime.h index 2b7c984432b0..b29d3bd8d4a2 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorDateTime.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorDateTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorEditInline.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorEditInline.cpp index 3792d5971d11..4d22b5e4ea0a 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorEditInline.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorEditInline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorEditInline.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorEditInline.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorEditInline.h index 75e55a131af7..aa57c6645c15 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorEditInline.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorEditInline.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorInteractiveActorPicker.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorInteractiveActorPicker.cpp index 2d9183692fdc..f6c7f62d90c8 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorInteractiveActorPicker.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorInteractiveActorPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorInteractiveActorPicker.h" #include "PropertyEditor.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorInteractiveActorPicker.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorInteractiveActorPicker.h index ef1ee762d6df..1fab04c94b32 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorInteractiveActorPicker.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorInteractiveActorPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SPropertyEditorInteractiveActorPicker : public SButton diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorNumeric.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorNumeric.cpp index 4cac047ffed5..bb5c1965944a 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorNumeric.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorNumeric.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorNumeric.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorNumeric.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorNumeric.h index f9674dd3ffe8..69c4c9c97674 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorNumeric.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorNumeric.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTableRow.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTableRow.cpp index b10036ac0852..9a601958db0d 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTableRow.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTableRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorTableRow.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTableRow.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTableRow.h index 400210e12aac..83c0212e0ca0 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTableRow.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTreeRow.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorText.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorText.cpp index 4124187ae07e..e6d99f9a74ca 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorText.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyEditorText.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorText.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorText.h index ce889bfc98f6..e4a52ed83ff3 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorText.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTitle.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTitle.h index 16db5fdac80c..cffd09520224 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTitle.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyEditorTitle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuActorPicker.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuActorPicker.cpp index c64629515c6d..13ab8eb94456 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuActorPicker.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuActorPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyMenuActorPicker.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuActorPicker.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuActorPicker.h index 298fdf0c1829..e7ab18eec77f 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuActorPicker.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuActorPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuAssetPicker.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuAssetPicker.cpp index 6c6773f4176b..0efbbfb97366 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuAssetPicker.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuAssetPicker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyMenuAssetPicker.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuAssetPicker.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuAssetPicker.h index 38054e298a09..cdffcd486ea7 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuAssetPicker.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertyMenuAssetPicker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertySceneOutliner.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertySceneOutliner.cpp index 54a4999ad24f..6a350030e1ef 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertySceneOutliner.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertySceneOutliner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertySceneOutliner.h" #include "PropertyEditor.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertySceneOutliner.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertySceneOutliner.h index f5abb8746b9b..547de423e15e 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertySceneOutliner.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SPropertySceneOutliner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SPropertySceneOutliner : public SCompoundWidget diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SResetToDefaultPropertyEditor.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SResetToDefaultPropertyEditor.cpp index 822e83142474..46409161e7b5 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SResetToDefaultPropertyEditor.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SResetToDefaultPropertyEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SResetToDefaultPropertyEditor.h" #include "PropertyEditor.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SResetToDefaultPropertyEditor.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SResetToDefaultPropertyEditor.h index c154469f059e..7fdc64862358 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SResetToDefaultPropertyEditor.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyEditor/SResetToDefaultPropertyEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // Forward decl diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/BooleanPropertyTableCellPresenter.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/BooleanPropertyTableCellPresenter.cpp index 0fea677a267a..c71cab9b8cba 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/BooleanPropertyTableCellPresenter.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/BooleanPropertyTableCellPresenter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "BooleanPropertyTableCellPresenter.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/BooleanPropertyTableCellPresenter.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/BooleanPropertyTableCellPresenter.h index 13b55dbea8cb..01db58a84316 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/BooleanPropertyTableCellPresenter.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/BooleanPropertyTableCellPresenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCellPresenter.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColorPropertyTableCellPresenter.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColorPropertyTableCellPresenter.cpp index 93c681a8a4db..f787f59ffddc 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColorPropertyTableCellPresenter.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColorPropertyTableCellPresenter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "ColorPropertyTableCellPresenter.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColorPropertyTableCellPresenter.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColorPropertyTableCellPresenter.h index 09228c0af380..8a8b10c760b5 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColorPropertyTableCellPresenter.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColorPropertyTableCellPresenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCellPresenter.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColumnWidgetFactory.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColumnWidgetFactory.cpp index 5489c4cd9752..644a8c17f1ee 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColumnWidgetFactory.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColumnWidgetFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColumnWidgetFactory.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColumnWidgetFactory.h index fa98d63ccd63..c0a364480753 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColumnWidgetFactory.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ColumnWidgetFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ObjectNameTableCellPresenter.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ObjectNameTableCellPresenter.h index b37b9b966775..6005e887e56c 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ObjectNameTableCellPresenter.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/ObjectNameTableCellPresenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCellPresenter.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/PropertyTableConstants.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/PropertyTableConstants.h index f0c43ba0fe21..bee2b71bc5d9 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/PropertyTableConstants.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/PropertyTableConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once namespace PropertyTableConstants diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/PropertyTableWidgetHandle.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/PropertyTableWidgetHandle.h index 77fcdac70919..c7deb33467ce 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/PropertyTableWidgetHandle.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/PropertyTableWidgetHandle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SPropertyTable.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SBoolColumnHeader.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SBoolColumnHeader.h index b13d6b8dc78b..2cf18d7622da 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SBoolColumnHeader.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SBoolColumnHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SColumnHeader.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SColorColumnHeader.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SColorColumnHeader.h index 70e855eab5d1..611dbb0102b3 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SColorColumnHeader.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SColorColumnHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SColumnHeader.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SColumnHeader.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SColumnHeader.h index c45c7ac4137b..3cda1e717dd7 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SColumnHeader.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SColumnHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableColumn.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SObjectColumnHeader.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SObjectColumnHeader.h index 86841cc0d084..66471926f2be 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SObjectColumnHeader.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SObjectColumnHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SColumnHeader.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SObjectNameColumnHeader.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SObjectNameColumnHeader.h index 243fd7f8f24d..5fbe6e73d3c7 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SObjectNameColumnHeader.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SObjectNameColumnHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SColumnHeader.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyNameColumnHeader.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyNameColumnHeader.h index b53580380d7a..1ed15caa2202 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyNameColumnHeader.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyNameColumnHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SColumnHeader.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTable.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTable.h index 35613a2d414a..4d3d19ecd0a3 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTable.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SBreadcrumbTrail.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableCell.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableCell.cpp index b8b902fd7606..3411c5593908 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableCell.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableCell.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "SPropertyTableCell.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableCell.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableCell.h index 8d946db702db..1ced39c5b536 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableCell.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableCell.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableHeaderRow.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableHeaderRow.h index 28b8492b8921..18ada65af5a5 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableHeaderRow.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableHeaderRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ColumnWidgetFactory.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableRow.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableRow.h index a3efd91ddcdb..64f4734f869c 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableRow.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SPropertyTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SColumnHeader.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SRowHeaderCell.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SRowHeaderCell.h index f19547ae2dfb..1d023c245168 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SRowHeaderCell.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SRowHeaderCell.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorHelpers.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SRowHeaderColumnHeader.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SRowHeaderColumnHeader.h index f90daa0bc611..151230bff9a8 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SRowHeaderColumnHeader.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/SRowHeaderColumnHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SColumnHeader.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/STextColumnHeader.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/STextColumnHeader.h index 3869fc216e18..2dae32dc40ad 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/STextColumnHeader.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/STextColumnHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SColumnHeader.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/TextPropertyTableCellPresenter.cpp b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/TextPropertyTableCellPresenter.cpp index 3ee236c49c65..c3167b084076 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/TextPropertyTableCellPresenter.cpp +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/TextPropertyTableCellPresenter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PropertyEditorPrivatePCH.h" #include "TextPropertyTableCellPresenter.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/TextPropertyTableCellPresenter.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/TextPropertyTableCellPresenter.h index 78a0cc5c87f9..7f5511095518 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/TextPropertyTableCellPresenter.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTable/TextPropertyTableCellPresenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCellPresenter.h" diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTree/PropertyTreeConstants.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTree/PropertyTreeConstants.h index 905ddaf02215..72dc26ae5e92 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTree/PropertyTreeConstants.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTree/PropertyTreeConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once namespace PropertyTreeConstants diff --git a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTree/SPropertyTreeCategoryRow.h b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTree/SPropertyTreeCategoryRow.h index 10219bcea669..c0aebbf04107 100644 --- a/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTree/SPropertyTreeCategoryRow.h +++ b/Engine/Source/Editor/PropertyEditor/Private/UserInterface/PropertyTree/SPropertyTreeCategoryRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PropertyEditorConstants.h" diff --git a/Engine/Source/Editor/PropertyEditor/PropertyEditor.Build.cs b/Engine/Source/Editor/PropertyEditor/PropertyEditor.Build.cs index 38f2b425a306..679bddeb6800 100644 --- a/Engine/Source/Editor/PropertyEditor/PropertyEditor.Build.cs +++ b/Engine/Source/Editor/PropertyEditor/PropertyEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h b/Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h index 9a8f146fbb56..60d2d027c59c 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h +++ b/Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h b/Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h index e65f504f981c..c0ef7b31d829 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h +++ b/Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h b/Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h index 56dbfe52518c..0255aedc6743 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h +++ b/Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h b/Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h index 613482a6dea1..7f6eb2d0a3e4 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomNodeBuilder.h b/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomNodeBuilder.h index 857b4d97d041..4cf0d4ac0775 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomNodeBuilder.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomNodeBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomization.h b/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomization.h index e6808c0f04d4..72e48a1bbe49 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomization.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IDetailLayoutBuilder; diff --git a/Engine/Source/Editor/PropertyEditor/Public/IDetailGroup.h b/Engine/Source/Editor/PropertyEditor/Public/IDetailGroup.h index 19ba4ba81bf9..245542e1c527 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IDetailGroup.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IDetailGroup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IDetailKeyframeHandler.h b/Engine/Source/Editor/PropertyEditor/Public/IDetailKeyframeHandler.h index 05c45ecb7026..e469adf8b1bd 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IDetailKeyframeHandler.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IDetailKeyframeHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyExtensionHandler.h b/Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyExtensionHandler.h index 2547917d0302..963f37764ba5 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyExtensionHandler.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyExtensionHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h b/Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h index 62174bb8ea66..13c9ace3a0e8 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h b/Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h index 0b3218fa685d..a2db3f78bd83 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyChangeListener.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyChangeListener.h index 602d25ae0aa5..c513b2253be2 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyChangeListener.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyChangeListener.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyDetailsUtilities.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyDetailsUtilities.h index 4aa1e4c798ce..dd2925e88db0 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyDetailsUtilities.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyDetailsUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h index 73a7bfc8bdb4..c1975fd8eeab 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCell.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCell.h index d43847998853..2aac37d825d1 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCell.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCell.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPropertyTableCell diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCellPresenter.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCellPresenter.h index 11c2a026e38a..bd38e5aeb8ec 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCellPresenter.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCellPresenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPropertyTableCellPresenter diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableColumn.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableColumn.h index 1232882a0de6..ad8c9431671e 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableColumn.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once namespace EPropertyTableColumnSizeMode diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCustomColumn.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCustomColumn.h index 36792c558816..c0fd640e9046 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCustomColumn.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableCustomColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableRow.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableRow.h index df4fb4ac4983..4fbfdc245c39 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableRow.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPropertyTableRow diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableUtilities.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableUtilities.h index b8bbb2fe1019..2320e107155c 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableUtilities.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyUtilities.h" diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableWidgetHandle.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableWidgetHandle.h index 69e9d0fd6e8f..9476d09f5f75 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableWidgetHandle.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTableWidgetHandle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPropertyTableWidgetHandle diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTreeRow.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTreeRow.h index 1160729d5881..6de6ea18d4ed 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTreeRow.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTreeRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPropertyTreeRow diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h index 2c169854a037..fa302693863d 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IPropertyUtilities.h b/Engine/Source/Editor/PropertyEditor/Public/IPropertyUtilities.h index f882ee3a7e9a..f6a6c292049c 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IPropertyUtilities.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IPropertyUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Editor/PropertyEditor/Public/ISinglePropertyView.h b/Engine/Source/Editor/PropertyEditor/Public/ISinglePropertyView.h index 4d18014f040c..fac4581eda64 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/ISinglePropertyView.h +++ b/Engine/Source/Editor/PropertyEditor/Public/ISinglePropertyView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/IStructureDetailsView.h b/Engine/Source/Editor/PropertyEditor/Public/IStructureDetailsView.h index 0606c0de5f19..ff892bec0800 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/IStructureDetailsView.h +++ b/Engine/Source/Editor/PropertyEditor/Public/IStructureDetailsView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h b/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h index 56f3c41d1752..75e328443fca 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h +++ b/Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/PropertyEditing.h b/Engine/Source/Editor/PropertyEditor/Public/PropertyEditing.h index 05bcb058b6b0..670df8920c12 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/PropertyEditing.h +++ b/Engine/Source/Editor/PropertyEditor/Public/PropertyEditing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h b/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h index d2d57078cf3c..1b2a22165065 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h +++ b/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h b/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h index 6c8a13d55de3..55e2d1555e53 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h +++ b/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Toolkits/AssetEditorToolkit.h" diff --git a/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h b/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h index 2df54792e976..b79e343dc5f2 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h +++ b/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/PropertyPath.h b/Engine/Source/Editor/PropertyEditor/Public/PropertyPath.h index a102ba6c7dd4..735a00307112 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/PropertyPath.h +++ b/Engine/Source/Editor/PropertyEditor/Public/PropertyPath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct FPropertyInfo diff --git a/Engine/Source/Editor/PropertyEditor/Public/PropertyRestriction.h b/Engine/Source/Editor/PropertyEditor/Public/PropertyRestriction.h index 3ba2f5f3f47c..1c1f985d3805 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/PropertyRestriction.h +++ b/Engine/Source/Editor/PropertyEditor/Public/PropertyRestriction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/PropertyEditor/Public/SResetToDefaultMenu.h b/Engine/Source/Editor/PropertyEditor/Public/SResetToDefaultMenu.h index 1d25fd75ea62..179d1da0c3aa 100644 --- a/Engine/Source/Editor/PropertyEditor/Public/SResetToDefaultMenu.h +++ b/Engine/Source/Editor/PropertyEditor/Public/SResetToDefaultMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ReferenceViewer/Classes/EdGraphNode_Reference.h b/Engine/Source/Editor/ReferenceViewer/Classes/EdGraphNode_Reference.h index 6f50ae50c8d9..e3a9126fc19f 100644 --- a/Engine/Source/Editor/ReferenceViewer/Classes/EdGraphNode_Reference.h +++ b/Engine/Source/Editor/ReferenceViewer/Classes/EdGraphNode_Reference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetData.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Classes/EdGraph_ReferenceViewer.h b/Engine/Source/Editor/ReferenceViewer/Classes/EdGraph_ReferenceViewer.h index 10cc39fde39f..6ed72c0d6e13 100644 --- a/Engine/Source/Editor/ReferenceViewer/Classes/EdGraph_ReferenceViewer.h +++ b/Engine/Source/Editor/ReferenceViewer/Classes/EdGraph_ReferenceViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ReferenceViewer/Classes/ReferenceViewerSchema.h b/Engine/Source/Editor/ReferenceViewer/Classes/ReferenceViewerSchema.h index cbeb6fdfddb7..f5a0f9bebe5d 100644 --- a/Engine/Source/Editor/ReferenceViewer/Classes/ReferenceViewerSchema.h +++ b/Engine/Source/Editor/ReferenceViewer/Classes/ReferenceViewerSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReferenceViewerSchema.generated.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/EdGraphNode_Reference.cpp b/Engine/Source/Editor/ReferenceViewer/Private/EdGraphNode_Reference.cpp index b1e818aca40c..281b3ca6ecd1 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/EdGraphNode_Reference.cpp +++ b/Engine/Source/Editor/ReferenceViewer/Private/EdGraphNode_Reference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReferenceViewerPrivatePCH.h" #include "AssetThumbnail.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/EdGraph_ReferenceViewer.cpp b/Engine/Source/Editor/ReferenceViewer/Private/EdGraph_ReferenceViewer.cpp index d9d770093d5f..56762712dc5a 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/EdGraph_ReferenceViewer.cpp +++ b/Engine/Source/Editor/ReferenceViewer/Private/EdGraph_ReferenceViewer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReferenceViewerPrivatePCH.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/HistoryManager.cpp b/Engine/Source/Editor/ReferenceViewer/Private/HistoryManager.cpp index 0d1d8a3f3541..73253689219b 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/HistoryManager.cpp +++ b/Engine/Source/Editor/ReferenceViewer/Private/HistoryManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReferenceViewerPrivatePCH.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/HistoryManager.h b/Engine/Source/Editor/ReferenceViewer/Private/HistoryManager.h index ce05a8d792ca..6486b66d8278 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/HistoryManager.h +++ b/Engine/Source/Editor/ReferenceViewer/Private/HistoryManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewer.cpp b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewer.cpp index 65069d819304..47a2327d1f56 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewer.cpp +++ b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReferenceViewerPrivatePCH.h" #include "ReferenceViewer.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerActions.cpp b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerActions.cpp index 425a1e6fe941..ea44bb1a160b 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerActions.cpp +++ b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReferenceViewerPrivatePCH.h" #include "ReferenceViewerActions.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerActions.h b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerActions.h index c1ee1e09cfb3..b4ac4849fc25 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerActions.h +++ b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerPrivatePCH.h b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerPrivatePCH.h index 974824e6d1ee..387298aa9e50 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerPrivatePCH.h +++ b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerSchema.cpp b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerSchema.cpp index 482c77cf08e5..3c33a0e6be5b 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerSchema.cpp +++ b/Engine/Source/Editor/ReferenceViewer/Private/ReferenceViewerSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReferenceViewerPrivatePCH.h" #include "AssetThumbnail.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/SReferenceNode.cpp b/Engine/Source/Editor/ReferenceViewer/Private/SReferenceNode.cpp index b0d3f48a1e72..2dcee11908d2 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/SReferenceNode.cpp +++ b/Engine/Source/Editor/ReferenceViewer/Private/SReferenceNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReferenceViewerPrivatePCH.h" #include "SReferenceNode.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/SReferenceNode.h b/Engine/Source/Editor/ReferenceViewer/Private/SReferenceNode.h index e258cc76563a..867a6d0bc7d8 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/SReferenceNode.h +++ b/Engine/Source/Editor/ReferenceViewer/Private/SReferenceNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ReferenceViewer/Private/SReferenceViewer.cpp b/Engine/Source/Editor/ReferenceViewer/Private/SReferenceViewer.cpp index 1a5160d49a87..35e3c0019c86 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/SReferenceViewer.cpp +++ b/Engine/Source/Editor/ReferenceViewer/Private/SReferenceViewer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReferenceViewerPrivatePCH.h" #include "GraphEditor.h" diff --git a/Engine/Source/Editor/ReferenceViewer/Private/SReferenceViewer.h b/Engine/Source/Editor/ReferenceViewer/Private/SReferenceViewer.h index c169c89011d2..284aa43fea30 100644 --- a/Engine/Source/Editor/ReferenceViewer/Private/SReferenceViewer.h +++ b/Engine/Source/Editor/ReferenceViewer/Private/SReferenceViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ReferenceViewer/Public/ReferenceViewer.h b/Engine/Source/Editor/ReferenceViewer/Public/ReferenceViewer.h index e970bac83adc..830acbb5be32 100644 --- a/Engine/Source/Editor/ReferenceViewer/Public/ReferenceViewer.h +++ b/Engine/Source/Editor/ReferenceViewer/Public/ReferenceViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ReferenceViewer/ReferenceViewer.Build.cs b/Engine/Source/Editor/ReferenceViewer/ReferenceViewer.Build.cs index f587a02ae644..58c75bf57337 100644 --- a/Engine/Source/Editor/ReferenceViewer/ReferenceViewer.Build.cs +++ b/Engine/Source/Editor/ReferenceViewer/ReferenceViewer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/SceneOutliner/Private/ActorTreeItem.cpp b/Engine/Source/Editor/SceneOutliner/Private/ActorTreeItem.cpp index 8973060a18f5..b14d7273e6c8 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/ActorTreeItem.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/ActorTreeItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" #include "SSceneOutliner.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/FolderTreeItem.cpp b/Engine/Source/Editor/SceneOutliner/Private/FolderTreeItem.cpp index 20cf6ff4a96f..5c434ab937f0 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/FolderTreeItem.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/FolderTreeItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" #include "SSceneOutliner.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.cpp b/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.cpp index b33261ffe5d8..ce8bbf49f1ce 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.h b/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.h index 14bb876d3f99..d14de4fcabe9 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SOutlinerTreeView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SceneOutlinerFwd.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp b/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp index 664944a48149..b9dbd8116e50 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.h b/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.h index cc737cd65ba0..7dad024aaf2b 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SOutlinerTreeView.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SSocketChooser.h b/Engine/Source/Editor/SceneOutliner/Private/SSocketChooser.h index 02df58628fd1..8378d66fc0d0 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SSocketChooser.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SSocketChooser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerActorInfoColumn.cpp b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerActorInfoColumn.cpp index c9f7eabab918..f0ba407ba2b2 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerActorInfoColumn.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerActorInfoColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerActorInfoColumn.h b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerActorInfoColumn.h index 6c303afe191e..e9c96c974095 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerActorInfoColumn.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerActorInfoColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerDragDrop.cpp b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerDragDrop.cpp index 6a5f7504bf1c..d0492b77f2ab 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerDragDrop.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerDragDrop.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" #include "SceneOutlinerDragDrop.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerGutter.cpp b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerGutter.cpp index e13fc9ed5e58..625191d16faf 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerGutter.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerGutter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerGutter.h b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerGutter.h index 21bd9c68456d..10112ec83180 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerGutter.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerGutter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerItemLabelColumn.cpp b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerItemLabelColumn.cpp index 72a059d26db2..9963f5ceffa7 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerItemLabelColumn.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerItemLabelColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" #include "SceneOutlinerStandaloneTypes.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerItemLabelColumn.h b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerItemLabelColumn.h index a0b1bc56b841..b9e1582068cd 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerItemLabelColumn.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerItemLabelColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerModule.cpp b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerModule.cpp index c7ff35df7df9..e3b1c173ffcb 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerModule.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerPrivatePCH.h b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerPrivatePCH.h index 3a460e037f82..90447a864116 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerPrivatePCH.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerSettings.h b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerSettings.h index 8328a2a9fe82..2a18c7b586be 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerSettings.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerSortingTests.cpp b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerSortingTests.cpp index 516f13e69e7d..aa014a7c363b 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerSortingTests.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerSortingTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" #include "SortHelper.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerStandaloneTypes.cpp b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerStandaloneTypes.cpp index 64bf5bc2e435..3617faab954b 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerStandaloneTypes.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerStandaloneTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" #include "SSceneOutliner.h" diff --git a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerStandaloneTypes.h b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerStandaloneTypes.h index 468f9be1aba1..5ddb4eac8ce7 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerStandaloneTypes.h +++ b/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerStandaloneTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Private/WorldTreeItem.cpp b/Engine/Source/Editor/SceneOutliner/Private/WorldTreeItem.cpp index fca8137e657f..96424c6ea073 100644 --- a/Engine/Source/Editor/SceneOutliner/Private/WorldTreeItem.cpp +++ b/Engine/Source/Editor/SceneOutliner/Private/WorldTreeItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SceneOutlinerPrivatePCH.h" diff --git a/Engine/Source/Editor/SceneOutliner/Public/ActorTreeItem.h b/Engine/Source/Editor/SceneOutliner/Public/ActorTreeItem.h index eb98f05decfb..469f16b20e28 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/ActorTreeItem.h +++ b/Engine/Source/Editor/SceneOutliner/Public/ActorTreeItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/FolderTreeItem.h b/Engine/Source/Editor/SceneOutliner/Public/FolderTreeItem.h index 6fd8de561956..c984bb6a8d45 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/FolderTreeItem.h +++ b/Engine/Source/Editor/SceneOutliner/Public/FolderTreeItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/ISceneOutliner.h b/Engine/Source/Editor/SceneOutliner/Public/ISceneOutliner.h index 0f046b055b1a..e879a037387a 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/ISceneOutliner.h +++ b/Engine/Source/Editor/SceneOutliner/Public/ISceneOutliner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerColumn.h b/Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerColumn.h index b0589085987f..998682f194ad 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerColumn.h +++ b/Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/ITreeItem.h b/Engine/Source/Editor/SceneOutliner/Public/ITreeItem.h index 5d088fc685ad..f8424bbd81fa 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/ITreeItem.h +++ b/Engine/Source/Editor/SceneOutliner/Public/ITreeItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/SceneOutliner.h b/Engine/Source/Editor/SceneOutliner/Public/SceneOutliner.h index a243e7706bb3..b547eb13ef24 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/SceneOutliner.h +++ b/Engine/Source/Editor/SceneOutliner/Public/SceneOutliner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h index 159169b39f15..edfe7043cdfc 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h +++ b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerFilters.h b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerFilters.h index 78d45dd3eb57..804b204f9929 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerFilters.h +++ b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerFilters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerFwd.h b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerFwd.h index 24939ce7c568..b8ace5326f1d 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerFwd.h +++ b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerFwd.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerModule.h b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerModule.h index 30b2e0f162b7..3532504b99b5 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerModule.h +++ b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerPublicTypes.h b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerPublicTypes.h index c847ca275fdd..09b41062281b 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerPublicTypes.h +++ b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerPublicTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerVisitorTypes.h b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerVisitorTypes.h index fca1ee904161..b22d5e5bdff5 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerVisitorTypes.h +++ b/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerVisitorTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/SortHelper.h b/Engine/Source/Editor/SceneOutliner/Public/SortHelper.h index df70d2c9e4ad..f983033a104b 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/SortHelper.h +++ b/Engine/Source/Editor/SceneOutliner/Public/SortHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/Public/WorldTreeItem.h b/Engine/Source/Editor/SceneOutliner/Public/WorldTreeItem.h index 469ec6531156..9f19a5cd04eb 100644 --- a/Engine/Source/Editor/SceneOutliner/Public/WorldTreeItem.h +++ b/Engine/Source/Editor/SceneOutliner/Public/WorldTreeItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SceneOutliner/SceneOutliner.Build.cs b/Engine/Source/Editor/SceneOutliner/SceneOutliner.Build.cs index 39491c3159fe..d6c9afd87149 100644 --- a/Engine/Source/Editor/SceneOutliner/SceneOutliner.Build.cs +++ b/Engine/Source/Editor/SceneOutliner/SceneOutliner.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerDisplayNode.cpp b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerDisplayNode.cpp index f730aa3e73c6..b68f2d16ec26 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerDisplayNode.cpp +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerDisplayNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerSectionLayoutBuilder.h" diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerDisplayNode.h b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerDisplayNode.h index a26c4bc85f95..6a9bb6a962d0 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerDisplayNode.h +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerDisplayNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerObjectBindingNode.cpp b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerObjectBindingNode.cpp index 38388eadcaac..a2e34ae139cc 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerObjectBindingNode.cpp +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerObjectBindingNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerObjectBindingNode.h" diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerObjectBindingNode.h b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerObjectBindingNode.h index cb181972c5ef..55b64fbe8f45 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerObjectBindingNode.h +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerObjectBindingNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionCategoryNode.cpp b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionCategoryNode.cpp index 52c33659dd90..58b5c6c09148 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionCategoryNode.cpp +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionCategoryNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SSequencer.h" diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionCategoryNode.h b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionCategoryNode.h index c1d9dc5a2949..e0f914d82c5d 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionCategoryNode.h +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionCategoryNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionKeyAreaNode.cpp b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionKeyAreaNode.cpp index 72ef81d1ea2e..2b8168ef8980 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionKeyAreaNode.cpp +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionKeyAreaNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "IKeyArea.h" diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionKeyAreaNode.h b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionKeyAreaNode.h index daf01d6852be..867c9c6b84b7 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionKeyAreaNode.h +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerSectionKeyAreaNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerTrackNode.cpp b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerTrackNode.cpp index 7e7ba0fe7b4b..262173c677cc 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerTrackNode.cpp +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerTrackNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "IKeyArea.h" diff --git a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerTrackNode.h b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerTrackNode.h index f39d99970c0e..81c58ed0eb80 100644 --- a/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerTrackNode.h +++ b/Engine/Source/Editor/Sequencer/Private/DisplayNodes/SequencerTrackNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/GroupedKeyArea.cpp b/Engine/Source/Editor/Sequencer/Private/GroupedKeyArea.cpp index 325efdb3759b..a4b0cab5ac3c 100644 --- a/Engine/Source/Editor/Sequencer/Private/GroupedKeyArea.cpp +++ b/Engine/Source/Editor/Sequencer/Private/GroupedKeyArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "GroupedKeyArea.h" diff --git a/Engine/Source/Editor/Sequencer/Private/GroupedKeyArea.h b/Engine/Source/Editor/Sequencer/Private/GroupedKeyArea.h index 4de24dac0c40..3f9d67e3a51a 100644 --- a/Engine/Source/Editor/Sequencer/Private/GroupedKeyArea.h +++ b/Engine/Source/Editor/Sequencer/Private/GroupedKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/KeyAreaLayout.cpp b/Engine/Source/Editor/Sequencer/Private/KeyAreaLayout.cpp index 896c17e35808..92e71b01a9f2 100644 --- a/Engine/Source/Editor/Sequencer/Private/KeyAreaLayout.cpp +++ b/Engine/Source/Editor/Sequencer/Private/KeyAreaLayout.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "KeyAreaLayout.h" diff --git a/Engine/Source/Editor/Sequencer/Private/KeyAreaLayout.h b/Engine/Source/Editor/Sequencer/Private/KeyAreaLayout.h index b10ba8eaadf6..85fe89ff01e1 100644 --- a/Engine/Source/Editor/Sequencer/Private/KeyAreaLayout.h +++ b/Engine/Source/Editor/Sequencer/Private/KeyAreaLayout.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/KeyPropertyParams.cpp b/Engine/Source/Editor/Sequencer/Private/KeyPropertyParams.cpp index 1b5f4b00a4ec..19f16be3ac70 100644 --- a/Engine/Source/Editor/Sequencer/Private/KeyPropertyParams.cpp +++ b/Engine/Source/Editor/Sequencer/Private/KeyPropertyParams.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "PropertyHandle.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SAnimationOutlinerTreeNode.cpp b/Engine/Source/Editor/Sequencer/Private/SAnimationOutlinerTreeNode.cpp index a81e8a58dfc6..fc2a0a3b6962 100644 --- a/Engine/Source/Editor/Sequencer/Private/SAnimationOutlinerTreeNode.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SAnimationOutlinerTreeNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SAnimationOutlinerTreeNode.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SAnimationOutlinerTreeNode.h b/Engine/Source/Editor/Sequencer/Private/SAnimationOutlinerTreeNode.h index cae5bf38d3ee..914a406d08f6 100644 --- a/Engine/Source/Editor/Sequencer/Private/SAnimationOutlinerTreeNode.h +++ b/Engine/Source/Editor/Sequencer/Private/SAnimationOutlinerTreeNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencer.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencer.cpp index 64ab8f7a0f64..9718d7afe57c 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencer.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SSequencer.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencer.h b/Engine/Source/Editor/Sequencer/Private/SSequencer.h index 02c7e34cd7ed..9a766644c481 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencer.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditor.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditor.cpp index 80f062f010a1..40c3523f8e0e 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditor.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SCurveEditor.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditor.h b/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditor.h index 166eb60f3c67..5202b162f64a 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditor.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditorToolBar.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditorToolBar.cpp index a4028901ad1c..afd7b5a3790c 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditorToolBar.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditorToolBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "RichCurveEditorCommands.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditorToolBar.h b/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditorToolBar.h index 84084df38e6b..fa2c4d8e8b18 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditorToolBar.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerCurveEditorToolBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelBrowser.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelBrowser.cpp index febeddfe56fe..9550a08cebe6 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelBrowser.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SSequencerLabelListRow.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelBrowser.h b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelBrowser.h index 50bb93edf3c6..d3cb92b19467 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelBrowser.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditor.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditor.cpp index fc49cab29adb..0f510e8db612 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditor.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditor.h b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditor.h index 13d99371a6c6..e8404ac54a86 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditor.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditorListRow.h b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditorListRow.h index 2839191f866b..c3d55af0f27a 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditorListRow.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelEditorListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelListRow.h b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelListRow.h index 7bb1ec75f056..f6271d4b2df0 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerLabelListRow.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerLabelListRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerSection.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerSection.cpp index 79c899b9b550..e8caed17517b 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerSection.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "Sequencer.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerSection.h b/Engine/Source/Editor/Sequencer/Private/SSequencerSection.h index 4b31c4c9f50c..e7557e54d523 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerSection.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerSectionAreaView.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerSectionAreaView.cpp index 624cfe9e3a65..11e7c0e66e67 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerSectionAreaView.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerSectionAreaView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SSequencerSectionAreaView.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerSectionAreaView.h b/Engine/Source/Editor/Sequencer/Private/SSequencerSectionAreaView.h index e5198e5707bc..937dc39082a3 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerSectionAreaView.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerSectionAreaView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerSectionOverlay.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerSectionOverlay.cpp index 7126785b35df..8d6ccdbd9405 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerSectionOverlay.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerSectionOverlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SSequencerSectionOverlay.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerSectionOverlay.h b/Engine/Source/Editor/Sequencer/Private/SSequencerSectionOverlay.h index 7d4a47636b22..f1aa84cda916 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerSectionOverlay.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerSectionOverlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerShotFilterOverlay.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerShotFilterOverlay.cpp index d26daee897f4..9286cdb76063 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerShotFilterOverlay.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerShotFilterOverlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "Sequencer.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerShotFilterOverlay.h b/Engine/Source/Editor/Sequencer/Private/SSequencerShotFilterOverlay.h index 42e31ac5cab4..7dceec636c2f 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerShotFilterOverlay.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerShotFilterOverlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerSplitterOverlay.h b/Engine/Source/Editor/Sequencer/Private/SSequencerSplitterOverlay.h index e9f96baea535..07f2cf277f29 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerSplitterOverlay.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerSplitterOverlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackArea.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackArea.cpp index b7917270795c..9f67a9c155f4 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackArea.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SSequencerTrackArea.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackArea.h b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackArea.h index cc3bd22d0116..62b5d00b3877 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackArea.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackLane.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackLane.cpp index ff63dafcd5ae..67b552003760 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackLane.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackLane.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SSequencerTrackLane.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackLane.h b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackLane.h index abc15ad71493..2aee5156a072 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackLane.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackLane.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.cpp index 71cb73cce14b..09c49e353ab0 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SSequencerTrackOutliner.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.h b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.h index 2627998cfa7e..432a0d198dac 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTreeView.cpp b/Engine/Source/Editor/Sequencer/Private/SSequencerTreeView.cpp index cc7bf710e4be..e4e0712b8e42 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTreeView.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTreeView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "Sequencer.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTreeView.h b/Engine/Source/Editor/Sequencer/Private/SSequencerTreeView.h index 50a55166bb80..c18a11dccc06 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTreeView.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTreeView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SSequencerTreeViewBox.h b/Engine/Source/Editor/Sequencer/Private/SSequencerTreeViewBox.h index 715c5f64e666..25e7a661d60b 100644 --- a/Engine/Source/Editor/Sequencer/Private/SSequencerTreeViewBox.h +++ b/Engine/Source/Editor/Sequencer/Private/SSequencerTreeViewBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Sequencer.cpp b/Engine/Source/Editor/Sequencer/Private/Sequencer.cpp index 4e5b201f8b07..f0e84fae4212 100644 --- a/Engine/Source/Editor/Sequencer/Private/Sequencer.cpp +++ b/Engine/Source/Editor/Sequencer/Private/Sequencer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "Sequencer.h" diff --git a/Engine/Source/Editor/Sequencer/Private/Sequencer.h b/Engine/Source/Editor/Sequencer/Private/Sequencer.h index d6bfe248ca4f..b12fad31c118 100644 --- a/Engine/Source/Editor/Sequencer/Private/Sequencer.h +++ b/Engine/Source/Editor/Sequencer/Private/Sequencer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerClipboardReconciler.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerClipboardReconciler.cpp index 96b30329455d..1e1cf6eef8a0 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerClipboardReconciler.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerClipboardReconciler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerClipboardReconciler.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerCommands.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerCommands.cpp index 55e386bec6a3..0e0f5e4ead5f 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerCommands.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerCommands.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerCommands.h b/Engine/Source/Editor/Sequencer/Private/SequencerCommands.h index b1f68968da58..42fb9d38cf8f 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerCommands.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerCommonHelpers.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerCommonHelpers.cpp index 0cb3659d4921..8c83dd52599c 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerCommonHelpers.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerCommonHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerCommonHelpers.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerCommonHelpers.h b/Engine/Source/Editor/Sequencer/Private/SequencerCommonHelpers.h index b435fac17dfc..24e7d5b2fc5f 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerCommonHelpers.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerCommonHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerContextMenus.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerContextMenus.cpp index f038b212945e..9f8bd8cb13e0 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerContextMenus.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerContextMenus.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerContextMenus.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerContextMenus.h b/Engine/Source/Editor/Sequencer/Private/SequencerContextMenus.h index 932cc491fd07..fc5260ad13df 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerContextMenus.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerContextMenus.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerCurveOwner.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerCurveOwner.cpp index f5ed800acf11..325e219c375b 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerCurveOwner.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerCurveOwner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerCurveOwner.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerCurveOwner.h b/Engine/Source/Editor/Sequencer/Private/SequencerCurveOwner.h index 9c21cc20d965..ebdd35c03dc7 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerCurveOwner.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerCurveOwner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerDetailKeyframeHandler.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerDetailKeyframeHandler.cpp index 529906773ec8..2470810b1c34 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerDetailKeyframeHandler.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerDetailKeyframeHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerDetailKeyframeHandler.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerDetailKeyframeHandler.h b/Engine/Source/Editor/Sequencer/Private/SequencerDetailKeyframeHandler.h index d17a52a4b9be..35473375327f 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerDetailKeyframeHandler.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerDetailKeyframeHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerEdMode.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerEdMode.cpp index 7a02486ea502..b6c05d46b2ae 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerEdMode.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerEdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerEdMode.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerEdMode.h b/Engine/Source/Editor/Sequencer/Private/SequencerEdMode.h index e6f0fcf06816..fafda1528d99 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerEdMode.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerEdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorModeTools.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerHotspots.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerHotspots.cpp index 3516540e6745..313840fdc082 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerHotspots.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerHotspots.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerHotspots.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerHotspots.h b/Engine/Source/Editor/Sequencer/Private/SequencerHotspots.h index 36558706d10f..ffbbc4da0b9e 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerHotspots.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerHotspots.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerInputHandlerStack.h b/Engine/Source/Editor/Sequencer/Private/SequencerInputHandlerStack.h index 519e62f50252..d3a40e6a18e9 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerInputHandlerStack.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerInputHandlerStack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerLabelManager.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerLabelManager.cpp index 775baf386d05..8935bb8630a3 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerLabelManager.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerLabelManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerLabelManager.h b/Engine/Source/Editor/Sequencer/Private/SequencerLabelManager.h index 29d5c4703047..8a879f47fc37 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerLabelManager.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerLabelManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerModule.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerModule.cpp index 6717892fdccb..4c3750492065 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerModule.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerNodeTree.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerNodeTree.cpp index 5211ad662bcb..da5c8a190bfd 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerNodeTree.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerNodeTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "MovieSceneSequence.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerNodeTree.h b/Engine/Source/Editor/Sequencer/Private/SequencerNodeTree.h index b235fc58a0a2..ab05f8988e57 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerNodeTree.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerNodeTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerObjectChangeListener.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerObjectChangeListener.cpp index d02231a01472..0a9fc574bf4d 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerObjectChangeListener.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerObjectChangeListener.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerObjectChangeListener.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerObjectChangeListener.h b/Engine/Source/Editor/Sequencer/Private/SequencerObjectChangeListener.h index 019ba451360a..6721ce69987c 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerObjectChangeListener.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerObjectChangeListener.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerPrivatePCH.h b/Engine/Source/Editor/Sequencer/Private/SequencerPrivatePCH.h index 6f3dfecd7985..d94c71257df4 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerPrivatePCH.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSectionLayoutBuilder.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerSectionLayoutBuilder.cpp index f291671c68b2..9b1ca3f8b5cb 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSectionLayoutBuilder.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSectionLayoutBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerSectionLayoutBuilder.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSectionLayoutBuilder.h b/Engine/Source/Editor/Sequencer/Private/SequencerSectionLayoutBuilder.h index 99e263b7d7e4..8e6e229cd6fb 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSectionLayoutBuilder.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSectionLayoutBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSelectedKey.h b/Engine/Source/Editor/Sequencer/Private/SequencerSelectedKey.h index 34a6045cdaca..0dc14089ba9d 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSelectedKey.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSelectedKey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSelection.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerSelection.cpp index 6a6aa319c995..5d900fc7c407 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSelection.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSelection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerSelection.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSelection.h b/Engine/Source/Editor/Sequencer/Private/SequencerSelection.h index 5ac3473b851c..29955bd13faf 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSelection.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSelection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSelectionPreview.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerSelectionPreview.cpp index 3a38976a694b..699816de3b1b 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSelectionPreview.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSelectionPreview.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerSelectionPreview.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSelectionPreview.h b/Engine/Source/Editor/Sequencer/Private/SequencerSelectionPreview.h index ed6fe6043106..ed3bd8a0bdc6 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSelectionPreview.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSelectionPreview.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSettings.cpp b/Engine/Source/Editor/Sequencer/Private/SequencerSettings.cpp index 233a9b7f1301..cfc9a289f402 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSettings.cpp +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" diff --git a/Engine/Source/Editor/Sequencer/Private/SequencerSettings.h b/Engine/Source/Editor/Sequencer/Private/SequencerSettings.h index 74252d410f95..458933aa9fe3 100644 --- a/Engine/Source/Editor/Sequencer/Private/SequencerSettings.h +++ b/Engine/Source/Editor/Sequencer/Private/SequencerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/TimeSliderController.cpp b/Engine/Source/Editor/Sequencer/Private/TimeSliderController.cpp index 0fcf5ce1131c..e1187f45d8ac 100644 --- a/Engine/Source/Editor/Sequencer/Private/TimeSliderController.cpp +++ b/Engine/Source/Editor/Sequencer/Private/TimeSliderController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "TimeSliderController.h" diff --git a/Engine/Source/Editor/Sequencer/Private/TimeSliderController.h b/Engine/Source/Editor/Sequencer/Private/TimeSliderController.h index 054afeb2d95f..cb9d50fe588a 100644 --- a/Engine/Source/Editor/Sequencer/Private/TimeSliderController.h +++ b/Engine/Source/Editor/Sequencer/Private/TimeSliderController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/DelayedDrag.h b/Engine/Source/Editor/Sequencer/Private/Tools/DelayedDrag.h index 1de677559caa..0c077775434f 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/DelayedDrag.h +++ b/Engine/Source/Editor/Sequencer/Private/Tools/DelayedDrag.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/EditToolDragOperations.cpp b/Engine/Source/Editor/Sequencer/Private/Tools/EditToolDragOperations.cpp index 484f04bc7b37..70164b5bbb02 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/EditToolDragOperations.cpp +++ b/Engine/Source/Editor/Sequencer/Private/Tools/EditToolDragOperations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "EditToolDragOperations.h" diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/EditToolDragOperations.h b/Engine/Source/Editor/Sequencer/Private/Tools/EditToolDragOperations.h index de0189b1fa57..407bb102edf4 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/EditToolDragOperations.h +++ b/Engine/Source/Editor/Sequencer/Private/Tools/EditToolDragOperations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool.h b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool.h index abfa414507bb..f2cc4834625d 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool.h +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Default.cpp b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Default.cpp index 12369fcfb888..d95b255baf95 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Default.cpp +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Default.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerEditTool_Default.h" diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Default.h b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Default.h index 6cf4b4919403..9052676023c3 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Default.h +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Default.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Movement.cpp b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Movement.cpp index c066e484a4df..c7948156a6a9 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Movement.cpp +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Movement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerEditTool_Movement.h" diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Movement.h b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Movement.h index 03a5aa6e128f..fa40083d06a7 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Movement.h +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Movement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Selection.cpp b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Selection.cpp index 2f405581e615..6b5b70ef2c8f 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Selection.cpp +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Selection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerEntityVisitor.h" diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Selection.h b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Selection.h index 46a23c7061eb..07a3931790b7 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Selection.h +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEditTool_Selection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEntityVisitor.cpp b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEntityVisitor.cpp index ce8cc15f4747..384fbe82cd9c 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEntityVisitor.cpp +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEntityVisitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "Sequencer.h" diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEntityVisitor.h b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEntityVisitor.h index c8ee81d44d66..61a6343eb5a8 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEntityVisitor.h +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerEntityVisitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerSnapField.cpp b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerSnapField.cpp index efa2edf5c244..35280c41e225 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerSnapField.cpp +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerSnapField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "SequencerSnapField.h" diff --git a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerSnapField.h b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerSnapField.h index 423271c221dc..7dfa9c1cc23f 100644 --- a/Engine/Source/Editor/Sequencer/Private/Tools/SequencerSnapField.h +++ b/Engine/Source/Editor/Sequencer/Private/Tools/SequencerSnapField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Private/VirtualTrackArea.cpp b/Engine/Source/Editor/Sequencer/Private/VirtualTrackArea.cpp index 3317b495b81c..c61aef495ca5 100644 --- a/Engine/Source/Editor/Sequencer/Private/VirtualTrackArea.cpp +++ b/Engine/Source/Editor/Sequencer/Private/VirtualTrackArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerPrivatePCH.h" #include "VirtualTrackArea.h" diff --git a/Engine/Source/Editor/Sequencer/Private/VirtualTrackArea.h b/Engine/Source/Editor/Sequencer/Private/VirtualTrackArea.h index c97b19c3ff99..1a56bed35b7f 100644 --- a/Engine/Source/Editor/Sequencer/Private/VirtualTrackArea.h +++ b/Engine/Source/Editor/Sequencer/Private/VirtualTrackArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/IKeyArea.h b/Engine/Source/Editor/Sequencer/Public/IKeyArea.h index 7bf41a1209ed..d68aac58f3a9 100644 --- a/Engine/Source/Editor/Sequencer/Public/IKeyArea.h +++ b/Engine/Source/Editor/Sequencer/Public/IKeyArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISectionLayoutBuilder.h b/Engine/Source/Editor/Sequencer/Public/ISectionLayoutBuilder.h index b2f83b4775c6..2312c902ac1f 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISectionLayoutBuilder.h +++ b/Engine/Source/Editor/Sequencer/Public/ISectionLayoutBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISequencer.h b/Engine/Source/Editor/Sequencer/Public/ISequencer.h index 9bc28898b791..79fc3364cefc 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISequencer.h +++ b/Engine/Source/Editor/Sequencer/Public/ISequencer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISequencerEditTool.h b/Engine/Source/Editor/Sequencer/Public/ISequencerEditTool.h index 9ffab1625c69..3ce92ef1118a 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISequencerEditTool.h +++ b/Engine/Source/Editor/Sequencer/Public/ISequencerEditTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISequencerHotspot.h b/Engine/Source/Editor/Sequencer/Public/ISequencerHotspot.h index c71a2a416369..83d03408411f 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISequencerHotspot.h +++ b/Engine/Source/Editor/Sequencer/Public/ISequencerHotspot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISequencerInputHandler.h b/Engine/Source/Editor/Sequencer/Public/ISequencerInputHandler.h index afbe2604242e..ab29cee384cc 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISequencerInputHandler.h +++ b/Engine/Source/Editor/Sequencer/Public/ISequencerInputHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISequencerModule.h b/Engine/Source/Editor/Sequencer/Public/ISequencerModule.h index e343a4d77beb..82025ed68aee 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISequencerModule.h +++ b/Engine/Source/Editor/Sequencer/Public/ISequencerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISequencerObjectChangeListener.h b/Engine/Source/Editor/Sequencer/Public/ISequencerObjectChangeListener.h index 88d450fa8bd3..61093b45b7ee 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISequencerObjectChangeListener.h +++ b/Engine/Source/Editor/Sequencer/Public/ISequencerObjectChangeListener.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISequencerSection.h b/Engine/Source/Editor/Sequencer/Public/ISequencerSection.h index f133be8f3f45..9adf3876fbfb 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISequencerSection.h +++ b/Engine/Source/Editor/Sequencer/Public/ISequencerSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h b/Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h index 1f7979abed50..b628fbf5b0a0 100644 --- a/Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h +++ b/Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h b/Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h index 58195fca83e1..16e02d305144 100644 --- a/Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h +++ b/Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h b/Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h index 21ebd9b33030..5d2c1073914a 100644 --- a/Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h +++ b/Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Public/SequencerClipboardReconciler.h b/Engine/Source/Editor/Sequencer/Public/SequencerClipboardReconciler.h index 99d4671b5ab8..36ee1cc86dd0 100644 --- a/Engine/Source/Editor/Sequencer/Public/SequencerClipboardReconciler.h +++ b/Engine/Source/Editor/Sequencer/Public/SequencerClipboardReconciler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/Sequencer/Sequencer.Build.cs b/Engine/Source/Editor/Sequencer/Sequencer.Build.cs index 24ac92b33abd..ad0e84b2d1d2 100644 --- a/Engine/Source/Editor/Sequencer/Sequencer.Build.cs +++ b/Engine/Source/Editor/Sequencer/Sequencer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/SequencerWidgets/Private/STimeRange.cpp b/Engine/Source/Editor/SequencerWidgets/Private/STimeRange.cpp index ece1cda7cab5..e9bda43e5838 100644 --- a/Engine/Source/Editor/SequencerWidgets/Private/STimeRange.cpp +++ b/Engine/Source/Editor/SequencerWidgets/Private/STimeRange.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerWidgetsPrivatePCH.h" #include "STimeRange.h" diff --git a/Engine/Source/Editor/SequencerWidgets/Private/STimeRange.h b/Engine/Source/Editor/SequencerWidgets/Private/STimeRange.h index 6b1eb05e8d81..8c57893d5f43 100644 --- a/Engine/Source/Editor/SequencerWidgets/Private/STimeRange.h +++ b/Engine/Source/Editor/SequencerWidgets/Private/STimeRange.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SequencerWidgets/Private/STimeRangeSlider.cpp b/Engine/Source/Editor/SequencerWidgets/Private/STimeRangeSlider.cpp index 69bbbc4d6726..88f384defef7 100644 --- a/Engine/Source/Editor/SequencerWidgets/Private/STimeRangeSlider.cpp +++ b/Engine/Source/Editor/SequencerWidgets/Private/STimeRangeSlider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerWidgetsPrivatePCH.h" #include "STimeRangeSlider.h" diff --git a/Engine/Source/Editor/SequencerWidgets/Private/STimeRangeSlider.h b/Engine/Source/Editor/SequencerWidgets/Private/STimeRangeSlider.h index a9d9f3bda0b0..a22a1f204ffd 100644 --- a/Engine/Source/Editor/SequencerWidgets/Private/STimeRangeSlider.h +++ b/Engine/Source/Editor/SequencerWidgets/Private/STimeRangeSlider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SequencerWidgets/Private/STimeSlider.cpp b/Engine/Source/Editor/SequencerWidgets/Private/STimeSlider.cpp index 413b8fbb5c1d..adda73168e1e 100644 --- a/Engine/Source/Editor/SequencerWidgets/Private/STimeSlider.cpp +++ b/Engine/Source/Editor/SequencerWidgets/Private/STimeSlider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerWidgetsPrivatePCH.h" #include "STimeSlider.h" diff --git a/Engine/Source/Editor/SequencerWidgets/Private/STimeSlider.h b/Engine/Source/Editor/SequencerWidgets/Private/STimeSlider.h index f527e5b574b8..fc97dc659a17 100644 --- a/Engine/Source/Editor/SequencerWidgets/Private/STimeSlider.h +++ b/Engine/Source/Editor/SequencerWidgets/Private/STimeSlider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SequencerWidgets/Private/SequencerWidgetsModule.cpp b/Engine/Source/Editor/SequencerWidgets/Private/SequencerWidgetsModule.cpp index b5aa74af6684..1529c931454d 100644 --- a/Engine/Source/Editor/SequencerWidgets/Private/SequencerWidgetsModule.cpp +++ b/Engine/Source/Editor/SequencerWidgets/Private/SequencerWidgetsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SequencerWidgetsPrivatePCH.h" #include "STimeSlider.h" diff --git a/Engine/Source/Editor/SequencerWidgets/Private/SequencerWidgetsPrivatePCH.h b/Engine/Source/Editor/SequencerWidgets/Private/SequencerWidgetsPrivatePCH.h index 037e9d872b40..a4f8b3107f12 100644 --- a/Engine/Source/Editor/SequencerWidgets/Private/SequencerWidgetsPrivatePCH.h +++ b/Engine/Source/Editor/SequencerWidgets/Private/SequencerWidgetsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h b/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h index e58a78907c4f..a5531b834867 100644 --- a/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h +++ b/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SequencerWidgets/Public/SequencerWidgetsModule.h b/Engine/Source/Editor/SequencerWidgets/Public/SequencerWidgetsModule.h index 9c50539ca6d1..0812b174cc49 100644 --- a/Engine/Source/Editor/SequencerWidgets/Public/SequencerWidgetsModule.h +++ b/Engine/Source/Editor/SequencerWidgets/Public/SequencerWidgetsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SequencerWidgets/SequencerWidgets.Build.cs b/Engine/Source/Editor/SequencerWidgets/SequencerWidgets.Build.cs index 32f5f48be9e2..635b6b4908a4 100644 --- a/Engine/Source/Editor/SequencerWidgets/SequencerWidgets.Build.cs +++ b/Engine/Source/Editor/SequencerWidgets/SequencerWidgets.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/SizeMap/Public/ISizeMapModule.h b/Engine/Source/Editor/SizeMap/Public/ISizeMapModule.h index 7fc7c351399c..45b809468c1d 100644 --- a/Engine/Source/Editor/SizeMap/Public/ISizeMapModule.h +++ b/Engine/Source/Editor/SizeMap/Public/ISizeMapModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SizeMap/SSizeMap.cpp b/Engine/Source/Editor/SizeMap/SSizeMap.cpp index 209b1be5c507..3f3c12012642 100644 --- a/Engine/Source/Editor/SizeMap/SSizeMap.cpp +++ b/Engine/Source/Editor/SizeMap/SSizeMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SizeMapModule.h" #include "STreeMap.h" diff --git a/Engine/Source/Editor/SizeMap/SSizeMap.h b/Engine/Source/Editor/SizeMap/SSizeMap.h index a11d34b08fd2..f10efc4ea5c7 100644 --- a/Engine/Source/Editor/SizeMap/SSizeMap.h +++ b/Engine/Source/Editor/SizeMap/SSizeMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SizeMap/SizeMap.Build.cs b/Engine/Source/Editor/SizeMap/SizeMap.Build.cs index aa9911031558..0e9c1600c760 100644 --- a/Engine/Source/Editor/SizeMap/SizeMap.Build.cs +++ b/Engine/Source/Editor/SizeMap/SizeMap.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/SizeMap/SizeMapActions.cpp b/Engine/Source/Editor/SizeMap/SizeMapActions.cpp index 541e42c723ff..7b687f236098 100644 --- a/Engine/Source/Editor/SizeMap/SizeMapActions.cpp +++ b/Engine/Source/Editor/SizeMap/SizeMapActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SizeMapModule.h" #include "SizeMapActions.h" diff --git a/Engine/Source/Editor/SizeMap/SizeMapActions.h b/Engine/Source/Editor/SizeMap/SizeMapActions.h index 4d5297a13a13..c77530da0b09 100644 --- a/Engine/Source/Editor/SizeMap/SizeMapActions.h +++ b/Engine/Source/Editor/SizeMap/SizeMapActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SizeMap/SizeMapModule.cpp b/Engine/Source/Editor/SizeMap/SizeMapModule.cpp index e13ee5407b3f..0a272d2ad03a 100644 --- a/Engine/Source/Editor/SizeMap/SizeMapModule.cpp +++ b/Engine/Source/Editor/SizeMap/SizeMapModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SizeMapModule.h" #include "ISizeMapModule.h" diff --git a/Engine/Source/Editor/SizeMap/SizeMapModule.h b/Engine/Source/Editor/SizeMap/SizeMapModule.h index 3fb22bf11444..eabeaaef2512 100644 --- a/Engine/Source/Editor/SizeMap/SizeMapModule.h +++ b/Engine/Source/Editor/SizeMap/SizeMapModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundClassEditor/Private/SSoundClassActionMenu.cpp b/Engine/Source/Editor/SoundClassEditor/Private/SSoundClassActionMenu.cpp index 8cf358845202..ce93a61bb6b2 100644 --- a/Engine/Source/Editor/SoundClassEditor/Private/SSoundClassActionMenu.cpp +++ b/Engine/Source/Editor/SoundClassEditor/Private/SSoundClassActionMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundClassEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/SoundClassEditor/Private/SSoundClassActionMenu.h b/Engine/Source/Editor/SoundClassEditor/Private/SSoundClassActionMenu.h index 837a64ef6ebf..a6f5b6e2cfa0 100644 --- a/Engine/Source/Editor/SoundClassEditor/Private/SSoundClassActionMenu.h +++ b/Engine/Source/Editor/SoundClassEditor/Private/SSoundClassActionMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.cpp b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.cpp index 1204aebc0015..e1888a798cd8 100644 --- a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.cpp +++ b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundClassEditorPrivatePCH.h" #include "SoundClassEditor.h" diff --git a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.h b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.h index c470f010b83c..7b00968b212a 100644 --- a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.h +++ b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorModule.cpp b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorModule.cpp index a513a7562d9f..38abddd1a8bd 100644 --- a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorModule.cpp +++ b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundClassEditorPrivatePCH.h" #include "SoundClassEditorModule.h" diff --git a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorPrivatePCH.h b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorPrivatePCH.h index 1a344aa610ec..aec5c8409a9b 100644 --- a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorPrivatePCH.h +++ b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorUtilities.cpp b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorUtilities.cpp index 400f011f6eb9..48724a0ca0eb 100644 --- a/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorUtilities.cpp +++ b/Engine/Source/Editor/SoundClassEditor/Private/SoundClassEditorUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundClassEditorPrivatePCH.h" #include "SoundClassEditorModule.h" diff --git a/Engine/Source/Editor/SoundClassEditor/Public/SoundClassEditorModule.h b/Engine/Source/Editor/SoundClassEditor/Public/SoundClassEditorModule.h index 57ad8dab2e49..51ab5c425d1c 100644 --- a/Engine/Source/Editor/SoundClassEditor/Public/SoundClassEditorModule.h +++ b/Engine/Source/Editor/SoundClassEditor/Public/SoundClassEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundClassEditor/Public/SoundClassEditorUtilities.h b/Engine/Source/Editor/SoundClassEditor/Public/SoundClassEditorUtilities.h index 6aea8e32380a..af163342d5ff 100644 --- a/Engine/Source/Editor/SoundClassEditor/Public/SoundClassEditorUtilities.h +++ b/Engine/Source/Editor/SoundClassEditor/Public/SoundClassEditorUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SoundClassEditorUtilities_h__ diff --git a/Engine/Source/Editor/SoundClassEditor/SoundClassEditor.Build.cs b/Engine/Source/Editor/SoundClassEditor/SoundClassEditor.Build.cs index 8761a176872e..1a15aac7348e 100644 --- a/Engine/Source/Editor/SoundClassEditor/SoundClassEditor.Build.cs +++ b/Engine/Source/Editor/SoundClassEditor/SoundClassEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/SoundCueEditor/Private/SSoundCuePalette.cpp b/Engine/Source/Editor/SoundCueEditor/Private/SSoundCuePalette.cpp index 807c0dee05e9..80bee4a975fd 100644 --- a/Engine/Source/Editor/SoundCueEditor/Private/SSoundCuePalette.cpp +++ b/Engine/Source/Editor/SoundCueEditor/Private/SSoundCuePalette.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundCueEditorModule.h" #include "SSoundCuePalette.h" diff --git a/Engine/Source/Editor/SoundCueEditor/Private/SSoundCuePalette.h b/Engine/Source/Editor/SoundCueEditor/Private/SSoundCuePalette.h index 825b2769da30..a20b7e4e5ddc 100644 --- a/Engine/Source/Editor/SoundCueEditor/Private/SSoundCuePalette.h +++ b/Engine/Source/Editor/SoundCueEditor/Private/SSoundCuePalette.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditor.cpp b/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditor.cpp index fad028fd0918..28e024d29532 100644 --- a/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditor.cpp +++ b/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundCueEditorModule.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditor.h b/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditor.h index 552ee3beb977..938418abd260 100644 --- a/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditor.h +++ b/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditorModule.cpp b/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditorModule.cpp index 237f878c0077..3aa41bfe6b74 100644 --- a/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditorModule.cpp +++ b/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundCueEditorModule.h" diff --git a/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditorUtilities.cpp b/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditorUtilities.cpp index 5f720213ccd8..a3556a8193ce 100644 --- a/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditorUtilities.cpp +++ b/Engine/Source/Editor/SoundCueEditor/Private/SoundCueEditorUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SoundCueEditorModule.h" diff --git a/Engine/Source/Editor/SoundCueEditor/Public/ISoundCueEditor.h b/Engine/Source/Editor/SoundCueEditor/Public/ISoundCueEditor.h index 499f6321c338..282b93d58f1f 100644 --- a/Engine/Source/Editor/SoundCueEditor/Public/ISoundCueEditor.h +++ b/Engine/Source/Editor/SoundCueEditor/Public/ISoundCueEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundCueEditor/Public/SoundCueEditorModule.h b/Engine/Source/Editor/SoundCueEditor/Public/SoundCueEditorModule.h index 8a0c6ccb9641..7d21472bc898 100644 --- a/Engine/Source/Editor/SoundCueEditor/Public/SoundCueEditorModule.h +++ b/Engine/Source/Editor/SoundCueEditor/Public/SoundCueEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SoundCueEditor/Public/SoundCueEditorUtilities.h b/Engine/Source/Editor/SoundCueEditor/Public/SoundCueEditorUtilities.h index 52bee5b65f06..6bb9f6067a82 100644 --- a/Engine/Source/Editor/SoundCueEditor/Public/SoundCueEditorUtilities.h +++ b/Engine/Source/Editor/SoundCueEditor/Public/SoundCueEditorUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SoundCueEditorUtilities_h__ diff --git a/Engine/Source/Editor/SoundCueEditor/SoundCueEditor.Build.cs b/Engine/Source/Editor/SoundCueEditor/SoundCueEditor.Build.cs index 918bdb4f9c29..6b2212722aba 100644 --- a/Engine/Source/Editor/SoundCueEditor/SoundCueEditor.Build.cs +++ b/Engine/Source/Editor/SoundCueEditor/SoundCueEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlHistory.cpp b/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlHistory.cpp index 5eba2d89a1c0..b3d4f4447e02 100644 --- a/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlHistory.cpp +++ b/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlHistory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlWindowsPCH.h" diff --git a/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlRevert.cpp b/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlRevert.cpp index 0c4c971f613c..2c291306ee8d 100644 --- a/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlRevert.cpp +++ b/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlRevert.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlWindowsPCH.h" #include "AssetToolsModule.h" diff --git a/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlSubmit.cpp b/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlSubmit.cpp index 9fa1f2eac13c..9ecc65c7454c 100644 --- a/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlSubmit.cpp +++ b/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlSubmit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlWindowsPCH.h" #include "AssetToolsModule.h" diff --git a/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlSubmit.h b/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlSubmit.h index 71eee3cdafaa..a7a5a941aa70 100644 --- a/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlSubmit.h +++ b/Engine/Source/Editor/SourceControlWindows/Private/SSourceControlSubmit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ISourceControlState.h" diff --git a/Engine/Source/Editor/SourceControlWindows/Private/SourceControlWindowsPCH.h b/Engine/Source/Editor/SourceControlWindows/Private/SourceControlWindowsPCH.h index 28fa399de715..6c47861a0794 100644 --- a/Engine/Source/Editor/SourceControlWindows/Private/SourceControlWindowsPCH.h +++ b/Engine/Source/Editor/SourceControlWindows/Private/SourceControlWindowsPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SourceControlWindows.h" diff --git a/Engine/Source/Editor/SourceControlWindows/Public/SourceControlWindows.h b/Engine/Source/Editor/SourceControlWindows/Public/SourceControlWindows.h index dd7421abba07..77a1946ee2be 100644 --- a/Engine/Source/Editor/SourceControlWindows/Public/SourceControlWindows.h +++ b/Engine/Source/Editor/SourceControlWindows/Public/SourceControlWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SourceControlWindows/SourceControlWindows.Build.cs b/Engine/Source/Editor/SourceControlWindows/SourceControlWindows.Build.cs index 3f60386569b1..ae0c64a636eb 100644 --- a/Engine/Source/Editor/SourceControlWindows/SourceControlWindows.Build.cs +++ b/Engine/Source/Editor/SourceControlWindows/SourceControlWindows.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/SStaticMeshEditorViewport.cpp b/Engine/Source/Editor/StaticMeshEditor/Private/SStaticMeshEditorViewport.cpp index 53af889efdb5..6ebf8ffbbc52 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/SStaticMeshEditorViewport.cpp +++ b/Engine/Source/Editor/StaticMeshEditor/Private/SStaticMeshEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StaticMeshEditorModule.h" diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/SStaticMeshEditorViewport.h b/Engine/Source/Editor/StaticMeshEditor/Private/SStaticMeshEditorViewport.h index 0aa554dbf41b..a11abf816470 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/SStaticMeshEditorViewport.h +++ b/Engine/Source/Editor/StaticMeshEditor/Private/SStaticMeshEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshAutomationTests.cpp b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshAutomationTests.cpp index dc3a1218a544..49c9560edad5 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshAutomationTests.cpp +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StaticMeshEditorModule.h" diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditor.cpp b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditor.cpp index a7457b27049a..282f9b45567f 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditor.cpp +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StaticMeshEditorModule.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditor.h b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditor.h index df6691178877..ed238301a41c 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditor.h +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorActions.cpp b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorActions.cpp index 238c2433e77d..4ab456383302 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorActions.cpp +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StaticMeshEditorModule.h" #include "StaticMeshEditor.h" diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorModule.cpp b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorModule.cpp index a0d2de4ffd80..87eaa1724c79 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorModule.cpp +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StaticMeshEditorModule.h" diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.cpp b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.cpp index b0faa8c88228..51144d36d015 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.cpp +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StaticMeshEditorModule.h" #include "StaticMeshEditorTools.h" diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.h b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.h index 452adcbf486c..1fb9b571598e 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.h +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorViewportClient.cpp b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorViewportClient.cpp index 5c2bf3bfb6fc..080294cf6c46 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorViewportClient.cpp +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StaticMeshEditorModule.h" #include "StaticMeshEditorActions.h" diff --git a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorViewportClient.h b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorViewportClient.h index 7fdb12a6ce49..f4124071d944 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorViewportClient.h +++ b/Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h b/Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h index 4632e59387f6..31dff2504856 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h +++ b/Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorActions.h b/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorActions.h index 654dda60d057..d01c67f72348 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorActions.h +++ b/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorModule.h b/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorModule.h index 447a635f47db..ee8e7a74c548 100644 --- a/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorModule.h +++ b/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __StaticMeshEditorModule_h__ #define __StaticMeshEditorModule_h__ diff --git a/Engine/Source/Editor/StaticMeshEditor/StaticMeshEditor.Build.cs b/Engine/Source/Editor/StaticMeshEditor/StaticMeshEditor.Build.cs index 77dfbb88458d..6a2578a57678 100644 --- a/Engine/Source/Editor/StaticMeshEditor/StaticMeshEditor.Build.cs +++ b/Engine/Source/Editor/StaticMeshEditor/StaticMeshEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Editor/StatsViewer/Classes/CookerStats.h b/Engine/Source/Editor/StatsViewer/Classes/CookerStats.h index 6041749ec788..4ae804e3b7c1 100644 --- a/Engine/Source/Editor/StatsViewer/Classes/CookerStats.h +++ b/Engine/Source/Editor/StatsViewer/Classes/CookerStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Classes/LightingBuildInfo.h b/Engine/Source/Editor/StatsViewer/Classes/LightingBuildInfo.h index 212005904173..e38664b72331 100644 --- a/Engine/Source/Editor/StatsViewer/Classes/LightingBuildInfo.h +++ b/Engine/Source/Editor/StatsViewer/Classes/LightingBuildInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Classes/PrimitiveStats.h b/Engine/Source/Editor/StatsViewer/Classes/PrimitiveStats.h index 705314a5fb27..07bf74fdd40e 100644 --- a/Engine/Source/Editor/StatsViewer/Classes/PrimitiveStats.h +++ b/Engine/Source/Editor/StatsViewer/Classes/PrimitiveStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Classes/StaticMeshLightingInfo.h b/Engine/Source/Editor/StatsViewer/Classes/StaticMeshLightingInfo.h index fff7568d0b8b..8fcf1783681e 100644 --- a/Engine/Source/Editor/StatsViewer/Classes/StaticMeshLightingInfo.h +++ b/Engine/Source/Editor/StatsViewer/Classes/StaticMeshLightingInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Classes/TextureStats.h b/Engine/Source/Editor/StatsViewer/Classes/TextureStats.h index 6c97668bd0d1..c7b4a56641bf 100644 --- a/Engine/Source/Editor/StatsViewer/Classes/TextureStats.h +++ b/Engine/Source/Editor/StatsViewer/Classes/TextureStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Private/ActorArrayHyperlinkColumn.cpp b/Engine/Source/Editor/StatsViewer/Private/ActorArrayHyperlinkColumn.cpp index 52b5f73d7268..8ba77a878df3 100644 --- a/Engine/Source/Editor/StatsViewer/Private/ActorArrayHyperlinkColumn.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/ActorArrayHyperlinkColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "ActorArrayHyperlinkColumn.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/ActorArrayHyperlinkColumn.h b/Engine/Source/Editor/StatsViewer/Private/ActorArrayHyperlinkColumn.h index f8f45a9e3a9a..41ee9cc892bd 100644 --- a/Engine/Source/Editor/StatsViewer/Private/ActorArrayHyperlinkColumn.h +++ b/Engine/Source/Editor/StatsViewer/Private/ActorArrayHyperlinkColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCustomColumn.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/ObjectHyperlinkColumn.cpp b/Engine/Source/Editor/StatsViewer/Private/ObjectHyperlinkColumn.cpp index a931c6feee51..643ed886975e 100644 --- a/Engine/Source/Editor/StatsViewer/Private/ObjectHyperlinkColumn.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/ObjectHyperlinkColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "ObjectHyperlinkColumn.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/ObjectHyperlinkColumn.h b/Engine/Source/Editor/StatsViewer/Private/ObjectHyperlinkColumn.h index aaf5fe44ce25..e19649553978 100644 --- a/Engine/Source/Editor/StatsViewer/Private/ObjectHyperlinkColumn.h +++ b/Engine/Source/Editor/StatsViewer/Private/ObjectHyperlinkColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCustomColumn.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/SStatsViewer.cpp b/Engine/Source/Editor/StatsViewer/Private/SStatsViewer.cpp index 18ae02bf41e8..ab8e3dbacee3 100644 --- a/Engine/Source/Editor/StatsViewer/Private/SStatsViewer.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/SStatsViewer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "SStatsViewer.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/SStatsViewer.h b/Engine/Source/Editor/StatsViewer/Private/SStatsViewer.h index 6d72ff52e2f3..a9a651bb144e 100644 --- a/Engine/Source/Editor/StatsViewer/Private/SStatsViewer.h +++ b/Engine/Source/Editor/StatsViewer/Private/SStatsViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "StatsPage.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsCustomColumn.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsCustomColumn.cpp index 2936458fb4dd..7dab70c72d62 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsCustomColumn.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsCustomColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "StatsCustomColumn.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsCustomColumn.h b/Engine/Source/Editor/StatsViewer/Private/StatsCustomColumn.h index e0c785017d6c..198670dbfab4 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsCustomColumn.h +++ b/Engine/Source/Editor/StatsViewer/Private/StatsCustomColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCustomColumn.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/CookerStats.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/CookerStats.cpp index 56882a4904c8..c3b2887a8ffd 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/CookerStats.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/CookerStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "CookerStats.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/LightingBuildInfo.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/LightingBuildInfo.cpp index 7a2759333244..70ac78cbc3a5 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/LightingBuildInfo.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/LightingBuildInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "LightingBuildInfo.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/PrimitiveStats.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/PrimitiveStats.cpp index 919306d63641..cc3a32ead5e2 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/PrimitiveStats.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/PrimitiveStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "PrimitiveStats.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/StaticMeshLightingInfo.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/StaticMeshLightingInfo.cpp index 8cece08fd671..40e5000f11f5 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/StaticMeshLightingInfo.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/StaticMeshLightingInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "StaticMeshLightingInfo.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/TextureStats.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/TextureStats.cpp index 70d94741a683..c28b90506caa 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsEntries/TextureStats.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsEntries/TextureStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "TextureStats.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPageManager.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsPageManager.cpp index 1b21bdbd0c5c..1c4ad39c93dc 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPageManager.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPageManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "StatsPageManager.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPageManager.h b/Engine/Source/Editor/StatsViewer/Private/StatsPageManager.h index 7e3f9d55203c..6566b4c8e355 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPageManager.h +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPageManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/CookerStatsPage.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsPages/CookerStatsPage.cpp index bb3c715ec57d..bd7a44aba8ed 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/CookerStatsPage.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/CookerStatsPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/CookerStatsPage.h b/Engine/Source/Editor/StatsViewer/Private/StatsPages/CookerStatsPage.h index 7bc4ff318cf9..3dcd5b5436f5 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/CookerStatsPage.h +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/CookerStatsPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/LightingBuildInfoStatsPage.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsPages/LightingBuildInfoStatsPage.cpp index 0164a034bda3..577285077e48 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/LightingBuildInfoStatsPage.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/LightingBuildInfoStatsPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "LightingBuildInfoStatsPage.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/LightingBuildInfoStatsPage.h b/Engine/Source/Editor/StatsViewer/Private/StatsPages/LightingBuildInfoStatsPage.h index 11c39208be3c..a400a64e78c5 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/LightingBuildInfoStatsPage.h +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/LightingBuildInfoStatsPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/PrimitiveStatsPage.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsPages/PrimitiveStatsPage.cpp index 4730ed8fd35f..dfd4cae5fb98 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/PrimitiveStatsPage.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/PrimitiveStatsPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "StaticMeshResources.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/PrimitiveStatsPage.h b/Engine/Source/Editor/StatsViewer/Private/StatsPages/PrimitiveStatsPage.h index f713169fd16a..5d6d3fe09190 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/PrimitiveStatsPage.h +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/PrimitiveStatsPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/StaticMeshLightingInfoStatsPage.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsPages/StaticMeshLightingInfoStatsPage.cpp index 7fee432b0ae9..0d92576929a9 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/StaticMeshLightingInfoStatsPage.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/StaticMeshLightingInfoStatsPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "StaticMeshLightingInfoStatsPage.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/StaticMeshLightingInfoStatsPage.h b/Engine/Source/Editor/StatsViewer/Private/StatsPages/StaticMeshLightingInfoStatsPage.h index 3bdb093ae30d..36a05cdd46d9 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/StaticMeshLightingInfoStatsPage.h +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/StaticMeshLightingInfoStatsPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/TextureStatsPage.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsPages/TextureStatsPage.cpp index 11c75acbad9c..87dfab9f8c98 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/TextureStatsPage.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/TextureStatsPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "TextureStatsPage.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsPages/TextureStatsPage.h b/Engine/Source/Editor/StatsViewer/Private/StatsPages/TextureStatsPage.h index 2df908a9843f..59a77c45f651 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsPages/TextureStatsPage.h +++ b/Engine/Source/Editor/StatsViewer/Private/StatsPages/TextureStatsPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsViewerModule.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsViewerModule.cpp index 7497958822ef..19f9468c52ba 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsViewerModule.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsViewerModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "StatsPageManager.h" diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsViewerPrivatePCH.h b/Engine/Source/Editor/StatsViewer/Private/StatsViewerPrivatePCH.h index fd2e6a231082..ecced335912f 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsViewerPrivatePCH.h +++ b/Engine/Source/Editor/StatsViewer/Private/StatsViewerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __StatsViewerPrivatePCH_h__ #define __StatsViewerPrivatePCH_h__ diff --git a/Engine/Source/Editor/StatsViewer/Private/StatsViewerUtils.cpp b/Engine/Source/Editor/StatsViewer/Private/StatsViewerUtils.cpp index ad0794e7eef1..4c4b38f127b1 100644 --- a/Engine/Source/Editor/StatsViewer/Private/StatsViewerUtils.cpp +++ b/Engine/Source/Editor/StatsViewer/Private/StatsViewerUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StatsViewerPrivatePCH.h" #include "StatsViewerUtils.h" diff --git a/Engine/Source/Editor/StatsViewer/Public/IStatsPage.h b/Engine/Source/Editor/StatsViewer/Public/IStatsPage.h index 5211c223c597..dd516bdfaad2 100644 --- a/Engine/Source/Editor/StatsViewer/Public/IStatsPage.h +++ b/Engine/Source/Editor/StatsViewer/Public/IStatsPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Public/IStatsViewer.h b/Engine/Source/Editor/StatsViewer/Public/IStatsViewer.h index a6f52e954f67..dce51ba88f74 100644 --- a/Engine/Source/Editor/StatsViewer/Public/IStatsViewer.h +++ b/Engine/Source/Editor/StatsViewer/Public/IStatsViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Public/ObjectHyperlinkColumnInitializationOptions.h b/Engine/Source/Editor/StatsViewer/Public/ObjectHyperlinkColumnInitializationOptions.h index 191dda0f8ca7..332ba4689dee 100644 --- a/Engine/Source/Editor/StatsViewer/Public/ObjectHyperlinkColumnInitializationOptions.h +++ b/Engine/Source/Editor/StatsViewer/Public/ObjectHyperlinkColumnInitializationOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Public/StatsCellPresenter.h b/Engine/Source/Editor/StatsViewer/Public/StatsCellPresenter.h index 2dfc8f652f99..942d30289de2 100644 --- a/Engine/Source/Editor/StatsViewer/Public/StatsCellPresenter.h +++ b/Engine/Source/Editor/StatsViewer/Public/StatsCellPresenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCellPresenter.h" diff --git a/Engine/Source/Editor/StatsViewer/Public/StatsPage.h b/Engine/Source/Editor/StatsViewer/Public/StatsPage.h index de8872cbfe9c..a713f3e67528 100644 --- a/Engine/Source/Editor/StatsViewer/Public/StatsPage.h +++ b/Engine/Source/Editor/StatsViewer/Public/StatsPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h b/Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h index 654df86c0dfe..1fc90695407f 100644 --- a/Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h +++ b/Engine/Source/Editor/StatsViewer/Public/StatsViewerModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/Public/StatsViewerUtils.h b/Engine/Source/Editor/StatsViewer/Public/StatsViewerUtils.h index 01e4f2efb706..c0f60c715bc3 100644 --- a/Engine/Source/Editor/StatsViewer/Public/StatsViewerUtils.h +++ b/Engine/Source/Editor/StatsViewer/Public/StatsViewerUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/StatsViewer/StatsViewer.Build.cs b/Engine/Source/Editor/StatsViewer/StatsViewer.Build.cs index 51ef9b00ab1f..41bb0a70f371 100644 --- a/Engine/Source/Editor/StatsViewer/StatsViewer.Build.cs +++ b/Engine/Source/Editor/StatsViewer/StatsViewer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/SwarmInterface/DotNET/Properties/AssemblyInfo.cs b/Engine/Source/Editor/SwarmInterface/DotNET/Properties/AssemblyInfo.cs index f4b84bf6eb93..27314bd7735c 100644 --- a/Engine/Source/Editor/SwarmInterface/DotNET/Properties/AssemblyInfo.cs +++ b/Engine/Source/Editor/SwarmInterface/DotNET/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SwarmInterface")] -[assembly: AssemblyCopyright("Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.")] +[assembly: AssemblyCopyright("Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Engine/Source/Editor/SwarmInterface/DotNET/SwarmInterface.cs b/Engine/Source/Editor/SwarmInterface/DotNET/SwarmInterface.cs index 8771f1c5e1b8..8db0a337d38d 100644 --- a/Engine/Source/Editor/SwarmInterface/DotNET/SwarmInterface.cs +++ b/Engine/Source/Editor/SwarmInterface/DotNET/SwarmInterface.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Editor/SwarmInterface/DotNET/Util.cs b/Engine/Source/Editor/SwarmInterface/DotNET/Util.cs index bbb4454bf827..eb70b2c65574 100644 --- a/Engine/Source/Editor/SwarmInterface/DotNET/Util.cs +++ b/Engine/Source/Editor/SwarmInterface/DotNET/Util.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Editor/SwarmInterface/Private/SwarmInterface.cpp b/Engine/Source/Editor/SwarmInterface/Private/SwarmInterface.cpp index d20114a9714a..989684ba956a 100644 --- a/Engine/Source/Editor/SwarmInterface/Private/SwarmInterface.cpp +++ b/Engine/Source/Editor/SwarmInterface/Private/SwarmInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" diff --git a/Engine/Source/Editor/SwarmInterface/Private/SwarmInterfaceLocal.cpp b/Engine/Source/Editor/SwarmInterface/Private/SwarmInterfaceLocal.cpp index c1a9756fda95..ec6a7d741f74 100644 --- a/Engine/Source/Editor/SwarmInterface/Private/SwarmInterfaceLocal.cpp +++ b/Engine/Source/Editor/SwarmInterface/Private/SwarmInterfaceLocal.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" diff --git a/Engine/Source/Editor/SwarmInterface/Private/SwarmInterfaceModule.cpp b/Engine/Source/Editor/SwarmInterface/Private/SwarmInterfaceModule.cpp index 064871db9b7c..f97d8779b15e 100644 --- a/Engine/Source/Editor/SwarmInterface/Private/SwarmInterfaceModule.cpp +++ b/Engine/Source/Editor/SwarmInterface/Private/SwarmInterfaceModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObject.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/SwarmInterface/Private/SwarmMessages.h b/Engine/Source/Editor/SwarmInterface/Private/SwarmMessages.h index ed06a42ff776..9842ccd3c68f 100644 --- a/Engine/Source/Editor/SwarmInterface/Private/SwarmMessages.h +++ b/Engine/Source/Editor/SwarmInterface/Private/SwarmMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SwarmInterface/Public/SwarmDefines.h b/Engine/Source/Editor/SwarmInterface/Public/SwarmDefines.h index d017af1e84a7..e74ee50744c9 100644 --- a/Engine/Source/Editor/SwarmInterface/Public/SwarmDefines.h +++ b/Engine/Source/Editor/SwarmInterface/Public/SwarmDefines.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h b/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h index 7c55f5365034..a84951754052 100644 --- a/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h +++ b/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/SwarmInterface/SwarmInterface.Build.cs b/Engine/Source/Editor/SwarmInterface/SwarmInterface.Build.cs index bd740bbfdf4f..4ce737540d06 100644 --- a/Engine/Source/Editor/SwarmInterface/SwarmInterface.Build.cs +++ b/Engine/Source/Editor/SwarmInterface/SwarmInterface.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignEdMode.cpp b/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignEdMode.cpp index f8ec8de94ebe..e8483a3f83ef 100644 --- a/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignEdMode.cpp +++ b/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignEdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureAlignModePrivatePCH.h" #include "EditorSupportDelegates.h" diff --git a/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignMode.cpp b/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignMode.cpp index 45226824467b..4438a1fa1190 100644 --- a/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignMode.cpp +++ b/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureAlignModePrivatePCH.h" diff --git a/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignModePrivatePCH.h b/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignModePrivatePCH.h index df29b4fb54c2..332c6e83ae27 100644 --- a/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignModePrivatePCH.h +++ b/Engine/Source/Editor/TextureAlignMode/Private/TextureAlignModePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureAlignMode/Public/TextureAlignEdMode.h b/Engine/Source/Editor/TextureAlignMode/Public/TextureAlignEdMode.h index b40897a93b95..e7459c2aee09 100644 --- a/Engine/Source/Editor/TextureAlignMode/Public/TextureAlignEdMode.h +++ b/Engine/Source/Editor/TextureAlignMode/Public/TextureAlignEdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureAlignMode/Public/TextureAlignMode.h b/Engine/Source/Editor/TextureAlignMode/Public/TextureAlignMode.h index 5bbf311e0495..2f5a68195618 100644 --- a/Engine/Source/Editor/TextureAlignMode/Public/TextureAlignMode.h +++ b/Engine/Source/Editor/TextureAlignMode/Public/TextureAlignMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureAlignMode/TextureAlignMode.Build.cs b/Engine/Source/Editor/TextureAlignMode/TextureAlignMode.Build.cs index f6c8ff532b31..6162679a27b0 100644 --- a/Engine/Source/Editor/TextureAlignMode/TextureAlignMode.Build.cs +++ b/Engine/Source/Editor/TextureAlignMode/TextureAlignMode.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/TextureEditor/Classes/TextureEditorSettings.h b/Engine/Source/Editor/TextureEditor/Classes/TextureEditorSettings.h index 050d0dca94b8..7ba578f0d223 100644 --- a/Engine/Source/Editor/TextureEditor/Classes/TextureEditorSettings.h +++ b/Engine/Source/Editor/TextureEditor/Classes/TextureEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Private/Customizations/TextureDetailsCustomization.cpp b/Engine/Source/Editor/TextureEditor/Private/Customizations/TextureDetailsCustomization.cpp index 1f422519801b..352ac39fb2b1 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Customizations/TextureDetailsCustomization.cpp +++ b/Engine/Source/Editor/TextureEditor/Private/Customizations/TextureDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureEditorPrivatePCH.h" #include "Customizations/TextureDetailsCustomization.h" diff --git a/Engine/Source/Editor/TextureEditor/Private/Customizations/TextureDetailsCustomization.h b/Engine/Source/Editor/TextureEditor/Private/Customizations/TextureDetailsCustomization.h index 9dddc38e84b1..3e6a089f4c4e 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Customizations/TextureDetailsCustomization.h +++ b/Engine/Source/Editor/TextureEditor/Private/Customizations/TextureDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Private/Menus/TextureEditorViewOptionsMenu.h b/Engine/Source/Editor/TextureEditor/Private/Menus/TextureEditorViewOptionsMenu.h index 1f9b1c6d8e12..6a8e21241558 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Menus/TextureEditorViewOptionsMenu.h +++ b/Engine/Source/Editor/TextureEditor/Private/Menus/TextureEditorViewOptionsMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorCommands.cpp b/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorCommands.cpp index 28c6b876ae42..08668eb675eb 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorCommands.cpp +++ b/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorCommands.h b/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorCommands.h index c4ede956bc5f..1288835b0fcb 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorCommands.h +++ b/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorViewportClient.cpp b/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorViewportClient.cpp index 0052ad63fbb6..0038b600e3e7 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorViewportClient.cpp +++ b/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureEditorPrivatePCH.h" #include "CanvasTypes.h" diff --git a/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorViewportClient.h b/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorViewportClient.h index a944bf2502f7..bae50ffef43d 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorViewportClient.h +++ b/Engine/Source/Editor/TextureEditor/Private/Models/TextureEditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Private/TextureEditorClasses.cpp b/Engine/Source/Editor/TextureEditor/Private/TextureEditorClasses.cpp index 3a3ee8137e28..80e08f515cc4 100644 --- a/Engine/Source/Editor/TextureEditor/Private/TextureEditorClasses.cpp +++ b/Engine/Source/Editor/TextureEditor/Private/TextureEditorClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/TextureEditor/Private/TextureEditorModule.cpp b/Engine/Source/Editor/TextureEditor/Private/TextureEditorModule.cpp index 8b162b90064b..c8c77c17f030 100644 --- a/Engine/Source/Editor/TextureEditor/Private/TextureEditorModule.cpp +++ b/Engine/Source/Editor/TextureEditor/Private/TextureEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/TextureEditor/Private/TextureEditorPrivatePCH.h b/Engine/Source/Editor/TextureEditor/Private/TextureEditorPrivatePCH.h index 4cf87c815252..a3eca2d80d8f 100644 --- a/Engine/Source/Editor/TextureEditor/Private/TextureEditorPrivatePCH.h +++ b/Engine/Source/Editor/TextureEditor/Private/TextureEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Private/TextureEditorToolkit.cpp b/Engine/Source/Editor/TextureEditor/Private/TextureEditorToolkit.cpp index 7d062d9889ed..c569d8ee76d9 100644 --- a/Engine/Source/Editor/TextureEditor/Private/TextureEditorToolkit.cpp +++ b/Engine/Source/Editor/TextureEditor/Private/TextureEditorToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureEditorPrivatePCH.h" #include "Factories.h" diff --git a/Engine/Source/Editor/TextureEditor/Private/TextureEditorToolkit.h b/Engine/Source/Editor/TextureEditor/Private/TextureEditorToolkit.h index 35151134dd61..fa289b1ef8a7 100644 --- a/Engine/Source/Editor/TextureEditor/Private/TextureEditorToolkit.h +++ b/Engine/Source/Editor/TextureEditor/Private/TextureEditorToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewport.cpp b/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewport.cpp index 6d4697cf291e..624bed18e685 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewport.cpp +++ b/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureEditorPrivatePCH.h" #include "SNumericEntryBox.h" diff --git a/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewport.h b/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewport.h index 7ea005d06319..9589c0bec58d 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewport.h +++ b/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewportToolbar.cpp b/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewportToolbar.cpp index 963bdbba82a3..f7399a8f1d74 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewportToolbar.cpp +++ b/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewportToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TextureEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewportToolbar.h b/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewportToolbar.h index 20904b0129f1..07c6830830d0 100644 --- a/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewportToolbar.h +++ b/Engine/Source/Editor/TextureEditor/Private/Widgets/STextureEditorViewportToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorModule.h b/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorModule.h index c24a94370954..ab0861144404 100644 --- a/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorModule.h +++ b/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorToolkit.h b/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorToolkit.h index 407fd93bcabe..f43662c419bc 100644 --- a/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorToolkit.h +++ b/Engine/Source/Editor/TextureEditor/Public/Interfaces/ITextureEditorToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/Public/TextureEditor.h b/Engine/Source/Editor/TextureEditor/Public/TextureEditor.h index 410eebd3b4a0..5885f4434179 100644 --- a/Engine/Source/Editor/TextureEditor/Public/TextureEditor.h +++ b/Engine/Source/Editor/TextureEditor/Public/TextureEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TextureEditor/TextureEditor.Build.cs b/Engine/Source/Editor/TextureEditor/TextureEditor.Build.cs index 61a6ca91696c..f8797cd7e1a4 100644 --- a/Engine/Source/Editor/TextureEditor/TextureEditor.Build.cs +++ b/Engine/Source/Editor/TextureEditor/TextureEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/TranslationEditor/Private/CustomFontColumn.cpp b/Engine/Source/Editor/TranslationEditor/Private/CustomFontColumn.cpp index ba5dcb7737c3..7aade56a3bd8 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/CustomFontColumn.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/CustomFontColumn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" #include "Editor/PropertyEditor/Public/PropertyEditorModule.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/CustomFontColumn.h b/Engine/Source/Editor/TranslationEditor/Private/CustomFontColumn.h index db0fab5a2137..e316699af26c 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/CustomFontColumn.h +++ b/Engine/Source/Editor/TranslationEditor/Private/CustomFontColumn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTableCustomColumn.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/ITranslationEditor.cpp b/Engine/Source/Editor/TranslationEditor/Private/ITranslationEditor.cpp index c4bc654f3e99..1946396e8fda 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/ITranslationEditor.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/ITranslationEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/InternationalizationExportSettings.cpp b/Engine/Source/Editor/TranslationEditor/Private/InternationalizationExportSettings.cpp index b169be741a25..bfc02d321288 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/InternationalizationExportSettings.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/InternationalizationExportSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" #include "InternationalizationExportSettings.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/InternationalizationExportSettings.h b/Engine/Source/Editor/TranslationEditor/Private/InternationalizationExportSettings.h index c81038ed359c..f5d3c97244d1 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/InternationalizationExportSettings.h +++ b/Engine/Source/Editor/TranslationEditor/Private/InternationalizationExportSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InternationalizationExportSettings.generated.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationDataManager.cpp b/Engine/Source/Editor/TranslationEditor/Private/TranslationDataManager.cpp index 3d4a9e45a9ab..d85c375c4042 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationDataManager.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationDataManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" #include "TranslationEditor.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationDataManager.h b/Engine/Source/Editor/TranslationEditor/Private/TranslationDataManager.h index 343c29f047f0..37b86e8eb5f9 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationDataManager.h +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationDataManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditor.cpp b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditor.cpp index 259f972d8d64..4a3c76c78287 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditor.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditor.h b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditor.h index f70ed1610706..1ab45b08e741 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditor.h +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorMenu.cpp b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorMenu.cpp index df5e99dddfde..9e59b5c40512 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorMenu.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorModule.cpp b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorModule.cpp index ed19b19ac9b1..9d6f1c4315d8 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorModule.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorPrivatePCH.h b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorPrivatePCH.h index bff62527c80e..a1f89dd6a1ad 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorPrivatePCH.h +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerEditWindow.cpp b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerEditWindow.cpp index 04a5456e7c15..b2f0193e21cd 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerEditWindow.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerEditWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" #include "TranslationPickerEditWindow.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerEditWindow.h b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerEditWindow.h index f2d6282db94b..9e90751131bd 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerEditWindow.h +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerEditWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SCompoundWidget.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerFloatingWindow.cpp b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerFloatingWindow.cpp index 5deeb59d5e61..577c5e42fad5 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerFloatingWindow.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerFloatingWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" #include "TranslationPickerFloatingWindow.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerFloatingWindow.h b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerFloatingWindow.h index b4cb45943280..9127ae21203c 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerFloatingWindow.h +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerFloatingWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SCompoundWidget.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerWidget.cpp b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerWidget.cpp index 8496f06cf863..633a146f26c1 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerWidget.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" #include "TranslationPickerWidget.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerWidget.h b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerWidget.h index 6248cea6a130..81f53729539a 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerWidget.h +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationPickerWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SDocumentationToolTip.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationUnit.cpp b/Engine/Source/Editor/TranslationEditor/Private/TranslationUnit.cpp index 307b7932d9d5..39056a143435 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationUnit.cpp +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationUnit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TranslationEditorPrivatePCH.h" #include "TranslationUnit.h" diff --git a/Engine/Source/Editor/TranslationEditor/Private/TranslationUnit.h b/Engine/Source/Editor/TranslationEditor/Private/TranslationUnit.h index 11eb0ce04bc5..0c2d1d8edebd 100644 --- a/Engine/Source/Editor/TranslationEditor/Private/TranslationUnit.h +++ b/Engine/Source/Editor/TranslationEditor/Private/TranslationUnit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TranslationUnit.generated.h" diff --git a/Engine/Source/Editor/TranslationEditor/Public/ITranslationEditor.h b/Engine/Source/Editor/TranslationEditor/Public/ITranslationEditor.h index 5857196d3a1c..14a3ecbab5c9 100644 --- a/Engine/Source/Editor/TranslationEditor/Public/ITranslationEditor.h +++ b/Engine/Source/Editor/TranslationEditor/Public/ITranslationEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorMenu.h b/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorMenu.h index 6088e936a2e7..1a73e40a1cf5 100644 --- a/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorMenu.h +++ b/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorModule.h b/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorModule.h index d8946fd33719..333ef58b2335 100644 --- a/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorModule.h +++ b/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/TranslationEditor/TranslationEditor.Build.cs b/Engine/Source/Editor/TranslationEditor/TranslationEditor.Build.cs index 78ba05da91c4..098aef8ded7a 100644 --- a/Engine/Source/Editor/TranslationEditor/TranslationEditor.Build.cs +++ b/Engine/Source/Editor/TranslationEditor/TranslationEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/UMGEditor/Classes/WidgetBlueprintFactory.h b/Engine/Source/Editor/UMGEditor/Classes/WidgetBlueprintFactory.h index a525e753cc5e..324d1038eaf4 100644 --- a/Engine/Source/Editor/UMGEditor/Classes/WidgetBlueprintFactory.h +++ b/Engine/Source/Editor/UMGEditor/Classes/WidgetBlueprintFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Factories/Factory.h" diff --git a/Engine/Source/Editor/UMGEditor/Classes/WidgetGraphSchema.h b/Engine/Source/Editor/UMGEditor/Classes/WidgetGraphSchema.h index 2dc775535a7e..f41d57d59fd4 100644 --- a/Engine/Source/Editor/UMGEditor/Classes/WidgetGraphSchema.h +++ b/Engine/Source/Editor/UMGEditor/Classes/WidgetGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Animation/MarginTrackEditor.cpp b/Engine/Source/Editor/UMGEditor/Private/Animation/MarginTrackEditor.cpp index 2f2def929436..4ba20fb7960d 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Animation/MarginTrackEditor.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Animation/MarginTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "MovieSceneMarginTrack.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Animation/MarginTrackEditor.h b/Engine/Source/Editor/UMGEditor/Private/Animation/MarginTrackEditor.h index eee37c06f2d9..1f4c2b1e9ec1 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Animation/MarginTrackEditor.h +++ b/Engine/Source/Editor/UMGEditor/Private/Animation/MarginTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Animation/Sequencer2DTransformTrackEditor.cpp b/Engine/Source/Editor/UMGEditor/Private/Animation/Sequencer2DTransformTrackEditor.cpp index 6813dd099291..d718a4ccaaef 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Animation/Sequencer2DTransformTrackEditor.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Animation/Sequencer2DTransformTrackEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Sequencer2DTransformTrackEditor.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Animation/Sequencer2DTransformTrackEditor.h b/Engine/Source/Editor/UMGEditor/Private/Animation/Sequencer2DTransformTrackEditor.h index aa25b11b04d0..0405147cc892 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Animation/Sequencer2DTransformTrackEditor.h +++ b/Engine/Source/Editor/UMGEditor/Private/Animation/Sequencer2DTransformTrackEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Animation/UMGDetailKeyframeHandler.cpp b/Engine/Source/Editor/UMGEditor/Private/Animation/UMGDetailKeyframeHandler.cpp index 296795b0faea..3cbb44dcb6dd 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Animation/UMGDetailKeyframeHandler.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Animation/UMGDetailKeyframeHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "UMGDetailKeyframeHandler.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Animation/UMGDetailKeyframeHandler.h b/Engine/Source/Editor/UMGEditor/Private/Animation/UMGDetailKeyframeHandler.h index 9ab7d04f0df8..450f001edb20 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Animation/UMGDetailKeyframeHandler.h +++ b/Engine/Source/Editor/UMGEditor/Private/Animation/UMGDetailKeyframeHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/AssetTypeActions_WidgetBlueprint.cpp b/Engine/Source/Editor/UMGEditor/Private/AssetTypeActions_WidgetBlueprint.cpp index 26aa0d4ca85a..1ad8d42cd865 100644 --- a/Engine/Source/Editor/UMGEditor/Private/AssetTypeActions_WidgetBlueprint.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/AssetTypeActions_WidgetBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/AssetTypeActions_WidgetBlueprint.h b/Engine/Source/Editor/UMGEditor/Private/AssetTypeActions_WidgetBlueprint.h index b82683a58d7f..732851e28242 100644 --- a/Engine/Source/Editor/UMGEditor/Private/AssetTypeActions_WidgetBlueprint.h +++ b/Engine/Source/Editor/UMGEditor/Private/AssetTypeActions_WidgetBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetTypeActions_Base.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationMode.cpp b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationMode.cpp index be0c1c806619..02ee7610d1cc 100644 --- a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationMode.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationMode.h b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationMode.h index cf0413df33ab..50f7cc6d00fe 100644 --- a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationMode.h +++ b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintEditorModes.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationModes.cpp b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationModes.cpp index a5fcee4c8b15..87b3f430930b 100644 --- a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationModes.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationModes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "BlueprintModes/WidgetBlueprintApplicationModes.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationModes.h b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationModes.h index 8a2c9f3651ec..31f17dcffd20 100644 --- a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationModes.h +++ b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetBlueprintApplicationModes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetDesignerApplicationMode.cpp b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetDesignerApplicationMode.cpp index 679a9c27a958..7f4b7bd9de63 100644 --- a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetDesignerApplicationMode.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetDesignerApplicationMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetDesignerApplicationMode.h b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetDesignerApplicationMode.h index f38ca6a185fd..61b62e0bed65 100644 --- a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetDesignerApplicationMode.h +++ b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetDesignerApplicationMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintModes/WidgetBlueprintApplicationMode.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetGraphApplicationMode.cpp b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetGraphApplicationMode.cpp index 8b47143ea78e..01b6f69da230 100644 --- a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetGraphApplicationMode.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetGraphApplicationMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetGraphApplicationMode.h b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetGraphApplicationMode.h index e796d13c0a1e..76a171267d90 100644 --- a/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetGraphApplicationMode.h +++ b/Engine/Source/Editor/UMGEditor/Private/BlueprintModes/WidgetGraphApplicationMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintModes/WidgetBlueprintApplicationMode.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/CanvasSlotCustomization.cpp b/Engine/Source/Editor/UMGEditor/Private/Customizations/CanvasSlotCustomization.cpp index df13d0d0a515..55c047916066 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/CanvasSlotCustomization.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/CanvasSlotCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/CanvasPanelSlot.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/CanvasSlotCustomization.h b/Engine/Source/Editor/UMGEditor/Private/Customizations/CanvasSlotCustomization.h index e0b2add6ef7d..d7d96aa70c4d 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/CanvasSlotCustomization.h +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/CanvasSlotCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTypeCustomization.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/HorizontalAlignmentCustomization.cpp b/Engine/Source/Editor/UMGEditor/Private/Customizations/HorizontalAlignmentCustomization.cpp index 9ade83920e1e..786e3dd16c29 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/HorizontalAlignmentCustomization.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/HorizontalAlignmentCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/HorizontalAlignmentCustomization.h b/Engine/Source/Editor/UMGEditor/Private/Customizations/HorizontalAlignmentCustomization.h index 8b7f64d6d9bc..52ab063eb2de 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/HorizontalAlignmentCustomization.h +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/HorizontalAlignmentCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IPropertyTypeCustomization.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/SlateChildSizeCustomization.cpp b/Engine/Source/Editor/UMGEditor/Private/Customizations/SlateChildSizeCustomization.cpp index 5c229e50999b..291798df4391 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/SlateChildSizeCustomization.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/SlateChildSizeCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/SlateChildSizeCustomization.h b/Engine/Source/Editor/UMGEditor/Private/Customizations/SlateChildSizeCustomization.h index 19c117e04780..1b26d554eace 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/SlateChildSizeCustomization.h +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/SlateChildSizeCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/SlateWrapperTypes.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/TextJustifyCustomization.cpp b/Engine/Source/Editor/UMGEditor/Private/Customizations/TextJustifyCustomization.cpp index c71dc6cc48bf..315a6643b111 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/TextJustifyCustomization.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/TextJustifyCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/TextJustifyCustomization.h b/Engine/Source/Editor/UMGEditor/Private/Customizations/TextJustifyCustomization.h index 3efbc40a66c7..e41483874858 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/TextJustifyCustomization.h +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/TextJustifyCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/UMGDetailCustomizations.cpp b/Engine/Source/Editor/UMGEditor/Private/Customizations/UMGDetailCustomizations.cpp index 872a139bc7be..73233b863f10 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/UMGDetailCustomizations.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/UMGDetailCustomizations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/UMGDetailCustomizations.h b/Engine/Source/Editor/UMGEditor/Private/Customizations/UMGDetailCustomizations.h index bd08fac20756..aa64149a6dc0 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/UMGDetailCustomizations.h +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/UMGDetailCustomizations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDetailCustomization.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/VerticalAlignmentCustomization.cpp b/Engine/Source/Editor/UMGEditor/Private/Customizations/VerticalAlignmentCustomization.cpp index 73e9b6cb4c93..d063f72664a5 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/VerticalAlignmentCustomization.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/VerticalAlignmentCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/VerticalAlignmentCustomization.h b/Engine/Source/Editor/UMGEditor/Private/Customizations/VerticalAlignmentCustomization.h index 5e9b09cd6f1f..f699b4484586 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/VerticalAlignmentCustomization.h +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/VerticalAlignmentCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/WidgetNavigationCustomization.cpp b/Engine/Source/Editor/UMGEditor/Private/Customizations/WidgetNavigationCustomization.cpp index 550877938549..fd25e5681c21 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/WidgetNavigationCustomization.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/WidgetNavigationCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Customizations/WidgetNavigationCustomization.h b/Engine/Source/Editor/UMGEditor/Private/Customizations/WidgetNavigationCustomization.h index ec3e21f02c08..159f80b41f09 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Customizations/WidgetNavigationCustomization.h +++ b/Engine/Source/Editor/UMGEditor/Private/Customizations/WidgetNavigationCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/DesignTimeUtils.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/DesignTimeUtils.cpp index 79d4f61ef4a1..ff720d195fbd 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/DesignTimeUtils.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/DesignTimeUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Designer/DesignTimeUtils.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/DesignTimeUtils.h b/Engine/Source/Editor/UMGEditor/Private/Designer/DesignTimeUtils.h index 1153b4d835b5..ad95c92926ee 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/DesignTimeUtils.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/DesignTimeUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SWidget; diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.cpp index b60d7b6f9ec0..d2cc9b783bb1 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "DesignerCommands.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.h b/Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.h index b3038ef9353b..0337320d2bcf 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignSurface.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignSurface.cpp index 08c38ea0872c..cf568a2f9f5d 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignSurface.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignSurface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignSurface.h b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignSurface.h index 70abbcba3153..21ab4e7a9a66 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignSurface.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignSurface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerToolBar.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerToolBar.cpp index bb2adb288967..2a652c1b69be 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerToolBar.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerToolBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "DesignerCommands.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerToolBar.h b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerToolBar.h index ffcf44762325..c635bd8264a4 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerToolBar.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerToolBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerView.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerView.cpp index 5f76c3feda55..ed9f88ca501b 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerView.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerView.h b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerView.h index 8d2e01f7d9ba..3a2ed908470a 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerView.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SDesignerView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SDisappearingBar.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/SDisappearingBar.cpp index b305de715d00..331bc2520299 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SDisappearingBar.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SDisappearingBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SDisappearingBar.h b/Engine/Source/Editor/UMGEditor/Private/Designer/SDisappearingBar.h index 8d23f9dd3119..8c523de1f49a 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SDisappearingBar.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SDisappearingBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SPaintSurface.h b/Engine/Source/Editor/UMGEditor/Private/Designer/SPaintSurface.h index 4b46cd61f1e9..bae974ea2b09 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SPaintSurface.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SPaintSurface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SRuler.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/SRuler.cpp index 5e6dfcc8b023..4be189e94504 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SRuler.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SRuler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SRuler.h b/Engine/Source/Editor/UMGEditor/Private/Designer/SRuler.h index e55f77ba2e8b..3089d3615a10 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SRuler.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SRuler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/STransformHandle.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/STransformHandle.cpp index 3d981c44fa7d..256ec66f6188 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/STransformHandle.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/STransformHandle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "IUMGDesigner.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/STransformHandle.h b/Engine/Source/Editor/UMGEditor/Private/Designer/STransformHandle.h index c8e16ef5c7be..15b9b1309849 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/STransformHandle.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/STransformHandle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SZoomPan.cpp b/Engine/Source/Editor/UMGEditor/Private/Designer/SZoomPan.cpp index fbe3d84c9835..802d285e5fa6 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SZoomPan.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SZoomPan.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Designer/SZoomPan.h b/Engine/Source/Editor/UMGEditor/Private/Designer/SZoomPan.h index dafe8856cbfa..dc12099d1252 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Designer/SZoomPan.h +++ b/Engine/Source/Editor/UMGEditor/Private/Designer/SZoomPan.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Details/DetailWidgetExtensionHandler.cpp b/Engine/Source/Editor/UMGEditor/Private/Details/DetailWidgetExtensionHandler.cpp index a485854aa052..884879ea9940 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Details/DetailWidgetExtensionHandler.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Details/DetailWidgetExtensionHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "DetailWidgetExtensionHandler.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Details/DetailWidgetExtensionHandler.h b/Engine/Source/Editor/UMGEditor/Private/Details/DetailWidgetExtensionHandler.h index 4cb1a4b40152..1f06e109369f 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Details/DetailWidgetExtensionHandler.h +++ b/Engine/Source/Editor/UMGEditor/Private/Details/DetailWidgetExtensionHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Details/SPropertyBinding.cpp b/Engine/Source/Editor/UMGEditor/Private/Details/SPropertyBinding.cpp index 8765cab1360a..e3a6cf64a1b3 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Details/SPropertyBinding.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Details/SPropertyBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "DetailLayoutBuilder.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Details/SPropertyBinding.h b/Engine/Source/Editor/UMGEditor/Private/Details/SPropertyBinding.h index f5bac2a7187e..789e8ac1851f 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Details/SPropertyBinding.h +++ b/Engine/Source/Editor/UMGEditor/Private/Details/SPropertyBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WidgetBlueprintEditor.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Details/SWidgetDetailsView.cpp b/Engine/Source/Editor/UMGEditor/Private/Details/SWidgetDetailsView.cpp index d4fdc1606ad3..a5f1fc1ddc68 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Details/SWidgetDetailsView.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Details/SWidgetDetailsView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "SWidgetDetailsView.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Details/SWidgetDetailsView.h b/Engine/Source/Editor/UMGEditor/Private/Details/SWidgetDetailsView.h index 3a7c108ee182..b064c4a07a25 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Details/SWidgetDetailsView.h +++ b/Engine/Source/Editor/UMGEditor/Private/Details/SWidgetDetailsView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/DragDrop/WidgetTemplateDragDropOp.cpp b/Engine/Source/Editor/UMGEditor/Private/DragDrop/WidgetTemplateDragDropOp.cpp index 197b18c9a4af..7a6aae39e425 100644 --- a/Engine/Source/Editor/UMGEditor/Private/DragDrop/WidgetTemplateDragDropOp.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/DragDrop/WidgetTemplateDragDropOp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/DragDrop/WidgetTemplateDragDropOp.h b/Engine/Source/Editor/UMGEditor/Private/DragDrop/WidgetTemplateDragDropOp.h index f402e1bba01e..a1068745d5d0 100644 --- a/Engine/Source/Editor/UMGEditor/Private/DragDrop/WidgetTemplateDragDropOp.h +++ b/Engine/Source/Editor/UMGEditor/Private/DragDrop/WidgetTemplateDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/CanvasSlotExtension.cpp b/Engine/Source/Editor/UMGEditor/Private/Extensions/CanvasSlotExtension.cpp index ccb455aefbf9..6a0c6251f942 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/CanvasSlotExtension.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/CanvasSlotExtension.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/CanvasPanel.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/CanvasSlotExtension.h b/Engine/Source/Editor/UMGEditor/Private/Extensions/CanvasSlotExtension.h index cf148f07a280..1b9896303f28 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/CanvasSlotExtension.h +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/CanvasSlotExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/DesignerExtension.cpp b/Engine/Source/Editor/UMGEditor/Private/Extensions/DesignerExtension.cpp index 2bbf88e389b5..85f277b56db8 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/DesignerExtension.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/DesignerExtension.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/Widget.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.cpp b/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.cpp index bf2d5822b0e0..424bd37f999e 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/GridSlot.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.h b/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.h index 256bf497a416..098d08bea88c 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.h +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/GridSlotExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/HorizontalSlotExtension.cpp b/Engine/Source/Editor/UMGEditor/Private/Extensions/HorizontalSlotExtension.cpp index e462352ad339..875c2bdf21eb 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/HorizontalSlotExtension.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/HorizontalSlotExtension.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/HorizontalBox.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/HorizontalSlotExtension.h b/Engine/Source/Editor/UMGEditor/Private/Extensions/HorizontalSlotExtension.h index 367f6ae9bc46..448ef4cfe4d0 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/HorizontalSlotExtension.h +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/HorizontalSlotExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/UniformGridSlotExtension.cpp b/Engine/Source/Editor/UMGEditor/Private/Extensions/UniformGridSlotExtension.cpp index 2180a8a619b7..a99a0926abef 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/UniformGridSlotExtension.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/UniformGridSlotExtension.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/UniformGridSlot.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/UniformGridSlotExtension.h b/Engine/Source/Editor/UMGEditor/Private/Extensions/UniformGridSlotExtension.h index 22db19d6b0f0..0d321bd7fe17 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/UniformGridSlotExtension.h +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/UniformGridSlotExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/VerticalSlotExtension.cpp b/Engine/Source/Editor/UMGEditor/Private/Extensions/VerticalSlotExtension.cpp index b25df99e86d5..9fa855594feb 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/VerticalSlotExtension.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/VerticalSlotExtension.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/VerticalBox.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Extensions/VerticalSlotExtension.h b/Engine/Source/Editor/UMGEditor/Private/Extensions/VerticalSlotExtension.h index 1954229ad9f7..2f9177ca59a6 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Extensions/VerticalSlotExtension.h +++ b/Engine/Source/Editor/UMGEditor/Private/Extensions/VerticalSlotExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyView.cpp b/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyView.cpp index 0ad503e6e717..e4d67edbb2b4 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyView.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "SHierarchyView.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyView.h b/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyView.h index ee588c4b5e95..6398494b8aee 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyView.h +++ b/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyViewItem.cpp b/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyViewItem.cpp index d8528593212c..bb698b896bd1 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyViewItem.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyViewItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "SHierarchyViewItem.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyViewItem.h b/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyViewItem.h index 006224ad7e0b..7edba381c66a 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyViewItem.h +++ b/Engine/Source/Editor/UMGEditor/Private/Hierarchy/SHierarchyViewItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateDragDropOperation.cpp b/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateDragDropOperation.cpp index 0a9700555d2a..751340353226 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateDragDropOperation.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateDragDropOperation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Blueprint/DragDropOperation.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateDragDropOperation.h b/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateDragDropOperation.h index 6fd6c336f928..3c65dfa59a34 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateDragDropOperation.h +++ b/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateDragDropOperation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateWidget.cpp b/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateWidget.cpp index 9b785f58f3c2..318bcfd421a2 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateWidget.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Blueprint/UserWidget.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateWidget.h b/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateWidget.h index bc02ec469598..f6d06c387586 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateWidget.h +++ b/Engine/Source/Editor/UMGEditor/Private/Nodes/K2Node_CreateWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Palette/SPaletteView.cpp b/Engine/Source/Editor/UMGEditor/Private/Palette/SPaletteView.cpp index 17c1fcdca076..ffc9866f59dd 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Palette/SPaletteView.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Palette/SPaletteView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Palette/SPaletteView.h b/Engine/Source/Editor/UMGEditor/Private/Palette/SPaletteView.h index 71151048e6e5..7d4c22fb3ad6 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Palette/SPaletteView.h +++ b/Engine/Source/Editor/UMGEditor/Private/Palette/SPaletteView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Misc/TextFilter.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Settings/WidgetDesignerSettings.cpp b/Engine/Source/Editor/UMGEditor/Private/Settings/WidgetDesignerSettings.cpp index e340c1f85b3b..dc119eb04b27 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Settings/WidgetDesignerSettings.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Settings/WidgetDesignerSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Settings/WidgetDesignerSettings.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/SlateVectorArtDataFactory.cpp b/Engine/Source/Editor/UMGEditor/Private/SlateVectorArtDataFactory.cpp index f61b70328936..464c9df375fa 100644 --- a/Engine/Source/Editor/UMGEditor/Private/SlateVectorArtDataFactory.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/SlateVectorArtDataFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "SlateVectorArtData.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/AnimationTabSummoner.cpp b/Engine/Source/Editor/UMGEditor/Private/TabFactory/AnimationTabSummoner.cpp index aeef78037460..45c0a60705fc 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/AnimationTabSummoner.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/AnimationTabSummoner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/AnimationTabSummoner.h b/Engine/Source/Editor/UMGEditor/Private/TabFactory/AnimationTabSummoner.h index aa5c893a8064..fdc051cfc4ee 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/AnimationTabSummoner.h +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/AnimationTabSummoner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorkflowOrientedApp/WorkflowTabFactory.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/DesignerTabSummoner.cpp b/Engine/Source/Editor/UMGEditor/Private/TabFactory/DesignerTabSummoner.cpp index bac1dc93b4ab..1398801d95d9 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/DesignerTabSummoner.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/DesignerTabSummoner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/DesignerTabSummoner.h b/Engine/Source/Editor/UMGEditor/Private/TabFactory/DesignerTabSummoner.h index 109cc4411f89..1053dcfe2a58 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/DesignerTabSummoner.h +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/DesignerTabSummoner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorkflowOrientedApp/WorkflowTabFactory.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/DetailsTabSummoner.cpp b/Engine/Source/Editor/UMGEditor/Private/TabFactory/DetailsTabSummoner.cpp index aeb9ed5ebbbd..fb99e73be1ad 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/DetailsTabSummoner.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/DetailsTabSummoner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/DetailsTabSummoner.h b/Engine/Source/Editor/UMGEditor/Private/TabFactory/DetailsTabSummoner.h index 062aaf0b8114..9fcf2f6b687c 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/DetailsTabSummoner.h +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/DetailsTabSummoner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorkflowOrientedApp/WorkflowTabFactory.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/HierarchyTabSummoner.cpp b/Engine/Source/Editor/UMGEditor/Private/TabFactory/HierarchyTabSummoner.cpp index f320129febd1..737567daca16 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/HierarchyTabSummoner.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/HierarchyTabSummoner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "HierarchyTabSummoner.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/HierarchyTabSummoner.h b/Engine/Source/Editor/UMGEditor/Private/TabFactory/HierarchyTabSummoner.h index 2c59244a255f..2649475e27a1 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/HierarchyTabSummoner.h +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/HierarchyTabSummoner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorkflowOrientedApp/WorkflowTabFactory.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/PaletteTabSummoner.cpp b/Engine/Source/Editor/UMGEditor/Private/TabFactory/PaletteTabSummoner.cpp index 66e3e6b2bcfb..3cc2bb48e8ad 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/PaletteTabSummoner.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/PaletteTabSummoner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/PaletteTabSummoner.h b/Engine/Source/Editor/UMGEditor/Private/TabFactory/PaletteTabSummoner.h index d6ec4411e1b2..7f4419323cde 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/PaletteTabSummoner.h +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/PaletteTabSummoner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorkflowOrientedApp/WorkflowTabFactory.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/SequencerTabSummoner.cpp b/Engine/Source/Editor/UMGEditor/Private/TabFactory/SequencerTabSummoner.cpp index 53bd1eccfd57..49426b9e1faa 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/SequencerTabSummoner.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/SequencerTabSummoner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/TabFactory/SequencerTabSummoner.h b/Engine/Source/Editor/UMGEditor/Private/TabFactory/SequencerTabSummoner.h index 1c60e15734fb..d01c5ae1fb91 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TabFactory/SequencerTabSummoner.h +++ b/Engine/Source/Editor/UMGEditor/Private/TabFactory/SequencerTabSummoner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorkflowOrientedApp/WorkflowTabFactory.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplate.cpp b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplate.cpp index 2aa6c70ef069..f34d927b3934 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplate.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateBlueprintClass.cpp b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateBlueprintClass.cpp index 441b2a510d3a..a3885aad983f 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateBlueprintClass.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateBlueprintClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Blueprint/UserWidget.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateBlueprintClass.h b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateBlueprintClass.h index 17b9063d7140..0613cb12236a 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateBlueprintClass.h +++ b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateBlueprintClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateClass.cpp b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateClass.cpp index 0f0a91cbaf12..159e2d57eaab 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateClass.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/Widget.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateClass.h b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateClass.h index 67d0c29e3177..aacbd340db62 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateClass.h +++ b/Engine/Source/Editor/UMGEditor/Private/Templates/WidgetTemplateClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/TreeFilterHandler.h b/Engine/Source/Editor/UMGEditor/Private/TreeFilterHandler.h index 1ae29e05ae49..04dbce684313 100644 --- a/Engine/Source/Editor/UMGEditor/Private/TreeFilterHandler.h +++ b/Engine/Source/Editor/UMGEditor/Private/TreeFilterHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/UMGEditorActions.cpp b/Engine/Source/Editor/UMGEditor/Private/UMGEditorActions.cpp index 10d1addbfdbd..9385d4d8e707 100644 --- a/Engine/Source/Editor/UMGEditor/Private/UMGEditorActions.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/UMGEditorActions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/UMGEditorActions.h b/Engine/Source/Editor/UMGEditor/Private/UMGEditorActions.h index 6c6f8311293a..64a83213061c 100644 --- a/Engine/Source/Editor/UMGEditor/Private/UMGEditorActions.h +++ b/Engine/Source/Editor/UMGEditor/Private/UMGEditorActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/UMGEditorModule.cpp b/Engine/Source/Editor/UMGEditor/Private/UMGEditorModule.cpp index 2fa1e412e578..2f668adecf92 100644 --- a/Engine/Source/Editor/UMGEditor/Private/UMGEditorModule.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/UMGEditorModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/UMGEditorPrivatePCH.h b/Engine/Source/Editor/UMGEditor/Private/UMGEditorPrivatePCH.h index 24dfa2c36ed6..ac929bb19b91 100644 --- a/Engine/Source/Editor/UMGEditor/Private/UMGEditorPrivatePCH.h +++ b/Engine/Source/Editor/UMGEditor/Private/UMGEditorPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateBasics.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Utility/WidgetSlotPair.cpp b/Engine/Source/Editor/UMGEditor/Private/Utility/WidgetSlotPair.cpp index 5eba3c888a7e..f52e901b6709 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Utility/WidgetSlotPair.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/Utility/WidgetSlotPair.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "WidgetSlotPair.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/Utility/WidgetSlotPair.h b/Engine/Source/Editor/UMGEditor/Private/Utility/WidgetSlotPair.h index 1ffcc16ea2f5..2a939be2b129 100644 --- a/Engine/Source/Editor/UMGEditor/Private/Utility/WidgetSlotPair.h +++ b/Engine/Source/Editor/UMGEditor/Private/Utility/WidgetSlotPair.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprint.cpp b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprint.cpp index 2b90a373548b..6d5fc71a0da6 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprint.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.cpp b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.cpp index c465bd892c12..769fde892584 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.h b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.h index 811f0f708563..e41da51ac4d5 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.h +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.cpp b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.cpp index f7102b70f32e..d8a78fad76b2 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.h b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.h index c0f355f1f7bb..c4c12eb2025d 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.h +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorToolbar.cpp b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorToolbar.cpp index 27d2a183cc9f..82038dcbf277 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorToolbar.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "IDocumentation.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorToolbar.h b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorToolbar.h index 9515f46da37b..c709e13ac751 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorToolbar.h +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.cpp b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.cpp index 1ca99ecfda51..0cee09f0dd40 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "Components/PanelSlot.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.h b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.h index 3e35d4d27ea9..df617311ea56 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.h +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintFactory.cpp b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintFactory.cpp index f05240f4ffe8..e33cc4468414 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintFactory.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetGraphSchema.cpp b/Engine/Source/Editor/UMGEditor/Private/WidgetGraphSchema.cpp index 16ee5fec369c..e3db5a80901f 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetGraphSchema.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "WidgetGraphSchema.h" diff --git a/Engine/Source/Editor/UMGEditor/Private/WidgetReference.cpp b/Engine/Source/Editor/UMGEditor/Private/WidgetReference.cpp index d7b76de0ec43..ee8a26f36540 100644 --- a/Engine/Source/Editor/UMGEditor/Private/WidgetReference.cpp +++ b/Engine/Source/Editor/UMGEditor/Private/WidgetReference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGEditorPrivatePCH.h" #include "WidgetReference.h" diff --git a/Engine/Source/Editor/UMGEditor/Public/DesignerExtension.h b/Engine/Source/Editor/UMGEditor/Public/DesignerExtension.h index b6b71d06025e..ee4a22e5f358 100644 --- a/Engine/Source/Editor/UMGEditor/Public/DesignerExtension.h +++ b/Engine/Source/Editor/UMGEditor/Public/DesignerExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Public/IUMGDesigner.h b/Engine/Source/Editor/UMGEditor/Public/IUMGDesigner.h index 045082ef576c..8f677cfae829 100644 --- a/Engine/Source/Editor/UMGEditor/Public/IUMGDesigner.h +++ b/Engine/Source/Editor/UMGEditor/Public/IUMGDesigner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Public/Settings/WidgetDesignerSettings.h b/Engine/Source/Editor/UMGEditor/Public/Settings/WidgetDesignerSettings.h index 1c578324d543..b44cfc7da879 100644 --- a/Engine/Source/Editor/UMGEditor/Public/Settings/WidgetDesignerSettings.h +++ b/Engine/Source/Editor/UMGEditor/Public/Settings/WidgetDesignerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Public/SlateVectorArtDataFactory.h b/Engine/Source/Editor/UMGEditor/Public/SlateVectorArtDataFactory.h index e5929ab16fb2..9823c95f22e3 100644 --- a/Engine/Source/Editor/UMGEditor/Public/SlateVectorArtDataFactory.h +++ b/Engine/Source/Editor/UMGEditor/Public/SlateVectorArtDataFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Public/UMGEditorModule.h b/Engine/Source/Editor/UMGEditor/Public/UMGEditorModule.h index 9a8ea886f26e..f2bb64659f6f 100644 --- a/Engine/Source/Editor/UMGEditor/Public/UMGEditorModule.h +++ b/Engine/Source/Editor/UMGEditor/Public/UMGEditorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Public/WidgetBlueprint.h b/Engine/Source/Editor/UMGEditor/Public/WidgetBlueprint.h index 822792f9f00b..1ab0c6cb32ad 100644 --- a/Engine/Source/Editor/UMGEditor/Public/WidgetBlueprint.h +++ b/Engine/Source/Editor/UMGEditor/Public/WidgetBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Blueprint/WidgetBlueprintGeneratedClass.h" diff --git a/Engine/Source/Editor/UMGEditor/Public/WidgetReference.h b/Engine/Source/Editor/UMGEditor/Public/WidgetReference.h index d22d57502471..8bc79eb7dc67 100644 --- a/Engine/Source/Editor/UMGEditor/Public/WidgetReference.h +++ b/Engine/Source/Editor/UMGEditor/Public/WidgetReference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UMGEditor/Public/WidgetTemplate.h b/Engine/Source/Editor/UMGEditor/Public/WidgetTemplate.h index 40d36405897c..24392a23a27b 100644 --- a/Engine/Source/Editor/UMGEditor/Public/WidgetTemplate.h +++ b/Engine/Source/Editor/UMGEditor/Public/WidgetTemplate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct FSlateBrush; diff --git a/Engine/Source/Editor/UMGEditor/UMGEditor.Build.cs b/Engine/Source/Editor/UMGEditor/UMGEditor.Build.cs index 2fe1cc8a81df..0b96faf85e09 100644 --- a/Engine/Source/Editor/UMGEditor/UMGEditor.Build.cs +++ b/Engine/Source/Editor/UMGEditor/UMGEditor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/UndoHistory/Private/UndoHistoryModule.cpp b/Engine/Source/Editor/UndoHistory/Private/UndoHistoryModule.cpp index 3e8d2f47a81b..34127f1ea7d2 100644 --- a/Engine/Source/Editor/UndoHistory/Private/UndoHistoryModule.cpp +++ b/Engine/Source/Editor/UndoHistory/Private/UndoHistoryModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UndoHistoryPrivatePCH.h" #include "UndoHistoryModule.h" diff --git a/Engine/Source/Editor/UndoHistory/Private/UndoHistoryPrivatePCH.h b/Engine/Source/Editor/UndoHistory/Private/UndoHistoryPrivatePCH.h index be0f098ef41a..74164946f19d 100644 --- a/Engine/Source/Editor/UndoHistory/Private/UndoHistoryPrivatePCH.h +++ b/Engine/Source/Editor/UndoHistory/Private/UndoHistoryPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistory.cpp b/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistory.cpp index 113b862d56e5..842e795d5473 100644 --- a/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistory.cpp +++ b/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UndoHistoryPrivatePCH.h" diff --git a/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistory.h b/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistory.h index bc724c4b2920..f7a4af9b52e9 100644 --- a/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistory.h +++ b/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistoryTableRow.h b/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistoryTableRow.h index 2df26699e9d0..b129b8fd7398 100644 --- a/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistoryTableRow.h +++ b/Engine/Source/Editor/UndoHistory/Private/Widgets/SUndoHistoryTableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UndoHistory/Public/Interfaces/IUndoHistoryModule.h b/Engine/Source/Editor/UndoHistory/Public/Interfaces/IUndoHistoryModule.h index 0173347ec837..d4fef6399e9e 100644 --- a/Engine/Source/Editor/UndoHistory/Public/Interfaces/IUndoHistoryModule.h +++ b/Engine/Source/Editor/UndoHistory/Public/Interfaces/IUndoHistoryModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UndoHistory/Public/UndoHistory.h b/Engine/Source/Editor/UndoHistory/Public/UndoHistory.h index f72e51022f02..8c81759bc6fd 100644 --- a/Engine/Source/Editor/UndoHistory/Public/UndoHistory.h +++ b/Engine/Source/Editor/UndoHistory/Public/UndoHistory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UndoHistory/Public/UndoHistoryModule.h b/Engine/Source/Editor/UndoHistory/Public/UndoHistoryModule.h index 5434b64641d5..b3f28c933297 100644 --- a/Engine/Source/Editor/UndoHistory/Public/UndoHistoryModule.h +++ b/Engine/Source/Editor/UndoHistory/Public/UndoHistoryModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UndoHistory/UndoHistory.Build.cs b/Engine/Source/Editor/UndoHistory/UndoHistory.Build.cs index dcecb513aa04..0167e95ac550 100644 --- a/Engine/Source/Editor/UndoHistory/UndoHistory.Build.cs +++ b/Engine/Source/Editor/UndoHistory/UndoHistory.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactory.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactory.h index e0b244fee899..0347ab0d8ab6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAmbientSound.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAmbientSound.h index 7452ce46e471..6b6e522ea83c 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAmbientSound.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAmbientSound.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAnimationAsset.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAnimationAsset.h index 3fd8c02b8196..371f0a5cc151 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAnimationAsset.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAnimationAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAtmosphericFog.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAtmosphericFog.h index 12a1d9269b4e..2f4fdfedbf40 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAtmosphericFog.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryAtmosphericFog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBasicShape.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBasicShape.h index 2e859bb22131..9567731c3869 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBasicShape.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBasicShape.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBlueprint.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBlueprint.h index 7ccf50bdc3b7..72c4966e0633 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBlueprint.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBoxReflectionCapture.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBoxReflectionCapture.h index 0cd4ed903583..bd706e143e07 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBoxReflectionCapture.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBoxReflectionCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBoxVolume.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBoxVolume.h index 891c69b5dc17..c6d28f8f10c6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBoxVolume.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryBoxVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCameraActor.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCameraActor.h index 4c29562cf9bf..86b69ba21d47 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCameraActor.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCameraActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCharacter.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCharacter.h index e7e3da09364e..6c57026b0052 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCharacter.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryClass.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryClass.h index 89fec41106b5..ef5da63a27de 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryClass.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCylinderVolume.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCylinderVolume.h index 35242e531281..d7108e94f9d2 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCylinderVolume.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryCylinderVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDeferredDecal.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDeferredDecal.h index d08e166314c8..50612866a681 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDeferredDecal.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDeferredDecal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDestructible.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDestructible.h index b0b11bbda11e..05527f867f7b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDestructible.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDestructible.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDirectionalLight.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDirectionalLight.h index fa57e5011432..3d65d244c9c9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDirectionalLight.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDirectionalLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryEmitter.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryEmitter.h index c1eb042e9ea7..900e20769fac 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryEmitter.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryEmitter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryEmptyActor.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryEmptyActor.h index 698880014a5b..4b6fbb1617e1 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryEmptyActor.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryEmptyActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryExponentialHeightFog.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryExponentialHeightFog.h index 36a0c633e8c7..7d0f0b104355 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryExponentialHeightFog.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryExponentialHeightFog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryInteractiveFoliage.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryInteractiveFoliage.h index 99626c5fbe07..bcf560fdea0f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryInteractiveFoliage.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryInteractiveFoliage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryMatineeActor.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryMatineeActor.h index f9a4dcc9ae85..4fe634794fda 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryMatineeActor.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryMatineeActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryNiagara.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryNiagara.h index 0398ab4a1d48..0b22f7556b1a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryNiagara.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryNiagara.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryNote.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryNote.h index 02e2027e8290..18e066286c89 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryNote.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryNote.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ActorFactoryNote.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPawn.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPawn.h index a9881dab82ee..5fb1dba6973d 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPawn.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPhysicsAsset.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPhysicsAsset.h index 0fad96738f0d..1000ba37ef1a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPhysicsAsset.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPhysicsAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPlaneReflectionCapture.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPlaneReflectionCapture.h index 12401509f598..830c41c6c504 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPlaneReflectionCapture.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPlaneReflectionCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPlayerStart.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPlayerStart.h index be27344c8d37..b0787e8da29b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPlayerStart.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPlayerStart.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPointLight.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPointLight.h index c4f12e9b000f..9946f9ce1c68 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPointLight.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryPointLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySkeletalMesh.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySkeletalMesh.h index 55f36e57176c..938685862755 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySkeletalMesh.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySkeletalMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySkyLight.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySkyLight.h index 26ef13df9c20..00fd739b56d7 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySkyLight.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySkyLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySphereReflectionCapture.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySphereReflectionCapture.h index 073f54ff3beb..f46939593330 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySphereReflectionCapture.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySphereReflectionCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySphereVolume.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySphereVolume.h index 3679ca3aa05d..cacbbd4c04f5 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySphereVolume.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySphereVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySpotLight.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySpotLight.h index 59622c4d2fb2..f25124fd95b9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySpotLight.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactorySpotLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryStaticMesh.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryStaticMesh.h index 3f6331190540..e1104366d68b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryStaticMesh.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryStaticMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTargetPoint.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTargetPoint.h index 9db89ab258ff..e2c7a8215b3b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTargetPoint.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTargetPoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ActorFactoryTargetPoint.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTextRender.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTextRender.h index 9256807a20a2..9fc9ddefbdf6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTextRender.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTextRender.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerBox.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerBox.h index d2acf554d143..a9c4b5e949af 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerBox.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerCapsule.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerCapsule.h index d77803254a00..76bbf967f8ee 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerCapsule.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerCapsule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerSphere.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerSphere.h index b94da11de09a..251abd42cabb 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerSphere.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryTriggerSphere.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryVectorFieldVolume.h b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryVectorFieldVolume.h index 493d8cc25c7b..c610c291f5a5 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryVectorFieldVolume.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryVectorFieldVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Analytics/AnalyticsPrivacySettings.h b/Engine/Source/Editor/UnrealEd/Classes/Analytics/AnalyticsPrivacySettings.h index ce8c59328c1e..bb57021accb8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Analytics/AnalyticsPrivacySettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Analytics/AnalyticsPrivacySettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // AnalyticsPrivacySettings diff --git a/Engine/Source/Editor/UnrealEd/Classes/Animation/DebugSkelMeshComponent.h b/Engine/Source/Editor/UnrealEd/Classes/Animation/DebugSkelMeshComponent.h index f380ff2f0a43..9d98c1e92e67 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Animation/DebugSkelMeshComponent.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Animation/DebugSkelMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimBaseObj.h b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimBaseObj.h index 27524dab09dd..8b00cb9fe096 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimBaseObj.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimBaseObj.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Abstract base class of animation composite base diff --git a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimCompositeSegment.h b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimCompositeSegment.h index d928ee3fe645..38142beb28db 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimCompositeSegment.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimCompositeSegment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Abstract base class of animation composite base diff --git a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimSegment.h b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimSegment.h index 29353b877908..7db0bcb1e7fb 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimSegment.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimSegment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Abstract base class of animation composite base diff --git a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorCompositeSection.h b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorCompositeSection.h index abd3ba865b37..13d91e35685c 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorCompositeSection.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorCompositeSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Abstract base class of animation composite base diff --git a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorNotifyObject.h b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorNotifyObject.h index 2f09c008c744..620d0c090411 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorNotifyObject.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorNotifyObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ////////////////////////////////////////////////////////////////////////// // Proxy object for displaying notifies in the details panel with diff --git a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorParentPlayerListObj.h b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorParentPlayerListObj.h index 3c36852cc3ed..f97c45bce9c9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorParentPlayerListObj.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorParentPlayerListObj.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimBlueprint.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorSkeletonNotifyObj.h b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorSkeletonNotifyObj.h index f57c3e4bcaf6..688a98f9e1f6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorSkeletonNotifyObj.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Animation/EditorSkeletonNotifyObj.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Proxy class for display skeleton notifies in the details panel diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/ConeBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/ConeBuilder.h index 6736b5a1777a..519b787ca3c9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/ConeBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/ConeBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ConeBuilder: Builds a 3D cone brush, compatible with cylinder of same size. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/CubeBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/CubeBuilder.h index 444483bf4b36..971b239c6501 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/CubeBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/CubeBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * CubeBuilder: Builds a 3D cube brush. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/CurvedStairBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/CurvedStairBuilder.h index 8da2e248465b..3ad1141c7799 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/CurvedStairBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/CurvedStairBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/CylinderBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/CylinderBuilder.h index 7a8ddbd6555a..f449a3e3a57d 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/CylinderBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/CylinderBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/EditorBrushBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/EditorBrushBuilder.h index 47a4b3a00405..968e65fcf3f6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/EditorBrushBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/EditorBrushBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/BrushBuilder.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/LinearStairBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/LinearStairBuilder.h index 08e80c25ba73..e72987f27673 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/LinearStairBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/LinearStairBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // LinearStairBuilder: Builds a Linear Staircase. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/SheetBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/SheetBuilder.h index 7ed27521b179..233898accf50 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/SheetBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/SheetBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SheetBuilder: Builds a simple sheet. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/SpiralStairBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/SpiralStairBuilder.h index 9f5d464c27e3..deeda155aecf 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/SpiralStairBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/SpiralStairBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SpiralStairBuilder: Builds a spiral staircase. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/TetrahedronBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/TetrahedronBuilder.h index 44f3f8119cd0..b68f62588142 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/TetrahedronBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/TetrahedronBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TetrahedronBuilder: Builds an octahedron (not tetrahedron) - experimental. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Builders/VolumetricBuilder.h b/Engine/Source/Editor/UnrealEd/Classes/Builders/VolumetricBuilder.h index a509421ac23a..ee9836b572f9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Builders/VolumetricBuilder.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Builders/VolumetricBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // VolumetricBuilder: Builds a volumetric brush (criss-crossed sheets). diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/AudioTestCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/AudioTestCommandlet.h index 8c56a36e6b5e..4a4be38edfd6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/AudioTestCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/AudioTestCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/CompressAnimationsCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/CompressAnimationsCommandlet.h index 8d5a2331108f..5085912452c9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/CompressAnimationsCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/CompressAnimationsCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/CookCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/CookCommandlet.h index 7d15ad3e079b..b846c4751e6c 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/CookCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/CookCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CookCommandlet.cpp: Commandlet for cooking content diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DerivedDataCacheCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DerivedDataCacheCommandlet.h index 10d30acc6329..ed126d9a2f98 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DerivedDataCacheCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DerivedDataCacheCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DerivedDataCacheCommandlet.cpp: Commandlet for DDC maintenence diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffAssetsCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffAssetsCommandlet.h index d8839906810a..e67901e2dbc7 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffAssetsCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffAssetsCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Commandlet to allow diff in P4V, and expose that functionality to the editor diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffFilesCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffFilesCommandlet.h index a93128b49178..6660b2a31ebc 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffFilesCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffFilesCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffPackagesCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffPackagesCommandlet.h index 788e68bb4d3b..b8aa850c81d4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffPackagesCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffPackagesCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpBlueprintsInfoCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpBlueprintsInfoCommandlet.h index 6bb447e74a89..def449e173f4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpBlueprintsInfoCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpBlueprintsInfoCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpHiddenCategoriesCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpHiddenCategoriesCommandlet.h index 4f6926c60f08..ce020ec318a5 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpHiddenCategoriesCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpHiddenCategoriesCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/FileServerCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/FileServerCommandlet.h index 26d07180a923..721a611a19fb 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/FileServerCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/FileServerCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FileServerCommandlet.h: Declares the UFileServerCommandlet class. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/FixupRedirectsCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/FixupRedirectsCommandlet.h index 46eb101f2a4d..1d3b44cd275a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/FixupRedirectsCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/FixupRedirectsCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandlet.h index ecafaca8e15f..fe7038fccee5 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/GatherTextCommandletBase.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h index 321eaadc0592..068b8e224b04 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromAssetsCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromAssetsCommandlet.h index 0e43cdf575c0..fee2ca974170 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromAssetsCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromAssetsCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/GatherTextCommandletBase.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromMetadataCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromMetadataCommandlet.h index dc52c20a69b5..a1ba84ecaf82 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromMetadataCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromMetadataCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h index 7e0f3f3175a9..eeaef4449802 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextFromSourceCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateBlueprintAPICommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateBlueprintAPICommandlet.h index 0b20c0d6127c..ec1149264840 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateBlueprintAPICommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateBlueprintAPICommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateDistillFileSetsCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateDistillFileSetsCommandlet.h index 2d8b16508381..367be447ba77 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateDistillFileSetsCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateDistillFileSetsCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Find AnimNotify instances that do not have the AnimSeqeunce that 'owns' them as their outer. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateGatherArchiveCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateGatherArchiveCommandlet.h index db46eb69251d..dd299fb41ba1 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateGatherArchiveCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateGatherArchiveCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateGatherManifestCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateGatherManifestCommandlet.h index 4c8d59597874..f85c857b85eb 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateGatherManifestCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateGatherManifestCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationReportCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationReportCommandlet.h index 26e9894a8ecb..d34ce4516bef 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationReportCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationReportCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationResourceCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationResourceCommandlet.h index 4d0c72920916..6ccd5e34eca2 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationResourceCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationResourceCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationConditioningCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationConditioningCommandlet.h index 0baeacd7d172..a28d1bdd10ad 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationConditioningCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationConditioningCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationExportCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationExportCommandlet.h index 2f507c1d49a6..8dd08fe1174d 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationExportCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/InternationalizationExportCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListMaterialsUsedWithMeshEmittersCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListMaterialsUsedWithMeshEmittersCommandlet.h index cedf5994a2dc..9412f575fa33 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListMaterialsUsedWithMeshEmittersCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListMaterialsUsedWithMeshEmittersCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListStaticMeshesImportedFromSpeedTreesCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListStaticMeshesImportedFromSpeedTreesCommandlet.h index 6377c824eb62..124b8ef9a62a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListStaticMeshesImportedFromSpeedTreesCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListStaticMeshesImportedFromSpeedTreesCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/LoadPackageCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/LoadPackageCommandlet.h index 5f7d79284125..f29ec88b58d6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/LoadPackageCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/LoadPackageCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ParticleSystemAuditCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ParticleSystemAuditCommandlet.h index 57118ec5757a..926bdbbd996d 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ParticleSystemAuditCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ParticleSystemAuditCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/PkgInfoCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/PkgInfoCommandlet.h index e916ce2140be..ddb874bc9dc9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/PkgInfoCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/PkgInfoCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/RepairLocalizationDataCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/RepairLocalizationDataCommandlet.h index db5b0d1d3a31..8809955e1151 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/RepairLocalizationDataCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/RepairLocalizationDataCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ReplaceActorCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ReplaceActorCommandlet.h index cd091a7bd3cb..c02463afc049 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ReplaceActorCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ReplaceActorCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ResavePackagesCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ResavePackagesCommandlet.h index 4bf2e2edeb15..7b3daafc9916 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ResavePackagesCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ResavePackagesCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/UpdateGameProjectCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/UpdateGameProjectCommandlet.h index 321eff21c55a..fb77f823284f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/UpdateGameProjectCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/UpdateGameProjectCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/WrangleContentCommandlet.h b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/WrangleContentCommandlet.h index fb4f75b41c5f..4e2177e99469 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Commandlets/WrangleContentCommandlet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Commandlets/WrangleContentCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h b/Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h index d1ced8131948..a125d31accd2 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CookOnTheFlyServer.h : handles polite cook requests via network ;) diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h index e54a91f1d504..e7ce4ee7d5d9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorPerProjectUserSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorPerProjectUserSettings.h index 10284da4d69f..bc7fbd6090ed 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorPerProjectUserSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorPerProjectUserSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/GroupActor.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/GroupActor.h index 4f22052713cf..e9ba72e17e52 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/GroupActor.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/GroupActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // GroupActor: Collects a group of actors, allowing for management and universal transformation. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/PropertyEditorTestObject.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/PropertyEditorTestObject.h index 1d9cb680e2d7..db7dd61cf897 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/PropertyEditorTestObject.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/PropertyEditorTestObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/TemplateMapMetadata.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/TemplateMapMetadata.h index d23cc72ccee2..f1a83a060aa8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/TemplateMapMetadata.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/TemplateMapMetadata.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/TransBuffer.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/TransBuffer.h index 41a7a6880d43..e9a671a65ba9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/TransBuffer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/TransBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Transaction tracking system, manages the undo and redo buffer. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h index 88c71c307921..02162f497449 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Base class for tracking transactions for undo/redo. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h index f43d145690f6..047e341f416f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UniquePtr.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdTypes.h b/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdTypes.h index efe51bbe282e..ed37b6130ff4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdTypes.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This will hold all of our enums and types and such that we need to diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/AnimSequenceExporterFBX.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/AnimSequenceExporterFBX.h index 90b6e5b07aa9..994266f425e0 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/AnimSequenceExporterFBX.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/AnimSequenceExporterFBX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // AnimSequenceExporterFBX diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/ExportTextContainer.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/ExportTextContainer.h index 67b24bf734c9..cef2b2e4fb5b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/ExportTextContainer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/ExportTextContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterFBX.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterFBX.h index ebb2daee190d..c39a2a746bbe 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterFBX.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterFBX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // LevelExporterFBX diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterLOD.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterLOD.h index bede996c6a1e..2355381c74b9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterLOD.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterLOD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // LevelExporterLOD diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterOBJ.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterOBJ.h index d4b5d6202086..080f0884e592 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterOBJ.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterOBJ.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // LevelExporterOBJ diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterSTL.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterSTL.h index f890aac46433..1cd23483fbf1 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterSTL.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterSTL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // LevelExporterSTL diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterT3D.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterT3D.h index d82081621e42..936a903e4cdc 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterT3D.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/LevelExporterT3D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // LevelExporterT3D diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/ModelExporterT3D.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/ModelExporterT3D.h index 131b7beaac38..9c82260f574e 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/ModelExporterT3D.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/ModelExporterT3D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ModelExporterT3D diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/ObjectExporterT3D.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/ObjectExporterT3D.h index edfeba1d2bef..ea528eb58913 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/ObjectExporterT3D.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/ObjectExporterT3D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ObjectExporterT3D diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/PolysExporterOBJ.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/PolysExporterOBJ.h index 0df07c15532c..c411e4a01c41 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/PolysExporterOBJ.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/PolysExporterOBJ.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // PolysExporterOBJ diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/PolysExporterT3D.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/PolysExporterT3D.h index e8bf01b9fd0a..8312b03ba634 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/PolysExporterT3D.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/PolysExporterT3D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // PolysExporterT3D diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SequenceExporterT3D.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SequenceExporterT3D.h index a7808e74c1a3..b1fb520cbfa1 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SequenceExporterT3D.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SequenceExporterT3D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SequenceExporterT3D diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SkeletalMeshExporterFBX.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SkeletalMeshExporterFBX.h index 01fc4bb34301..29dbf3c7c71d 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SkeletalMeshExporterFBX.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SkeletalMeshExporterFBX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SkeletalMeshExporterFBX diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterOGG.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterOGG.h index 4747ac14c934..28fb0df4f17a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterOGG.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterOGG.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SoundExporterOGG.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterWAV.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterWAV.h index 9ae2c278e026..7b67827961b0 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterWAV.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundExporterWAV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SoundExporterWAV.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundSurroundExporterWAV.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundSurroundExporterWAV.h index 265eb3438681..b67b24ca868e 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundSurroundExporterWAV.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/SoundSurroundExporterWAV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SoundSurroundExporterWAV diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/StaticMeshExporterFBX.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/StaticMeshExporterFBX.h index f17b613a58c0..653dea80806c 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/StaticMeshExporterFBX.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/StaticMeshExporterFBX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // StaticMeshExporterFBX diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/StaticMeshExporterOBJ.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/StaticMeshExporterOBJ.h index 61d5079a3798..a503ab33c5c9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/StaticMeshExporterOBJ.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/StaticMeshExporterOBJ.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // StaticMeshExporterOBJ diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextBufferExporterTXT.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextBufferExporterTXT.h index 70313ddaa7f3..5f0214530d45 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextBufferExporterTXT.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextBufferExporterTXT.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TextBufferExporterTXT diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureCubeExporterHDR.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureCubeExporterHDR.h index 8248c6b89227..7a8a7b26a084 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureCubeExporterHDR.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureCubeExporterHDR.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TextureCubeExporterHDR diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterBMP.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterBMP.h index b613a4719d4f..9591f2617443 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterBMP.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterBMP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // TextureExporterBMP diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterHDR.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterHDR.h index c0212244276a..e7685a7f2a84 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterHDR.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterHDR.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TextureExporterHDR diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterPCX.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterPCX.h index 9beb53ad3774..23d075ad5d2f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterPCX.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterPCX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TextureExporterPCX diff --git a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterTGA.h b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterTGA.h index 26ee5021d297..5a4442226d79 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterTGA.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Exporters/TextureExporterTGA.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TextureExporterTGA diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactory1D.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactory1D.h index 9b7422acbe2c..6c038a480281 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactory1D.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactory1D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // UAimOffsetBlendSpaceFactory1D diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactoryNew.h index 22b4662b1f24..433ae8d058a4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/AimOffsetBlendSpaceFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // UAimOffsetBlendSpaceFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimBlueprintFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimBlueprintFactory.h index 348394a61795..065dea2bdae9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimBlueprintFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimBlueprintFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimCompositeFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimCompositeFactory.h index 94c321ea9cc7..99f6259b59c2 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimCompositeFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimCompositeFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimMontageFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimMontageFactory.h index f12eac6aa743..efc26a7988ad 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimMontageFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimMontageFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimSequenceFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimSequenceFactory.h index c48849d72bc1..2f3ff58cbb29 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimSequenceFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/AnimSequenceFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlendSpaceFactory1D.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlendSpaceFactory1D.h index f8477222f378..bcc6b72121f5 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlendSpaceFactory1D.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlendSpaceFactory1D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // BlendSpaceFactory1D diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlendSpaceFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlendSpaceFactoryNew.h index eaf174c7782a..e2a6cc022771 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlendSpaceFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlendSpaceFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // BlendSpaceFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFactory.h index adcbbb99ef15..aaf8d658ced6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFunctionLibraryFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFunctionLibraryFactory.h index 50222b9a422d..26b871d52d1f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFunctionLibraryFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFunctionLibraryFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintInterfaceFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintInterfaceFactory.h index 0da0d0fa9a61..b1d33f2dc887 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintInterfaceFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintInterfaceFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintMacroFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintMacroFactory.h index ae3028d40323..c6181758d0e4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintMacroFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintMacroFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/CSVImportFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/CSVImportFactory.h index 1431e208e824..7459b100a57a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/CSVImportFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/CSVImportFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Factory for importing table from text (CSV) diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/CameraAnimFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/CameraAnimFactory.h index 4ec3ec5acae1..2a5426b08de9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/CameraAnimFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/CameraAnimFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h index 9e8f24f38074..110a275da04f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/CurveFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/CurveImportFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/CurveImportFactory.h index c904d15e5196..167d25c7d42b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/CurveImportFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/CurveImportFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Factory for importing curves from other data formats. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/DataAssetFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/DataAssetFactory.h index 0391cef5299f..5c2c54a05e56 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/DataAssetFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/DataAssetFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Factories/Factory.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/DataTableFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/DataTableFactory.h index b0d9cd44b583..5a2dcb890ad4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/DataTableFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/DataTableFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/DestructibleMeshFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/DestructibleMeshFactory.h index f368652e0779..dcb7bc9471ef 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/DestructibleMeshFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/DestructibleMeshFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** Factory which allows import of an NxApexDestructibleAsset */ diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/DialogueVoiceFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/DialogueVoiceFactory.h index 3946daf24f14..ec5189321c07 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/DialogueVoiceFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/DialogueVoiceFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // DialogueVoiceFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/DialogueWaveFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/DialogueWaveFactory.h index b3401623aed3..7f24277e3b34 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/DialogueWaveFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/DialogueWaveFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // DialogueWaveFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/EnumFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/EnumFactory.h index 730f7ecdcd8a..25a7ee30a352 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/EnumFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/EnumFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h index 0d555d6067b8..b88b6274325a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Base class for all factories diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxAnimSequenceImportData.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxAnimSequenceImportData.h index 8f699a9deb6a..96e8c88e32d3 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxAnimSequenceImportData.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxAnimSequenceImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxAnimSequenceImportData.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxAssetImportData.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxAssetImportData.h index eb572fb44476..21137943bfa9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxAssetImportData.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxAssetImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxFactory.h index 14690026b38f..ee7df902b65b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxImportUI.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxImportUI.h index c9b016688a6b..7a925c2d6de8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxImportUI.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxImportUI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Copyright 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxMeshImportData.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxMeshImportData.h index 3a67ac426449..2fc4d492965e 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxMeshImportData.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxMeshImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxMeshImportData.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportData.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportData.h index fe1987eb064a..268227cb13b9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportData.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxSceneImportFactory.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportFactory.h index fbca261f1c56..a11909df6f99 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxSceneImportFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptions.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptions.h index 1c7bd5c11a00..78b815f87bf4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptions.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxSceneImportOptions.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsAnimation.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsAnimation.h index 4e6191ff87fb..02afa92d786a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsAnimation.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsAnimation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxSceneImportOptionsAnimation.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsMaterial.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsMaterial.h index bbfbee9d8a75..01efe58bacfa 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsMaterial.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsMaterial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxSceneImportOptionsMaterial.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsSkeletalMesh.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsSkeletalMesh.h index 0826eb5b4ffc..fe95ac0da660 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsSkeletalMesh.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsSkeletalMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxSceneImportOptionsSkeletalMesh.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsStaticMesh.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsStaticMesh.h index ae71c98fd0af..1bc8cf04a1ca 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsStaticMesh.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportOptionsStaticMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Copyright 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSkeletalMeshImportData.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSkeletalMeshImportData.h index 4122a93e8903..c3b5efb52f72 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSkeletalMeshImportData.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSkeletalMeshImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxSkeletalMeshImportData.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxStaticMeshImportData.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxStaticMeshImportData.h index 0af1c709f10c..ae3849c28a0c 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxStaticMeshImportData.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxStaticMeshImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Import data and options used when importing a static mesh from fbx diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxTextureImportData.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxTextureImportData.h index 2278d42e2927..5e00fabd8c70 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxTextureImportData.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxTextureImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "FbxTextureImportData.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FontFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FontFactory.h index 989c37c001d4..ade2323f2b29 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FontFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FontFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // FontFactory: Creates a Font Factory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/FontFileImportFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/FontFileImportFactory.h index d09ec3f01d2b..a57c9864fad1 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/FontFileImportFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/FontFileImportFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // FontFactory: Creates a Font Factory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ForceFeedbackEffectFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ForceFeedbackEffectFactory.h index 64df68031aa6..b929451ea5d3 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ForceFeedbackEffectFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ForceFeedbackEffectFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ForceFeedbackEffectFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/HapticFeedbackEffectFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/HapticFeedbackEffectFactory.h index 88a27316f4c8..22b1d8af90e6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/HapticFeedbackEffectFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/HapticFeedbackEffectFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HapticFeedbackEffectFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/InterpDataFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/InterpDataFactoryNew.h index 207700c131ef..97aa4adbe40d 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/InterpDataFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/InterpDataFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // InterpDataFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/LevelFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/LevelFactory.h index ca04af8f9257..6ce2e1240a4a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/LevelFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/LevelFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // LevelFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialFactoryNew.h index a852f5a8db56..2dde27e619f9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // MaterialFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialFunctionFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialFunctionFactoryNew.h index 68b7e23acb1b..1f82b8f3f16b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialFunctionFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialFunctionFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // MaterialFunctionFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialInstanceConstantFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialInstanceConstantFactoryNew.h index e763ffdfdf5d..95fc0f41aa64 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialInstanceConstantFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialInstanceConstantFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // MaterialInstanceConstantFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialParameterCollectionFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialParameterCollectionFactoryNew.h index 8a1c830d7ff4..d126d336d190 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialParameterCollectionFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/MaterialParameterCollectionFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // MaterialParameterCollectionFactoryNew.h diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ModelFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ModelFactory.h index ee5d8edca5bf..7240c9198c9e 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ModelFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ModelFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ModelFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/NiagaraEffectFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/NiagaraEffectFactoryNew.h index 8edbb17bfaf5..89fa73a63e2b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/NiagaraEffectFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/NiagaraEffectFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraEffectFactoryNew.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/NiagaraScriptFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/NiagaraScriptFactoryNew.h index 857f738149a9..0e15495f0af0 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/NiagaraScriptFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/NiagaraScriptFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraScriptFactoryNew.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ObjectLibraryFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ObjectLibraryFactory.h index b1e3dc93a16a..df8e6e76e706 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ObjectLibraryFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ObjectLibraryFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ObjectLibraryFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/PackFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/PackFactory.h index 650852011533..8b88a81ca603 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/PackFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/PackFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PackFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/PackageFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/PackageFactory.h index 0aae11e61c0a..115c2588507c 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/PackageFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/PackageFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // PackageFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ParticleSystemFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ParticleSystemFactoryNew.h index 3575c45b5f96..836e022d5e39 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ParticleSystemFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ParticleSystemFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ParticleSystemFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/PhysicalMaterialFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/PhysicalMaterialFactoryNew.h index 7edce5cf9355..03e38f69ddc6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/PhysicalMaterialFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/PhysicalMaterialFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // PhysicalMaterialFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/PolysFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/PolysFactory.h index 81f9911ba1cc..23d4e42891d5 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/PolysFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/PolysFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // PolysFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveFactory.h index 54d7fa9ea909..67676e94f480 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReimportCurveFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveTableFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveTableFactory.h index 61f43c593755..9f836f0cd11e 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveTableFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveTableFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReimportCurveTableFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDataTableFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDataTableFactory.h index bb621dcbf895..aec8fbe4acee 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDataTableFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDataTableFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReimportDataTableFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDestructibleMeshFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDestructibleMeshFactory.h index 0675c32db33d..3a8acf9b7882 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDestructibleMeshFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportDestructibleMeshFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** Factory which allows re-import of an NxApexDestructibleAsset */ diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxAnimSequenceFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxAnimSequenceFactory.h index 8f9a8e440ae6..1547876911da 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxAnimSequenceFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxAnimSequenceFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReimportFbxAnimSequenceFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxSceneFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxSceneFactory.h index 5003b5427f45..dba3f4b558df 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxSceneFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxSceneFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReimportFbxSceneFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxSkeletalMeshFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxSkeletalMeshFactory.h index 705f7d4db126..9df6eae35589 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxSkeletalMeshFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxSkeletalMeshFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReimportFbxSkeletalMeshFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxStaticMeshFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxStaticMeshFactory.h index 2b448d2c738b..544d91508137 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxStaticMeshFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportFbxStaticMeshFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReimportFbxStaticMeshFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportSoundFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportSoundFactory.h index 9c00795101e4..91bd1b8a2ba3 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportSoundFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportSoundFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReimportSoundFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportSoundSurroundFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportSoundSurroundFactory.h index d2b294701ac9..aa87a91ee2de 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportSoundSurroundFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportSoundSurroundFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReimportSoundSurroundFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportTextureFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportTextureFactory.h index 02021a69d5f5..ad8dfcba008f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportTextureFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportTextureFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReimportTextureFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportVectorFieldStaticFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportVectorFieldStaticFactory.h index f9839ea6b9e8..6a72c38a9f97 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportVectorFieldStaticFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportVectorFieldStaticFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReimportTextureFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReverbEffectFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReverbEffectFactory.h index 3ebb996e475c..9e53fcfa4193 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/ReverbEffectFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/ReverbEffectFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ReverbEffectFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SkeletonFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SkeletonFactory.h index 0a9d257302de..22e9f1c247ff 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SkeletonFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SkeletonFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SlateBrushAssetFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SlateBrushAssetFactory.h index 3fe41c3a3f8c..37dd06823a4a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SlateBrushAssetFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SlateBrushAssetFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SlateWidgetStyleAssetFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SlateWidgetStyleAssetFactory.h index 16af86070475..691b3f51a9c3 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SlateWidgetStyleAssetFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SlateWidgetStyleAssetFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundAttenuationFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundAttenuationFactory.h index 959bfe7ac3b7..75d373698962 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundAttenuationFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundAttenuationFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SoundAttenuationFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundClassFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundClassFactory.h index fdbf58e2fb3b..ca4e6f680275 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundClassFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundClassFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SoundClassFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundConcurrencyFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundConcurrencyFactory.h index ef0840a4dafa..9f0bd67eaa2f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundConcurrencyFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundConcurrencyFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // USoundConcurrencyFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundCueFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundCueFactoryNew.h index cd94b2b4f902..5fdb232e863e 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundCueFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundCueFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SoundCueFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundFactory.h index c2223bc0a847..ab81d12306f4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SoundFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundMixFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundMixFactory.h index 7d77cf21b583..c151bde7edeb 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundMixFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundMixFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SoundSurroundFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundSurroundFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundSurroundFactory.h index 96eb8b766c7c..a2d887323d41 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundSurroundFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SoundSurroundFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // SoundSurroundFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/StructureFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/StructureFactory.h index efdee235604c..d8b78476b560 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/StructureFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/StructureFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SubUVAnimationFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SubUVAnimationFactory.h index aa065ddc81aa..03674915a861 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SubUVAnimationFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SubUVAnimationFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Factory for SubUVAnimation assets diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/SubsurfaceProfileFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/SubsurfaceProfileFactory.h index ea7cafd5fc2c..36d73e730aa3 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/SubsurfaceProfileFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/SubsurfaceProfileFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SubsurfaceProfileFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/Texture2dFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/Texture2dFactoryNew.h index c620de506cbd..072e3119cad9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/Texture2dFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/Texture2dFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // Texture2DFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureCubeThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureCubeThumbnailRenderer.h index 39b43df13ca1..4c33d3c71f7f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureCubeThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureCubeThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureFactory.h index 84895cdf1def..44d63c3cd4d1 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/Texture.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTargetCubeFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTargetCubeFactoryNew.h index 3c3f2bce6db4..70f208a2ce59 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTargetCubeFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTargetCubeFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TextureRenderTargetCubeFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTargetFactoryNew.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTargetFactoryNew.h index 65061c8043d6..78fe9dcebef7 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTargetFactoryNew.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTargetFactoryNew.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TextureRenderTargetFactoryNew diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/TouchInterfaceFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/TouchInterfaceFactory.h index 6200587f528f..c62f8f900608 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/TouchInterfaceFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/TouchInterfaceFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TouchInterfaceFactory.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/TrueTypeFontFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/TrueTypeFontFactory.h index d519536226b9..85d1b4a05ca2 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/TrueTypeFontFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/TrueTypeFontFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TrueTypeFontFactory diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/VectorFieldStaticFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/VectorFieldStaticFactory.h index 87f80024fdeb..6f9e0a477a91 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/VectorFieldStaticFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/VectorFieldStaticFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VectorFieldStaticFactory: Factory for importing a 3D grid of vectors. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Factories/WorldFactory.h b/Engine/Source/Editor/UnrealEd/Classes/Factories/WorldFactory.h index a995b813d603..a0d372de7892 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Factories/WorldFactory.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Factories/WorldFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorFontParameterValue.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorFontParameterValue.h index 69e16fb6447f..7a251a4d87c8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorFontParameterValue.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorFontParameterValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorParameterValue.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorParameterValue.h index ef4ebd165f75..f5d4eba238b5 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorParameterValue.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorParameterValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorScalarParameterValue.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorScalarParameterValue.h index 89c71a13f1c8..530c951e4db7 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorScalarParameterValue.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorScalarParameterValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorStaticComponentMaskParameterValue.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorStaticComponentMaskParameterValue.h index f674db784712..d2df167e36ec 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorStaticComponentMaskParameterValue.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorStaticComponentMaskParameterValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorStaticSwitchParameterValue.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorStaticSwitchParameterValue.h index 4ceb4fddf803..bb0c0d275db6 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorStaticSwitchParameterValue.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorStaticSwitchParameterValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorTextureParameterValue.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorTextureParameterValue.h index 2d104e15a299..44a7bbc8ce66 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorTextureParameterValue.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorTextureParameterValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorVectorParameterValue.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorVectorParameterValue.h index 0f981d3335a7..2f18486ab555 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorVectorParameterValue.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/DEditorVectorParameterValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/MaterialEditorInstanceConstant.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/MaterialEditorInstanceConstant.h index ec34b9a86f8a..27bb6c1dd269 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/MaterialEditorInstanceConstant.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/MaterialEditorInstanceConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * MaterialEditorInstanceConstant.h: This class is used by the material instance editor to hold a set of inherited parameters which are then pushed to a material instance. diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/MaterialEditorMeshComponent.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/MaterialEditorMeshComponent.h index 1a443c9bc567..9446836b49c9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/MaterialEditorMeshComponent.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/MaterialEditorMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/PreviewMaterial.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/PreviewMaterial.h index 06e051fc3a41..6c437b3a478b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/PreviewMaterial.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialEditor/PreviewMaterial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraph.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraph.h index 5e42897ddcff..bfa3339e00dc 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraph.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode.h index ff792e68103e..fd115159a594 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Base.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Base.h index 734e47471a15..3f71f9b55bf2 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Base.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Base.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphNode.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Comment.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Comment.h index d6aec2a0a8a6..bd4e26563ab4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Comment.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Comment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraphNode_Comment.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Root.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Root.h index 26c5dfc8bbf6..155e3ee742be 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Root.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Root.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h index 242662d3b7d6..5e60c29a0956 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h +++ b/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphSchema.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/EdGraphSchema_Niagara.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/EdGraphSchema_Niagara.h index 642b8c003c93..c6e35a0b2de8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/EdGraphSchema_Niagara.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/EdGraphSchema_Niagara.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphSchema.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraGraph.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraGraph.h index aaa9d30ef7e8..42354fd41aae 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraGraph.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNode.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNode.h index c33af0f410a2..7e13f9168211 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNode.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraNode.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeConstant.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeConstant.h index ad4ff92bcf97..c47a56b9a157 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeConstant.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeFunctionCall.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeFunctionCall.h index 5f3fb2741de4..047a6b3a1719 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeFunctionCall.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeFunctionCall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeGetAttr.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeGetAttr.h index b411d6f0ae25..bf9b0a5b550d 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeGetAttr.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeGetAttr.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraNodeGetAttr.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeInput.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeInput.h index d23e229a9a18..bb51d3f5be62 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeInput.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeInput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraNodeInput.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOp.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOp.h index 46104997e3be..433c52f0eb46 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOp.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraNodeOp.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOutput.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOutput.h index 63a7cc7455ed..033a3d38ecd3 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOutput.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOutput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraNodeOutput.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOutputUpdate.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOutputUpdate.h index e364a5f57a0b..74a8ff7cb7d3 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOutputUpdate.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeOutputUpdate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraNodeOutputUpdate.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeReadDataSet.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeReadDataSet.h index 11a347bf1325..e323226e85d1 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeReadDataSet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeReadDataSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraNodeReadDataSet.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeWriteDataSet.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeWriteDataSet.h index bacd60dc1afe..f0f3a0822f38 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeWriteDataSet.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraNodeWriteDataSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraNodeWriteDataSet.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraScriptSource.h b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraScriptSource.h index ffcb9be063d2..6ba58bcb300a 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraScriptSource.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Niagara/NiagaraScriptSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Preferences/CascadeOptions.h b/Engine/Source/Editor/UnrealEd/Classes/Preferences/CascadeOptions.h index ecf6b014bc92..c3dd7d4812b1 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Preferences/CascadeOptions.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Preferences/CascadeOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // CascadeOptions diff --git a/Engine/Source/Editor/UnrealEd/Classes/Preferences/CurveEdOptions.h b/Engine/Source/Editor/UnrealEd/Classes/Preferences/CurveEdOptions.h index 102c786764fa..873afcd63d36 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Preferences/CurveEdOptions.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Preferences/CurveEdOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // CurveEdOptions diff --git a/Engine/Source/Editor/UnrealEd/Classes/Preferences/LightmassOptionsObject.h b/Engine/Source/Editor/UnrealEd/Classes/Preferences/LightmassOptionsObject.h index 7ff0700c0d37..0bcb38ee39bf 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Preferences/LightmassOptionsObject.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Preferences/LightmassOptionsObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Lightmass Options Object diff --git a/Engine/Source/Editor/UnrealEd/Classes/Preferences/MaterialEditorOptions.h b/Engine/Source/Editor/UnrealEd/Classes/Preferences/MaterialEditorOptions.h index d8ea92697714..c773f3a30cc8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Preferences/MaterialEditorOptions.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Preferences/MaterialEditorOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/Preferences/PersonaOptions.h b/Engine/Source/Editor/UnrealEd/Classes/Preferences/PersonaOptions.h index 882af8efc018..1a880ac70e69 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Preferences/PersonaOptions.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Preferences/PersonaOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // PersonaOptions diff --git a/Engine/Source/Editor/UnrealEd/Classes/Preferences/PhATSimOptions.h b/Engine/Source/Editor/UnrealEd/Classes/Preferences/PhATSimOptions.h index ec69ccd7f390..1bc7183b6ae8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Preferences/PhATSimOptions.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Preferences/PhATSimOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdKeyBindings.h b/Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdKeyBindings.h index f97d8f584fdc..68cc73360009 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdKeyBindings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdKeyBindings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This class handles hotkey binding management for the editor. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdOptions.h b/Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdOptions.h index 4405903a9f96..bf0c43dd7579 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdOptions.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This class stores options global to the entire editor. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/ContentBrowserSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/ContentBrowserSettings.h index 65539f6475a0..0f51bd52648c 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/ContentBrowserSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/ContentBrowserSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ContentBrowserSettings.h: Declares the UContentBrowserSettings class. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/DestructableMeshEditorSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/DestructableMeshEditorSettings.h index 5283eb7d00f4..d43b6bd31ca9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/DestructableMeshEditorSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/DestructableMeshEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DestructableMeshEditorSettings.h: Declares the UDestructableMeshEditorSettings class. diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorExperimentalSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorExperimentalSettings.h index 88ed37a52a5c..ed02705d2f7b 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorExperimentalSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorExperimentalSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorLoadingSavingSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorLoadingSavingSettings.h index 292af0e16604..ecef31025465 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorLoadingSavingSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorLoadingSavingSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorMiscSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorMiscSettings.h index 0f74095b48aa..9868ad528a7c 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorMiscSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/EditorMiscSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorMiscSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorMiscSettings.h index 0d8072dc75a0..b1616281c996 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorMiscSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorMiscSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorPlaySettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorPlaySettings.h index cc918c779574..f488081a03d9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorPlaySettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorPlaySettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorViewportSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorViewportSettings.h index c5534bf8bfe3..01568dfb30d8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorViewportSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorViewportSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/Settings/ProjectPackagingSettings.h b/Engine/Source/Editor/UnrealEd/Classes/Settings/ProjectPackagingSettings.h index 13b6682a334c..2ae25ea08fec 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/Settings/ProjectPackagingSettings.h +++ b/Engine/Source/Editor/UnrealEd/Classes/Settings/ProjectPackagingSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraph.h b/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraph.h index b9f737f8bbb8..3d69b18d2f50 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraph.h +++ b/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraphNode.h b/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraphNode.h index e351ebf94f7f..d2666618a6b4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraphNode.h +++ b/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SoundClassGraphNode.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraphSchema.h b/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraphSchema.h index d14918c1baab..d78eb9a00003 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraphSchema.h +++ b/Engine/Source/Editor/UnrealEd/Classes/SoundClassGraph/SoundClassGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SoundClassGraphSchema.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraph.h b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraph.h index 4f8deec942a2..2d4d90d4127d 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraph.h +++ b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode.h b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode.h index 400acf2a31d1..5ae3c85d611f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode.h +++ b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode_Base.h b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode_Base.h index 74ab245a84e1..be4853e15581 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode_Base.h +++ b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode_Base.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphNode.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode_Root.h b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode_Root.h index c2dc68f7c355..b71f683f1ef9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode_Root.h +++ b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphNode_Root.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SoundCueGraphNode_Root.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphSchema.h b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphSchema.h index f868e7c23f27..723bf79ec970 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphSchema.h +++ b/Engine/Source/Editor/UnrealEd/Classes/SoundCueGraph/SoundCueGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphSchema.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAligner.h b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAligner.h index 6403d1a9581a..e64b0f65ea97 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAligner.h +++ b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAligner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TexAligner diff --git a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerBox.h b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerBox.h index 975751de9819..e85dc87616a8 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerBox.h +++ b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TexAlignerBox diff --git a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerDefault.h b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerDefault.h index 6d3b2e5edc39..4a74a5040c57 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerDefault.h +++ b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerDefault.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TexAlignerDefault diff --git a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerFit.h b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerFit.h index 0fc437c6d0d2..b7dfa35dc657 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerFit.h +++ b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerFit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TexAlignerFit diff --git a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerPlanar.h b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerPlanar.h index 45f3f086dee6..5091da083214 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerPlanar.h +++ b/Engine/Source/Editor/UnrealEd/Classes/TexAligner/TexAlignerPlanar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // TexAlignerPlanar diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/AnimBlueprintThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/AnimBlueprintThumbnailRenderer.h index 2bdd669955e6..65f474da34d4 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/AnimBlueprintThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/AnimBlueprintThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/AnimSequenceThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/AnimSequenceThumbnailRenderer.h index 89e8d1eec2b5..02e84afe5a66 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/AnimSequenceThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/AnimSequenceThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/BlendSpaceThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/BlendSpaceThumbnailRenderer.h index adf55c99c36e..b9ed34f56c48 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/BlendSpaceThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/BlendSpaceThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/BlueprintThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/BlueprintThumbnailRenderer.h index fd342b897426..c71ddbe58729 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/BlueprintThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/BlueprintThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ClassThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ClassThumbnailRenderer.h index d0d9e8dc79c5..41b07bd2720f 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ClassThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ClassThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ClassThumbnailRenderer.generated.h" diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/DefaultSizedThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/DefaultSizedThumbnailRenderer.h index 95d6242ac2a9..1e3732fdeff9 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/DefaultSizedThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/DefaultSizedThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/DestructibleMeshThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/DestructibleMeshThumbnailRenderer.h index b59e96a559b8..dc551eb74bc2 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/DestructibleMeshThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/DestructibleMeshThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/FontThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/FontThumbnailRenderer.h index 754b5b158052..9d8d091781cc 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/FontThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/FontThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/LevelThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/LevelThumbnailRenderer.h index 3f1b0d8efa75..39bd0e4303e7 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/LevelThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/LevelThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/MaterialFunctionThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/MaterialFunctionThumbnailRenderer.h index f9ce94e19f90..961171caf260 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/MaterialFunctionThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/MaterialFunctionThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/MaterialInstanceThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/MaterialInstanceThumbnailRenderer.h index 1f5abc29cba8..322dc41963fb 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/MaterialInstanceThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/MaterialInstanceThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ParticleSystemThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ParticleSystemThumbnailRenderer.h index eb9e774e3967..640d57c55d32 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ParticleSystemThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ParticleSystemThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfo.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfo.h index 982aab65a447..f71cada7772e 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfo.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Thumbnail information for assets that need a scene diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfoWithPrimitive.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfoWithPrimitive.h index e40b7c327432..47c033380f78 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfoWithPrimitive.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SceneThumbnailInfoWithPrimitive.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Thumbnail information for assets that need a scene and a primitive diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SkeletalMeshThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SkeletalMeshThumbnailRenderer.h index c2786ff1df7a..24605671aa79 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SkeletalMeshThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SkeletalMeshThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SlateBrushThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SlateBrushThumbnailRenderer.h index 7455ea31b0e3..fc3bdb919952 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SlateBrushThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SlateBrushThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SoundWaveThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SoundWaveThumbnailRenderer.h index 9148f3bed936..9dd4e5a82602 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SoundWaveThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SoundWaveThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/StaticMeshThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/StaticMeshThumbnailRenderer.h index b0bd82a83ebd..5aafb0cd2cbc 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/StaticMeshThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/StaticMeshThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SubsurfaceProfileRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SubsurfaceProfileRenderer.h index 480a91fd7b0d..2a4c719f8849 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SubsurfaceProfileRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/SubsurfaceProfileRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/TextureThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/TextureThumbnailRenderer.h index 657fbb33447d..fcfb8730c263 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/TextureThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/TextureThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailManager.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailManager.h index f9872d6eb66a..8aac6dd1dd47 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailManager.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailRenderer.h index f5f8d6659596..09e3a2b32d17 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailInfo.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailInfo.h index b7337c14e5ef..ac7b466e8add 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailInfo.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Thumbnail information for world assets diff --git a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailRenderer.h b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailRenderer.h index 3a66e89b85cf..3f853750eedd 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailRenderer.h +++ b/Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Editor/UnrealEd/Classes/UserDefinedStructure/UserDefinedStructEditorData.h b/Engine/Source/Editor/UnrealEd/Classes/UserDefinedStructure/UserDefinedStructEditorData.h index b6e410a965b1..c2c8b7746d82 100644 --- a/Engine/Source/Editor/UnrealEd/Classes/UserDefinedStructure/UserDefinedStructEditorData.h +++ b/Engine/Source/Editor/UnrealEd/Classes/UserDefinedStructure/UserDefinedStructEditorData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/AboutScreen.cpp b/Engine/Source/Editor/UnrealEd/Private/AboutScreen.cpp index e17506f59b3c..99483e57b703 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AboutScreen.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AboutScreen.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" @@ -13,7 +13,7 @@ void SAboutScreen::Construct(const FArguments& InArgs) #pragma warning(push) #pragma warning(disable : 4428) // universal-character-name encountered in source #endif - AboutLines.Add(MakeShareable(new FLineDefinition(LOCTEXT("Copyright1", "Copyright 1998-2015 Epic Games, Inc. All rights reserved"), 11, FLinearColor(1.f, 1.f, 1.f), FMargin(0.f) ))); + AboutLines.Add(MakeShareable(new FLineDefinition(LOCTEXT("Copyright1", "Copyright 1998-2016 Epic Games, Inc. All rights reserved"), 11, FLinearColor(1.f, 1.f, 1.f), FMargin(0.f) ))); AboutLines.Add(MakeShareable(new FLineDefinition(LOCTEXT("Copyright2", "Epic, Epic Games, Unreal, and their respective logos are trademarks or registered trademarks of Epic Games, Inc.\nin the United States of America and elsewhere."), 8, FLinearColor(1.f, 1.f, 1.f), FMargin(0.0f,2.0f) ))); #if _MSC_VER diff --git a/Engine/Source/Editor/UnrealEd/Private/Analytics/AnalyticsPrivacySettings.cpp b/Engine/Source/Editor/UnrealEd/Private/Analytics/AnalyticsPrivacySettings.cpp index 55b9a17bdce1..9e311aef9bb7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Analytics/AnalyticsPrivacySettings.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Analytics/AnalyticsPrivacySettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Analytics/AnalyticsPrivacySettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Analytics/EditorAnalytics.cpp b/Engine/Source/Editor/UnrealEd/Private/Analytics/EditorAnalytics.cpp index e805eab71084..7c64edfcb7de 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Analytics/EditorAnalytics.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Analytics/EditorAnalytics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "TargetPlatform.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/AnimationRecorder.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/AnimationRecorder.cpp index 6069cb23009b..2cd98dfc591b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/AnimationRecorder.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/AnimationRecorder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/DebugSkelMeshComponent.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/DebugSkelMeshComponent.cpp index ee531e335193..6543a7c1ac5b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/DebugSkelMeshComponent.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/DebugSkelMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimBaseObj.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimBaseObj.cpp index e3a4fa3cf32d..756232b5ef32 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimBaseObj.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimBaseObj.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimMontage.cpp: Montage classes that contains slots diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimCompositeSegment.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimCompositeSegment.cpp index 4a24d90d3413..79893bde8bf1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimCompositeSegment.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimCompositeSegment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimMontage.cpp: Montage classes that contains slots diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimSegment.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimSegment.cpp index 12f605d3b514..ad4c992a3ea4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimSegment.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorAnimSegment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimMontage.cpp: Montage classes that contains slots diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorCompositeSection.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorCompositeSection.cpp index 298819b092f3..c7f939c2352b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorCompositeSection.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorCompositeSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimMontage.cpp: Montage classes that contains slots diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorNotifyObject.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorNotifyObject.cpp index 4fb5fa4d0df8..aceaf5bf051e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorNotifyObject.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorNotifyObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorParentPlayerListObj.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorParentPlayerListObj.cpp index 3ebb1635db0b..5a741661e834 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorParentPlayerListObj.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorParentPlayerListObj.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorSkeletonNotifyObj.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorSkeletonNotifyObj.cpp index 0ff4edd2b24d..7179cdc2b88d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/EditorSkeletonNotifyObj.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/EditorSkeletonNotifyObj.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/SCreateAnimationDlg.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/SCreateAnimationDlg.cpp index be96f5a0ea75..d3862363baf8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/SCreateAnimationDlg.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/SCreateAnimationDlg.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/SCreateAnimationDlg.h b/Engine/Source/Editor/UnrealEd/Private/Animation/SCreateAnimationDlg.h index c57b26998d18..b9a945c143f8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/SCreateAnimationDlg.h +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/SCreateAnimationDlg.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/VertexAnimTools.cpp b/Engine/Source/Editor/UnrealEd/Private/Animation/VertexAnimTools.cpp index db64927f4b3a..b95093c6f018 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/VertexAnimTools.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/VertexAnimTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FbxImporter.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Animation/VertexAnimTools.h b/Engine/Source/Editor/UnrealEd/Private/Animation/VertexAnimTools.h index a84aec6ba0f0..3828a4e67696 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Animation/VertexAnimTools.h +++ b/Engine/Source/Editor/UnrealEd/Private/Animation/VertexAnimTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/AnimationCompressionPanel.cpp b/Engine/Source/Editor/UnrealEd/Private/AnimationCompressionPanel.cpp index 7976e57df0e7..ac131a6f5024 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AnimationCompressionPanel.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AnimationCompressionPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Animation/AnimCompress.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AnimationEditorUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/AnimationEditorUtils.cpp index c324c00503ba..e9bc26e13409 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AnimationEditorUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AnimationEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AnimationEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ApexClothingUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/ApexClothingUtils.cpp index 122dcc779827..ca1e0ea81e82 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ApexClothingUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ApexClothingUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AssetDeleteModel.cpp b/Engine/Source/Editor/UnrealEd/Private/AssetDeleteModel.cpp index 8fc9177b5906..f5036836cb6f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AssetDeleteModel.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AssetDeleteModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AssetDeleteModel.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AssetEditorModeManager.cpp b/Engine/Source/Editor/UnrealEd/Private/AssetEditorModeManager.cpp index 0ce0964c9810..1bf38d3e41d7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AssetEditorModeManager.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AssetEditorModeManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AssetEditorModeManager.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AssetNotifications.cpp b/Engine/Source/Editor/UnrealEd/Private/AssetNotifications.cpp index dcdaab49f496..d437123dc801 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AssetNotifications.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AssetNotifications.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AssetNotifications.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AssetSelection.cpp b/Engine/Source/Editor/UnrealEd/Private/AssetSelection.cpp index 92d1b8ccc26f..29e253c76a12 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AssetSelection.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AssetSelection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Matinee/MatineeActor.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AssetThumbnail.cpp b/Engine/Source/Editor/UnrealEd/Private/AssetThumbnail.cpp index f536f59dab0d..4804d1ee257e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AssetThumbnail.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AssetThumbnail.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AssetThumbnail.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AssetSourceFilenameCache.cpp b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AssetSourceFilenameCache.cpp index 06297979241b..734d3219dc7b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AssetSourceFilenameCache.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AssetSourceFilenameCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AutoReimport/AssetSourceFilenameCache.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportManager.cpp b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportManager.cpp index 4746020be597..694896b92bde 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportManager.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportTests.cpp b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportTests.cpp index 581f8d5ba0d3..9cc8169b178c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FileCache.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportUtilities.cpp b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportUtilities.cpp index 76990b0df03e..48fbd5c049d3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportUtilities.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AutoReimportUtilities.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportUtilities.h b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportUtilities.h index 7960b32217bd..fa61a4fcc869 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportUtilities.h +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/AutoReimportUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ContentDirectoryMonitor.cpp b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ContentDirectoryMonitor.cpp index a3b16f8f4f40..4abb90183bba 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ContentDirectoryMonitor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ContentDirectoryMonitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ContentDirectoryMonitor.h b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ContentDirectoryMonitor.h index 1041ab365b23..58bbd2414ad0 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ContentDirectoryMonitor.h +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ContentDirectoryMonitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ReimportFeedbackContext.cpp b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ReimportFeedbackContext.cpp index d1cc10ddfe0f..58c48476e226 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ReimportFeedbackContext.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ReimportFeedbackContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ReimportFeedbackContext.h b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ReimportFeedbackContext.h index 689262848c96..a9a62e032579 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ReimportFeedbackContext.h +++ b/Engine/Source/Editor/UnrealEd/Private/AutoReimport/ReimportFeedbackContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoSaveUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/AutoSaveUtils.cpp index cd4e7ca4d5d5..317d02b3c1e3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoSaveUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/AutoSaveUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AutoSaveUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/AutoSaveUtils.h b/Engine/Source/Editor/UnrealEd/Private/AutoSaveUtils.h index 509977f9394d..642155ffce45 100644 --- a/Engine/Source/Editor/UnrealEd/Private/AutoSaveUtils.h +++ b/Engine/Source/Editor/UnrealEd/Private/AutoSaveUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/BSPOps.cpp b/Engine/Source/Editor/UnrealEd/Private/BSPOps.cpp index b2b3acea9ddd..0ed222c7dae1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/BSPOps.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/BSPOps.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/BusyCursor.cpp b/Engine/Source/Editor/UnrealEd/Private/BusyCursor.cpp index 633ad3cde271..7667a66fbae3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/BusyCursor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/BusyCursor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/CameraController.cpp b/Engine/Source/Editor/UnrealEd/Private/CameraController.cpp index 29f2085d8b4a..de8bdcc922f8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/CameraController.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/CameraController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CameraController.cpp: Implements controls for a camera with pseudo-physics diff --git a/Engine/Source/Editor/UnrealEd/Private/ClassIconFinder.cpp b/Engine/Source/Editor/UnrealEd/Private/ClassIconFinder.cpp index 0d0e17fd76f3..627a90e37081 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ClassIconFinder.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ClassIconFinder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/AudioTestCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/AudioTestCommandlet.cpp index 00a7eac0e869..2a422e5dc723 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/AudioTestCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/AudioTestCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.cpp index 3f68a5f404ab..e57edd949d93 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ChunkDependencyInfo.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.h b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.h index ca9d88eb5216..bff7ba79df30 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.h +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkDependencyInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkManifestGenerator.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkManifestGenerator.cpp index 8de034c651c7..fc66ca141a95 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkManifestGenerator.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkManifestGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PackageHelperFunctions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkManifestGenerator.h b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkManifestGenerator.h index 07a97cf4e417..5ee61b13ba8c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkManifestGenerator.h +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ChunkManifestGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/CommandletHelpers.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/CommandletHelpers.cpp index b81a8db92117..31fddf056ae4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/CommandletHelpers.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/CommandletHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Commandlets/CommandletHelpers.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ContentCommandlets.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ContentCommandlets.cpp index 5d2c444f0aff..5d7e810c6d9e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ContentCommandlets.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ContentCommandlets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UCContentCommandlets.cpp: Various commmandlets. diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/CookCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/CookCommandlet.cpp index 26ab71a4c076..4cc8bb1750e4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/CookCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/CookCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CookCommandlet.cpp: Commandlet for cooking content diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DerivedDataCacheCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DerivedDataCacheCommandlet.cpp index 4e367c1a4ad0..78ff2d8d32a0 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DerivedDataCacheCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DerivedDataCacheCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DerivedDataCacheCommandlet.cpp: Commandlet for DDC maintenence diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffAssetsCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffAssetsCommandlet.cpp index 4e85d87c901e..a2dfcf99b50e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffAssetsCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffAssetsCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Commandlet to allow diff in P4V, and expose that functionality to the editor diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffFilesCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffFilesCommandlet.cpp index 64843477aab6..d7d9edc1c889 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffFilesCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffFilesCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DiffPackagesCommandlet.cpp: Commandlet used for comparing two packages. diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffPackagesCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffPackagesCommandlet.cpp index fb9c9d8f4164..093bdc6e15c1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffPackagesCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DiffPackagesCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DiffPackagesCommandlet.cpp: Commandlet used for comparing two packages. diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DumpBlueprintsInfoCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DumpBlueprintsInfoCommandlet.cpp index a3d001a93419..1aef0cafc50c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DumpBlueprintsInfoCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DumpBlueprintsInfoCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ObjectEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DumpHiddenCategoriesCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DumpHiddenCategoriesCommandlet.cpp index 1cd996ae0788..43a19064f70a 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/DumpHiddenCategoriesCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/DumpHiddenCategoriesCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" //#include "DumpHiddenCategoriesCommandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/FileServerCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/FileServerCommandlet.cpp index 142e15f87e45..28a087dba13d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/FileServerCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/FileServerCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FileServerCommandlet.cpp: Implements the UFileServerCommandlet class. diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/FixupRedirectsCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/FixupRedirectsCommandlet.cpp index 2f7a711f930c..b9054b2b1960 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/FixupRedirectsCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/FixupRedirectsCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FixupRedirectsCommandlet.cpp: Object redirect cleaner commandlet diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextCommandlet.cpp index 48d526f9fe77..1589f85a0b87 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ISourceControlModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextCommandletBase.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextCommandletBase.cpp index 72aeb0812955..aae9da34af35 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextCommandletBase.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextCommandletBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Internationalization/InternationalizationMetadata.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromAssetsCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromAssetsCommandlet.cpp index 508be0687de5..088b429a1851 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromAssetsCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromAssetsCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PackageTools.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromMetadataCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromMetadataCommandlet.cpp index 0b69e6ff9c30..2c4ddccd8333 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromMetadataCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromMetadataCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SourceCodeNavigation.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromSourceCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromSourceCommandlet.cpp index f08042ac0bc4..8917e3bbf327 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromSourceCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GatherTextFromSourceCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateBlueprintAPICommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateBlueprintAPICommandlet.cpp index b84aefa39094..59eccd8df7b5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateBlueprintAPICommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateBlueprintAPICommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ObjectEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateDistillFileSetsCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateDistillFileSetsCommandlet.cpp index 77cbba7e19af..78c1b9951e26 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateDistillFileSetsCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateDistillFileSetsCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateGatherArchiveCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateGatherArchiveCommandlet.cpp index a100b8c6ff1a..1481699c2e5a 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateGatherArchiveCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateGatherArchiveCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ISourceControlModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateGatherManifestCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateGatherManifestCommandlet.cpp index de118544e4a2..ed4ea8fee24d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateGatherManifestCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateGatherManifestCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ISourceControlModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationReportCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationReportCommandlet.cpp index 4861ca8a2a87..6ff2b2fd32d7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationReportCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationReportCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Json.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationResourceCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationResourceCommandlet.cpp index aa878411c6c9..6587813f4431 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationResourceCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationResourceCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "TextLocalizationResourceGenerator.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/InternationalizationConditioningCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/InternationalizationConditioningCommandlet.cpp index 6ce9458d5d0a..9a1476287e9a 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/InternationalizationConditioningCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/InternationalizationConditioningCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Internationalization/InternationalizationArchive.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/InternationalizationExportCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/InternationalizationExportCommandlet.cpp index 0db5e810c288..1a7c4829b274 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/InternationalizationExportCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/InternationalizationExportCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Culture.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/PackageUtilities.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/PackageUtilities.cpp index f6795d08babf..1a9378089777 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/PackageUtilities.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/PackageUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PackageUtilities.cpp: Commandlets for viewing information about package files diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ParticleSystemAuditCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ParticleSystemAuditCommandlet.cpp index 1f3ab094eb94..2d698ba2867d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/ParticleSystemAuditCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/ParticleSystemAuditCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Runtime/Engine/Public/ObjectEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/RepairLocalizationDataCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/RepairLocalizationDataCommandlet.cpp index 1aba4ea45b78..1ae08e9bb395 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/RepairLocalizationDataCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/RepairLocalizationDataCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Commandlets/RepairLocalizationDataCommandlet.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Commandlets/UpdateGameProjectCommandlet.cpp b/Engine/Source/Editor/UnrealEd/Private/Commandlets/UpdateGameProjectCommandlet.cpp index 072f92629d1b..982bc8e6ca34 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Commandlets/UpdateGameProjectCommandlet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Commandlets/UpdateGameProjectCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ComponentAssetBroker.cpp b/Engine/Source/Editor/UnrealEd/Private/ComponentAssetBroker.cpp index ceb4d4df7656..2c6bbf8c7ec5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ComponentAssetBroker.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ComponentAssetBroker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ComponentAssetBroker.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ComponentTypeRegistry.cpp b/Engine/Source/Editor/UnrealEd/Private/ComponentTypeRegistry.cpp index a5359e7296cf..373d4a10cbc3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ComponentTypeRegistry.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ComponentTypeRegistry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ComponentVisualizer.cpp b/Engine/Source/Editor/UnrealEd/Private/ComponentVisualizer.cpp index 448c4bdb7ffc..051b10b84a5c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ComponentVisualizer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ComponentVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ComponentVisualizer.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ComponentVisualizerManager.cpp b/Engine/Source/Editor/UnrealEd/Private/ComponentVisualizerManager.cpp index f8960700a621..c685f8ec3823 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ComponentVisualizerManager.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ComponentVisualizerManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ComponentVisualizerManager.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ConsolidateWindow.cpp b/Engine/Source/Editor/UnrealEd/Private/ConsolidateWindow.cpp index d7e63925998b..152f69b219be 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ConsolidateWindow.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ConsolidateWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ConsolidateWindow.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ConvexDecompTool.cpp b/Engine/Source/Editor/UnrealEd/Private/ConvexDecompTool.cpp index 26011548c233..106ea2de3ebc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ConvexDecompTool.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ConvexDecompTool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ConvexDecompTool.cpp: Utility for turning graphics mesh into convex hulls. diff --git a/Engine/Source/Editor/UnrealEd/Private/ConvexDecompTool.h b/Engine/Source/Editor/UnrealEd/Private/ConvexDecompTool.h index 7d52ecb2f8f7..963dc6ff5987 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ConvexDecompTool.h +++ b/Engine/Source/Editor/UnrealEd/Private/ConvexDecompTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ConvexDecompTool.h: Utility for turning graphics mesh into convex hulls. diff --git a/Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp b/Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp index 741897e6dcf5..0013e7928266 100644 --- a/Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CookOnTheFlyServer.cpp: handles polite cook requests via network ;) diff --git a/Engine/Source/Editor/UnrealEd/Private/CreditsScreen.cpp b/Engine/Source/Editor/UnrealEd/Private/CreditsScreen.cpp index afef6a32a43f..73b82c6b2ae9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/CreditsScreen.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/CreditsScreen.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/CubemapUnwrapUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/CubemapUnwrapUtils.cpp index a9440b5e3a67..5b2ee61cd5fc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/CubemapUnwrapUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/CubemapUnwrapUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CubemapUnwapUtils.cpp: Pixel and Vertex shader to render a cube map as 2D texture diff --git a/Engine/Source/Editor/UnrealEd/Private/DataTableEditorUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/DataTableEditorUtils.cpp index 8e78eac012e8..ba0b12171e4e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/DataTableEditorUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/DataTableEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "DataTableEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/DebugToolExec.cpp b/Engine/Source/Editor/UnrealEd/Private/DebugToolExec.cpp index d762edae135e..c180a61c7bc2 100644 --- a/Engine/Source/Editor/UnrealEd/Private/DebugToolExec.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/DebugToolExec.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Dialogs/Dialogs.cpp b/Engine/Source/Editor/UnrealEd/Private/Dialogs/Dialogs.cpp index 6c7354caf803..4be5aa38d39f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Dialogs/Dialogs.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Dialogs/Dialogs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgMoveAssets.cpp b/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgMoveAssets.cpp index e0280c34259f..6aca3690ecb4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgMoveAssets.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgMoveAssets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgPickAssetPath.cpp b/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgPickAssetPath.cpp index de900f4501ae..7436a2426ed5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgPickAssetPath.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgPickAssetPath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Dialogs/DlgPickAssetPath.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgPickPath.cpp b/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgPickPath.cpp index 70bf0301692f..c03124a170cc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgPickPath.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgPickPath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Dialogs/DlgPickPath.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgReferenceTree.cpp b/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgReferenceTree.cpp index 3f8d4ca04c2d..5b2e0268662f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgReferenceTree.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Dialogs/DlgReferenceTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Dialogs/SBuildProgress.cpp b/Engine/Source/Editor/UnrealEd/Private/Dialogs/SBuildProgress.cpp index 62f6b246c1a5..d4d78cd2a5a7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Dialogs/SBuildProgress.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Dialogs/SBuildProgress.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Dialogs/SDeleteAssetsDialog.cpp b/Engine/Source/Editor/UnrealEd/Private/Dialogs/SDeleteAssetsDialog.cpp index f635205d58ff..9d6cff3a3533 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Dialogs/SDeleteAssetsDialog.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Dialogs/SDeleteAssetsDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SDeleteAssetsDialog.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Dialogs/SOutputLogDialog.cpp b/Engine/Source/Editor/UnrealEd/Private/Dialogs/SOutputLogDialog.cpp index de34b591ec23..e311ac8c7ae8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Dialogs/SOutputLogDialog.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Dialogs/SOutputLogDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SOutputLogDialog.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/DistanceFieldBuildNotification.cpp b/Engine/Source/Editor/UnrealEd/Private/DistanceFieldBuildNotification.cpp index ab39843822d8..3151b82b2a14 100644 --- a/Engine/Source/Editor/UnrealEd/Private/DistanceFieldBuildNotification.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/DistanceFieldBuildNotification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/DragAndDrop/AssetDragDropOp.cpp b/Engine/Source/Editor/UnrealEd/Private/DragAndDrop/AssetDragDropOp.cpp index 7a4994ad9c4e..c3f991983200 100644 --- a/Engine/Source/Editor/UnrealEd/Private/DragAndDrop/AssetDragDropOp.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/DragAndDrop/AssetDragDropOp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AssetDragDropOp.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/DragTool_BoxSelect.cpp b/Engine/Source/Editor/UnrealEd/Private/DragTool_BoxSelect.cpp index aba7c57ac9ca..294038b1ab1c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/DragTool_BoxSelect.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/DragTool_BoxSelect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/DragTool_FrustumSelect.cpp b/Engine/Source/Editor/UnrealEd/Private/DragTool_FrustumSelect.cpp index 0aee193ca487..4e955e920a9e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/DragTool_FrustumSelect.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/DragTool_FrustumSelect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/DragTool_Measure.cpp b/Engine/Source/Editor/UnrealEd/Private/DragTool_Measure.cpp index 5e5b810c0507..80a392487e4b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/DragTool_Measure.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/DragTool_Measure.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EdGraphNode_Comment.cpp b/Engine/Source/Editor/UnrealEd/Private/EdGraphNode_Comment.cpp index 8bb415c1fa86..5c52b69a95c2 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EdGraphNode_Comment.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EdGraphNode_Comment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EdGraphNode_Comment.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp b/Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp index 98c8b31590f0..0851b32620c6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EdMode.cpp b/Engine/Source/Editor/UnrealEd/Private/EdMode.cpp index 8a9c4bc6da28..ba85df7122cd 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EdMode.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Engine/BookMark.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Editor.cpp b/Engine/Source/Editor/UnrealEd/Private/Editor.cpp index 53552f1cc97f..85c67c162d6c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Editor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Editor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Editor/ActorPositioning.cpp b/Engine/Source/Editor/UnrealEd/Private/Editor/ActorPositioning.cpp index 2086d446a845..fd282b9ac566 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Editor/ActorPositioning.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Editor/ActorPositioning.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ActorPositioning.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Editor/ActorPositioning.h b/Engine/Source/Editor/UnrealEd/Private/Editor/ActorPositioning.h index 372453e24ab1..0de7fce27fe3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Editor/ActorPositioning.h +++ b/Engine/Source/Editor/UnrealEd/Private/Editor/ActorPositioning.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorActor.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorActor.cpp index 5a2e2c058465..e87121b1983f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorActor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorActorFolders.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorActorFolders.cpp index c0ccf411e0c8..45a1a21da528 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorActorFolders.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorActorFolders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorActorFolders.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorAnimUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorAnimUtils.cpp index c75476d53d5b..baa205aa507e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorAnimUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorAnimUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AnimGraphNode_Base.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorBrushBuilder.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorBrushBuilder.cpp index 322dbf9a0897..4ceaf95c29ed 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorBrushBuilder.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorBrushBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UEditorBrushBuilder.cpp: UnrealEd brush builder. diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorBsp.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorBsp.cpp index bc593b0ca31c..32cac0baf67b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorBsp.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorBsp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Bsp.cpp: Unreal engine Bsp-related functions. diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorBuildUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorBuildUtils.cpp index 35fb52a12a52..90473bfe21dc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorBuildUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorBuildUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorBuildUtils.cpp: Utilities for building in the editor diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorCategoryUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorCategoryUtils.cpp index 8ac4b5afa7dd..0f1794dd2c4c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorCategoryUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorCategoryUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorCategoryUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorClassUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorClassUtils.cpp index d6c0712b96c8..19e54ebd1509 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorClassUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorClassUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorClassUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorCommandLineUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorCommandLineUtils.cpp index 375f6a4d6c2b..2ad0d60c3aec 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorCommandLineUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorCommandLineUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorCommandLineUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorComponents.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorComponents.cpp index 9ef0c5ae19f6..bc1570db503d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorComponents.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorComponents.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorConstraints.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorConstraints.cpp index a4a1c3ede91b..57a06719c18b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorConstraints.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorConstraints.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorConstraints.cpp: Editor movement constraints. diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorCsg.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorCsg.cpp index 839b6e2abe4b..680aa46c99f5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorCsg.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorCsg.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorDirectories.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorDirectories.cpp index f5936f0a5110..7e9fd93bc95d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorDirectories.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorDirectories.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorDirectories.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorDragTools.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorDragTools.cpp index 5e4c41c69819..9909b7e2cfc4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorDragTools.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorDragTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorDragTools.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp index 10897d8fd6dc..352b0c7074eb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Matinee/MatineeActor.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorExporters.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorExporters.cpp index 6c4b0b03fbca..de25804fc09d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorExporters.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorExporters.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorExporters.cpp: Editor exporters. diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorGroup.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorGroup.cpp index 07ac024b7b65..fb3f7b4a5dbf 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorGroup.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorGroup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorHook.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorHook.cpp index 2afd115b96a8..bb8930198d06 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorHook.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorHook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Includes. diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp index 2662ec846f8d..803b3c59f6fe 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorLevelUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorLevelUtils.cpp: Editor-specific level management routines diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorModeInterpolation.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorModeInterpolation.cpp index b25258e3c19a..b16a4232ebc9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorModeInterpolation.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorModeInterpolation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorModeInterpolation : Editor mode for setting up interpolation sequences. diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorModeManager.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorModeManager.cpp index 86d54b909432..c153f793155f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorModeManager.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorModeManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Engine/BookMark.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorModeTools.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorModeTools.cpp index 1321ccd0a793..cf373b7fb31d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorModeTools.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorModeTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorModes.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorModes.cpp index b1029096cf46..8b2477bb21f7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorModes.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorModes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Engine/BookMark.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorObject.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorObject.cpp index f9b74371254c..0d50abdc933a 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorObject.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorObject.cpp: Unreal Editor object manipulation code. diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorParameters.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorParameters.cpp index 59b39b2a8a8a..0589bb7becf1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorParameters.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorParameters.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorPhysXSupport.h b/Engine/Source/Editor/UnrealEd/Private/EditorPhysXSupport.h index 63d4094b5d93..9459a9816256 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorPhysXSupport.h +++ b/Engine/Source/Editor/UnrealEd/Private/EditorPhysXSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorPhysXSupport.h: Editor version of the engine's PhysXSupport.h diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorSelectUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorSelectUtils.cpp index 8136006e0daf..d9e0a26db3b3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorSelectUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorSelectUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorServer.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorServer.cpp index db35ff48512a..cc4c3ca3831d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorServer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorShowFlags.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorShowFlags.cpp index d503de4f350c..7fcce28dba46 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorShowFlags.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorShowFlags.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorTransaction.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorTransaction.cpp index 3e44f7ac552a..e58a78e01fec 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorTransaction.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorTransaction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp index 7170ba064489..6925b6f2d928 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PreviewScene.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/EditorViewportCommands.cpp b/Engine/Source/Editor/UnrealEd/Private/EditorViewportCommands.cpp index 8208a844aa1e..09c137a74e6f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/EditorViewportCommands.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/EditorViewportCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/ActorFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/ActorFactory.cpp index e295324f892e..102ed83feec1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/ActorFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/ActorFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ActorFactory.cpp: diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/ActorFactoryMovieScene.h b/Engine/Source/Editor/UnrealEd/Private/Factories/ActorFactoryMovieScene.h index 69caa166544d..e8b74367df9e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/ActorFactoryMovieScene.h +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/ActorFactoryMovieScene.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/AnimBlueprintFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/AnimBlueprintFactory.cpp index e35b85edb70a..46ac9f4e4ae9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/AnimBlueprintFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/AnimBlueprintFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimBlueprintFactory.cpp: Factory for Anim Blueprints diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/AnimCompositeFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/AnimCompositeFactory.cpp index 7b98fda5e7d0..592f3a1a9788 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/AnimCompositeFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/AnimCompositeFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompositeFactory.cpp: Factory for AnimComposite diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/AnimMontageFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/AnimMontageFactory.cpp index c86b7bc1899e..93e7421174b2 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/AnimMontageFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/AnimMontageFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimMontageFactory.cpp: Factory for AnimMontages diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/AnimSequenceFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/AnimSequenceFactory.cpp index 318b4ba252f5..65f173cb75fa 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/AnimSequenceFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/AnimSequenceFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimSequenceFactory.cpp: Factory for AnimSequence diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/ApexDestructibleAssetImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/ApexDestructibleAssetImport.cpp index 110226788f9c..bcdf13f252a6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/ApexDestructibleAssetImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/ApexDestructibleAssetImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ApexDestructibleAssetImport.cpp: diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/CSVImportFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/CSVImportFactory.cpp index 5259014633c7..6918a6e69e16 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/CSVImportFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/CSVImportFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/EditorFactories.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/EditorFactories.cpp index 27b6b446ab68..dd620e083f17 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/EditorFactories.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/EditorFactories.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorFactories.cpp: Editor class factories. diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/EditorMorphFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/EditorMorphFactory.cpp index e0849331b492..6a132ae554ec 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/EditorMorphFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/EditorMorphFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorMorphFactory.cpp: Morph target mesh factory import code. diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/Factory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/Factory.cpp index 287b37650b52..8f5043b0ffbe 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/Factory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/Factory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Editor includes. diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/HDRLoader.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/HDRLoader.cpp index 0345dd6a7f0e..d4df289ea105 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/HDRLoader.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/HDRLoader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/HDRLoader.h b/Engine/Source/Editor/UnrealEd/Private/Factories/HDRLoader.h index 351c056a9f02..8c4d6737300d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/HDRLoader.h +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/HDRLoader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/IESLoader.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/IESLoader.cpp index 0c91162cc6a7..2624fb5beb52 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/IESLoader.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/IESLoader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/IESLoader.h b/Engine/Source/Editor/UnrealEd/Private/Factories/IESLoader.h index 0187d7ec46ed..999a93afe004 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/IESLoader.h +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/IESLoader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/NiagaraEffectFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/NiagaraEffectFactory.cpp index 51732e08f284..916eeda70992 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/NiagaraEffectFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/NiagaraEffectFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "NiagaraEffect.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/NiagaraScriptFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/NiagaraScriptFactory.cpp index 23d9b63d749a..b3b4c911e678 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/NiagaraScriptFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/NiagaraScriptFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "NiagaraScript.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/PackFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/PackFactory.cpp index b74d2a0a9b2e..14c82c70cc40 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/PackFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/PackFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PackFactory.cpp: Factory for importing asset and feature packs diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/SkeletalMeshImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/SkeletalMeshImport.cpp index 8565a34a3c14..54db4d3eba67 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/SkeletalMeshImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/SkeletalMeshImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalMeshImport.cpp: Skeletal mesh import code. diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/SkeletonFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/SkeletonFactory.cpp index 08ef13cc798a..4b9d987ede87 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/SkeletonFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/SkeletonFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletonFactory.cpp: Factory for Skeletons diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/SlateBrushAssetFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/SlateBrushAssetFactory.cpp index 0f128e4281da..6c336ba72a31 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/SlateBrushAssetFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/SlateBrushAssetFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/SlateWidgetStyleAssetFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/SlateWidgetStyleAssetFactory.cpp index 4953d9e3a6f1..30c7ddbd592a 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/SlateWidgetStyleAssetFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/SlateWidgetStyleAssetFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/TTFontImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/TTFontImport.cpp index d7d7005fc543..458676dfa86d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/TTFontImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/TTFontImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TTFontImport.cpp: True-type Font Importing diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/VectorFieldFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/VectorFieldFactory.cpp index dad9bc1ba96c..22fddd352caa 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/VectorFieldFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/VectorFieldFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VectorFieldFactory.cpp: Factory for importing a 3D grid of vectors. diff --git a/Engine/Source/Editor/UnrealEd/Private/Factories/WorldFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Factories/WorldFactory.cpp index df2d49636078..6497722c2300 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Factories/WorldFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Factories/WorldFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorClassUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FBxLibs.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FBxLibs.cpp index d43f3121fb41..774f543c7d3f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FBxLibs.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FBxLibs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FbxLibs.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAnimSequenceImportData.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAnimSequenceImportData.cpp index 8be3aeae207c..a8fe96384b5f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAnimSequenceImportData.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAnimSequenceImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAnimationExport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAnimationExport.cpp index cc487f045c8f..008485e779fe 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAnimationExport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAnimationExport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAssetImportData.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAssetImportData.cpp index b65b2f0a7da9..c6c863c61dc6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAssetImportData.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxAssetImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxFactory.cpp index cf5db2303c2c..b5a9ac1e7d3d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2008-2009 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxLightImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxLightImport.cpp index e02486ec6d17..3be6a443fba7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxLightImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxLightImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Light actor creation from FBX data. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainExport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainExport.cpp index 4380b8575ff1..d6cc4cf9f289 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainExport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainExport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainImport.cpp index f98f434f8f30..a5cfad8aedbb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2009 - 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMaterialImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMaterialImport.cpp index 62f6b386bd6e..158de128b365 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMaterialImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMaterialImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2009 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMatineeImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMatineeImport.cpp index 8cdd1cc0bcbc..1884b1eafbef 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMatineeImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMatineeImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMeshImportData.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMeshImportData.cpp index 0fabb30856e6..1739a7b55b58 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMeshImportData.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMeshImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "../Classes/Factories/FbxMeshImportData.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxOptionWindow.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxOptionWindow.cpp index 6ab4ab748903..7119a4203bda 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxOptionWindow.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxOptionWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FbxOptionWindow.h" #include "Editor/ContentBrowser/Public/ContentBrowserModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportData.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportData.cpp index abb826973558..649a3d1e28de 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportData.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FbxImporter.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportFactory.cpp index 77f3ac47fb2a..b5977e9d49eb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Factories.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptions.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptions.cpp index df72662840f3..63e127b4238e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptions.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsAnimation.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsAnimation.cpp index e9e60b9f0e40..c71efca84729 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsAnimation.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsAnimation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsMaterial.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsMaterial.cpp index bf8ce60e4fca..cf90e8ac5e6f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsMaterial.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsSkeletalMesh.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsSkeletalMesh.cpp index d0a107b658bc..691ba8deecdf 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsSkeletalMesh.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsSkeletalMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsStaticMesh.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsStaticMesh.cpp index 1f706221855b..5fa1b5692fa3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsStaticMesh.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSceneImportOptionsStaticMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshExport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshExport.cpp index 595e50e4512f..8bf6315952da 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshExport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshExport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImport.cpp index 06191ce20a2b..bf0b789d2c58 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2009 - 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImportData.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImportData.cpp index 8f2a246f0819..9e0d3dd2f88f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImportData.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImport.cpp index a48a2b10c5a5..b2d63fbdf888 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2009 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImportData.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImportData.cpp index 39f10a855e2f..31959d442619 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImportData.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Engine/StaticMesh.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxTextureImportData.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxTextureImportData.cpp index 8b25dbce7992..abbd027325f4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxTextureImportData.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxTextureImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxUtilsImport.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxUtilsImport.cpp index 17aba08ceddf..cdcc89e4734d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxUtilsImport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxUtilsImport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2008 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/ReimportFbxSceneFactory.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/ReimportFbxSceneFactory.cpp index 6ba859d37f95..562c04be3a4d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/ReimportFbxSceneFactory.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/ReimportFbxSceneFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Factories.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SFbxSceneOptionWindow.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/SFbxSceneOptionWindow.cpp index 30bc54dae6ff..4122cbf5d9c3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SFbxSceneOptionWindow.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SFbxSceneOptionWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "UObjectGlobals.h" #include "FbxImporter.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportNodeTreeView.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportNodeTreeView.cpp index d8f214a7ff19..ad12407000c9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportNodeTreeView.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportNodeTreeView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SSceneImportNodeTreeView.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportNodeTreeView.h b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportNodeTreeView.h index 7306fb8cf00e..c68220366010 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportNodeTreeView.h +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportNodeTreeView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FFbxNodeInfo; diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportStaticMeshListView.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportStaticMeshListView.cpp index 702bfad1edec..bc8976c79566 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportStaticMeshListView.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportStaticMeshListView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SSceneImportStaticMeshListView.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportStaticMeshListView.h b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportStaticMeshListView.h index a32327985f05..ae8fd396c81b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportStaticMeshListView.h +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneImportStaticMeshListView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Classes/Factories/FbxSceneImportFactory.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneMaterialsListView.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneMaterialsListView.cpp index 1f1f257f4a75..4cf90a7c4254 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneMaterialsListView.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneMaterialsListView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SSceneMaterialsListView.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneMaterialsListView.h b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneMaterialsListView.h index 733588b6df86..7e4556202a8b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneMaterialsListView.h +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneMaterialsListView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Classes/Factories/FbxSceneImportFactory.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportNodeTreeView.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportNodeTreeView.cpp index a114829729ac..7a66693189f8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportNodeTreeView.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportNodeTreeView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SSceneReimportNodeTreeView.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportNodeTreeView.h b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportNodeTreeView.h index b12ac9535de7..84dcf232d768 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportNodeTreeView.h +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportNodeTreeView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SSceneImportNodeTreeView.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportStaticMeshListView.cpp b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportStaticMeshListView.cpp index 7963e249bb4d..67a3e1e66560 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportStaticMeshListView.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportStaticMeshListView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SSceneReimportStaticMeshListView.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportStaticMeshListView.h b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportStaticMeshListView.h index 60a8883431c9..3d43331fa624 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportStaticMeshListView.h +++ b/Engine/Source/Editor/UnrealEd/Private/Fbx/SSceneReimportStaticMeshListView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Classes/Factories/FbxSceneImportFactory.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/FbxAnimUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/FbxAnimUtils.cpp index 7964b952bbf7..f59ac748f380 100644 --- a/Engine/Source/Editor/UnrealEd/Private/FbxAnimUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/FbxAnimUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "FbxAnimUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/FbxExporter.h b/Engine/Source/Editor/UnrealEd/Private/FbxExporter.h index 5c932ab42fd5..d4fd57791506 100644 --- a/Engine/Source/Editor/UnrealEd/Private/FbxExporter.h +++ b/Engine/Source/Editor/UnrealEd/Private/FbxExporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/FbxImporter.h b/Engine/Source/Editor/UnrealEd/Private/FbxImporter.h index 6c70d6209be0..526f0f13ad28 100644 --- a/Engine/Source/Editor/UnrealEd/Private/FbxImporter.h +++ b/Engine/Source/Editor/UnrealEd/Private/FbxImporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Copyright 2009 - 2010 Autodesk, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Private/FbxLibs.h b/Engine/Source/Editor/UnrealEd/Private/FbxLibs.h index 634315cefde6..6c26fa9a549f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/FbxLibs.h +++ b/Engine/Source/Editor/UnrealEd/Private/FbxLibs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/FbxMeshUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/FbxMeshUtils.cpp index 4a5006fbac55..f918cdc763af 100644 --- a/Engine/Source/Editor/UnrealEd/Private/FbxMeshUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/FbxMeshUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "StaticMeshResources.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/FbxOptionWindow.h b/Engine/Source/Editor/UnrealEd/Private/FbxOptionWindow.h index 0989b5fa52dd..56ccf10fceab 100644 --- a/Engine/Source/Editor/UnrealEd/Private/FbxOptionWindow.h +++ b/Engine/Source/Editor/UnrealEd/Private/FbxOptionWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Features/EditorFeatures.cpp b/Engine/Source/Editor/UnrealEd/Private/Features/EditorFeatures.cpp index dc0bc7ad7453..c0a823bc6367 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Features/EditorFeatures.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Features/EditorFeatures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorFeatures.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/FeedbackContextEditor.cpp b/Engine/Source/Editor/UnrealEd/Private/FeedbackContextEditor.cpp index 9e03d5f34174..d9b24e5f6a72 100644 --- a/Engine/Source/Editor/UnrealEd/Private/FeedbackContextEditor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/FeedbackContextEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp b/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp index 85d2f97f1fe4..98eed35ab317 100644 --- a/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/GeomFitUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/GeomFitUtils.cpp index 3949d6fb6c4c..1a8ebd6b53e7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/GeomFitUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/GeomFitUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GeomFitUtils.cpp: Utilities for fitting collision models to static meshes. diff --git a/Engine/Source/Editor/UnrealEd/Private/GeomFitUtils.h b/Engine/Source/Editor/UnrealEd/Private/GeomFitUtils.h index b12780cf3c0c..225b7a1e15f8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/GeomFitUtils.h +++ b/Engine/Source/Editor/UnrealEd/Private/GeomFitUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /*============================================================================= diff --git a/Engine/Source/Editor/UnrealEd/Private/GeomTools.cpp b/Engine/Source/Editor/UnrealEd/Private/GeomTools.cpp index 589217d94514..e74da53ee508 100644 --- a/Engine/Source/Editor/UnrealEd/Private/GeomTools.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/GeomTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= =============================================================================*/ diff --git a/Engine/Source/Editor/UnrealEd/Private/GlobalEditorNotification.cpp b/Engine/Source/Editor/UnrealEd/Private/GlobalEditorNotification.cpp index cb74ea3d12cf..8450d369be30 100644 --- a/Engine/Source/Editor/UnrealEd/Private/GlobalEditorNotification.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/GlobalEditorNotification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "GlobalEditorNotification.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/GlobalEditorNotification.h b/Engine/Source/Editor/UnrealEd/Private/GlobalEditorNotification.h index 6711fda75307..2907c2211e95 100644 --- a/Engine/Source/Editor/UnrealEd/Private/GlobalEditorNotification.h +++ b/Engine/Source/Editor/UnrealEd/Private/GlobalEditorNotification.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/GraphEditor.cpp b/Engine/Source/Editor/UnrealEd/Private/GraphEditor.cpp index 8dfa5780b8a7..f9ac7fabc266 100644 --- a/Engine/Source/Editor/UnrealEd/Private/GraphEditor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/GraphEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/GrassRenderingNotification.cpp b/Engine/Source/Editor/UnrealEd/Private/GrassRenderingNotification.cpp index 712c8bf48965..31cab8810ead 100644 --- a/Engine/Source/Editor/UnrealEd/Private/GrassRenderingNotification.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/GrassRenderingNotification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "GlobalEditorNotification.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/GroupActor.cpp b/Engine/Source/Editor/UnrealEd/Private/GroupActor.cpp index 04025e91c86a..d556e210728e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/GroupActor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/GroupActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ScopedTransaction.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/HierarchicalLOD.cpp b/Engine/Source/Editor/UnrealEd/Private/HierarchicalLOD.cpp index 14f89a4ffddb..91cdd9acd663 100644 --- a/Engine/Source/Editor/UnrealEd/Private/HierarchicalLOD.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/HierarchicalLOD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "HierarchicalLOD.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/HierarchicalLODVolume.cpp b/Engine/Source/Editor/UnrealEd/Private/HierarchicalLODVolume.cpp index 15816679152a..14ba7bf567cc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/HierarchicalLODVolume.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/HierarchicalLODVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "HierarchicalLODVolume.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp index d24d0bf4b7e2..ac330f54129e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/CompilerResultsLog.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/CompilerResultsLog.cpp index 6fcefb1ef4d3..b4c160759a4f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/CompilerResultsLog.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/CompilerResultsLog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "CompilerResultsLog.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/ComponentEditorUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/ComponentEditorUtils.cpp index 4890e3119e28..d8552e0badc1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/ComponentEditorUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/ComponentEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/DebuggerCommands.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/DebuggerCommands.cpp index cad5ac8f4b74..f47ebb150e89 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/DebuggerCommands.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/DebuggerCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/EnumEditorUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/EnumEditorUtils.cpp index 064b120b6d0f..15760b2351af 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/EnumEditorUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/EnumEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EnumEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2.cpp index 6633d6f51c55..23c8e9761d43 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2NameValidators.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2NameValidators.cpp index acd9d9b8afee..9511c08b9bab 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2NameValidators.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2NameValidators.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SlateBasics.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetDebugUtilities.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetDebugUtilities.cpp index 090c6880f421..d24986e8037b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetDebugUtilities.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetDebugUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Engine/Breakpoint.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetReinstanceUtilities.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetReinstanceUtilities.cpp index c7ce89311ef7..f0fed90b61bc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetReinstanceUtilities.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetReinstanceUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Kismet2/CompilerResultsLog.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Kismet2/StructureEditorUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/Kismet2/StructureEditorUtils.cpp index 666a9ad9f99d..61fa6c8997b8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Kismet2/StructureEditorUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Kismet2/StructureEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "StructureEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/LODCluster.cpp b/Engine/Source/Editor/UnrealEd/Private/LODCluster.cpp index b2ceef582feb..ead27ba4f93e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/LODCluster.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/LODCluster.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/LODUtilities.cpp b/Engine/Source/Editor/UnrealEd/Private/LODUtilities.cpp index 10a2233dc80b..8d94a1be3fb7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/LODUtilities.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/LODUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/LandscapeTextureBakingNotification.cpp b/Engine/Source/Editor/UnrealEd/Private/LandscapeTextureBakingNotification.cpp index 663f43745b90..0b6aed1e0fe6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/LandscapeTextureBakingNotification.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/LandscapeTextureBakingNotification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "GlobalEditorNotification.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Layers/Layers.cpp b/Engine/Source/Editor/UnrealEd/Private/Layers/Layers.cpp index f9744f8f1a4d..cf5b90b654ec 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Layers/Layers.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Layers/Layers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Layers/Layers.h b/Engine/Source/Editor/UnrealEd/Private/Layers/Layers.h index d26cc4ba51cc..d9e6090b3c2e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Layers/Layers.h +++ b/Engine/Source/Editor/UnrealEd/Private/Layers/Layers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp b/Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp index db8cdc61030c..342e493d24fd 100644 --- a/Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/LevelViewportClickHandlers.cpp b/Engine/Source/Editor/UnrealEd/Private/LevelViewportClickHandlers.cpp index 95568effb6b6..e57db020d5b3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/LevelViewportClickHandlers.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/LevelViewportClickHandlers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "LevelEditorViewport.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/LevelViewportClickHandlers.h b/Engine/Source/Editor/UnrealEd/Private/LevelViewportClickHandlers.h index ed7b0c89f9dc..b5ad46cdf565 100644 --- a/Engine/Source/Editor/UnrealEd/Private/LevelViewportClickHandlers.h +++ b/Engine/Source/Editor/UnrealEd/Private/LevelViewportClickHandlers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Lightmass/Lightmass.cpp b/Engine/Source/Editor/UnrealEd/Private/Lightmass/Lightmass.cpp index 0238f230b2fd..27dcdc0de3dd 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Lightmass/Lightmass.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Lightmass/Lightmass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Lightmass.h: lightmass import/export implementation. diff --git a/Engine/Source/Editor/UnrealEd/Private/Lightmass/Lightmass.h b/Engine/Source/Editor/UnrealEd/Private/Lightmass/Lightmass.h index a29e643b63c7..971938a7c66f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Lightmass/Lightmass.h +++ b/Engine/Source/Editor/UnrealEd/Private/Lightmass/Lightmass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Lightmass.h: lightmass import/export definitions. diff --git a/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassLandscapeRender.cpp b/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassLandscapeRender.cpp index 524821ac8621..86d0c0a271fe 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassLandscapeRender.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassLandscapeRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "LightmassLandscapeRender.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassLandscapeRender.h b/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassLandscapeRender.h index 9433efab47cc..db70d1f6997d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassLandscapeRender.h +++ b/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassLandscapeRender.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassRender.cpp b/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassRender.cpp index 77b761792945..1cd99edd8dc2 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassRender.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightmassRender.cpp: lightmass rendering-related implementation. diff --git a/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassRender.h b/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassRender.h index 5ef7b4e718eb..425eda2cb481 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassRender.h +++ b/Engine/Source/Editor/UnrealEd/Private/Lightmass/LightmassRender.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightmassRender.h: lightmass rendering-related definitions. diff --git a/Engine/Source/Editor/UnrealEd/Private/LightmassOptionsObject.cpp b/Engine/Source/Editor/UnrealEd/Private/LightmassOptionsObject.cpp index 84ca3ef47cf0..dc90243f7721 100644 --- a/Engine/Source/Editor/UnrealEd/Private/LightmassOptionsObject.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/LightmassOptionsObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Localization/PortableObjectFormatDOM.cpp b/Engine/Source/Editor/UnrealEd/Private/Localization/PortableObjectFormatDOM.cpp index 5cc670120292..484b3bbaffa9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Localization/PortableObjectFormatDOM.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Localization/PortableObjectFormatDOM.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Culture.h" @@ -719,7 +719,7 @@ void FPortableObjectFormatDOM::CreateNewHeader() //Hard code some header entries for now in the following format /* # Engine English translation - # Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + # Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. # msgid "" msgstr "" @@ -748,7 +748,7 @@ void FPortableObjectFormatDOM::CreateNewHeader() Header.SetEntryValue( TEXT("Plural-Forms"), Language.GetPluralForms() ); Header.Comments.Add( FString::Printf(TEXT("%s %s translation."), *GetProjectName(), *Language.EnglishName() ) ); - Header.Comments.Add( TEXT("Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.") ); + Header.Comments.Add( TEXT("Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.") ); Header.Comments.Add( FString(TEXT("")) ); } diff --git a/Engine/Source/Editor/UnrealEd/Private/MRUFavoritesList.cpp b/Engine/Source/Editor/UnrealEd/Private/MRUFavoritesList.cpp index 88c880b09f2d..be80aa25bf1c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MRUFavoritesList.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MRUFavoritesList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/MRUList.cpp b/Engine/Source/Editor/UnrealEd/Private/MRUList.cpp index ddb618849572..77ea305c3df5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MRUList.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MRUList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ConfigCacheIni.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/MaterialEditor/MaterialEditorMeshComponent.cpp b/Engine/Source/Editor/UnrealEd/Private/MaterialEditor/MaterialEditorMeshComponent.cpp index b0302349b43a..9357e343ec26 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MaterialEditor/MaterialEditorMeshComponent.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MaterialEditor/MaterialEditorMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "MaterialEditor/MaterialEditorMeshComponent.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/MaterialGraph.cpp b/Engine/Source/Editor/UnrealEd/Private/MaterialGraph.cpp index 2aa85cdc9cf6..243e4296e16e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MaterialGraph.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MaterialGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ///////////////////////////////////////////////////// // UMaterialGraph diff --git a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode.cpp b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode.cpp index f62b268d74b7..edb774787d3b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialGraphNode.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Base.cpp b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Base.cpp index 9f350d5f32da..7ef8132a2021 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Base.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Base.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialGraphNode_Base.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Comment.cpp b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Comment.cpp index af9a01dde80b..42ca1bbb1d29 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Comment.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Comment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialGraphNode_Comment.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Root.cpp b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Root.cpp index 7f42228190a3..1193765317cb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Root.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Root.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialGraphNode_Root.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp index e30dd6d6bce4..1d577ed9629c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialGraphSchema.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/MeshPaintRendering.cpp b/Engine/Source/Editor/UnrealEd/Private/MeshPaintRendering.cpp index 2941f9259d5a..8a2696548879 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MeshPaintRendering.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MeshPaintRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MeshPaintRendering.cpp: Mesh texture paint brush rendering diff --git a/Engine/Source/Editor/UnrealEd/Private/MiniCurveEditor.cpp b/Engine/Source/Editor/UnrealEd/Private/MiniCurveEditor.cpp index a25a8b7d9ab3..52e697262fab 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MiniCurveEditor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MiniCurveEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/MouseDeltaTracker.cpp b/Engine/Source/Editor/UnrealEd/Private/MouseDeltaTracker.cpp index 7a2bbeab56db..925aae89e6e3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/MouseDeltaTracker.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/MouseDeltaTracker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/NavigationBuildingNotification.cpp b/Engine/Source/Editor/UnrealEd/Private/NavigationBuildingNotification.cpp index fc01e6196c79..7cce64d353c2 100644 --- a/Engine/Source/Editor/UnrealEd/Private/NavigationBuildingNotification.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/NavigationBuildingNotification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "MainFrame.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/NavigationBuildingNotification.h b/Engine/Source/Editor/UnrealEd/Private/NavigationBuildingNotification.h index fba944675e56..a5c4d65c35b2 100644 --- a/Engine/Source/Editor/UnrealEd/Private/NavigationBuildingNotification.h +++ b/Engine/Source/Editor/UnrealEd/Private/NavigationBuildingNotification.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/EdGraphSchema_Niagara.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/EdGraphSchema_Niagara.cpp index fb9266fc60da..bb542c4b5bc7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/EdGraphSchema_Niagara.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/EdGraphSchema_Niagara.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraEditorCommon.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraEditorCommon.cpp index fb6f822ece4f..a3f88f751503 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraEditorCommon.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraEditorCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNode.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNode.cpp index ec7411078513..4032efff6f41 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNode.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeConstant.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeConstant.cpp index 80bdbad9ae22..af920324d3fb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeConstant.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeConstant.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "INiagaraCompiler.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeFunctionCall.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeFunctionCall.cpp index aad6a0d793a4..1ed2775aff90 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeFunctionCall.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeFunctionCall.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeGetAttr.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeGetAttr.cpp index ebbd638e4768..1aa088aa4a1d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeGetAttr.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeGetAttr.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "INiagaraCompiler.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeInput.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeInput.cpp index f8609b831262..40cf8926a7a6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeInput.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeInput.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOp.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOp.cpp index 84295d1fefd1..9ae6878ecce0 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOp.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOutput.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOutput.cpp index a701ed2b3c82..e9dddfed3736 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOutput.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOutput.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOutputUpdate.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOutputUpdate.cpp index 868364e778be..471b91e8ab14 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOutputUpdate.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeOutputUpdate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeReadDataSet.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeReadDataSet.cpp index 4663374cef7c..f352ba7c8f3f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeReadDataSet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeReadDataSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeWriteDataSet.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeWriteDataSet.cpp index 704449886863..c83a68bef563 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeWriteDataSet.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraNodeWriteDataSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "BlueprintGraphDefinitions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraScriptSource.cpp b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraScriptSource.cpp index a1701dbb8195..3b37088dd5c1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraScriptSource.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Niagara/NiagaraScriptSource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "NiagaraScript.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/NormalMapIdentification.cpp b/Engine/Source/Editor/UnrealEd/Private/NormalMapIdentification.cpp index 5ab403abc55e..7b78492046ec 100644 --- a/Engine/Source/Editor/UnrealEd/Private/NormalMapIdentification.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/NormalMapIdentification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "NormalMapIdentification.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/NormalMapIdentification.h b/Engine/Source/Editor/UnrealEd/Private/NormalMapIdentification.h index dc23b600e91a..009fb873cb72 100644 --- a/Engine/Source/Editor/UnrealEd/Private/NormalMapIdentification.h +++ b/Engine/Source/Editor/UnrealEd/Private/NormalMapIdentification.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/NormalMapPreview.cpp b/Engine/Source/Editor/UnrealEd/Private/NormalMapPreview.cpp index 555e456e9a14..79f275d4a50e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/NormalMapPreview.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/NormalMapPreview.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== NormalMapPreview.h: Implementation for previewing normal maps. diff --git a/Engine/Source/Editor/UnrealEd/Private/ObjectTools.cpp b/Engine/Source/Editor/UnrealEd/Private/ObjectTools.cpp index 1830eddf21aa..e89038eec5a7 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ObjectTools.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ObjectTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PackageAutoSaver.cpp b/Engine/Source/Editor/UnrealEd/Private/PackageAutoSaver.cpp index 1fa7b767fd6d..966f91571da6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PackageAutoSaver.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PackageAutoSaver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PackageAutoSaver.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PackageAutoSaver.h b/Engine/Source/Editor/UnrealEd/Private/PackageAutoSaver.h index 8568db87ed95..e7e16dd56fd6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PackageAutoSaver.h +++ b/Engine/Source/Editor/UnrealEd/Private/PackageAutoSaver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/PackageBackup.cpp b/Engine/Source/Editor/UnrealEd/Private/PackageBackup.cpp index 45cbf122195b..ad01dda714c2 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PackageBackup.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PackageBackup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PackageBackup.cpp: Utility class for backing up a package. diff --git a/Engine/Source/Editor/UnrealEd/Private/PackageRestore.cpp b/Engine/Source/Editor/UnrealEd/Private/PackageRestore.cpp index 4754486aee2b..aa07dbb2d498 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PackageRestore.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PackageRestore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PackageRestore.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PackageRestore.h b/Engine/Source/Editor/UnrealEd/Private/PackageRestore.h index de9118457b3d..d4cb5c295382 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PackageRestore.h +++ b/Engine/Source/Editor/UnrealEd/Private/PackageRestore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp b/Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp index 0e9d51508db8..733d22f8937c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ParamParser.cpp b/Engine/Source/Editor/UnrealEd/Private/ParamParser.cpp index 8e781dbce2f0..5f68b2d58291 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ParamParser.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ParamParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParamParser.cpp: Functions to help parse commands. diff --git a/Engine/Source/Editor/UnrealEd/Private/PerformanceMonitor.cpp b/Engine/Source/Editor/UnrealEd/Private/PerformanceMonitor.cpp index 5fbb1834e511..c17a039da80e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PerformanceMonitor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PerformanceMonitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PerformanceMonitor.h b/Engine/Source/Editor/UnrealEd/Private/PerformanceMonitor.h index a1d377e08183..ffef6e0df3b0 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PerformanceMonitor.h +++ b/Engine/Source/Editor/UnrealEd/Private/PerformanceMonitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/PhysicsAssetUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/PhysicsAssetUtils.cpp index aa6a7a562c38..9ffd8f7cd96e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PhysicsAssetUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PhysicsAssetUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PhysicsAssetUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PhysicsManipulationMode.cpp b/Engine/Source/Editor/UnrealEd/Private/PhysicsManipulationMode.cpp index ca850355ff40..c87807fede83 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PhysicsManipulationMode.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PhysicsManipulationMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "PhysicsEngine/PhysicsHandleComponent.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PlayLevel.cpp b/Engine/Source/Editor/UnrealEd/Private/PlayLevel.cpp index 825c129d4c64..722a773ec712 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PlayLevel.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PlayLevel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PreferenceStubs.cpp b/Engine/Source/Editor/UnrealEd/Private/PreferenceStubs.cpp index 5d2b538a3284..950a3fe7ec5d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PreferenceStubs.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PreferenceStubs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PreviewMaterial.cpp b/Engine/Source/Editor/UnrealEd/Private/PreviewMaterial.cpp index 26f915d6cb23..4aad1e47483f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PreviewMaterial.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PreviewMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Editor/MaterialEditor/Public/MaterialEditorModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/PropertyEditorTestObject.cpp b/Engine/Source/Editor/UnrealEd/Private/PropertyEditorTestObject.cpp index eb5e6aad41fe..5ec04fc9f157 100644 --- a/Engine/Source/Editor/UnrealEd/Private/PropertyEditorTestObject.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/PropertyEditorTestObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.cpp index 409a95b43be2..64f6186e55e4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "../Private/ReferenceInfoUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.h b/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.h index 99eb6bedd968..260b9b9b2a17 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.h +++ b/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/ReferencedAssetsUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/ReferencedAssetsUtils.cpp index 646bfec7e502..b6a0350f13a5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ReferencedAssetsUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ReferencedAssetsUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/RichCurveEditorCommands.cpp b/Engine/Source/Editor/UnrealEd/Private/RichCurveEditorCommands.cpp index fb7be6de143c..ee4368c7054f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/RichCurveEditorCommands.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/RichCurveEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "RichCurveEditorCommands.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SCSVImportOptions.cpp b/Engine/Source/Editor/UnrealEd/Private/SCSVImportOptions.cpp index 35aaa4a45a30..91068cadf54c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SCSVImportOptions.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SCSVImportOptions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SClassPickerDialog.cpp b/Engine/Source/Editor/UnrealEd/Private/SClassPickerDialog.cpp index f23a29805599..d4da064ff250 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SClassPickerDialog.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SClassPickerDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SColorGradientEditor.cpp b/Engine/Source/Editor/UnrealEd/Private/SColorGradientEditor.cpp index 1e8e369346b8..cbf7fe80ea1f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SColorGradientEditor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SColorGradientEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SColorGradientEditor.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SCommonEditorViewportToolbarBase.cpp b/Engine/Source/Editor/UnrealEd/Private/SCommonEditorViewportToolbarBase.cpp index 72429f8ec234..208c098ed6b9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SCommonEditorViewportToolbarBase.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SCommonEditorViewportToolbarBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SComponentClassCombo.cpp b/Engine/Source/Editor/UnrealEd/Private/SComponentClassCombo.cpp index cbbac3263c04..a0582a6ff20c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SComponentClassCombo.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SComponentClassCombo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SCreateAssetFromObject.cpp b/Engine/Source/Editor/UnrealEd/Private/SCreateAssetFromObject.cpp index 574ebb3c54d6..bc70d326b8b3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SCreateAssetFromObject.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SCreateAssetFromObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SCreateAssetFromObject.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SCurveEditor.cpp b/Engine/Source/Editor/UnrealEd/Private/SCurveEditor.cpp index d33ed48b4f3f..ee855bb706ca 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SCurveEditor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SCurveEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SEditorViewport.cpp b/Engine/Source/Editor/UnrealEd/Private/SEditorViewport.cpp index 200fbc2b6e06..74b4f94d3403 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SEditorViewport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SEditorViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SEditorViewport.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SEditorViewportToolBarButton.cpp b/Engine/Source/Editor/UnrealEd/Private/SEditorViewportToolBarButton.cpp index 16f60cb506c4..c7f6ed2060fc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SEditorViewportToolBarButton.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SEditorViewportToolBarButton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SEditorViewportToolBarMenu.cpp b/Engine/Source/Editor/UnrealEd/Private/SEditorViewportToolBarMenu.cpp index 3394a0d3c096..22d6d6887f2b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SEditorViewportToolBarMenu.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SEditorViewportToolBarMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SEditorViewportViewMenu.cpp b/Engine/Source/Editor/UnrealEd/Private/SEditorViewportViewMenu.cpp index c83b7f9540cb..a7752854d722 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SEditorViewportViewMenu.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SEditorViewportViewMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SFbxSceneOptionWindow.h b/Engine/Source/Editor/UnrealEd/Private/SFbxSceneOptionWindow.h index 9fa23014a8ee..5e3ab4d5af37 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SFbxSceneOptionWindow.h +++ b/Engine/Source/Editor/UnrealEd/Private/SFbxSceneOptionWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/SKeySelector.cpp b/Engine/Source/Editor/UnrealEd/Private/SKeySelector.cpp index a3677acac6c0..e63fe88163e5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SKeySelector.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SKeySelector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SScalabilitySettings.cpp b/Engine/Source/Editor/UnrealEd/Private/SScalabilitySettings.cpp index e56128d2f001..fd0459f5934b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SScalabilitySettings.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SScalabilitySettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SScalabilitySettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SSkeletonWidget.cpp b/Engine/Source/Editor/UnrealEd/Private/SSkeletonWidget.cpp index adac57602b32..c9ee9ea3fca1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SSkeletonWidget.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SSkeletonWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Animation/AnimSet.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SSocketManager.cpp b/Engine/Source/Editor/UnrealEd/Private/SSocketManager.cpp index 399ec9f6dcf8..63ea6b80d5d0 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SSocketManager.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SSocketManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SSocketManager.h b/Engine/Source/Editor/UnrealEd/Private/SSocketManager.h index a650350531a6..7c69c3c66447 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SSocketManager.h +++ b/Engine/Source/Editor/UnrealEd/Private/SSocketManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/STransformViewportToolbar.cpp b/Engine/Source/Editor/UnrealEd/Private/STransformViewportToolbar.cpp index 2206f04ca7ba..22305f045c5e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/STransformViewportToolbar.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/STransformViewportToolbar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SViewportToolBar.cpp b/Engine/Source/Editor/UnrealEd/Private/SViewportToolBar.cpp index e02ea73f2480..3887edcd4a46 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SViewportToolBar.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SViewportToolBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SViewportToolBarComboMenu.cpp b/Engine/Source/Editor/UnrealEd/Private/SViewportToolBarComboMenu.cpp index 2bdebe1eb15c..5a9d302c6291 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SViewportToolBarComboMenu.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SViewportToolBarComboMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SViewportToolBarComboMenu.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SViewportToolBarIconMenu.cpp b/Engine/Source/Editor/UnrealEd/Private/SViewportToolBarIconMenu.cpp index b3591f1c49e8..620685091f82 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SViewportToolBarIconMenu.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SViewportToolBarIconMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "MultiBox.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ScopedTransaction.cpp b/Engine/Source/Editor/UnrealEd/Private/ScopedTransaction.cpp index 87af095071ae..4c75821609a2 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ScopedTransaction.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ScopedTransaction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ScriptDisassembler.cpp b/Engine/Source/Editor/UnrealEd/Private/ScriptDisassembler.cpp index 1ee345e8969d..1de0de109d47 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ScriptDisassembler.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ScriptDisassembler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScriptDisassembler.cpp: Disassembler for Kismet bytecode. diff --git a/Engine/Source/Editor/UnrealEd/Private/Settings/EditorLoadingSavingSettingsCustomization.h b/Engine/Source/Editor/UnrealEd/Private/Settings/EditorLoadingSavingSettingsCustomization.h index 11f905e765ec..93c6914004b4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Settings/EditorLoadingSavingSettingsCustomization.h +++ b/Engine/Source/Editor/UnrealEd/Private/Settings/EditorLoadingSavingSettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Settings/EditorPerProjectUserSettings.cpp b/Engine/Source/Editor/UnrealEd/Private/Settings/EditorPerProjectUserSettings.cpp index 6682b9274b00..2fe951ae858f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Settings/EditorPerProjectUserSettings.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Settings/EditorPerProjectUserSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "MessageLog.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Settings/EditorProjectSettings.cpp b/Engine/Source/Editor/UnrealEd/Private/Settings/EditorProjectSettings.cpp index 0f1c18207615..8173e461f06d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Settings/EditorProjectSettings.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Settings/EditorProjectSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorProjectSettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Settings/EditorSettings.cpp b/Engine/Source/Editor/UnrealEd/Private/Settings/EditorSettings.cpp index ab2d005d502c..2c4ac5adebca 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Settings/EditorSettings.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Settings/EditorSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorSettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Settings/GameMapsSettingsCustomization.h b/Engine/Source/Editor/UnrealEd/Private/Settings/GameMapsSettingsCustomization.h index 41911782144c..a219ceadfb67 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Settings/GameMapsSettingsCustomization.h +++ b/Engine/Source/Editor/UnrealEd/Private/Settings/GameMapsSettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Settings/LevelEditorPlaySettingsCustomization.h b/Engine/Source/Editor/UnrealEd/Private/Settings/LevelEditorPlaySettingsCustomization.h index a841f7763735..cda1755a70fe 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Settings/LevelEditorPlaySettingsCustomization.h +++ b/Engine/Source/Editor/UnrealEd/Private/Settings/LevelEditorPlaySettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Settings/ProjectPackagingSettingsCustomization.h b/Engine/Source/Editor/UnrealEd/Private/Settings/ProjectPackagingSettingsCustomization.h index 12846d59d17d..68ce0f4b6c71 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Settings/ProjectPackagingSettingsCustomization.h +++ b/Engine/Source/Editor/UnrealEd/Private/Settings/ProjectPackagingSettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Settings/SettingsClasses.cpp b/Engine/Source/Editor/UnrealEd/Private/Settings/SettingsClasses.cpp index 1476be69833c..2e5be3cf015f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Settings/SettingsClasses.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Settings/SettingsClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ISourceControlModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ShaderCompilingNotification.cpp b/Engine/Source/Editor/UnrealEd/Private/ShaderCompilingNotification.cpp index 35f696aed7b4..f2d73102d95c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ShaderCompilingNotification.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ShaderCompilingNotification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SkeletalMeshEdit.cpp b/Engine/Source/Editor/UnrealEd/Private/SkeletalMeshEdit.cpp index 4de816fc25d3..3c2583296889 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SkeletalMeshEdit.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SkeletalMeshEdit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalMeshEdit.cpp: Unreal editor skeletal mesh/anim support diff --git a/Engine/Source/Editor/UnrealEd/Private/SnappingUtils.cpp b/Engine/Source/Editor/UnrealEd/Private/SnappingUtils.cpp index d3fb2d0260e3..7d70a84f956a 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SnappingUtils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SnappingUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SnappingUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundClassGraph.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundClassGraph.cpp index a56bdc7884de..295f0ec8e393 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundClassGraph.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundClassGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ///////////////////////////////////////////////////// // USoundClassGraph diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundClassGraphNode.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundClassGraphNode.cpp index 9772de084ef4..d237a40c679d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundClassGraphNode.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundClassGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SoundClassGraphNode.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundClassGraphSchema.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundClassGraphSchema.cpp index 735185c34304..76d004b86a74 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundClassGraphSchema.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundClassGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SoundClassGraphSchema.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraph.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraph.cpp index f7c52caee377..31eced8c1df9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraph.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. ///////////////////////////////////////////////////// // USoundCueGraph diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphEditorCommands.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphEditorCommands.cpp index 84f8c645933e..53d32840a4d8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphEditorCommands.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphEditorCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SoundCueGraphEditorCommands.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode.cpp index 269a9a1a360e..764b567c29d1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SoundCueGraphNode.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode_Base.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode_Base.cpp index 3aa606db34c7..90793b45798b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode_Base.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode_Base.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SoundCueGraphNode_Base.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode_Root.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode_Root.cpp index 9ec67b2147c3..6dbc560078bb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode_Root.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphNode_Root.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SoundCueGraphNode_Root.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphSchema.cpp b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphSchema.cpp index a43236f09eb8..b81dcc19e3cc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphSchema.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SoundCueGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SoundCueGraphSchema.cpp diff --git a/Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp b/Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp index 24cf3fa5720a..403b9ab035b4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingDebug.cpp b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingDebug.cpp index f17892d65be1..8f1ec507116b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingDebug.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingDebug.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticLightingDebug.cpp: Code for debugging static lighting diff --git a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingExport.cpp b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingExport.cpp index 8f09a8b02d72..40f8e9f68e20 100644 --- a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingExport.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingExport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticLightingExport.cpp: Static lighting export implementations. diff --git a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingPrivate.h b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingPrivate.h index 28f6c093cbdf..bad459db662b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingPrivate.h +++ b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticLightingPrivate.h: Private static lighting system definitions. diff --git a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingSystem.cpp b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingSystem.cpp index bff0534294fb..2804908ae85e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingSystem.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingSystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticLightingSystem.cpp: Bsp light mesh illumination builder code diff --git a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingTextureMapping.cpp b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingTextureMapping.cpp index d7705330e0df..5b7fe7629bc8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingTextureMapping.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/StaticLightingSystem/StaticLightingTextureMapping.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticLightingTextureMapping.cpp: Static lighting texture mapping implementation. diff --git a/Engine/Source/Editor/UnrealEd/Private/StaticMeshEdit.cpp b/Engine/Source/Editor/UnrealEd/Private/StaticMeshEdit.cpp index cb5251b2076b..2c3016528f88 100644 --- a/Engine/Source/Editor/UnrealEd/Private/StaticMeshEdit.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/StaticMeshEdit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMeshEdit.cpp: Static mesh edit functions. diff --git a/Engine/Source/Editor/UnrealEd/Private/TemplateMapMetadata.cpp b/Engine/Source/Editor/UnrealEd/Private/TemplateMapMetadata.cpp index 598d1b0e0d65..164e13270efb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/TemplateMapMetadata.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/TemplateMapMetadata.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TemplateMapMetadata.cpp: map template related code diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorCommon.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorCommon.cpp index 4a485be40795..b896f39da34d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorCommon.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AutomationEditorCommon.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorPromotionCommon.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorPromotionCommon.cpp index 8497ea7c2169..8147c588cfba 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorPromotionCommon.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorPromotionCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AutomationEditorPromotionCommon.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/BlueprintAutomationTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/BlueprintAutomationTests.cpp index b53571789abe..a8b7b4315b08 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/BlueprintAutomationTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/BlueprintAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ObjectTools.h" #include "Json.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/CollisionAutomationTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/CollisionAutomationTests.cpp index 3cb13abccaee..20003ffb07d6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/CollisionAutomationTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/CollisionAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/CollisionAutomationTests.h b/Engine/Source/Editor/UnrealEd/Private/Tests/CollisionAutomationTests.h index 65f362de149d..5c5cb0a766f5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/CollisionAutomationTests.h +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/CollisionAutomationTests.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorAssetAutomationTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorAssetAutomationTests.cpp index 482036d74bd0..6f13c212e787 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorAssetAutomationTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorAssetAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Tests/AutomationTestSettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorAutomationTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorAutomationTests.cpp index 46114e7430a4..3ca359e24b51 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorAutomationTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorBuildPromotionTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorBuildPromotionTests.cpp index 3e8390f9972f..b87aa10fab3f 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorBuildPromotionTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorBuildPromotionTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorOpenAssetAutomationTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorOpenAssetAutomationTests.cpp index 5f5dfd21a13f..ff24743211d5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorOpenAssetAutomationTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorOpenAssetAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Tests/AutomationTestSettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorPerformanceTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorPerformanceTests.cpp index e56b6e419cb3..677ff278dfeb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorPerformanceTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorPerformanceTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Tests/AutomationTestSettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorSettingsTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorSettingsTests.cpp index ff7e7edf4a80..3797b62f6bdb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorSettingsTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorSettingsTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorViewportFlagsTest.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorViewportFlagsTest.cpp index 94065fcc1314..7a86e6d5db54 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/EditorViewportFlagsTest.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/EditorViewportFlagsTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/FeaturePackAutomationTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/FeaturePackAutomationTests.cpp index 1ab682e1e6ad..e14bfb12f200 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/FeaturePackAutomationTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/FeaturePackAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/GeometryTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/GeometryTests.cpp index b8c91897cbb3..ec1b22ed80cc 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/GeometryTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/GeometryTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Tests/LightingTests.cpp b/Engine/Source/Editor/UnrealEd/Private/Tests/LightingTests.cpp index 7b36eb039f04..e4c34d14c06a 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Tests/LightingTests.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Tests/LightingTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/TexAlignTools.cpp b/Engine/Source/Editor/UnrealEd/Private/TexAlignTools.cpp index 5315257e9c4b..1fde52a1a9d5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/TexAlignTools.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/TexAlignTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TexAlignTools.cpp: Tools for aligning textures on surfaces diff --git a/Engine/Source/Editor/UnrealEd/Private/Texture2DPreview.cpp b/Engine/Source/Editor/UnrealEd/Private/Texture2DPreview.cpp index 25cf923b8286..15e5ce2373b4 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Texture2DPreview.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Texture2DPreview.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== Texture2DPreview.h: Implementation for previewing 2D Textures and normal maps. diff --git a/Engine/Source/Editor/UnrealEd/Private/TextureStreamingNotification.cpp b/Engine/Source/Editor/UnrealEd/Private/TextureStreamingNotification.cpp index 0cc0a74aeb84..700aeff4d659 100644 --- a/Engine/Source/Editor/UnrealEd/Private/TextureStreamingNotification.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/TextureStreamingNotification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailHelpers.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailHelpers.cpp index 12bdf3e4e547..3e16fb8ba240 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailHelpers.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "ThumbnailHelpers.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailManager.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailManager.cpp index ebd59e82d51a..f79bc36093b5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailManager.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/AnimBlueprintThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/AnimBlueprintThumbnailRenderer.cpp index c481c0a15f04..ef76b8c82ddf 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/AnimBlueprintThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/AnimBlueprintThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/AnimSequenceThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/AnimSequenceThumbnailRenderer.cpp index e4ca242adf03..0be60683adb3 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/AnimSequenceThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/AnimSequenceThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/BlendSpaceThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/BlendSpaceThumbnailRenderer.cpp index 109de3369f7f..817284902bd0 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/BlendSpaceThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/BlendSpaceThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/BlueprintThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/BlueprintThumbnailRenderer.cpp index fc78d28b6da2..5e8caa373b87 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/BlueprintThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/BlueprintThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ClassThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ClassThumbnailRenderer.cpp index eb8fb929840a..fb12ce222b2c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ClassThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ClassThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/DefaultSizedThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/DefaultSizedThumbnailRenderer.cpp index 50eb7831686d..5474d2fbf1ba 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/DefaultSizedThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/DefaultSizedThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/DestructibleMeshThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/DestructibleMeshThumbnailRenderer.cpp index c2cc7c0537a4..f795cc663ecd 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/DestructibleMeshThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/DestructibleMeshThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/FontThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/FontThumbnailRenderer.cpp index 11862615d6eb..03ac873848d9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/FontThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/FontThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Engine/Font.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/LevelThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/LevelThumbnailRenderer.cpp index 20395d630f68..36a788a47799 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/LevelThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/LevelThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EngineModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/MaterialFunctionThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/MaterialFunctionThumbnailRenderer.cpp index b4286ee77c52..3029f35281ab 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/MaterialFunctionThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/MaterialFunctionThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/MaterialInstanceThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/MaterialInstanceThumbnailRenderer.cpp index 2ae7d3dbfcee..9cb211c51ea5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/MaterialInstanceThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/MaterialInstanceThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ParticleSystemThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ParticleSystemThumbnailRenderer.cpp index 21374ff56be5..8122d1d42c5c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ParticleSystemThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ParticleSystemThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SceneThumbnailInfo.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SceneThumbnailInfo.cpp index f230f03bea1c..43434f2dd8f1 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SceneThumbnailInfo.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SceneThumbnailInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SceneThumbnailInfoWithPrimitive.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SceneThumbnailInfoWithPrimitive.cpp index efc61ea8531d..2de646123d4a 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SceneThumbnailInfoWithPrimitive.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SceneThumbnailInfoWithPrimitive.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SkeletalMeshThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SkeletalMeshThumbnailRenderer.cpp index d5b8fdb2ae47..85152b37a4c8 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SkeletalMeshThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SkeletalMeshThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SlateBrushThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SlateBrushThumbnailRenderer.cpp index 139fafaa5404..69fe48e6479d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SlateBrushThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SlateBrushThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SoundWaveThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SoundWaveThumbnailRenderer.cpp index 0e19e3983994..fc5817c080cb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SoundWaveThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SoundWaveThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Sound/SoundWave.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/StaticMeshThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/StaticMeshThumbnailRenderer.cpp index f6e0ae98702f..5b51fab9e668 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/StaticMeshThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/StaticMeshThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SubsurfaceProfileRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SubsurfaceProfileRenderer.cpp index 207ce03eba5f..08841b54ce2b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SubsurfaceProfileRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/SubsurfaceProfileRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Engine/SubsurfaceProfile.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/TextureCubeThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/TextureCubeThumbnailRenderer.cpp index 460bf529a8e2..49259d94b633 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/TextureCubeThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/TextureCubeThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Engine/TextureCube.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/TextureThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/TextureThumbnailRenderer.cpp index 58384d3536d4..036fd9fbb7a5 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/TextureThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/TextureThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ThumbnailRenderer.cpp index 45b9b69feb2d..841829bb183d 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/ThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/WorldThumbnailInfo.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/WorldThumbnailInfo.cpp index 47bfc655bbb9..51c39e9c0e12 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/WorldThumbnailInfo.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/WorldThumbnailInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/WorldThumbnailRenderer.cpp b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/WorldThumbnailRenderer.cpp index 84041249118c..fd477b2bde05 100644 --- a/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/WorldThumbnailRenderer.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/ThumbnailRendering/WorldThumbnailRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EngineModule.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorCommonCommands.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorCommonCommands.cpp index 26f8c0d5ae1e..fa81e3210739 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorCommonCommands.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorCommonCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "AssetEditorCommonCommands.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorCommonCommands.h b/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorCommonCommands.h index 9cfee95ad33d..ae4c540eb615 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorCommonCommands.h +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorCommonCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorManager.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorManager.cpp index 480d32b82eab..85922ec97a5b 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorManager.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorToolkit.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorToolkit.cpp index 2dd6b1165f9e..a047204ca536 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorToolkit.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Toolkits/AssetEditorToolkit.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/BaseToolkit.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/BaseToolkit.cpp index 428887734ef6..480ad2ef3776 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/BaseToolkit.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/BaseToolkit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Toolkits/BaseToolkit.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/GlobalEditorCommonCommands.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/GlobalEditorCommonCommands.cpp index 10b58a1f6f7e..4862b3dc61de 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/GlobalEditorCommonCommands.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/GlobalEditorCommonCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "GlobalEditorCommonCommands.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SAssetEditorCommon.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SAssetEditorCommon.cpp index 1e3db46da3cb..fa0954225890 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SAssetEditorCommon.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SAssetEditorCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Toolkits/SAssetEditorCommon.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalOpenAssetDialog.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalOpenAssetDialog.cpp index 1d63c6a199de..4c2802254ddf 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalOpenAssetDialog.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalOpenAssetDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SGlobalOpenAssetDialog.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalOpenAssetDialog.h b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalOpenAssetDialog.h index 5da9bedb11ec..42a8fd8dd7eb 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalOpenAssetDialog.h +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalOpenAssetDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalTabSwitchingDialog.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalTabSwitchingDialog.cpp index e3728bf952db..3230d34d7e7c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalTabSwitchingDialog.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalTabSwitchingDialog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SGlobalTabSwitchingDialog.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalTabSwitchingDialog.h b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalTabSwitchingDialog.h index 313304a25b14..9293f2792826 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalTabSwitchingDialog.h +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SGlobalTabSwitchingDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SStandaloneAssetEditorToolkitHost.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SStandaloneAssetEditorToolkitHost.cpp index 0c8c4b12cc57..f5ae3617fd43 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SStandaloneAssetEditorToolkitHost.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SStandaloneAssetEditorToolkitHost.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Toolkits/IToolkit.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SStandaloneAssetEditorToolkitHost.h b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SStandaloneAssetEditorToolkitHost.h index 9714b2afa7f9..d0ba0def0767 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SStandaloneAssetEditorToolkitHost.h +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SStandaloneAssetEditorToolkitHost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SimpleAssetEditor.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SimpleAssetEditor.cpp index 1525049b0161..686897ebf9c0 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/SimpleAssetEditor.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/SimpleAssetEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SDockTab.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Toolkits/ToolkitManager.cpp b/Engine/Source/Editor/UnrealEd/Private/Toolkits/ToolkitManager.cpp index 0a2d8015bf45..be62e65eeaf9 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Toolkits/ToolkitManager.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Toolkits/ToolkitManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "Toolkits/IToolkit.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/UnrealEd.cpp b/Engine/Source/Editor/UnrealEd/Private/UnrealEd.cpp index f30485ba1049..7c23ee3330f0 100644 --- a/Engine/Source/Editor/UnrealEd/Private/UnrealEd.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/UnrealEd.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealEd.cpp: UnrealEd package file diff --git a/Engine/Source/Editor/UnrealEd/Private/UnrealEdEngine.cpp b/Engine/Source/Editor/UnrealEd/Private/UnrealEdEngine.cpp index 8eaf054cb8c5..b2f8c6c7dc97 100644 --- a/Engine/Source/Editor/UnrealEd/Private/UnrealEdEngine.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/UnrealEdEngine.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/UnrealEdMisc.cpp b/Engine/Source/Editor/UnrealEd/Private/UnrealEdMisc.cpp index d72f692b43bd..cffa0bc73ef6 100644 --- a/Engine/Source/Editor/UnrealEd/Private/UnrealEdMisc.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/UnrealEdMisc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorSupportDelegates.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/UnrealEdSrv.cpp b/Engine/Source/Editor/UnrealEd/Private/UnrealEdSrv.cpp index 68813ccf6155..a32906bb6a18 100644 --- a/Engine/Source/Editor/UnrealEd/Private/UnrealEdSrv.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/UnrealEdSrv.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/UnrealEdTypes.cpp b/Engine/Source/Editor/UnrealEd/Private/UnrealEdTypes.cpp index 79c49c6e0a32..4ccf4e4a4d9c 100644 --- a/Engine/Source/Editor/UnrealEd/Private/UnrealEdTypes.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/UnrealEdTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/UnrealWidget.cpp b/Engine/Source/Editor/UnrealEd/Private/UnrealWidget.cpp index c46b566337b3..436653b86f45 100644 --- a/Engine/Source/Editor/UnrealEd/Private/UnrealWidget.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/UnrealWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "SnappingUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/UserDefinedStructEditorData.cpp b/Engine/Source/Editor/UnrealEd/Private/UserDefinedStructEditorData.cpp index 559d9235e0b0..35bfb2259d56 100644 --- a/Engine/Source/Editor/UnrealEd/Private/UserDefinedStructEditorData.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/UserDefinedStructEditorData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "StructureEditorUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/Utils.cpp b/Engine/Source/Editor/UnrealEd/Private/Utils.cpp index a4cc1024910f..b5a8e247a4ac 100644 --- a/Engine/Source/Editor/UnrealEd/Private/Utils.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/Utils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/VertexSnapping.cpp b/Engine/Source/Editor/UnrealEd/Private/VertexSnapping.cpp index 1f9335ff3da0..7690575ca360 100644 --- a/Engine/Source/Editor/UnrealEd/Private/VertexSnapping.cpp +++ b/Engine/Source/Editor/UnrealEd/Private/VertexSnapping.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "VertexSnapping.h" diff --git a/Engine/Source/Editor/UnrealEd/Private/VertexSnapping.h b/Engine/Source/Editor/UnrealEd/Private/VertexSnapping.h index 58fba913d333..5ece0d6ea01e 100644 --- a/Engine/Source/Editor/UnrealEd/Private/VertexSnapping.h +++ b/Engine/Source/Editor/UnrealEd/Private/VertexSnapping.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/AboutScreen.h b/Engine/Source/Editor/UnrealEd/Public/AboutScreen.h index 400f4c71e87e..737ea291d3bf 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AboutScreen.h +++ b/Engine/Source/Editor/UnrealEd/Public/AboutScreen.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Animation/AnimationRecorder.h b/Engine/Source/Editor/UnrealEd/Public/Animation/AnimationRecorder.h index 720cd009b711..46aea57ed4ab 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Animation/AnimationRecorder.h +++ b/Engine/Source/Editor/UnrealEd/Public/Animation/AnimationRecorder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/AnimationCompressionPanel.h b/Engine/Source/Editor/UnrealEd/Public/AnimationCompressionPanel.h index eca477b970d2..cdd51f3facb9 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AnimationCompressionPanel.h +++ b/Engine/Source/Editor/UnrealEd/Public/AnimationCompressionPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/AnimationEditorUtils.h b/Engine/Source/Editor/UnrealEd/Public/AnimationEditorUtils.h index 26bf15bef9fe..ba6e4a19b0b2 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AnimationEditorUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/AnimationEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __AnimationEditorUtils_h__ #define __AnimationEditorUtils_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/ApexClothingUtils.h b/Engine/Source/Editor/UnrealEd/Public/ApexClothingUtils.h index 50d4105e82fa..eb8c539261c3 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ApexClothingUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/ApexClothingUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __ApexClothingUtils_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/ApexDestructibleAssetImport.h b/Engine/Source/Editor/UnrealEd/Public/ApexDestructibleAssetImport.h index aa4a285cd018..e77303351430 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ApexDestructibleAssetImport.h +++ b/Engine/Source/Editor/UnrealEd/Public/ApexDestructibleAssetImport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DestructibleFractureSettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/AssetDeleteModel.h b/Engine/Source/Editor/UnrealEd/Public/AssetDeleteModel.h index 0b5056d582c2..4f7d6cdb7fce 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AssetDeleteModel.h +++ b/Engine/Source/Editor/UnrealEd/Public/AssetDeleteModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/AssetEditorModeManager.h b/Engine/Source/Editor/UnrealEd/Public/AssetEditorModeManager.h index af79a042b9c7..ed66d92c4284 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AssetEditorModeManager.h +++ b/Engine/Source/Editor/UnrealEd/Public/AssetEditorModeManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/AssetNotifications.h b/Engine/Source/Editor/UnrealEd/Public/AssetNotifications.h index 48b909309865..8ef62d019aa7 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AssetNotifications.h +++ b/Engine/Source/Editor/UnrealEd/Public/AssetNotifications.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __ASSETNOTIFICATIONS_H__ #define __ASSETNOTIFICATIONS_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/AssetSelection.h b/Engine/Source/Editor/UnrealEd/Public/AssetSelection.h index e7657f92df68..2838548b2130 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AssetSelection.h +++ b/Engine/Source/Editor/UnrealEd/Public/AssetSelection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h b/Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h index af6b6cf9edb1..4faff5597356 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h +++ b/Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AssetSourceFilenameCache.h b/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AssetSourceFilenameCache.h index d9162f7e030f..d499ed301085 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AssetSourceFilenameCache.h +++ b/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AssetSourceFilenameCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AutoReimportManager.h b/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AutoReimportManager.h index 8d922167b619..fb9e1f851dd0 100644 --- a/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AutoReimportManager.h +++ b/Engine/Source/Editor/UnrealEd/Public/AutoReimport/AutoReimportManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/BSPOps.h b/Engine/Source/Editor/UnrealEd/Public/BSPOps.h index 5200f9d358ff..8e5c6c4c1253 100644 --- a/Engine/Source/Editor/UnrealEd/Public/BSPOps.h +++ b/Engine/Source/Editor/UnrealEd/Public/BSPOps.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __BSPOPS_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/BusyCursor.h b/Engine/Source/Editor/UnrealEd/Public/BusyCursor.h index 5cf9a739e53b..0fd442bb9a16 100644 --- a/Engine/Source/Editor/UnrealEd/Public/BusyCursor.h +++ b/Engine/Source/Editor/UnrealEd/Public/BusyCursor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __BUSYCURSOR_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/CameraController.h b/Engine/Source/Editor/UnrealEd/Public/CameraController.h index 7c24b4b46356..5286082ea90f 100644 --- a/Engine/Source/Editor/UnrealEd/Public/CameraController.h +++ b/Engine/Source/Editor/UnrealEd/Public/CameraController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CameraController.h: Implements controls for a camera with pseudo-physics diff --git a/Engine/Source/Editor/UnrealEd/Public/ClassIconFinder.h b/Engine/Source/Editor/UnrealEd/Public/ClassIconFinder.h index cfe706eebcf7..73ea58569e64 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ClassIconFinder.h +++ b/Engine/Source/Editor/UnrealEd/Public/ClassIconFinder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h b/Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h index 90bf4c294e83..d8d7adf99ea1 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h +++ b/Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Commandlets/CommandletHelpers.h b/Engine/Source/Editor/UnrealEd/Public/Commandlets/CommandletHelpers.h index c3721805cf4f..f7cf9f4c5c5c 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Commandlets/CommandletHelpers.h +++ b/Engine/Source/Editor/UnrealEd/Public/Commandlets/CommandletHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h b/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h index 4a4bf9b3726a..73bbbe07eeb0 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h +++ b/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Editor.h: Unreal editor public header file. diff --git a/Engine/Source/Editor/UnrealEd/Public/ComponentAssetBroker.h b/Engine/Source/Editor/UnrealEd/Public/ComponentAssetBroker.h index c86eaddfc8b1..73e454312997 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ComponentAssetBroker.h +++ b/Engine/Source/Editor/UnrealEd/Public/ComponentAssetBroker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/ComponentTypeRegistry.h b/Engine/Source/Editor/UnrealEd/Public/ComponentTypeRegistry.h index f3e2d6be60c2..d0ef95c56479 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ComponentTypeRegistry.h +++ b/Engine/Source/Editor/UnrealEd/Public/ComponentTypeRegistry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/ComponentVisualizer.h b/Engine/Source/Editor/UnrealEd/Public/ComponentVisualizer.h index bccb3dd65c49..96f421367ee3 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ComponentVisualizer.h +++ b/Engine/Source/Editor/UnrealEd/Public/ComponentVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/ComponentVisualizerManager.h b/Engine/Source/Editor/UnrealEd/Public/ComponentVisualizerManager.h index c44d1cd8126c..3377fc08d08c 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ComponentVisualizerManager.h +++ b/Engine/Source/Editor/UnrealEd/Public/ComponentVisualizerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/ConsolidateWindow.h b/Engine/Source/Editor/UnrealEd/Public/ConsolidateWindow.h index 851f8a28b6b9..7cd74101377f 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ConsolidateWindow.h +++ b/Engine/Source/Editor/UnrealEd/Public/ConsolidateWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ConsolidationWindow.h: Dialog for displaying the asset consolidation tool. diff --git a/Engine/Source/Editor/UnrealEd/Public/CookerSettings.h b/Engine/Source/Editor/UnrealEd/Public/CookerSettings.h index 937aba0a20b4..ed21bd1d0106 100644 --- a/Engine/Source/Editor/UnrealEd/Public/CookerSettings.h +++ b/Engine/Source/Editor/UnrealEd/Public/CookerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CookerSettings.h: Declares the UCookerSettings class. diff --git a/Engine/Source/Editor/UnrealEd/Public/CrashReporterSettings.h b/Engine/Source/Editor/UnrealEd/Public/CrashReporterSettings.h index cc92f55aef2f..10d16b76b773 100644 --- a/Engine/Source/Editor/UnrealEd/Public/CrashReporterSettings.h +++ b/Engine/Source/Editor/UnrealEd/Public/CrashReporterSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CrashReporterSettings.h: Declares the UCrashReporterSettings class. diff --git a/Engine/Source/Editor/UnrealEd/Public/CreditsScreen.h b/Engine/Source/Editor/UnrealEd/Public/CreditsScreen.h index 1d83df23392f..11db5dc53aeb 100644 --- a/Engine/Source/Editor/UnrealEd/Public/CreditsScreen.h +++ b/Engine/Source/Editor/UnrealEd/Public/CreditsScreen.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/CubemapUnwrapUtils.h b/Engine/Source/Editor/UnrealEd/Public/CubemapUnwrapUtils.h index e7bb75247c54..6691039f3527 100644 --- a/Engine/Source/Editor/UnrealEd/Public/CubemapUnwrapUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/CubemapUnwrapUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CubemapUnwapUtils.h: Pixel and Vertex shader to render a cube map as 2D texture diff --git a/Engine/Source/Editor/UnrealEd/Public/CurveEditorSettings.cpp b/Engine/Source/Editor/UnrealEd/Public/CurveEditorSettings.cpp index 47923a30f845..282b71398f14 100644 --- a/Engine/Source/Editor/UnrealEd/Public/CurveEditorSettings.cpp +++ b/Engine/Source/Editor/UnrealEd/Public/CurveEditorSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "CurveEditorSettings.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/CurveEditorSettings.h b/Engine/Source/Editor/UnrealEd/Public/CurveEditorSettings.h index 4dc613323d42..b25a01a87d8d 100644 --- a/Engine/Source/Editor/UnrealEd/Public/CurveEditorSettings.h +++ b/Engine/Source/Editor/UnrealEd/Public/CurveEditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h b/Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h index 99a3db2a181a..1fee6578aac7 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DataTable.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/DebugToolExec.h b/Engine/Source/Editor/UnrealEd/Public/DebugToolExec.h index 96964a97702f..2dcf98ee9ee2 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DebugToolExec.h +++ b/Engine/Source/Editor/UnrealEd/Public/DebugToolExec.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DebugToolExec.h: Game debug tool implementation. diff --git a/Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h b/Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h index d636d9d1e503..a0d6312a6384 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h +++ b/Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __DIALOGS_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgMoveAssets.h b/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgMoveAssets.h index ae29dc1c16d4..24b8c4096331 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgMoveAssets.h +++ b/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgMoveAssets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DlgMoveAssets.h: UnrealEd dialog for moving assets. diff --git a/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickAssetPath.h b/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickAssetPath.h index 97acd1d54655..67610cb43c0d 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickAssetPath.h +++ b/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickAssetPath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickPath.h b/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickPath.h index ea2495944f76..f51110386077 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickPath.h +++ b/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgPickPath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgReferenceTree.h b/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgReferenceTree.h index 93193019980c..ace133bb64ee 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgReferenceTree.h +++ b/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgReferenceTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __DLGREFERENCETREE_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h b/Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h index dd115489076d..e7b7bfbe9d04 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h +++ b/Engine/Source/Editor/UnrealEd/Public/Dialogs/SBuildProgress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DlgBuildProgress.h: UnrealEd dialog for displaying map build progress and cancelling builds. diff --git a/Engine/Source/Editor/UnrealEd/Public/Dialogs/SDeleteAssetsDialog.h b/Engine/Source/Editor/UnrealEd/Public/Dialogs/SDeleteAssetsDialog.h index 56f93bdb4703..75271ec91369 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Dialogs/SDeleteAssetsDialog.h +++ b/Engine/Source/Editor/UnrealEd/Public/Dialogs/SDeleteAssetsDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Dialogs/SOutputLogDialog.h b/Engine/Source/Editor/UnrealEd/Public/Dialogs/SOutputLogDialog.h index d3d73bf6963d..e3691139989d 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Dialogs/SOutputLogDialog.h +++ b/Engine/Source/Editor/UnrealEd/Public/Dialogs/SOutputLogDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropGraphEdOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropGraphEdOp.h index aa972363fdd9..0adf0f3138d9 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropGraphEdOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropGraphEdOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropOp.h index 8765784e6c1a..e8b771956448 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ActorDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetDragDropOp.h index 2305bcdaac0b..b0663a70034e 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetPathDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetPathDragDropOp.h index 534b40a9154d..2db7db0c6fbd 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetPathDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/AssetPathDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/BrushBuilderDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/BrushBuilderDragDropOp.h index 8ba7169703c3..a1f36413f7d7 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/BrushBuilderDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/BrushBuilderDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LevelUtils.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ClassDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ClassDragDropOp.h index db9ab66b9794..d724cc60851c 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ClassDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ClassDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ClassIconFinder.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CollectionDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CollectionDragDropOp.h index a66fbd1a147a..c3cb1cff75bc 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CollectionDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CollectionDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/DecoratedDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/DecoratedDragDropOp.h index 86352d08e4f4..889351bafd64 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/DecoratedDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/DecoratedDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ExportTextDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ExportTextDragDropOp.h index 2d6e51febba7..bb2410ac3d8a 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ExportTextDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ExportTextDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealExporter.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/LevelDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/LevelDragDropOp.h index 373e02a21b62..4644c92b37de 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/LevelDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/LevelDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DragAndDrop.h" #include "Engine/LevelStreaming.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/MultipleDataDragDropOp.h b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/MultipleDataDragDropOp.h index d1d409d11f5b..43fdedcea170 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/MultipleDataDragDropOp.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/MultipleDataDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragTool_BoxSelect.h b/Engine/Source/Editor/UnrealEd/Public/DragTool_BoxSelect.h index cedc16605331..bd37a849ba19 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragTool_BoxSelect.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragTool_BoxSelect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragTool_FrustumSelect.h b/Engine/Source/Editor/UnrealEd/Public/DragTool_FrustumSelect.h index 3a3a943dbedb..118aec0a74bf 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragTool_FrustumSelect.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragTool_FrustumSelect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/DragTool_Measure.h b/Engine/Source/Editor/UnrealEd/Public/DragTool_Measure.h index f73e45d1b3b9..e7b5ca2314d9 100644 --- a/Engine/Source/Editor/UnrealEd/Public/DragTool_Measure.h +++ b/Engine/Source/Editor/UnrealEd/Public/DragTool_Measure.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __DRAGTOOL_MEASURE_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/EdGraphNode_Comment.h b/Engine/Source/Editor/UnrealEd/Public/EdGraphNode_Comment.h index 9ee54a72069a..9cc3c584c9ee 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EdGraphNode_Comment.h +++ b/Engine/Source/Editor/UnrealEd/Public/EdGraphNode_Comment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphNode.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h b/Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h index 1b6af9cf263d..7c9725035ee2 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h +++ b/Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EdMode.h b/Engine/Source/Editor/UnrealEd/Public/EdMode.h index 10008f43e301..52468304035a 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EdMode.h +++ b/Engine/Source/Editor/UnrealEd/Public/EdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Editor.h b/Engine/Source/Editor/UnrealEd/Public/Editor.h index b42473b53e6f..f7ebe4d378ce 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Editor.h +++ b/Engine/Source/Editor/UnrealEd/Public/Editor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorActorFolders.h b/Engine/Source/Editor/UnrealEd/Public/EditorActorFolders.h index 257f6a08f270..3f02186f5a25 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorActorFolders.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorActorFolders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h b/Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h index 6288f94453dc..fa761906e376 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorAnimUtils.h b/Engine/Source/Editor/UnrealEd/Public/EditorAnimUtils.h index 682fa3e02ac1..0b1ac5e8fc59 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorAnimUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorAnimUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorBuildUtils.h b/Engine/Source/Editor/UnrealEd/Public/EditorBuildUtils.h index ab0cd5f9f27e..cec95df3c982 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorBuildUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorBuildUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorBuildUtils.h: Utilities for building in the editor diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h b/Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h index 191d7c550b85..68538da3d202 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h b/Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h index 6e0ea96ef62e..e08ed0dca170 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorCommandLineUtils.h b/Engine/Source/Editor/UnrealEd/Public/EditorCommandLineUtils.h index 7eab80b6f261..e87b0f06d1e3 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorCommandLineUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorCommandLineUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorComponents.h b/Engine/Source/Editor/UnrealEd/Public/EditorComponents.h index 58c307033bc9..b80f034d5c7a 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorComponents.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorComponents.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorComponents.h: Scene components used by the editor modes. diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorDirectories.h b/Engine/Source/Editor/UnrealEd/Public/EditorDirectories.h index e6aad3d3823a..12256cae19e1 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorDirectories.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorDirectories.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorDragTools.h b/Engine/Source/Editor/UnrealEd/Public/EditorDragTools.h index b37ee05e9f21..00634f2a1a8f 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorDragTools.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorDragTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h b/Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h index 299790ebf4f4..0e31baa9f9c2 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorLevelUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorLevelUtils.h: Editor-specific level management routines diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorModeInterpolation.h b/Engine/Source/Editor/UnrealEd/Public/EditorModeInterpolation.h index 9b74d5c97941..f1bef92fd1f0 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorModeInterpolation.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorModeInterpolation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorModeInterpolation : Editor mode for setting up interpolation sequences. diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h b/Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h index 285a6aab8993..ae173ca8af4b 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorModeManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.cpp b/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.cpp index a3b5fed180dd..06fa90328137 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.cpp +++ b/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEd.h" #include "EditorModeRegistry.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.h b/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.h index a5767d6e160a..f004fc8517d3 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorModeRegistry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Editor.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorModeTools.h b/Engine/Source/Editor/UnrealEd/Public/EditorModeTools.h index a60088f0b4e2..edb78f14d75c 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorModeTools.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorModeTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorModes.h b/Engine/Source/Editor/UnrealEd/Public/EditorModes.h index 15b77f0069ce..78e0122204ec 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorModes.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorModes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorReimportHandler.h b/Engine/Source/Editor/UnrealEd/Public/EditorReimportHandler.h index 38a1d869f911..d1913eafa5d3 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorReimportHandler.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorReimportHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorShowFlags.h b/Engine/Source/Editor/UnrealEd/Public/EditorShowFlags.h index c5e7d04dd288..e14f088437da 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorShowFlags.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorShowFlags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef _EditorShowFlags_h_ diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorUndoClient.h b/Engine/Source/Editor/UnrealEd/Public/EditorUndoClient.h index 1f7378e93cc8..29a0e6141487 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorUndoClient.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorUndoClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorUndoClient.h: Declares the FEditorUndoClient interface. diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h b/Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h index 4e9c97c03bb7..816884d7aee6 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/EditorViewportCommands.h b/Engine/Source/Editor/UnrealEd/Public/EditorViewportCommands.h index 30f510d21a26..4288ae140993 100644 --- a/Engine/Source/Editor/UnrealEd/Public/EditorViewportCommands.h +++ b/Engine/Source/Editor/UnrealEd/Public/EditorViewportCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Factories.h b/Engine/Source/Editor/UnrealEd/Public/Factories.h index 583dfb0d1dae..ff92f581b933 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Factories.h +++ b/Engine/Source/Editor/UnrealEd/Public/Factories.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Factories.h: Unreal Engine factory types. diff --git a/Engine/Source/Editor/UnrealEd/Public/FbxAnimUtils.h b/Engine/Source/Editor/UnrealEd/Public/FbxAnimUtils.h index efd04edb4760..dbfb14d85aa9 100644 --- a/Engine/Source/Editor/UnrealEd/Public/FbxAnimUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/FbxAnimUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __FbxAnimUtils_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/FbxMeshUtils.h b/Engine/Source/Editor/UnrealEd/Public/FbxMeshUtils.h index 5d10956b11ef..ac4037b9f922 100644 --- a/Engine/Source/Editor/UnrealEd/Public/FbxMeshUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/FbxMeshUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Features/EditorFeatures.h b/Engine/Source/Editor/UnrealEd/Public/Features/EditorFeatures.h index e6a4287ba1da..5c1a36f822ff 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Features/EditorFeatures.h +++ b/Engine/Source/Editor/UnrealEd/Public/Features/EditorFeatures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Features/IPluginsEditorFeature.h b/Engine/Source/Editor/UnrealEd/Public/Features/IPluginsEditorFeature.h index 98e9e350baaf..620bf8c1005c 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Features/IPluginsEditorFeature.h +++ b/Engine/Source/Editor/UnrealEd/Public/Features/IPluginsEditorFeature.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/FeedbackContextEditor.h b/Engine/Source/Editor/UnrealEd/Public/FeedbackContextEditor.h index 1b49725fb406..5bac00bc9a6c 100644 --- a/Engine/Source/Editor/UnrealEd/Public/FeedbackContextEditor.h +++ b/Engine/Source/Editor/UnrealEd/Public/FeedbackContextEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FeedbackContextEditor.h: Feedback context tailored to UnrealEd diff --git a/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h b/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h index 3c4a7bc4fb45..bb08d87a1fce 100644 --- a/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h +++ b/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/GameModeInfoCustomizer.h b/Engine/Source/Editor/UnrealEd/Public/GameModeInfoCustomizer.h index fa21e4b0f880..e02ae4d2290f 100644 --- a/Engine/Source/Editor/UnrealEd/Public/GameModeInfoCustomizer.h +++ b/Engine/Source/Editor/UnrealEd/Public/GameModeInfoCustomizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/GeomTools.h b/Engine/Source/Editor/UnrealEd/Public/GeomTools.h index df8a2c1ce477..1ef4ddaca337 100644 --- a/Engine/Source/Editor/UnrealEd/Public/GeomTools.h +++ b/Engine/Source/Editor/UnrealEd/Public/GeomTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/GraphEditor.h b/Engine/Source/Editor/UnrealEd/Public/GraphEditor.h index c0adf095ccab..c1f7ec63797e 100644 --- a/Engine/Source/Editor/UnrealEd/Public/GraphEditor.h +++ b/Engine/Source/Editor/UnrealEd/Public/GraphEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/HierarchicalLOD.h b/Engine/Source/Editor/UnrealEd/Public/HierarchicalLOD.h index 0e38f2a7bc16..c42111d2906b 100644 --- a/Engine/Source/Editor/UnrealEd/Public/HierarchicalLOD.h +++ b/Engine/Source/Editor/UnrealEd/Public/HierarchicalLOD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/HierarchicalLODVolume.h b/Engine/Source/Editor/UnrealEd/Public/HierarchicalLODVolume.h index fce165d278cd..bb1d26bfde3b 100644 --- a/Engine/Source/Editor/UnrealEd/Public/HierarchicalLODVolume.h +++ b/Engine/Source/Editor/UnrealEd/Public/HierarchicalLODVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/INiagaraCompiler.h b/Engine/Source/Editor/UnrealEd/Public/INiagaraCompiler.h index 1e036f528d1e..7b371adbb16c 100644 --- a/Engine/Source/Editor/UnrealEd/Public/INiagaraCompiler.h +++ b/Engine/Source/Editor/UnrealEd/Public/INiagaraCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/IPackageAutoSaver.h b/Engine/Source/Editor/UnrealEd/Public/IPackageAutoSaver.h index a91becd78283..ae95761158ac 100644 --- a/Engine/Source/Editor/UnrealEd/Public/IPackageAutoSaver.h +++ b/Engine/Source/Editor/UnrealEd/Public/IPackageAutoSaver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/ISocketManager.h b/Engine/Source/Editor/UnrealEd/Public/ISocketManager.h index e0bab48595c5..89e40ed8f49e 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ISocketManager.h +++ b/Engine/Source/Editor/UnrealEd/Public/ISocketManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h index 9259ce07c057..d57facdfce10 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h index ff12536c8e87..c8e3581f8200 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h index 694195a42af5..68ec385f397a 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/DebuggerCommands.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/DebuggerCommands.h index 03ef4d5f0400..fa7afaa364e3 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/DebuggerCommands.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/DebuggerCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __DebuggerCommands_h__ #define __DebuggerCommands_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/EnumEditorUtils.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/EnumEditorUtils.h index e30074862b15..bf63e455b5d9 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/EnumEditorUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/EnumEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __EnumEditorUtils_h__ #define __EnumEditorUtils_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/Kismet2NameValidators.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/Kismet2NameValidators.h index 441c997a6645..5c7bb596f8c3 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/Kismet2NameValidators.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/Kismet2NameValidators.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h index ca69bd73f9dc..2538ad9323d1 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __KismetDebugUtilities_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h index be0cc6733726..4cb4a8f54dd4 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __KismetEditorUtilities_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetReinstanceUtilities.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetReinstanceUtilities.h index 9aa92640d4d7..a9928dbefd09 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetReinstanceUtilities.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetReinstanceUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __KismetReinstanceUtilities_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/ListenerManager.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/ListenerManager.h index 6b061ac05e94..684c1b233d20 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/ListenerManager.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/ListenerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/SClassPickerDialog.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/SClassPickerDialog.h index 5ab8ef3076ca..2cfd37bf4825 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/SClassPickerDialog.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/SClassPickerDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Kismet2/StructureEditorUtils.h b/Engine/Source/Editor/UnrealEd/Public/Kismet2/StructureEditorUtils.h index e725e19a2115..5378c418edb5 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Kismet2/StructureEditorUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/Kismet2/StructureEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ListenerManager.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/LODCluster.h b/Engine/Source/Editor/UnrealEd/Public/LODCluster.h index df8cca5aaae1..156cd7952363 100644 --- a/Engine/Source/Editor/UnrealEd/Public/LODCluster.h +++ b/Engine/Source/Editor/UnrealEd/Public/LODCluster.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/LODUtilities.h b/Engine/Source/Editor/UnrealEd/Public/LODUtilities.h index 764bd4a938f8..9e89b425818f 100644 --- a/Engine/Source/Editor/UnrealEd/Public/LODUtilities.h +++ b/Engine/Source/Editor/UnrealEd/Public/LODUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Layers/ILayers.h b/Engine/Source/Editor/UnrealEd/Public/Layers/ILayers.h index d466980ab402..d5146fb80676 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Layers/ILayers.h +++ b/Engine/Source/Editor/UnrealEd/Public/Layers/ILayers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IFilter.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h b/Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h index c3965debeb23..c169a70810b2 100644 --- a/Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h +++ b/Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Localization/PortableObjectFormatDOM.h b/Engine/Source/Editor/UnrealEd/Public/Localization/PortableObjectFormatDOM.h index 30d624aa049b..2c2283b43178 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Localization/PortableObjectFormatDOM.h +++ b/Engine/Source/Editor/UnrealEd/Public/Localization/PortableObjectFormatDOM.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/MRUFavoritesList.h b/Engine/Source/Editor/UnrealEd/Public/MRUFavoritesList.h index 8a77e5b14bb3..9ba9bfce7769 100644 --- a/Engine/Source/Editor/UnrealEd/Public/MRUFavoritesList.h +++ b/Engine/Source/Editor/UnrealEd/Public/MRUFavoritesList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MRUFavoritesList : Helper class for handling MRU and favorited maps diff --git a/Engine/Source/Editor/UnrealEd/Public/MRUList.h b/Engine/Source/Editor/UnrealEd/Public/MRUList.h index e7a21d35d796..bf3c02f00137 100644 --- a/Engine/Source/Editor/UnrealEd/Public/MRUList.h +++ b/Engine/Source/Editor/UnrealEd/Public/MRUList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MRUList : Helper class for handling MRU lists diff --git a/Engine/Source/Editor/UnrealEd/Public/MaterialExportUtils.h b/Engine/Source/Editor/UnrealEd/Public/MaterialExportUtils.h index dfcc8e3a0f6c..e3e4d814477a 100644 --- a/Engine/Source/Editor/UnrealEd/Public/MaterialExportUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/MaterialExportUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // Forward declarations diff --git a/Engine/Source/Editor/UnrealEd/Public/MatineeExporter.h b/Engine/Source/Editor/UnrealEd/Public/MatineeExporter.h index 5b1f06553c29..da739b985cf7 100644 --- a/Engine/Source/Editor/UnrealEd/Public/MatineeExporter.h +++ b/Engine/Source/Editor/UnrealEd/Public/MatineeExporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Matinee exporter for Unreal Engine 3. diff --git a/Engine/Source/Editor/UnrealEd/Public/MeshPaintRendering.h b/Engine/Source/Editor/UnrealEd/Public/MeshPaintRendering.h index 2fb1c92ddc9a..9d00530c0b27 100644 --- a/Engine/Source/Editor/UnrealEd/Public/MeshPaintRendering.h +++ b/Engine/Source/Editor/UnrealEd/Public/MeshPaintRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MeshPaintRendering.h: Mesh texture paint brush rendering diff --git a/Engine/Source/Editor/UnrealEd/Public/MiniCurveEditor.h b/Engine/Source/Editor/UnrealEd/Public/MiniCurveEditor.h index 016562039845..4589e3f11396 100644 --- a/Engine/Source/Editor/UnrealEd/Public/MiniCurveEditor.h +++ b/Engine/Source/Editor/UnrealEd/Public/MiniCurveEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/MouseDeltaTracker.h b/Engine/Source/Editor/UnrealEd/Public/MouseDeltaTracker.h index 9c087772e126..cba4bc59399f 100644 --- a/Engine/Source/Editor/UnrealEd/Public/MouseDeltaTracker.h +++ b/Engine/Source/Editor/UnrealEd/Public/MouseDeltaTracker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __MOUSEDELTATRACKER_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/NiagaraEditorCommon.h b/Engine/Source/Editor/UnrealEd/Public/NiagaraEditorCommon.h index f0e79339f129..2de5ff7207db 100644 --- a/Engine/Source/Editor/UnrealEd/Public/NiagaraEditorCommon.h +++ b/Engine/Source/Editor/UnrealEd/Public/NiagaraEditorCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/NormalMapPreview.h b/Engine/Source/Editor/UnrealEd/Public/NormalMapPreview.h index 242cd1274d3b..863b5d4852ae 100644 --- a/Engine/Source/Editor/UnrealEd/Public/NormalMapPreview.h +++ b/Engine/Source/Editor/UnrealEd/Public/NormalMapPreview.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== NormalMapPreview.h: Definitions for previewing normal maps. diff --git a/Engine/Source/Editor/UnrealEd/Public/ObjectTools.h b/Engine/Source/Editor/UnrealEd/Public/ObjectTools.h index 5e45de9bb320..e3d66b48a681 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ObjectTools.h +++ b/Engine/Source/Editor/UnrealEd/Public/ObjectTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ObjectTools.h: Object-related utilities diff --git a/Engine/Source/Editor/UnrealEd/Public/PackageBackup.h b/Engine/Source/Editor/UnrealEd/Public/PackageBackup.h index 0cf53dc8529b..2c74dd7a9731 100644 --- a/Engine/Source/Editor/UnrealEd/Public/PackageBackup.h +++ b/Engine/Source/Editor/UnrealEd/Public/PackageBackup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PackageBackup.h: Utility class for backing up a package. diff --git a/Engine/Source/Editor/UnrealEd/Public/PackageHelperFunctions.h b/Engine/Source/Editor/UnrealEd/Public/PackageHelperFunctions.h index 5ecc69f529a5..a879c9708978 100644 --- a/Engine/Source/Editor/UnrealEd/Public/PackageHelperFunctions.h +++ b/Engine/Source/Editor/UnrealEd/Public/PackageHelperFunctions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * File to hold common package helper functions. diff --git a/Engine/Source/Editor/UnrealEd/Public/PackageTools.h b/Engine/Source/Editor/UnrealEd/Public/PackageTools.h index 5f7490ba3329..19bb2c36d618 100644 --- a/Engine/Source/Editor/UnrealEd/Public/PackageTools.h +++ b/Engine/Source/Editor/UnrealEd/Public/PackageTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PackageTools.h: Object-related utilities diff --git a/Engine/Source/Editor/UnrealEd/Public/PackageUtilityWorkers.h b/Engine/Source/Editor/UnrealEd/Public/PackageUtilityWorkers.h index ca0af73e9bbc..a6f4d73f88e2 100644 --- a/Engine/Source/Editor/UnrealEd/Public/PackageUtilityWorkers.h +++ b/Engine/Source/Editor/UnrealEd/Public/PackageUtilityWorkers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PackageUtilityWorkers.cpp: Declarations for structs and classes used by package commandlets. diff --git a/Engine/Source/Editor/UnrealEd/Public/PhysicsAssetUtils.h b/Engine/Source/Editor/UnrealEd/Public/PhysicsAssetUtils.h index db52bbc85714..5de5216988d6 100644 --- a/Engine/Source/Editor/UnrealEd/Public/PhysicsAssetUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/PhysicsAssetUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/PhysicsManipulationMode.h b/Engine/Source/Editor/UnrealEd/Public/PhysicsManipulationMode.h index 928313a7aa35..b77d3797388b 100644 --- a/Engine/Source/Editor/UnrealEd/Public/PhysicsManipulationMode.h +++ b/Engine/Source/Editor/UnrealEd/Public/PhysicsManipulationMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/ReferencedAssetsUtils.h b/Engine/Source/Editor/UnrealEd/Public/ReferencedAssetsUtils.h index 934456762bbe..4560b84d4590 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ReferencedAssetsUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/ReferencedAssetsUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __REFERENCEDASSETSBROWSER_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/RichCurveEditorCommands.h b/Engine/Source/Editor/UnrealEd/Public/RichCurveEditorCommands.h index d6c0eaca79ea..75ace85b8a67 100644 --- a/Engine/Source/Editor/UnrealEd/Public/RichCurveEditorCommands.h +++ b/Engine/Source/Editor/UnrealEd/Public/RichCurveEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SCSVImportOptions.h b/Engine/Source/Editor/UnrealEd/Public/SCSVImportOptions.h index 40e7aff3bc08..56aa2c43f1bf 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SCSVImportOptions.h +++ b/Engine/Source/Editor/UnrealEd/Public/SCSVImportOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * UI to pick options when importing a data table diff --git a/Engine/Source/Editor/UnrealEd/Public/SColorGradientEditor.h b/Engine/Source/Editor/UnrealEd/Public/SColorGradientEditor.h index 6c676bc6aeda..61139cfeeb9b 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SColorGradientEditor.h +++ b/Engine/Source/Editor/UnrealEd/Public/SColorGradientEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SCommonEditorViewportToolbarBase.h b/Engine/Source/Editor/UnrealEd/Public/SCommonEditorViewportToolbarBase.h index a736fadbe38e..3981d592e3e4 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SCommonEditorViewportToolbarBase.h +++ b/Engine/Source/Editor/UnrealEd/Public/SCommonEditorViewportToolbarBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SComponentClassCombo.h b/Engine/Source/Editor/UnrealEd/Public/SComponentClassCombo.h index 84a25632d1c8..326130f18aeb 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SComponentClassCombo.h +++ b/Engine/Source/Editor/UnrealEd/Public/SComponentClassCombo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SCreateAssetFromObject.h b/Engine/Source/Editor/UnrealEd/Public/SCreateAssetFromObject.h index b64d20a656b1..c2f920ba4895 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SCreateAssetFromObject.h +++ b/Engine/Source/Editor/UnrealEd/Public/SCreateAssetFromObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h b/Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h index 67b09dbec408..6c101fb39eb2 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h +++ b/Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SCurveEditor_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/SEditorViewport.h b/Engine/Source/Editor/UnrealEd/Public/SEditorViewport.h index acfed7624f09..7be52b949b99 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SEditorViewport.h +++ b/Engine/Source/Editor/UnrealEd/Public/SEditorViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SEditorViewportToolBarButton.h b/Engine/Source/Editor/UnrealEd/Public/SEditorViewportToolBarButton.h index 5978d14148c6..23469d0c76a2 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SEditorViewportToolBarButton.h +++ b/Engine/Source/Editor/UnrealEd/Public/SEditorViewportToolBarButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SEditorViewportToolBarMenu.h b/Engine/Source/Editor/UnrealEd/Public/SEditorViewportToolBarMenu.h index 0847de826391..8b70daf2d869 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SEditorViewportToolBarMenu.h +++ b/Engine/Source/Editor/UnrealEd/Public/SEditorViewportToolBarMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SEditorViewportViewMenu.h b/Engine/Source/Editor/UnrealEd/Public/SEditorViewportViewMenu.h index 53ea61309bb2..5cdfbd617663 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SEditorViewportViewMenu.h +++ b/Engine/Source/Editor/UnrealEd/Public/SEditorViewportViewMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SKeySelector.h b/Engine/Source/Editor/UnrealEd/Public/SKeySelector.h index 2a0af3c0a062..f8a4cebe4257 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SKeySelector.h +++ b/Engine/Source/Editor/UnrealEd/Public/SKeySelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SListViewSelectorDropdownMenu.h b/Engine/Source/Editor/UnrealEd/Public/SListViewSelectorDropdownMenu.h index f19213ff775e..93f44fee7e89 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SListViewSelectorDropdownMenu.h +++ b/Engine/Source/Editor/UnrealEd/Public/SListViewSelectorDropdownMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SScalabilitySettings.h b/Engine/Source/Editor/UnrealEd/Public/SScalabilitySettings.h index 2d42198c0511..1b3166597d23 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SScalabilitySettings.h +++ b/Engine/Source/Editor/UnrealEd/Public/SScalabilitySettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Scalability.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h b/Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h index 6f26fdee5ed1..fc042cae22b6 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h +++ b/Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SSkeletonWidget_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/STransformViewportToolbar.h b/Engine/Source/Editor/UnrealEd/Public/STransformViewportToolbar.h index ac9f512b8772..3d332dda4203 100644 --- a/Engine/Source/Editor/UnrealEd/Public/STransformViewportToolbar.h +++ b/Engine/Source/Editor/UnrealEd/Public/STransformViewportToolbar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __STransformViewportToolBar_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/SViewportToolBar.h b/Engine/Source/Editor/UnrealEd/Public/SViewportToolBar.h index 094686fd3309..34933257eebc 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SViewportToolBar.h +++ b/Engine/Source/Editor/UnrealEd/Public/SViewportToolBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SViewportToolBarComboMenu.h b/Engine/Source/Editor/UnrealEd/Public/SViewportToolBarComboMenu.h index 77e03a88d439..29564e3971d9 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SViewportToolBarComboMenu.h +++ b/Engine/Source/Editor/UnrealEd/Public/SViewportToolBarComboMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SViewportToolBarIconMenu.h b/Engine/Source/Editor/UnrealEd/Public/SViewportToolBarIconMenu.h index 2d8b7f353955..b254327f6e7a 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SViewportToolBarIconMenu.h +++ b/Engine/Source/Editor/UnrealEd/Public/SViewportToolBarIconMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/ScopedTransaction.h b/Engine/Source/Editor/UnrealEd/Public/ScopedTransaction.h index c3e8a2b254d6..639d51d9e946 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ScopedTransaction.h +++ b/Engine/Source/Editor/UnrealEd/Public/ScopedTransaction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SCOPEDTRANSACTION_H__ diff --git a/Engine/Source/Editor/UnrealEd/Public/ScriptDisassembler.h b/Engine/Source/Editor/UnrealEd/Public/ScriptDisassembler.h index e32320a1da55..a1a64daa8062 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ScriptDisassembler.h +++ b/Engine/Source/Editor/UnrealEd/Public/ScriptDisassembler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScriptDisassembler.h: Disassembler for Kismet bytecode. diff --git a/Engine/Source/Editor/UnrealEd/Public/Settings/EditorProjectSettings.h b/Engine/Source/Editor/UnrealEd/Public/Settings/EditorProjectSettings.h index 7f7364c40375..c05333883af7 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Settings/EditorProjectSettings.h +++ b/Engine/Source/Editor/UnrealEd/Public/Settings/EditorProjectSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Settings/EditorSettings.h b/Engine/Source/Editor/UnrealEd/Public/Settings/EditorSettings.h index 60cc5c2445a1..6d3c5b02fed8 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Settings/EditorSettings.h +++ b/Engine/Source/Editor/UnrealEd/Public/Settings/EditorSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Scalability.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/SkelImport.h b/Engine/Source/Editor/UnrealEd/Public/SkelImport.h index 5a9746ec2f16..9e147d888853 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SkelImport.h +++ b/Engine/Source/Editor/UnrealEd/Public/SkelImport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*----------------------------------------------------------------------------- Data structures only used for importing skeletal meshes and animations. diff --git a/Engine/Source/Editor/UnrealEd/Public/SnappingUtils.h b/Engine/Source/Editor/UnrealEd/Public/SnappingUtils.h index 3bd1967e7640..c1b28ef147e4 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SnappingUtils.h +++ b/Engine/Source/Editor/UnrealEd/Public/SnappingUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SoundCueGraphEditorCommands.h b/Engine/Source/Editor/UnrealEd/Public/SoundCueGraphEditorCommands.h index 4cd1c1dfe15c..4f1b09ca131b 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SoundCueGraphEditorCommands.h +++ b/Engine/Source/Editor/UnrealEd/Public/SoundCueGraphEditorCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h b/Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h index fe6f9024bf5a..303d479ab5f4 100644 --- a/Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h +++ b/Engine/Source/Editor/UnrealEd/Public/SourceCodeNavigation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SourceCodeNavigation_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorCommon.h b/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorCommon.h index c6898b98e22a..7b33108b4df7 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorCommon.h +++ b/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorPromotionCommon.h b/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorPromotionCommon.h index 730d5f5f980d..3f1aec80c953 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorPromotionCommon.h +++ b/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorPromotionCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // Automation diff --git a/Engine/Source/Editor/UnrealEd/Public/TexAlignTools.h b/Engine/Source/Editor/UnrealEd/Public/TexAlignTools.h index 8dc2046d315d..53fa63bde859 100644 --- a/Engine/Source/Editor/UnrealEd/Public/TexAlignTools.h +++ b/Engine/Source/Editor/UnrealEd/Public/TexAlignTools.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TexAlignTools.h: Tools for aligning textures on surfaces diff --git a/Engine/Source/Editor/UnrealEd/Public/Texture2DPreview.h b/Engine/Source/Editor/UnrealEd/Public/Texture2DPreview.h index 18299f81c41b..5eeebf9d4c56 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Texture2DPreview.h +++ b/Engine/Source/Editor/UnrealEd/Public/Texture2DPreview.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== Texture2DPreview.h: Definitions for previewing 2d textures. diff --git a/Engine/Source/Editor/UnrealEd/Public/ThumbnailHelpers.h b/Engine/Source/Editor/UnrealEd/Public/ThumbnailHelpers.h index fe50160c2971..d60dc1850088 100644 --- a/Engine/Source/Editor/UnrealEd/Public/ThumbnailHelpers.h +++ b/Engine/Source/Editor/UnrealEd/Public/ThumbnailHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/TickableEditorObject.h b/Engine/Source/Editor/UnrealEd/Public/TickableEditorObject.h index c65d6d84207b..ff8203a348b4 100644 --- a/Engine/Source/Editor/UnrealEd/Public/TickableEditorObject.h +++ b/Engine/Source/Editor/UnrealEd/Public/TickableEditorObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Tickable.h" diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorManager.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorManager.h index c9742a1d6ab2..0ae6d0a4b819 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorManager.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorToolkit.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorToolkit.h index 2a864cfa21aa..50146ff0da11 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorToolkit.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/BaseToolkit.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/BaseToolkit.h index f15fdbd5915b..f44eae074b0f 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/BaseToolkit.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/BaseToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/GlobalEditorCommonCommands.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/GlobalEditorCommonCommands.h index 52f110e67e5f..671f2bc1fa55 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/GlobalEditorCommonCommands.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/GlobalEditorCommonCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkit.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkit.h index f68b54ef22c7..32007a313f21 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkit.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkitHost.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkitHost.h index 12c4c530e799..5ffd254d0759 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkitHost.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/IToolkitHost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/SAssetEditorCommon.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/SAssetEditorCommon.h index b49a826ca7cc..05aed2afc9b3 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/SAssetEditorCommon.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/SAssetEditorCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/SimpleAssetEditor.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/SimpleAssetEditor.h index ed0dd3f260ea..a4ff21b25a3b 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/SimpleAssetEditor.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/SimpleAssetEditor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Toolkits/ToolkitManager.h b/Engine/Source/Editor/UnrealEd/Public/Toolkits/ToolkitManager.h index 31fcdcca18df..807ef1ea1ac7 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Toolkits/ToolkitManager.h +++ b/Engine/Source/Editor/UnrealEd/Public/Toolkits/ToolkitManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/UnrealEd.h b/Engine/Source/Editor/UnrealEd/Public/UnrealEd.h index e167a6224392..fe8cef349443 100644 --- a/Engine/Source/Editor/UnrealEd/Public/UnrealEd.h +++ b/Engine/Source/Editor/UnrealEd/Public/UnrealEd.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __UnrealEd_h__ #define __UnrealEd_h__ diff --git a/Engine/Source/Editor/UnrealEd/Public/UnrealEdMisc.h b/Engine/Source/Editor/UnrealEd/Public/UnrealEdMisc.h index 93e417545199..180a9b6adc53 100644 --- a/Engine/Source/Editor/UnrealEd/Public/UnrealEdMisc.h +++ b/Engine/Source/Editor/UnrealEd/Public/UnrealEdMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/UnrealWidget.h b/Engine/Source/Editor/UnrealEd/Public/UnrealWidget.h index 078c22f18103..25232ea7d393 100644 --- a/Engine/Source/Editor/UnrealEd/Public/UnrealWidget.h +++ b/Engine/Source/Editor/UnrealEd/Public/UnrealWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealWidget: Editor widgets for control like 3DS Max diff --git a/Engine/Source/Editor/UnrealEd/Public/Utils.h b/Engine/Source/Editor/UnrealEd/Public/Utils.h index 1b3fcc49b929..e2fe6dfe43b5 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Utils.h +++ b/Engine/Source/Editor/UnrealEd/Public/Utils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEd/Public/Viewports.h b/Engine/Source/Editor/UnrealEd/Public/Viewports.h index ca420eb65909..b28c2a5f730d 100644 --- a/Engine/Source/Editor/UnrealEd/Public/Viewports.h +++ b/Engine/Source/Editor/UnrealEd/Public/Viewports.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Viewports.h: The viewport windows used by the editor diff --git a/Engine/Source/Editor/UnrealEd/UnrealEd.Build.cs b/Engine/Source/Editor/UnrealEd/UnrealEd.Build.cs index 4a236cf9b06c..96029ea03bae 100644 --- a/Engine/Source/Editor/UnrealEd/UnrealEd.Build.cs +++ b/Engine/Source/Editor/UnrealEd/UnrealEd.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Editor/UnrealEdMessages/Classes/AssetEditorMessages.h b/Engine/Source/Editor/UnrealEdMessages/Classes/AssetEditorMessages.h index 39cc5891160b..2da2f208cbf7 100644 --- a/Engine/Source/Editor/UnrealEdMessages/Classes/AssetEditorMessages.h +++ b/Engine/Source/Editor/UnrealEdMessages/Classes/AssetEditorMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEdMessages/Classes/FileServerMessages.h b/Engine/Source/Editor/UnrealEdMessages/Classes/FileServerMessages.h index 6625dd0bb799..22bd7f6e0a4d 100644 --- a/Engine/Source/Editor/UnrealEdMessages/Classes/FileServerMessages.h +++ b/Engine/Source/Editor/UnrealEdMessages/Classes/FileServerMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEdMessages/Private/UnrealEdMessagesModule.cpp b/Engine/Source/Editor/UnrealEdMessages/Private/UnrealEdMessagesModule.cpp index 17546f6408bf..9ee92366109d 100644 --- a/Engine/Source/Editor/UnrealEdMessages/Private/UnrealEdMessagesModule.cpp +++ b/Engine/Source/Editor/UnrealEdMessages/Private/UnrealEdMessagesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealEdMessagesPrivatePCH.h" diff --git a/Engine/Source/Editor/UnrealEdMessages/Private/UnrealEdMessagesPrivatePCH.h b/Engine/Source/Editor/UnrealEdMessages/Private/UnrealEdMessagesPrivatePCH.h index a93fd4ce6731..f7eb90b1ed76 100644 --- a/Engine/Source/Editor/UnrealEdMessages/Private/UnrealEdMessagesPrivatePCH.h +++ b/Engine/Source/Editor/UnrealEdMessages/Private/UnrealEdMessagesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEdMessages/Public/UnrealEdMessages.h b/Engine/Source/Editor/UnrealEdMessages/Public/UnrealEdMessages.h index bc1b03b3738e..077d16ec67dd 100644 --- a/Engine/Source/Editor/UnrealEdMessages/Public/UnrealEdMessages.h +++ b/Engine/Source/Editor/UnrealEdMessages/Public/UnrealEdMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/UnrealEdMessages/UnrealEdMessages.Build.cs b/Engine/Source/Editor/UnrealEdMessages/UnrealEdMessages.Build.cs index 59e0da59d74b..5ad42f155d9f 100644 --- a/Engine/Source/Editor/UnrealEdMessages/UnrealEdMessages.Build.cs +++ b/Engine/Source/Editor/UnrealEdMessages/UnrealEdMessages.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Editor/UserFeedback/Private/UserFeedback.cpp b/Engine/Source/Editor/UserFeedback/Private/UserFeedback.cpp index 69b556723f97..b75a6564e889 100644 --- a/Engine/Source/Editor/UserFeedback/Private/UserFeedback.cpp +++ b/Engine/Source/Editor/UserFeedback/Private/UserFeedback.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IUserFeedbackModule.h" #include "SlateBasics.h" diff --git a/Engine/Source/Editor/UserFeedback/Public/IUserFeedbackModule.h b/Engine/Source/Editor/UserFeedback/Public/IUserFeedbackModule.h index f5c749a2f1d9..e62e6790ebc5 100644 --- a/Engine/Source/Editor/UserFeedback/Public/IUserFeedbackModule.h +++ b/Engine/Source/Editor/UserFeedback/Public/IUserFeedbackModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleInterface.h" diff --git a/Engine/Source/Editor/UserFeedback/UserFeedback.Build.cs b/Engine/Source/Editor/UserFeedback/UserFeedback.Build.cs index 6a14008a98b6..3ab5f99077fe 100644 --- a/Engine/Source/Editor/UserFeedback/UserFeedback.Build.cs +++ b/Engine/Source/Editor/UserFeedback/UserFeedback.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/ViewportSnapping/Private/ViewportSnappingModule.cpp b/Engine/Source/Editor/ViewportSnapping/Private/ViewportSnappingModule.cpp index 84daa42a90b5..369feb6fdf8b 100644 --- a/Engine/Source/Editor/ViewportSnapping/Private/ViewportSnappingModule.cpp +++ b/Engine/Source/Editor/ViewportSnapping/Private/ViewportSnappingModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ViewportSnappingPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Editor/ViewportSnapping/Private/ViewportSnappingPrivatePCH.h b/Engine/Source/Editor/ViewportSnapping/Private/ViewportSnappingPrivatePCH.h index 6467bfa5d0e6..4eb59dd931ab 100644 --- a/Engine/Source/Editor/ViewportSnapping/Private/ViewportSnappingPrivatePCH.h +++ b/Engine/Source/Editor/ViewportSnapping/Private/ViewportSnappingPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ViewportSnapping/Public/ISnappingPolicy.h b/Engine/Source/Editor/ViewportSnapping/Public/ISnappingPolicy.h index a573c81be7cc..9041fe81ac65 100644 --- a/Engine/Source/Editor/ViewportSnapping/Public/ISnappingPolicy.h +++ b/Engine/Source/Editor/ViewportSnapping/Public/ISnappingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ViewportSnapping/Public/ViewportSnappingModule.h b/Engine/Source/Editor/ViewportSnapping/Public/ViewportSnappingModule.h index 34f42fede57d..7ec24dc9e436 100644 --- a/Engine/Source/Editor/ViewportSnapping/Public/ViewportSnappingModule.h +++ b/Engine/Source/Editor/ViewportSnapping/Public/ViewportSnappingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/ViewportSnapping/ViewportSnapping.Build.cs b/Engine/Source/Editor/ViewportSnapping/ViewportSnapping.Build.cs index 2d2006715d8f..b9a41b2fd176 100644 --- a/Engine/Source/Editor/ViewportSnapping/ViewportSnapping.Build.cs +++ b/Engine/Source/Editor/ViewportSnapping/ViewportSnapping.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/WorkspaceMenuStructure/Private/WorkspaceMenuStructureModule.cpp b/Engine/Source/Editor/WorkspaceMenuStructure/Private/WorkspaceMenuStructureModule.cpp index d94ad81cab37..f030702ef67a 100644 --- a/Engine/Source/Editor/WorkspaceMenuStructure/Private/WorkspaceMenuStructureModule.cpp +++ b/Engine/Source/Editor/WorkspaceMenuStructure/Private/WorkspaceMenuStructureModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ModuleManager.h" diff --git a/Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h b/Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h index 470596cb04cb..f7085f4f7cbd 100644 --- a/Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h +++ b/Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructure.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructureModule.h b/Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructureModule.h index 25074f88724d..7d5d29f39d54 100644 --- a/Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructureModule.h +++ b/Engine/Source/Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructureModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleInterface.h" diff --git a/Engine/Source/Editor/WorkspaceMenuStructure/WorkspaceMenuStructure.Build.cs b/Engine/Source/Editor/WorkspaceMenuStructure/WorkspaceMenuStructure.Build.cs index 90cb74ce24bb..e1bcee351aad 100644 --- a/Engine/Source/Editor/WorkspaceMenuStructure/WorkspaceMenuStructure.Build.cs +++ b/Engine/Source/Editor/WorkspaceMenuStructure/WorkspaceMenuStructure.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionCommands.h b/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionCommands.h index 9250158a0905..7e329f0b6343 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionCommands.h +++ b/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #define LOCTEXT_NAMESPACE "" diff --git a/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionModel.cpp b/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionModel.cpp index 67d1c9de0eb6..fefa6eba61a1 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionModel.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "SourceControlWindows.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionModel.h b/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionModel.h index bd25bd8ea695..204e831c998e 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionModel.h +++ b/Engine/Source/Editor/WorldBrowser/Private/LevelCollectionModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LevelModel.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/LevelModel.cpp b/Engine/Source/Editor/WorldBrowser/Private/LevelModel.cpp index 398ee6193276..84671c06b05f 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/LevelModel.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/LevelModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "Engine/LevelScriptBlueprint.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/LevelModel.h b/Engine/Source/Editor/WorldBrowser/Private/LevelModel.h index 35befebe9184..22339253ee3f 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/LevelModel.h +++ b/Engine/Source/Editor/WorldBrowser/Private/LevelModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IFilter.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/SPropertyEditorLevelPackage.cpp b/Engine/Source/Editor/WorldBrowser/Private/SPropertyEditorLevelPackage.cpp index 69fc51608251..b3ff96cc99aa 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/SPropertyEditorLevelPackage.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/SPropertyEditorLevelPackage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "SPropertyEditorLevelPackage.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/SPropertyEditorLevelPackage.h b/Engine/Source/Editor/WorldBrowser/Private/SPropertyEditorLevelPackage.h index bcbecb2dca9e..172b10e0d289 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/SPropertyEditorLevelPackage.h +++ b/Engine/Source/Editor/WorldBrowser/Private/SPropertyEditorLevelPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TextFilter.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/SWorldDetails.cpp b/Engine/Source/Editor/WorldBrowser/Private/SWorldDetails.cpp index 43cc217f951f..2e574bf988e6 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/SWorldDetails.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/SWorldDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "Editor/PropertyEditor/Public/IDetailsView.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/SWorldDetails.h b/Engine/Source/Editor/WorldBrowser/Private/SWorldDetails.h index ec4e7e82683b..af4817d87bdd 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/SWorldDetails.h +++ b/Engine/Source/Editor/WorldBrowser/Private/SWorldDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Editor/PropertyEditor/Public/PropertyEditorModule.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchy.cpp b/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchy.cpp index 71db99b18bdc..aea21bea37bb 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchy.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "Editor/LevelEditor/Public/LevelEditor.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchy.h b/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchy.h index 24254255d085..25c6f646397b 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchy.h +++ b/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once //---------------------------------------------------------------- diff --git a/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchyItem.cpp b/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchyItem.cpp index 9248d19b3700..ab2717978f81 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchyItem.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchyItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "SWorldHierarchyItem.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchyItem.h b/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchyItem.h index bfabfdb0e2e7..3a64b36a34cf 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchyItem.h +++ b/Engine/Source/Editor/WorldBrowser/Private/SWorldHierarchyItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once namespace HierarchyColumns diff --git a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCollectionModel.cpp b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCollectionModel.cpp index 4b046129b2bb..370d949b9f76 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCollectionModel.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCollectionModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "Editor/PropertyEditor/Public/IDetailsView.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCollectionModel.h b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCollectionModel.h index b125d6450b38..b047d3855dda 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCollectionModel.h +++ b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCollectionModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "StreamingLevelModel.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCustomization.cpp b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCustomization.cpp index 5d41eefc74a9..543f0c8a160d 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCustomization.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "Editor/PropertyEditor/Public/IDetailsView.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCustomization.h b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCustomization.h index a5c0cd728647..b030da78e7db 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCustomization.h +++ b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FStreamingLevelCollectionModel; diff --git a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelEdMode.cpp b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelEdMode.cpp index 21dffd06cc48..5b5608064468 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelEdMode.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelEdMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "StreamingLevelEdMode.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelEdMode.h b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelEdMode.h index 5bb851df321d..0b7937cc64b0 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelEdMode.h +++ b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelEdMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LevelEditorViewport.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelModel.cpp b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelModel.cpp index cc3a3f29ce23..35a25da40e26 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelModel.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelModel.h b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelModel.h index 1d4545eceeb4..177d59a46008 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelModel.h +++ b/Engine/Source/Editor/WorldBrowser/Private/StreamingLevels/StreamingLevelModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EditorUndoClient.h" #include "Layers/Layer.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/STiledLandscapeImportDlg.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/STiledLandscapeImportDlg.cpp index 2060cd1d1b3f..47ef18caae7c 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/STiledLandscapeImportDlg.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/STiledLandscapeImportDlg.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "STiledLandscapeImportDlg.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/STiledLandscapeImportDlg.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/STiledLandscapeImportDlg.h index 7b73627a7fb6..6f8f1bb524fa 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/STiledLandscapeImportDlg.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/STiledLandscapeImportDlg.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once ///////////////////////////////////////////////////// diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldComposition.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldComposition.cpp index b8e0e80c186a..258968ab6ad2 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldComposition.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldComposition.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "SNodePanel.h" #include "GraphEditor.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldComposition.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldComposition.h index 1b693c648a3b..fd9d3962df6f 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldComposition.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldComposition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SWorldComposition diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldLayers.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldLayers.cpp index 540b03267775..ba90e4d12d95 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldLayers.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldLayers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "WorldTileCollectionModel.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldLayers.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldLayers.h index 98bb8ff7a996..eb269f51dd56 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldLayers.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldLayers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FWorldTileCollectionModel; diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldTileItem.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldTileItem.cpp index 764b3c890f77..a8695d382ed5 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldTileItem.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldTileItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "EdGraphUtilities.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldTileItem.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldTileItem.h index cc5c10640d4b..53a5440480c0 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldTileItem.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/SWorldTileItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GraphEditor.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileCollectionModel.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileCollectionModel.cpp index 1bd90f5d2164..25a3fe9b2cc4 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileCollectionModel.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileCollectionModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "Engine/WorldComposition.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileCollectionModel.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileCollectionModel.h index 3a94fab0d19f..ffd4e68fad85 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileCollectionModel.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileCollectionModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorldTileModel.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetails.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetails.cpp index 71c3b2459626..6a57338b1451 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetails.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "WorldTileModel.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetails.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetails.h index 6a46805af957..55a3c8ed23bd 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetails.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorldTileDetails.generated.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetailsCustomization.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetailsCustomization.cpp index 920229343e75..0a928d3c9a83 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetailsCustomization.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetailsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "Engine/WorldComposition.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetailsCustomization.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetailsCustomization.h index 4537825428d4..88ab34c757e9 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetailsCustomization.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileDetailsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FWorldTileCollectionModel; diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileModel.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileModel.cpp index 7714aa7f41ba..3c7d4bbb1d34 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileModel.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileModel.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileModel.h index f48a035df2a5..edf838a6cf95 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileModel.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileThumbnails.cpp b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileThumbnails.cpp index cf3b97bac177..8280b4970f6f 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileThumbnails.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileThumbnails.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "WorldTileThumbnails.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileThumbnails.h b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileThumbnails.h index 951165b6dc6a..ac3582efddf3 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileThumbnails.h +++ b/Engine/Source/Editor/WorldBrowser/Private/Tiles/WorldTileThumbnails.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Editor/WorldBrowser/Private/WorldBrowserModule.cpp b/Engine/Source/Editor/WorldBrowser/Private/WorldBrowserModule.cpp index ca89b5d4e777..77eb94e27e9d 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/WorldBrowserModule.cpp +++ b/Engine/Source/Editor/WorldBrowser/Private/WorldBrowserModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WorldBrowserPrivatePCH.h" #include "Engine/WorldComposition.h" diff --git a/Engine/Source/Editor/WorldBrowser/Private/WorldBrowserPrivatePCH.h b/Engine/Source/Editor/WorldBrowser/Private/WorldBrowserPrivatePCH.h index e6ded838f8cc..3f7d52f24729 100644 --- a/Engine/Source/Editor/WorldBrowser/Private/WorldBrowserPrivatePCH.h +++ b/Engine/Source/Editor/WorldBrowser/Private/WorldBrowserPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __WorldBrowserPrivatePCH_h__ #define __WorldBrowserPrivatePCH_h__ diff --git a/Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h b/Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h index 746fce162c51..681f56fb87e7 100644 --- a/Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h +++ b/Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleInterface.h" diff --git a/Engine/Source/Editor/WorldBrowser/WorldBrowser.Build.cs b/Engine/Source/Editor/WorldBrowser/WorldBrowser.Build.cs index 3f3ad4d34eb5..03bc62278482 100644 --- a/Engine/Source/Editor/WorldBrowser/WorldBrowser.Build.cs +++ b/Engine/Source/Editor/WorldBrowser/WorldBrowser.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/AutomationTool/AllDesktop/AllDesktopPlatform.Automation.cs b/Engine/Source/Programs/AutomationTool/AllDesktop/AllDesktopPlatform.Automation.cs index f51dc3282426..6a593a9aec56 100644 --- a/Engine/Source/Programs/AutomationTool/AllDesktop/AllDesktopPlatform.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/AllDesktop/AllDesktopPlatform.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AllDesktop/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/AllDesktop/Properties/AssemblyInfo.cs index 620848337570..58545b7094ea 100644 --- a/Engine/Source/Programs/AutomationTool/AllDesktop/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/AllDesktop/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/Android/AndroidPlatform.Automation.cs b/Engine/Source/Programs/AutomationTool/Android/AndroidPlatform.Automation.cs index 4a3e774a64c3..da5c4f3f9ca1 100644 --- a/Engine/Source/Programs/AutomationTool/Android/AndroidPlatform.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Android/AndroidPlatform.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/Android/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/Android/Properties/AssemblyInfo.cs index d1b012aef457..1ada8dc9cbaf 100644 --- a/Engine/Source/Programs/AutomationTool/Android/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/Android/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/Automation.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/Automation.cs index 6b0b3cb23bbc..6735b9802c1d 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/Automation.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/AutomationException.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/AutomationException.cs index 4aaa07d42b39..52ba5c7bedd3 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/AutomationException.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/AutomationException.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildCommand.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildCommand.cs index b6e95a831025..c8dda2971b95 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildCommand.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildCommand.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildEnvironment.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildEnvironment.cs index 05b36ff94822..2488f1106c08 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildEnvironment.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildEnvironment.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildUtils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildUtils.cs index f3d8d5c97b8c..0ef4e67d1ee7 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildUtils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/BuildUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/CommandUtils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/CommandUtils.cs index 51b85afc0df3..88b7be45c6dc 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/CommandUtils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/CommandUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/CommandletUtils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/CommandletUtils.cs index 86e5a18f737f..60b5c8a89068 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/CommandletUtils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/CommandletUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/DeploymentContext.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/DeploymentContext.cs index 7df32014c4bb..b2ccd30ae6e9 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/DeploymentContext.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/DeploymentContext.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/Distiller.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/Distiller.cs index b5cc1655835a..20800d7820b6 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/Distiller.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/Distiller.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/FileFilter.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/FileFilter.cs index 2d529d99b9d2..c69dcab7119f 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/FileFilter.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/FileFilter.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using AutomationTool; using System; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/HelpUtils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/HelpUtils.cs index 60b4521455ed..b40ebf795cf8 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/HelpUtils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/HelpUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/HostPlatform.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/HostPlatform.cs index 5fdb3f5881ea..aef6c4cc58e9 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/HostPlatform.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/HostPlatform.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/LinuxHostPlatform.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/LinuxHostPlatform.cs index 4ac58fefbed7..935f30aa64fe 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/LinuxHostPlatform.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/LinuxHostPlatform.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/LocalBuildEnvironment.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/LocalBuildEnvironment.cs index d78e4e23a0e8..748495f0f887 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/LocalBuildEnvironment.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/LocalBuildEnvironment.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/LocalP4Environment.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/LocalP4Environment.cs index b7f850b7c325..ed75be0c623d 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/LocalP4Environment.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/LocalP4Environment.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/Log.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/Log.cs index c35d25de34b0..3e19fd17e44a 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/Log.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/Log.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/MCPPublic.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/MCPPublic.cs index b83df41eec04..3874394903f8 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/MCPPublic.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/MCPPublic.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/MacHostPlatform.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/MacHostPlatform.cs index a8dbeaa44cbf..3b6d1349ea0a 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/MacHostPlatform.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/MacHostPlatform.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Blame.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Blame.cs index 060ec117109f..3cbed114a99e 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Blame.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Blame.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Environment.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Environment.cs index a76d98081c42..b87be67e04d1 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Environment.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Environment.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Utils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Utils.cs index e5ae83d160fe..479a8758c06a 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Utils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/P4Utils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/Platform.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/Platform.cs index fb42767cb777..9b6e6594cf21 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/Platform.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/Platform.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/ProcessUtils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/ProcessUtils.cs index cfa77a2526e3..00a4e1e32ef5 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/ProcessUtils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/ProcessUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/ProjectParams.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/ProjectParams.cs index caec8520e8b7..0cf3aabc942a 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/ProjectParams.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/ProjectParams.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/ProjectUtils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/ProjectUtils.cs index 70d4b7a0b82f..464d02a3d5fb 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/ProjectUtils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/ProjectUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/Properties/AssemblyInfo.cs index 1172385c4548..02693869229e 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("AutomationUtils.Automation")] -[assembly: AssemblyCopyright("Copyright 1998-2015 Epic Games, Inc.")] +[assembly: AssemblyCopyright("Copyright 1998-2016 Epic Games, Inc.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/ScriptCompiler.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/ScriptCompiler.cs index 1506181e5509..d543d0d96180 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/ScriptCompiler.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/ScriptCompiler.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/UBTUtils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/UBTUtils.cs index 9a9e36647300..25cd47eaf321 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/UBTUtils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/UBTUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/UE4Build.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/UE4Build.cs index 1a72b8cd5bfe..bfa668dc9f43 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/UE4Build.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/UE4Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/Utils.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/Utils.cs index 4b0e9eba9f06..577c61e4c103 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/Utils.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/Utils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/WatchdogTimer.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/WatchdogTimer.cs index 2784093c83de..4bbc970c4f96 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/WatchdogTimer.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/WatchdogTimer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/AutomationUtils/WindowsHostPlatform.cs b/Engine/Source/Programs/AutomationTool/AutomationUtils/WindowsHostPlatform.cs index 28586d2bb8d7..fae55231f8b4 100644 --- a/Engine/Source/Programs/AutomationTool/AutomationUtils/WindowsHostPlatform.cs +++ b/Engine/Source/Programs/AutomationTool/AutomationUtils/WindowsHostPlatform.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/BuildGraph.cs b/Engine/Source/Programs/AutomationTool/GUBP/BuildGraph.cs index 1684196e29d4..999541b96059 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/BuildGraph.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/BuildGraph.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/BuildGraphDefinition.cs b/Engine/Source/Programs/AutomationTool/GUBP/BuildGraphDefinition.cs index 9aac34e2b28b..be1a374ee23f 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/BuildGraphDefinition.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/BuildGraphDefinition.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/ElectricCommander.cs b/Engine/Source/Programs/AutomationTool/GUBP/ElectricCommander.cs index 1265cf0a2552..ed1cd1295f37 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/ElectricCommander.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/ElectricCommander.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/GUBP.cs b/Engine/Source/Programs/AutomationTool/GUBP/GUBP.cs index e9552dd8bfc6..8c760298d450 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/GUBP.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/GUBP.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/JobInfo.cs b/Engine/Source/Programs/AutomationTool/GUBP/JobInfo.cs index de793b20c1cd..1ea1c38f1143 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/JobInfo.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/JobInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/LegacyBranchSetup.cs b/Engine/Source/Programs/AutomationTool/GUBP/LegacyBranchSetup.cs index 894a4327c1ef..2ebed9efed02 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/LegacyBranchSetup.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/LegacyBranchSetup.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/LegacyNodes.cs b/Engine/Source/Programs/AutomationTool/GUBP/LegacyNodes.cs index 2e9394fa7b74..2bb176e838ea 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/LegacyNodes.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/LegacyNodes.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/AggregateNode.cs b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/AggregateNode.cs index 0c2f4f0af36f..ccdc499e9acd 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/AggregateNode.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/AggregateNode.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/BuildNode.cs b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/BuildNode.cs index 74e5885920de..de6d4c800720 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/BuildNode.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/BuildNode.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/LegacyNode.cs b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/LegacyNode.cs index b527ce0f9b2f..03705b4a9725 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/LegacyNode.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/LegacyNode.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/TaskNode.cs b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/TaskNode.cs index 3c4411bf115d..e299ff362aa7 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/TaskNode.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/TaskNode.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/TriggerNode.cs b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/TriggerNode.cs index b5db0f5cfe9c..85f992473179 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Nodes/TriggerNode.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Nodes/TriggerNode.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/GUBP/Properties/AssemblyInfo.cs index d029e7412ffb..e8144ce7362b 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/BuildTask.cs b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/BuildTask.cs index 976743396357..f14e43402ea2 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/BuildTask.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/BuildTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CommandTask.cs b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CommandTask.cs index 85a97f2386a5..6856ddcafe4d 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CommandTask.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CommandTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CompileTask.cs b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CompileTask.cs index 02d4ce73cd9b..d9b20e5a5c13 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CompileTask.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CompileTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CookTask.cs b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CookTask.cs index 178d4c8cc59b..56e62f8147ae 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CookTask.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/CookTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/MsBuildTask.cs b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/MsBuildTask.cs index 9866c35d2c80..6c273c30cf33 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/MsBuildTask.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/MsBuildTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/OutputTask.cs b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/OutputTask.cs index 4549ccce6a04..cc6ddbd18e5e 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/OutputTask.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/OutputTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/ScriptTask.cs b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/ScriptTask.cs index 424950f7f0d4..6121430e3e50 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/Tasks/ScriptTask.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/Tasks/ScriptTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using Microsoft.CSharp; using System; diff --git a/Engine/Source/Programs/AutomationTool/GUBP/TempStorage.cs b/Engine/Source/Programs/AutomationTool/GUBP/TempStorage.cs index 8d0f6ebea495..ac64a5022683 100644 --- a/Engine/Source/Programs/AutomationTool/GUBP/TempStorage.cs +++ b/Engine/Source/Programs/AutomationTool/GUBP/TempStorage.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Concurrent; diff --git a/Engine/Source/Programs/AutomationTool/HTML5/HTML5Platform.Automation.cs b/Engine/Source/Programs/AutomationTool/HTML5/HTML5Platform.Automation.cs index 8ce22060049b..fa466ee98797 100644 --- a/Engine/Source/Programs/AutomationTool/HTML5/HTML5Platform.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/HTML5/HTML5Platform.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using Ionic.Zip; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/HTML5/HTML5Platform.PakFiles.Automation.cs b/Engine/Source/Programs/AutomationTool/HTML5/HTML5Platform.PakFiles.Automation.cs index 948d445d27f7..be136d45c80f 100644 --- a/Engine/Source/Programs/AutomationTool/HTML5/HTML5Platform.PakFiles.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/HTML5/HTML5Platform.PakFiles.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text.RegularExpressions; diff --git a/Engine/Source/Programs/AutomationTool/HTML5/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/HTML5/Properties/AssemblyInfo.cs index 7073139cfc03..bf2d8945231f 100644 --- a/Engine/Source/Programs/AutomationTool/HTML5/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/HTML5/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/IOS/IOSPlatform.Automation.cs b/Engine/Source/Programs/AutomationTool/IOS/IOSPlatform.Automation.cs index c6f6b0e5061b..2cd66337d8fd 100644 --- a/Engine/Source/Programs/AutomationTool/IOS/IOSPlatform.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/IOS/IOSPlatform.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/IOS/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/IOS/Properties/AssemblyInfo.cs index b7e31b1d8a00..d6d7ad60c3c3 100644 --- a/Engine/Source/Programs/AutomationTool/IOS/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/IOS/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/Linux/LinuxPlatform.Automation.cs b/Engine/Source/Programs/AutomationTool/Linux/LinuxPlatform.Automation.cs index 612cb0313465..b9e469ca5f3b 100644 --- a/Engine/Source/Programs/AutomationTool/Linux/LinuxPlatform.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Linux/LinuxPlatform.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/Linux/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/Linux/Properties/AssemblyInfo.cs index edaa14c3edd1..2a91aad93252 100644 --- a/Engine/Source/Programs/AutomationTool/Linux/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/Linux/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/Mac/MacPlatform.Automation.cs b/Engine/Source/Programs/AutomationTool/Mac/MacPlatform.Automation.cs index 507e87ce835f..c6424b513a36 100644 --- a/Engine/Source/Programs/AutomationTool/Mac/MacPlatform.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Mac/MacPlatform.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/Mac/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/Mac/Properties/AssemblyInfo.cs index 11294379bdd6..10e42ef59d36 100644 --- a/Engine/Source/Programs/AutomationTool/Mac/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/Mac/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/Program.cs b/Engine/Source/Programs/AutomationTool/Program.cs index ff86f3094360..ae86dd85ac66 100644 --- a/Engine/Source/Programs/AutomationTool/Program.cs +++ b/Engine/Source/Programs/AutomationTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This software is provided "as-is," without any express or implied warranty. // In no event shall the author, nor Epic Games, Inc. be held liable for any damages arising from the use of this software. // This software will not be supported. diff --git a/Engine/Source/Programs/AutomationTool/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/Properties/AssemblyInfo.cs index 1924efd287dd..c14d1ed3a52a 100644 --- a/Engine/Source/Programs/AutomationTool/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/AnalyzeThirdPartyLibs.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/AnalyzeThirdPartyLibs.Automation.cs index 13d15f8aefa3..8d3b5a2bd1ba 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/AnalyzeThirdPartyLibs.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/AnalyzeThirdPartyLibs.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/ArchiveCommand.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/ArchiveCommand.Automation.cs index 9191378e9180..6d71098f3856 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/ArchiveCommand.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/ArchiveCommand.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/BlameKeyword.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/BlameKeyword.Automation.cs index 739d208508e7..cc9e6c7a0ea1 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/BlameKeyword.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/BlameKeyword.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/BuildCommonTools.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/BuildCommonTools.Automation.cs index 5aea8abf8b9f..9ee03e741a05 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/BuildCommonTools.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/BuildCommonTools.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/BuildCookRun.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/BuildCookRun.Automation.cs index 45cf79e924e9..448e44d3ad29 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/BuildCookRun.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/BuildCookRun.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/BuildDocumentation.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/BuildDocumentation.Automation.cs index 95be64f0f251..4c68911ba5b8 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/BuildDocumentation.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/BuildDocumentation.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/BuildPluginCommand.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/BuildPluginCommand.Automation.cs index 8e38229702f6..58a58afdfff6 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/BuildPluginCommand.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/BuildPluginCommand.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/BuildProjectCommand.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/BuildProjectCommand.Automation.cs index 19520235c354..a803025d3c83 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/BuildProjectCommand.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/BuildProjectCommand.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/BuildThirdPartyLibs.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/BuildThirdPartyLibs.Automation.cs index 70ed1786d024..0f3a6efbcd18 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/BuildThirdPartyLibs.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/BuildThirdPartyLibs.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/CodeSurgery.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/CodeSurgery.Automation.cs index c5da80e338e7..45e7e2c70865 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/CodeSurgery.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/CodeSurgery.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/CookCommand.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/CookCommand.Automation.cs index 372b5ebb6997..e3657b258523 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/CookCommand.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/CookCommand.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/CopyBuildToStagingDirectory.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/CopyBuildToStagingDirectory.Automation.cs index 815afdfb3b35..86ea3d832661 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/CopyBuildToStagingDirectory.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/CopyBuildToStagingDirectory.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using AutomationTool; using System; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/DeployCommand.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/DeployCommand.Automation.cs index 9f302049da12..d13f8ef8b1f9 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/DeployCommand.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/DeployCommand.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/FixupRedirects.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/FixupRedirects.Automation.cs index 57eea1facb17..3ffc55691371 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/FixupRedirects.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/FixupRedirects.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/GenerateDSYM.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/GenerateDSYM.Automation.cs index 880e61e540cf..533ee2fa5043 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/GenerateDSYM.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/GenerateDSYM.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/IPhonePackager.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/IPhonePackager.Automation.cs index e3ce9846537a..db437061812a 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/IPhonePackager.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/IPhonePackager.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/LauncherLocalization.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/LauncherLocalization.Automation.cs index afbf1f182f75..904d13aa9bb6 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/LauncherLocalization.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/LauncherLocalization.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Globalization; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/ListMobileDevices.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/ListMobileDevices.Automation.cs index 3f511293f69c..11b95ed62385 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/ListMobileDevices.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/ListMobileDevices.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using AutomationTool; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/Localisation.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/Localisation.Automation.cs index 93c1dff87078..b700ecca42b4 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/Localisation.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/Localisation.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Globalization; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/MegaXGE.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/MegaXGE.Automation.cs index 4724215f0cc1..63e077102858 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/MegaXGE.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/MegaXGE.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/PackageCommand.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/PackageCommand.Automation.cs index c817d9534042..02fbfff9e852 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/PackageCommand.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/PackageCommand.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/Scripts/Properties/AssemblyInfo.cs index ad38405014b7..a49c9048a3c3 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/RebuildLightMapsCommand.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/RebuildLightMapsCommand.Automation.cs index 1f0d29050bf0..585090a379e6 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/RebuildLightMapsCommand.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/RebuildLightMapsCommand.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/RocketBuild.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/RocketBuild.Automation.cs index 7764eb46e7ea..f7e9b2ab78b2 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/RocketBuild.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/RocketBuild.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/RunProjectCommand.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/RunProjectCommand.Automation.cs index 15cf927d764f..2f7638fb463c 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/RunProjectCommand.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/RunProjectCommand.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/TestSnippet.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/TestSnippet.Automation.cs index 9c59f19d9ffe..3e3c81389b85 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/TestSnippet.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/TestSnippet.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/Tests.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/Tests.Automation.cs index e31cf906da43..1fef2a3b7744 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/Tests.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/Tests.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/UE4BuildUtils.cs b/Engine/Source/Programs/AutomationTool/Scripts/UE4BuildUtils.cs index d1ffbe41dd08..85a2dd033468 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/UE4BuildUtils.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/UE4BuildUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/UnrealSync.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/UnrealSync.Automation.cs index eeee79ac2980..553aa7ebf8b1 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/UnrealSync.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/UnrealSync.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using AutomationTool; using System; diff --git a/Engine/Source/Programs/AutomationTool/Scripts/UpdateLocalVersion.Automation.cs b/Engine/Source/Programs/AutomationTool/Scripts/UpdateLocalVersion.Automation.cs index a48313849e6e..e764c7eb8cfe 100644 --- a/Engine/Source/Programs/AutomationTool/Scripts/UpdateLocalVersion.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Scripts/UpdateLocalVersion.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/AutomationTool/SharedUtils.cs b/Engine/Source/Programs/AutomationTool/SharedUtils.cs index 4270f777c82f..8dee980106f5 100644 --- a/Engine/Source/Programs/AutomationTool/SharedUtils.cs +++ b/Engine/Source/Programs/AutomationTool/SharedUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/TVOS/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/TVOS/Properties/AssemblyInfo.cs index 7073139cfc03..bf2d8945231f 100644 --- a/Engine/Source/Programs/AutomationTool/TVOS/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/TVOS/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/TVOS/TVOSPlatform.Automation.cs b/Engine/Source/Programs/AutomationTool/TVOS/TVOSPlatform.Automation.cs index f4c9aee170f5..f7749cde8a5f 100644 --- a/Engine/Source/Programs/AutomationTool/TVOS/TVOSPlatform.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/TVOS/TVOSPlatform.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationTool/Win/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationTool/Win/Properties/AssemblyInfo.cs index 6aacab57f63d..a7a6b01057ff 100644 --- a/Engine/Source/Programs/AutomationTool/Win/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationTool/Win/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/AutomationTool/Win/WinPlatform.Automation.cs b/Engine/Source/Programs/AutomationTool/Win/WinPlatform.Automation.cs index c6aee95dde3b..45ab3e1dcffe 100644 --- a/Engine/Source/Programs/AutomationTool/Win/WinPlatform.Automation.cs +++ b/Engine/Source/Programs/AutomationTool/Win/WinPlatform.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationToolLauncher/Launcher.cs b/Engine/Source/Programs/AutomationToolLauncher/Launcher.cs index 65bcaf4b5ccb..4cc4776760e1 100644 --- a/Engine/Source/Programs/AutomationToolLauncher/Launcher.cs +++ b/Engine/Source/Programs/AutomationToolLauncher/Launcher.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/AutomationToolLauncher/Properties/AssemblyInfo.cs b/Engine/Source/Programs/AutomationToolLauncher/Properties/AssemblyInfo.cs index eb0061656f61..0b2eb3934df0 100644 --- a/Engine/Source/Programs/AutomationToolLauncher/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/AutomationToolLauncher/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/BlankProgram/BlankProgram.Build.cs b/Engine/Source/Programs/BlankProgram/BlankProgram.Build.cs index 5751f88ca816..107adeac70fe 100644 --- a/Engine/Source/Programs/BlankProgram/BlankProgram.Build.cs +++ b/Engine/Source/Programs/BlankProgram/BlankProgram.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/BlankProgram/BlankProgram.Target.cs b/Engine/Source/Programs/BlankProgram/BlankProgram.Target.cs index a099c610b725..53daaac2eec3 100644 --- a/Engine/Source/Programs/BlankProgram/BlankProgram.Target.cs +++ b/Engine/Source/Programs/BlankProgram/BlankProgram.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/BlankProgram/Private/BlankProgram.cpp b/Engine/Source/Programs/BlankProgram/Private/BlankProgram.cpp index 36883b2d5b40..55c7df7f3fc7 100644 --- a/Engine/Source/Programs/BlankProgram/Private/BlankProgram.cpp +++ b/Engine/Source/Programs/BlankProgram/Private/BlankProgram.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlankProgram.h" diff --git a/Engine/Source/Programs/BlankProgram/Private/BlankProgram.h b/Engine/Source/Programs/BlankProgram/Private/BlankProgram.h index 967892e1f0eb..92b5ab684b3e 100644 --- a/Engine/Source/Programs/BlankProgram/Private/BlankProgram.h +++ b/Engine/Source/Programs/BlankProgram/Private/BlankProgram.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Automation.cs b/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Automation.cs index b6e3ed2c3199..588968722348 100644 --- a/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Automation.cs +++ b/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Automation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Build.cs b/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Build.cs index d1a547194f47..7dac3b021c39 100644 --- a/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Build.cs +++ b/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Target.cs b/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Target.cs index be97a7117e20..6cfd38c15815 100644 --- a/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Target.cs +++ b/Engine/Source/Programs/BuildPatchTool/BuildPatchTool.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/BuildPatchTool/Private/BuildPatchToolMain.cpp b/Engine/Source/Programs/BuildPatchTool/Private/BuildPatchToolMain.cpp index 3aad07b893bf..e303e71d392f 100644 --- a/Engine/Source/Programs/BuildPatchTool/Private/BuildPatchToolMain.cpp +++ b/Engine/Source/Programs/BuildPatchTool/Private/BuildPatchToolMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchToolMain.cpp: Implements the BuildPatchTool application's main loop. diff --git a/Engine/Source/Programs/CrashReport/AutoReportWebService/Properties/AssemblyInfo.cs b/Engine/Source/Programs/CrashReport/AutoReportWebService/Properties/AssemblyInfo.cs index 75ec163db17b..80ec8007cfad 100644 --- a/Engine/Source/Programs/CrashReport/AutoReportWebService/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/CrashReport/AutoReportWebService/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/CrashReport/AutoReportWebService/RegisterReport.asmx.cs b/Engine/Source/Programs/CrashReport/AutoReportWebService/RegisterReport.asmx.cs index 87239ef014aa..0d0f7eb0ad4a 100644 --- a/Engine/Source/Programs/CrashReport/AutoReportWebService/RegisterReport.asmx.cs +++ b/Engine/Source/Programs/CrashReport/AutoReportWebService/RegisterReport.asmx.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReport/AutoReportWebService/UploadReportFiles.aspx.cs b/Engine/Source/Programs/CrashReport/AutoReportWebService/UploadReportFiles.aspx.cs index 960e7d303f44..1fbd05dfabdb 100644 --- a/Engine/Source/Programs/CrashReport/AutoReportWebService/UploadReportFiles.aspx.cs +++ b/Engine/Source/Programs/CrashReport/AutoReportWebService/UploadReportFiles.aspx.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/CrashURLDlg.Designer.cs b/Engine/Source/Programs/CrashReport/AutoReporter/CrashURLDlg.Designer.cs index cfe95d392e1b..a2e2f76416ef 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/CrashURLDlg.Designer.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/CrashURLDlg.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace AutoReporter { diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/CrashURLDlg.cs b/Engine/Source/Programs/CrashReport/AutoReporter/CrashURLDlg.cs index 31f2af2e067a..ab57259a27e5 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/CrashURLDlg.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/CrashURLDlg.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/Form1.Designer.cs b/Engine/Source/Programs/CrashReport/AutoReporter/Form1.Designer.cs index 117732542bbc..d90dcdcedbac 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/Form1.Designer.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/Form1.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace AutoReporter { diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/Form1.cs b/Engine/Source/Programs/CrashReport/AutoReporter/Form1.cs index cd32aa6be994..1ad4c03b0867 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/Form1.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/Form1.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/Program.cs b/Engine/Source/Programs/CrashReport/AutoReporter/Program.cs index 7df8a40c6749..6963633f54e7 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/Program.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Threading; diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/Properties/AssemblyInfo.cs b/Engine/Source/Programs/CrashReport/AutoReporter/Properties/AssemblyInfo.cs index 591dee466532..41223f529bc6 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/ReportFile.cs b/Engine/Source/Programs/CrashReport/AutoReporter/ReportFile.cs index 602dbab85188..13a4085f3cfe 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/ReportFile.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/ReportFile.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/Settings.cs b/Engine/Source/Programs/CrashReport/AutoReporter/Settings.cs index c71fee29013b..9f7cbb30b17b 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/Settings.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/Settings.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace AutoReporter.Properties { diff --git a/Engine/Source/Programs/CrashReport/AutoReporter/UploadReportFiles.cs b/Engine/Source/Programs/CrashReport/AutoReporter/UploadReportFiles.cs index 831f7d92669b..6549ef7ea801 100644 --- a/Engine/Source/Programs/CrashReport/AutoReporter/UploadReportFiles.cs +++ b/Engine/Source/Programs/CrashReport/AutoReporter/UploadReportFiles.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Net; diff --git a/Engine/Source/Programs/CrashReporter/CompressionHelper/Compression.cpp b/Engine/Source/Programs/CrashReporter/CompressionHelper/Compression.cpp index 56129892570d..c2d8b91b6765 100644 --- a/Engine/Source/Programs/CrashReporter/CompressionHelper/Compression.cpp +++ b/Engine/Source/Programs/CrashReporter/CompressionHelper/Compression.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "../../../ThirdParty/zlib/zlib-1.2.5/Inc/zlib.h" #pragma comment( lib, "../../../ThirdParty/zlib/zlib-1.2.5/Lib/Win64/zlib_64.lib" ) diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/CrashReportClient.Build.cs b/Engine/Source/Programs/CrashReporter/CrashReportClient/CrashReportClient.Build.cs index dd4ed1612c81..e09c00fb1fcf 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/CrashReportClient.Build.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/CrashReportClient.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/CrashReportClient.Target.cs b/Engine/Source/Programs/CrashReporter/CrashReportClient/CrashReportClient.Target.cs index 0283d6dbd82b..8d685176061b 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/CrashReportClient.Target.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/CrashReportClient.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashDescription.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashDescription.cpp index 5f0c4c5488a1..164314640e61 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashDescription.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashDescription.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "GenericPlatformCrashContext.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashDescription.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashDescription.h index f9fff4a4ea2a..57425821ec11 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashDescription.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashDescription.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatformCrashContext.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportAnalytics.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportAnalytics.cpp index 2176205a978e..43f1a313c28b 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportAnalytics.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportAnalytics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportAnalytics.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportAnalytics.h index e17f0489cea7..d6b351a1fc00 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportAnalytics.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportAnalytics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClient.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClient.cpp index 2c432a6cc706..12a41fb28fe2 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClient.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "CrashReportUtil.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClient.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClient.h index 2df957920a1f..102993ad14e4 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClient.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientApp.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientApp.cpp index a3d0c2c3b8d5..48ef8c7a2196 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientApp.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "CrashDescription.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientConfig.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientConfig.cpp index 31f92378f64a..f7393d0a6e5b 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientConfig.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientConfig.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientConfig.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientConfig.h index 85855801d35e..320bbcafafc9 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientConfig.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientConfig.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientStyle.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientStyle.cpp index 420910ff2bbe..357e6424cdac 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientStyle.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientStyle.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientStyle.h index a8bbd6c0c624..5c4eacb097a5 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientStyle.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientUnattended.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientUnattended.cpp index 868b7a4303b3..fd642756bab6 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientUnattended.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientUnattended.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "CrashReportClientUnattended.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientUnattended.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientUnattended.h index afd1d28e2493..1c6004ef3fe4 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientUnattended.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportClientUnattended.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportUtil.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportUtil.h index ae9983cff930..262eea3e3cf8 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportUtil.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashReportUtil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashUpload.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashUpload.cpp index 3848da2e2df9..7f15e6c69c22 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashUpload.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashUpload.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashUpload.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashUpload.h index 37464be27441..7d53cdf76885 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashUpload.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/CrashUpload.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/GenericErrorReport.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/GenericErrorReport.cpp index ad1e347d7715..abe722dea3f1 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/GenericErrorReport.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/GenericErrorReport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "CrashDebugHelperModule.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/GenericErrorReport.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/GenericErrorReport.h index 932f5261ae13..cd8463641b3c 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/GenericErrorReport.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/GenericErrorReport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Linux/CrashReportClientMainLinux.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Linux/CrashReportClientMainLinux.cpp index 90f9162d6b0a..211f13f608c2 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Linux/CrashReportClientMainLinux.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Linux/CrashReportClientMainLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "LinuxPlatformCrashContext.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Linux/LinuxErrorReport.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Linux/LinuxErrorReport.h index 5db3118c73a9..5c9a7cec682f 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Linux/LinuxErrorReport.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Linux/LinuxErrorReport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/CrashReportClientMainMac.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/CrashReportClientMainMac.cpp index d292d08c925e..73872ff36ac6 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/CrashReportClientMainMac.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/CrashReportClientMainMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/MacErrorReport.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/MacErrorReport.cpp index 38431dff69f7..d6fe600cd67b 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/MacErrorReport.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/MacErrorReport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "../CrashReportUtil.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/MacErrorReport.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/MacErrorReport.h index c910f25eadb3..575f2c725b4d 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/MacErrorReport.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Mac/MacErrorReport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/MainLoopTiming.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/MainLoopTiming.cpp index c9ed529a459b..9830d7e37c99 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/MainLoopTiming.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/MainLoopTiming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/MainLoopTiming.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/MainLoopTiming.h index a19489305e69..943469be10b6 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/MainLoopTiming.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/MainLoopTiming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PendingReports.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PendingReports.cpp index 95337b952c0f..9259165e77b9 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PendingReports.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PendingReports.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "UniquePtr.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PendingReports.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PendingReports.h index 393996d23c55..811713b937ec 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PendingReports.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PendingReports.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PlatformErrorReport.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PlatformErrorReport.h index e3aef975c5d6..4350c34c1185 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PlatformErrorReport.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/PlatformErrorReport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/SCrashReportClient.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/SCrashReportClient.cpp index 6bca1a71f1da..63cb1bf729d1 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/SCrashReportClient.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/SCrashReportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/SCrashReportClient.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/SCrashReportClient.h index a5a467f3e65c..f01262f1cfa3 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/SCrashReportClient.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/SCrashReportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/CrashReportClientMainWindows.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/CrashReportClientMainWindows.cpp index a27f6505ae07..d020588c765b 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/CrashReportClientMainWindows.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/CrashReportClientMainWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/WindowsErrorReport.cpp b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/WindowsErrorReport.cpp index 7462dd58f92a..352f117a714a 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/WindowsErrorReport.cpp +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/WindowsErrorReport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrashReportClientApp.h" #include "WindowsErrorReport.h" diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/WindowsErrorReport.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/WindowsErrorReport.h index 851068d3f96d..d202aa9a0a24 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/WindowsErrorReport.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Private/Windows/WindowsErrorReport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Public/CrashReportClientApp.h b/Engine/Source/Programs/CrashReporter/CrashReportClient/Public/CrashReportClientApp.h index 22f73261c440..1bbdd0cf4957 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportClient/Public/CrashReportClientApp.h +++ b/Engine/Source/Programs/CrashReporter/CrashReportClient/Public/CrashReportClientApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/CrashReportClient/Resources/Windows/CrashReportClient.rc b/Engine/Source/Programs/CrashReporter/CrashReportClient/Resources/Windows/CrashReportClient.rc index 5d4059c72a83..c388e510225c 100644 Binary files a/Engine/Source/Programs/CrashReporter/CrashReportClient/Resources/Windows/CrashReportClient.rc and b/Engine/Source/Programs/CrashReporter/CrashReportClient/Resources/Windows/CrashReportClient.rc differ diff --git a/Engine/Source/Programs/CrashReporter/CrashReportCommon/Common.cs b/Engine/Source/Programs/CrashReporter/CrashReportCommon/Common.cs index e11d2cae099f..35b5dccd6a65 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportCommon/Common.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportCommon/Common.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportCommon/CrashContext.cs b/Engine/Source/Programs/CrashReporter/CrashReportCommon/CrashContext.cs index 312a346c6395..9d2371d6b41e 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportCommon/CrashContext.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportCommon/CrashContext.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportCommon/CrashReporterConstants.cs b/Engine/Source/Programs/CrashReporter/CrashReportCommon/CrashReporterConstants.cs index cc3907a46539..bfe4e37168aa 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportCommon/CrashReporterConstants.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportCommon/CrashReporterConstants.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Xml.Serialization; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportCommon/JiraConnection.cs b/Engine/Source/Programs/CrashReporter/CrashReportCommon/JiraConnection.cs index fd0f3dbc1b33..2af0afa44112 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportCommon/JiraConnection.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportCommon/JiraConnection.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportCommon/LogWriter.cs b/Engine/Source/Programs/CrashReporter/CrashReportCommon/LogWriter.cs index ef9bc3821ca4..8b28662c64b5 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportCommon/LogWriter.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportCommon/LogWriter.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; @@ -104,7 +104,7 @@ namespace Tools.CrashReporter.CrashReportCommon // Create a threadsafe text writer LogFile = new StreamWriter( LogFileName, true, Encoding.UTF8 ); - Print( AppName + ", Copyright 2014-2015 Epic Games, Inc." ); + Print( AppName + ", Copyright 2014-2016 Epic Games, Inc." ); // Don't close the previous log file until the new one is up and running if( OldLogFile != null ) diff --git a/Engine/Source/Programs/CrashReporter/CrashReportCommon/Properties/AssemblyInfo.cs b/Engine/Source/Programs/CrashReporter/CrashReportCommon/Properties/AssemblyInfo.cs index 0e9a9dfa0c70..70d8637a9efe 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportCommon/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportCommon/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportCommon/ReportData.cs b/Engine/Source/Programs/CrashReporter/CrashReportCommon/ReportData.cs index 9bf7cdc4455a..4d6a32a66c21 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportCommon/ReportData.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportCommon/ReportData.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportCommon/WerReport.cs b/Engine/Source/Programs/CrashReporter/CrashReportCommon/WerReport.cs index f75162cf14b5..c32bc6c5f971 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportCommon/WerReport.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportCommon/WerReport.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessService.Designer.cs b/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessService.Designer.cs index 9bf8340b8382..275e76c60723 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessService.Designer.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessService.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace Tools.CrashReporter.CrashReportProcess { diff --git a/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessService.cs b/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessService.cs index 673b46b7e205..791c63274c4b 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessService.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessService.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessServiceInstaller.cs b/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessServiceInstaller.cs index f32639f173f8..4841165c76b5 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessServiceInstaller.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportProcess/CrashReportProcessServiceInstaller.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportProcess/Program.cs b/Engine/Source/Programs/CrashReporter/CrashReportProcess/Program.cs index bedb8eddd138..77454ac7fa90 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportProcess/Program.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportProcess/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.ServiceProcess; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportProcess/Properties/AssemblyInfo.cs b/Engine/Source/Programs/CrashReporter/CrashReportProcess/Properties/AssemblyInfo.cs index 2596bf7af7c3..3b5c423f6a4c 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportProcess/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportProcess/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportProcessor.cs b/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportProcessor.cs index f3b0dcd21a6c..d29c25339d3a 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportProcessor.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportProcessor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportQueue.cs b/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportQueue.cs index bc6bd3df5b27..17928ef0d92c 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportQueue.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportQueue.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportWatcher.cs b/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportWatcher.cs index 2195964be8a4..da6f2ec334af 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportWatcher.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportProcess/ReportWatcher.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverService.Designer.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverService.Designer.cs index 66d4ede69f21..2f831ae8958d 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverService.Designer.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverService.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace Tools.CrashReporter.CrashReportReceiver { diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverService.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverService.cs index 3e4e093a562a..8a30b3618d75 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverService.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverService.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverServiceInstaller.Designer.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverServiceInstaller.Designer.cs index 4465568b6548..1cf3aa7f2a2f 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverServiceInstaller.Designer.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverServiceInstaller.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace Tools.CrashReporter.CrashReportReceiver { diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverServiceInstaller.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverServiceInstaller.cs index 2eaebabe878f..c26437f91a76 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverServiceInstaller.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/CrashReportReceiverServiceInstaller.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/LandingZone.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/LandingZone.cs index 0b45dec74418..ef042cea2efb 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/LandingZone.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/LandingZone.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/Program.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/Program.cs index b7a52ac9e484..e0fa21169ccc 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/Program.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.ServiceProcess; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/Properties/AssemblyInfo.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/Properties/AssemblyInfo.cs index 02d08f604f39..608e1eeaeba7 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/UploadsInProgress.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/UploadsInProgress.cs index 8ee3ad50666a..53d5b839518a 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/UploadsInProgress.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/UploadsInProgress.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/WebHandler.cs b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/WebHandler.cs index fe1f8edcdda7..347a86a5c28b 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportReceiver/WebHandler.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportReceiver/WebHandler.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/BuggsController.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/BuggsController.cs index eeaefa2a7e30..8d629a70a935 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/BuggsController.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/BuggsController.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/CSVController.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/CSVController.cs index 0e59cf1c1905..c67ab9c3c37c 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/CSVController.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/CSVController.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/CrashesController.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/CrashesController.cs index 1b4c59b19509..d6ed906452ee 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/CrashesController.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/CrashesController.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Diagnostics; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/DashboardController.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/DashboardController.cs index abe2c47e1435..78bedce26d11 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/DashboardController.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/DashboardController.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/ErrorController.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/ErrorController.cs index eeb788d19a06..69ac7d13ec2f 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/ErrorController.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/ErrorController.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/HomeController.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/HomeController.cs index 509f68be46f7..b5df0fbfaa19 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/HomeController.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/HomeController.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Diagnostics; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/ReportsController.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/ReportsController.cs index d871a9c52176..c4e9d35d49c7 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/ReportsController.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/ReportsController.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/UsersController.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/UsersController.cs index e8228bdf9481..b6a217e97f2b 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/UsersController.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Controllers/UsersController.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Global.asax.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Global.asax.cs index 568b7d42598b..59973cba1fde 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Global.asax.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Global.asax.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggRepository.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggRepository.cs index 9d500bea52ba..29c9a9f64992 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggRepository.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggRepository.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggViewModel.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggViewModel.cs index e7e07bf91e7f..fde5fd9527ea 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggViewModel.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggViewModel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggsViewModel.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggsViewModel.cs index b03fbce63a37..feefea5b47d0 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggsViewModel.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/BuggsViewModel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CSVViewModel.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CSVViewModel.cs index 0b6cdce2bfcb..55bc30025ced 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CSVViewModel.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CSVViewModel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CachedDataService.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CachedDataService.cs index e7617e207298..7fdeeb88887f 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CachedDataService.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CachedDataService.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashDataFormater.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashDataFormater.cs index 4e75ba791be6..ef7d2f87ae29 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashDataFormater.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashDataFormater.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashReport.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashReport.cs index ebaa04c345a0..3edbb3f4901d 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashReport.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashReport.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Text.RegularExpressions; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashRepository.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashRepository.cs index 038abd07e7f2..03f9da90b885 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashRepository.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashRepository.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashViewModel.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashViewModel.cs index 519eeb4b0c2f..67799749fd2e 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashViewModel.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashViewModel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace Tools.CrashReporter.CrashReportWebSite.Models { diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashesViewModel.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashesViewModel.cs index acd5b50e4cb9..9731b4ae4569 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashesViewModel.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/CrashesViewModel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/DashboardViewModel.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/DashboardViewModel.cs index 2e091ce353eb..c49e8dfbb532 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/DashboardViewModel.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/DashboardViewModel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/FormHelper.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/FormHelper.cs index ad5e43e212bf..71621d8c5c53 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/FormHelper.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/FormHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/PagingInfo.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/PagingInfo.cs index 7e94aac7b1f0..6e99d0cd31d8 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/PagingInfo.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/PagingInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/PerformanceTimers.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/PerformanceTimers.cs index c00a2f91edc8..8fa514c6f93a 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/PerformanceTimers.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/PerformanceTimers.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/ReportsViewModel.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/ReportsViewModel.cs index b6cdb2ff9bb9..2fea6054e8b7 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/ReportsViewModel.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/ReportsViewModel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/Repository.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/Repository.cs index e627f77c5432..8e8b3aaafc0c 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/Repository.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/Repository.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Text.RegularExpressions; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/UsersViewModel.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/UsersViewModel.cs index 4f6d53a9b069..3df3a98b4bbb 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/UsersViewModel.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/UsersViewModel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Properties/AssemblyInfo.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Properties/AssemblyInfo.cs index 730919639cf2..67e97597c7ba 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Buggs/Index.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Buggs/Index.aspx index 41717095c587..5628ddc08372 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Buggs/Index.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Buggs/Index.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Tools.CrashReporter.CrashReportWebSite.Models" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Buggs/Show.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Buggs/Show.aspx index ae56e28d0964..b27db8593c5c 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Buggs/Show.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Buggs/Show.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Tools.CrashReporter.CrashReportWebSite.Models" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/CSV/Index.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/CSV/Index.aspx index 6b8819dec342..3f23f2ed30f5 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/CSV/Index.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/CSV/Index.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Tools.CrashReporter.CrashReportWebSite.Models" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Crashes/Index.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Crashes/Index.aspx index 59cc450a6669..bd7eba0830fe 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Crashes/Index.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Crashes/Index.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Crashes/Show.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Crashes/Show.aspx index 8d99c11d7faf..4608eeaab5bc 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Crashes/Show.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Crashes/Show.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Tools.CrashReporter.CrashReportWebSite.Models" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Dashboard/Index.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Dashboard/Index.aspx index 7349d6b84392..3e48cd5e91c9 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Dashboard/Index.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Dashboard/Index.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Tools.CrashReporter.CrashReportWebSite.Models" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Helpers/PagingHelper.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Helpers/PagingHelper.cs index 43b9fae8765b..a0952cf5d1f4 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Helpers/PagingHelper.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Helpers/PagingHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Web.Mvc; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Helpers/UrlHelperExtension.cs b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Helpers/UrlHelperExtension.cs index e36bfbd38acc..4fc3edb1a068 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Helpers/UrlHelperExtension.cs +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Helpers/UrlHelperExtension.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Web.Mvc; using System.Text; diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Home/Index.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Home/Index.aspx index ad8af2347058..789c5c7a9a80 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Home/Index.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Home/Index.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Reports/Index.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Reports/Index.aspx index 5be9f65a9ba3..94ed736f3874 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Reports/Index.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Reports/Index.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Tools.CrashReporter.CrashReportWebSite.Models" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Shared/Error.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Shared/Error.aspx index d8a8c00a3142..5511faf96ddb 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Shared/Error.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Shared/Error.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" %> diff --git a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Users/Index.aspx b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Users/Index.aspx index 35750da3a5bd..7ba43b2783cf 100644 --- a/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Users/Index.aspx +++ b/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Views/Users/Index.aspx @@ -1,4 +1,4 @@ -<%-- // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. --%> +<%-- // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. --%> <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Tools.CrashReporter.CrashReportWebSite.Models" %> diff --git a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/MinidumpDiagnostics.Build.cs b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/MinidumpDiagnostics.Build.cs index 1842c45a81a1..a056d2d777d2 100644 --- a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/MinidumpDiagnostics.Build.cs +++ b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/MinidumpDiagnostics.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/MinidumpDiagnostics.Target.cs b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/MinidumpDiagnostics.Target.cs index 5a2e2118006a..3a104f9b6248 100644 --- a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/MinidumpDiagnostics.Target.cs +++ b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/MinidumpDiagnostics.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/Mac/MinidumpDiagnosticsMainMac.cpp b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/Mac/MinidumpDiagnosticsMainMac.cpp index a909211e2171..4503cea25db4 100644 --- a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/Mac/MinidumpDiagnosticsMainMac.cpp +++ b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/Mac/MinidumpDiagnosticsMainMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MinidumpDiagnosticsApp.h" diff --git a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/MinidumpDiagnosticsApp.cpp b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/MinidumpDiagnosticsApp.cpp index dcdd5f8ac9b6..73e1635effcd 100644 --- a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/MinidumpDiagnosticsApp.cpp +++ b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/MinidumpDiagnosticsApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MinidumpDiagnosticsApp.h" #include "ModuleManager.h" diff --git a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/Windows/MinidumpDiagnosticsMainWindows.cpp b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/Windows/MinidumpDiagnosticsMainWindows.cpp index 1c820d1757b7..acd68b3970c5 100644 --- a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/Windows/MinidumpDiagnosticsMainWindows.cpp +++ b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Private/Windows/MinidumpDiagnosticsMainWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MinidumpDiagnosticsApp.h" diff --git a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Public/MinidumpDiagnosticsApp.h b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Public/MinidumpDiagnosticsApp.h index 4c2a921df206..7f5110cda37c 100644 --- a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Public/MinidumpDiagnosticsApp.h +++ b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Public/MinidumpDiagnosticsApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Resources/Windows/PCLaunch.rc b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Resources/Windows/PCLaunch.rc index c0b14879541e..85efdd6b34b6 100644 --- a/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Resources/Windows/PCLaunch.rc +++ b/Engine/Source/Programs/CrashReporter/MinidumpDiagnostics/Resources/Windows/PCLaunch.rc @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include #include "../../../Runtime/Launch/Resources/Version.h" diff --git a/Engine/Source/Programs/CrossCompilerTool/CrossCompilerTool.Build.cs b/Engine/Source/Programs/CrossCompilerTool/CrossCompilerTool.Build.cs index b969b5ba6ded..d70f698b2975 100644 --- a/Engine/Source/Programs/CrossCompilerTool/CrossCompilerTool.Build.cs +++ b/Engine/Source/Programs/CrossCompilerTool/CrossCompilerTool.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/CrossCompilerTool/CrossCompilerTool.Target.cs b/Engine/Source/Programs/CrossCompilerTool/CrossCompilerTool.Target.cs index 3d18708cfced..1b87131f49aa 100644 --- a/Engine/Source/Programs/CrossCompilerTool/CrossCompilerTool.Target.cs +++ b/Engine/Source/Programs/CrossCompilerTool/CrossCompilerTool.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerTool.cpp b/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerTool.cpp index 2abe895ae8a0..2dffa2742235 100644 --- a/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerTool.cpp +++ b/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerTool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // CrossCompilerTool.cpp: Driver for testing compilation of an individual shader diff --git a/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerTool.h b/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerTool.h index 8a9d09c0eac9..91fe9abc8dcd 100644 --- a/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerTool.h +++ b/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerUtils.cpp b/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerUtils.cpp index bac60ba99451..01093a6fab9d 100644 --- a/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerUtils.cpp +++ b/Engine/Source/Programs/CrossCompilerTool/Private/CrossCompilerUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CrossCompilerTool.h" diff --git a/Engine/Source/Programs/DelegateHeaderTool/Windows/Program.cs b/Engine/Source/Programs/DelegateHeaderTool/Windows/Program.cs index 7c603fa39aa6..fc94998a9f29 100644 --- a/Engine/Source/Programs/DelegateHeaderTool/Windows/Program.cs +++ b/Engine/Source/Programs/DelegateHeaderTool/Windows/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; @@ -500,7 +500,7 @@ namespace DelegateHeaderTool // NOTE: The source file path is hard-coded relative to the directory that we expect this project to live in using( var Output = new StreamWriter( "..\\..\\..\\..\\..\\..\\..\\Engine\\Source\\Runtime\\Core\\Public\\Delegates\\DelegateCombinations.h" ) ) { - Output.WriteLine( "// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved." ); + Output.WriteLine( "// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved." ); Output.WriteLine( "" ); Output.WriteLine( "// NOTE: This source file was automatically generated using DelegateHeaderTool" ); Output.WriteLine( "" ); diff --git a/Engine/Source/Programs/DelegateHeaderTool/Windows/Properties/AssemblyInfo.cs b/Engine/Source/Programs/DelegateHeaderTool/Windows/Properties/AssemblyInfo.cs index 8469c403adb5..e4bc543082a4 100644 --- a/Engine/Source/Programs/DelegateHeaderTool/Windows/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/DelegateHeaderTool/Windows/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/AssemblyUtils.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/AssemblyUtils.cs index fc3bceba59e5..d06cd7ca54a2 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/AssemblyUtils.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/AssemblyUtils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Diagnostics; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/CaselessDictionary.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/CaselessDictionary.cs index 25830b531fcc..e0f51f2ac999 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/CaselessDictionary.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/CaselessDictionary.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/FileContentsCacheType.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/FileContentsCacheType.cs index 5d2c41eb0f9e..0eaddebbe4b4 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/FileContentsCacheType.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/FileContentsCacheType.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/FileSystem.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/FileSystem.cs index b707d8aa6757..d0f751d08952 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/FileSystem.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/FileSystem.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Runtime.InteropServices; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/HarvestEnvVars.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/HarvestEnvVars.cs index ba74619c3be7..92c51497dc7e 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/HarvestEnvVars.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/HarvestEnvVars.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/LaunchProcess.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/LaunchProcess.cs index aa6979ab2cd9..6ff6c875b568 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/LaunchProcess.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/LaunchProcess.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/Properties/AssemblyInfo.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/Properties/AssemblyInfo.cs index 0b62e8c0d9d8..28f6de1bc115 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/SimpleWebRequest.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/SimpleWebRequest.cs index b0ef5b7a3ac7..20e2dd98e767 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/SimpleWebRequest.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/SimpleWebRequest.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Diagnostics; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/ThreadSafeQueue.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/ThreadSafeQueue.cs index 7cf4df3c45b4..d78411e4f1cf 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/ThreadSafeQueue.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/ThreadSafeQueue.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/XmlHandler.cs b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/XmlHandler.cs index 8b07b9fd732c..c91ee8761b79 100644 --- a/Engine/Source/Programs/DotNETCommon/DotNETUtilities/XmlHandler.cs +++ b/Engine/Source/Programs/DotNETCommon/DotNETUtilities/XmlHandler.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/EnvVarsToXML/EnvVarsToXML/Program.cs b/Engine/Source/Programs/EnvVarsToXML/EnvVarsToXML/Program.cs index 9255fd93341c..84db1e469d72 100644 --- a/Engine/Source/Programs/EnvVarsToXML/EnvVarsToXML/Program.cs +++ b/Engine/Source/Programs/EnvVarsToXML/EnvVarsToXML/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/EnvVarsToXML/EnvVarsToXML/Properties/AssemblyInfo.cs b/Engine/Source/Programs/EnvVarsToXML/EnvVarsToXML/Properties/AssemblyInfo.cs index d0f231066579..eeea83c94353 100644 --- a/Engine/Source/Programs/EnvVarsToXML/EnvVarsToXML/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/EnvVarsToXML/EnvVarsToXML/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/GitDependencies/DependencyManifest.cs b/Engine/Source/Programs/GitDependencies/DependencyManifest.cs index 0822174f4d0d..32cf5a7a180e 100644 --- a/Engine/Source/Programs/GitDependencies/DependencyManifest.cs +++ b/Engine/Source/Programs/GitDependencies/DependencyManifest.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/GitDependencies/ForkReadStream.cs b/Engine/Source/Programs/GitDependencies/ForkReadStream.cs index 8a7da8937726..fb7b3acd8e1d 100644 --- a/Engine/Source/Programs/GitDependencies/ForkReadStream.cs +++ b/Engine/Source/Programs/GitDependencies/ForkReadStream.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/GitDependencies/IgnoreFile.cs b/Engine/Source/Programs/GitDependencies/IgnoreFile.cs index 7de15dd4ad6a..f0bbfdccf501 100644 --- a/Engine/Source/Programs/GitDependencies/IgnoreFile.cs +++ b/Engine/Source/Programs/GitDependencies/IgnoreFile.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/GitDependencies/Log.cs b/Engine/Source/Programs/GitDependencies/Log.cs index 03547584ed68..4b927bf9782c 100644 --- a/Engine/Source/Programs/GitDependencies/Log.cs +++ b/Engine/Source/Programs/GitDependencies/Log.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/GitDependencies/NotifyReadStream.cs b/Engine/Source/Programs/GitDependencies/NotifyReadStream.cs index 57a8940460d5..d44797560702 100644 --- a/Engine/Source/Programs/GitDependencies/NotifyReadStream.cs +++ b/Engine/Source/Programs/GitDependencies/NotifyReadStream.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/GitDependencies/Program.cs b/Engine/Source/Programs/GitDependencies/Program.cs index 7d33a890f4ff..e74c8fc54204 100644 --- a/Engine/Source/Programs/GitDependencies/Program.cs +++ b/Engine/Source/Programs/GitDependencies/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Concurrent; diff --git a/Engine/Source/Programs/GitDependencies/Properties/AssemblyInfo.cs b/Engine/Source/Programs/GitDependencies/Properties/AssemblyInfo.cs index 5e1e31b56bc9..4d340e996a8a 100644 --- a/Engine/Source/Programs/GitDependencies/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/GitDependencies/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/GitDependencies/WorkingManifest.cs b/Engine/Source/Programs/GitDependencies/WorkingManifest.cs index 85235f5752da..d7345891a25f 100644 --- a/Engine/Source/Programs/GitDependencies/WorkingManifest.cs +++ b/Engine/Source/Programs/GitDependencies/WorkingManifest.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/HTML5/HTML5LaunchHelper/Program.cs b/Engine/Source/Programs/HTML5/HTML5LaunchHelper/Program.cs index 6db948bcf68d..050d65213591 100644 --- a/Engine/Source/Programs/HTML5/HTML5LaunchHelper/Program.cs +++ b/Engine/Source/Programs/HTML5/HTML5LaunchHelper/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Net; diff --git a/Engine/Source/Programs/HTML5/HTML5LaunchHelper/Properties/AssemblyInfo.cs b/Engine/Source/Programs/HTML5/HTML5LaunchHelper/Properties/AssemblyInfo.cs index d5784c872bb2..d0e1f83dabfb 100644 --- a/Engine/Source/Programs/HTML5/HTML5LaunchHelper/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/HTML5/HTML5LaunchHelper/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/IOS/DeploymentInterface/DeploymentInterface.cs b/Engine/Source/Programs/IOS/DeploymentInterface/DeploymentInterface.cs index 30ea53db3217..1ddb194a2a93 100644 --- a/Engine/Source/Programs/IOS/DeploymentInterface/DeploymentInterface.cs +++ b/Engine/Source/Programs/IOS/DeploymentInterface/DeploymentInterface.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/DeploymentInterface/Properties/AssemblyInfo.cs b/Engine/Source/Programs/IOS/DeploymentInterface/Properties/AssemblyInfo.cs index c62efd80798b..e8572a4449c6 100644 --- a/Engine/Source/Programs/IOS/DeploymentInterface/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/IOS/DeploymentInterface/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System.Reflection; diff --git a/Engine/Source/Programs/IOS/DeploymentServer/DeployTime.cs b/Engine/Source/Programs/IOS/DeploymentServer/DeployTime.cs index f18d72a50a6b..29b7bbdff5ec 100644 --- a/Engine/Source/Programs/IOS/DeploymentServer/DeployTime.cs +++ b/Engine/Source/Programs/IOS/DeploymentServer/DeployTime.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/DeploymentServer/Program.cs b/Engine/Source/Programs/IOS/DeploymentServer/Program.cs index 363a49fe355a..5d2da1c95b80 100644 --- a/Engine/Source/Programs/IOS/DeploymentServer/Program.cs +++ b/Engine/Source/Programs/IOS/DeploymentServer/Program.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/DeploymentServer/Properties/AssemblyInfo.cs b/Engine/Source/Programs/IOS/DeploymentServer/Properties/AssemblyInfo.cs index e6c02fdd2a78..7f5a563424b4 100644 --- a/Engine/Source/Programs/IOS/DeploymentServer/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/IOS/DeploymentServer/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System.Reflection; diff --git a/Engine/Source/Programs/IOS/MobileDeviceInterface/CoreFoundation.cs b/Engine/Source/Programs/IOS/MobileDeviceInterface/CoreFoundation.cs index 6043a3a4327d..2d0f7b337587 100644 --- a/Engine/Source/Programs/IOS/MobileDeviceInterface/CoreFoundation.cs +++ b/Engine/Source/Programs/IOS/MobileDeviceInterface/CoreFoundation.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/MobileDeviceInterface/Properties/AssemblyInfo.cs b/Engine/Source/Programs/IOS/MobileDeviceInterface/Properties/AssemblyInfo.cs index 150889f71a55..bec606ac5826 100644 --- a/Engine/Source/Programs/IOS/MobileDeviceInterface/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/IOS/MobileDeviceInterface/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System.Reflection; diff --git a/Engine/Source/Programs/IOS/MobileDeviceInterface/Utilities.cs b/Engine/Source/Programs/IOS/MobileDeviceInterface/Utilities.cs index 412f0ab00f17..1d5a6dfe96f0 100644 --- a/Engine/Source/Programs/IOS/MobileDeviceInterface/Utilities.cs +++ b/Engine/Source/Programs/IOS/MobileDeviceInterface/Utilities.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/Engine.h b/Engine/Source/Programs/IOS/UDKRemote/Classes/Engine.h index 2a5cc8c0676d..fccbbd8b3a2c 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/Engine.h +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/Engine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IPhone.h: Unreal definitions for iPhone. diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/FlipsideViewController.h b/Engine/Source/Programs/IOS/UDKRemote/Classes/FlipsideViewController.h index 82217cb28b96..777da37f30dd 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/FlipsideViewController.h +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/FlipsideViewController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // FlipsideViewController.h diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/FlipsideViewController.mm b/Engine/Source/Programs/IOS/UDKRemote/Classes/FlipsideViewController.mm index e48d50a5968e..a0588d91c717 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/FlipsideViewController.mm +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/FlipsideViewController.mm @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // FlipsideViewController.m diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneAsyncTask.h b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneAsyncTask.h index daf3ac173253..bda28cc0ec0e 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneAsyncTask.h +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneAsyncTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IPhoneAppDelegate.h: IPhone application class / main loop diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneAsyncTask.mm b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneAsyncTask.mm index 3f454dc9aac0..fd0410c40e9a 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneAsyncTask.mm +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneAsyncTask.mm @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EAGLView.mm: IPhone window wrapper for a GL view diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneHome.h b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneHome.h index af7635443239..52249ae627cc 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneHome.h +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneHome.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IPhoneHome.h: IPhone class handling ET communication. diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneHome.mm b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneHome.mm index ff00bb820e1a..167f6b2a2035 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneHome.mm +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneHome.mm @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneObjCWrapper.h b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneObjCWrapper.h index 343ff8f9c6c3..7808a2e8904f 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneObjCWrapper.h +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneObjCWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IPhoneObjCWrapper.h: iPhone wrapper for making ObjC calls from C++ code diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneObjCWrapper.mm b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneObjCWrapper.mm index bbccb4c0db92..736098f14126 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneObjCWrapper.mm +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/IPhoneObjCWrapper.mm @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IPhoneObjCWrapper.mm: iPhone wrapper for making ObjC calls from C++ code diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/MainViewController.h b/Engine/Source/Programs/IOS/UDKRemote/Classes/MainViewController.h index f2b223ed5c55..43ed29b19c61 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/MainViewController.h +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/MainViewController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // MainViewController.h diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/MainViewController.mm b/Engine/Source/Programs/IOS/UDKRemote/Classes/MainViewController.mm index 0234c259a3d5..026e5b42c18f 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/MainViewController.mm +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/MainViewController.mm @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // MainViewController.m diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.h b/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.h index a59e27da684e..7e8923f97bd6 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.h +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // TextCell.h diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.m b/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.m index 9e5c5f7a470b..0c13fd8a4602 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.m +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/TextCell.m @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // TextCell.m diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/UDKRemoteAppDelegate.h b/Engine/Source/Programs/IOS/UDKRemote/Classes/UDKRemoteAppDelegate.h index e012e56dfca3..4fefe0bbb3e5 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/UDKRemoteAppDelegate.h +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/UDKRemoteAppDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // UDKRemoteAppDelegate.h diff --git a/Engine/Source/Programs/IOS/UDKRemote/Classes/UDKRemoteAppDelegate.mm b/Engine/Source/Programs/IOS/UDKRemote/Classes/UDKRemoteAppDelegate.mm index ee5d2bf0f566..12b69ab4604a 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/Classes/UDKRemoteAppDelegate.mm +++ b/Engine/Source/Programs/IOS/UDKRemote/Classes/UDKRemoteAppDelegate.mm @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // UDKRemoteAppDelegate.m diff --git a/Engine/Source/Programs/IOS/UDKRemote/main.mm b/Engine/Source/Programs/IOS/UDKRemote/main.mm index b37ca4583545..db4c7be9b433 100644 --- a/Engine/Source/Programs/IOS/UDKRemote/main.mm +++ b/Engine/Source/Programs/IOS/UDKRemote/main.mm @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // main.m diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/IOS/IOSLaunchDaemonView.cpp b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/IOS/IOSLaunchDaemonView.cpp index b2a6a818523a..8b58b18d1b38 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/IOS/IOSLaunchDaemonView.cpp +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/IOS/IOSLaunchDaemonView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSLaunchDaemonView.h" #include "IOSAppDelegate.h" diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/IOS/IOSLaunchDaemonView.h b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/IOS/IOSLaunchDaemonView.h index feaed5615e1b..aa63a0d4385a 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/IOS/IOSLaunchDaemonView.h +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/IOS/IOSLaunchDaemonView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/LaunchDaemonMessageHandler.cpp b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/LaunchDaemonMessageHandler.cpp index 4af34f187d3d..9b9ad2082535 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/LaunchDaemonMessageHandler.cpp +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/LaunchDaemonMessageHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealLaunchDaemonApp.h" #include "LaunchDaemonMessageHandler.h" diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/LaunchDaemonMessageHandler.h b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/LaunchDaemonMessageHandler.h index da4ad434d216..511cf4c5a6bf 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/LaunchDaemonMessageHandler.h +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/LaunchDaemonMessageHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemon.h b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemon.h index e0013d34cfa1..df769fbe2c5a 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemon.h +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemonApp.cpp b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemonApp.cpp index 9be84f3a9469..68cfac08e3df 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemonApp.cpp +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemonApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealLaunchDaemonApp.h" #include "RequiredProgramMainCPPInclude.h" diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemonApp.h b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemonApp.h index 5d3f95327b9d..9e0cc549b819 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemonApp.h +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/Private/UnrealLaunchDaemonApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/UnrealLaunchDaemon.Build.cs b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/UnrealLaunchDaemon.Build.cs index 51ee3284334a..95cafd1e2058 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/UnrealLaunchDaemon.Build.cs +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/UnrealLaunchDaemon.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/UnrealLaunchDaemon.Target.cs b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/UnrealLaunchDaemon.Target.cs index 92447802a91c..b15090e6c94a 100644 --- a/Engine/Source/Programs/IOS/UnrealLaunchDaemon/UnrealLaunchDaemon.Target.cs +++ b/Engine/Source/Programs/IOS/UnrealLaunchDaemon/UnrealLaunchDaemon.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/CodeSigning.cs b/Engine/Source/Programs/IOS/iPhonePackager/CodeSigning.cs index b0c16904275f..540599c4305c 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/CodeSigning.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/CodeSigning.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/CompileTime.cs b/Engine/Source/Programs/IOS/iPhonePackager/CompileTime.cs index 5de699cf5cbe..2bb5f06486db 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/CompileTime.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/CompileTime.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/Config.cs b/Engine/Source/Programs/IOS/iPhonePackager/Config.cs index f2d1f9310183..8a07adfa9faf 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/Config.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/Config.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/ConfigureMobileGame.Designer.cs b/Engine/Source/Programs/IOS/iPhonePackager/ConfigureMobileGame.Designer.cs index 391a7c7c620a..8c041b1e742f 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/ConfigureMobileGame.Designer.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/ConfigureMobileGame.Designer.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ namespace iPhonePackager diff --git a/Engine/Source/Programs/IOS/iPhonePackager/ConfigureMobileGame.cs b/Engine/Source/Programs/IOS/iPhonePackager/ConfigureMobileGame.cs index 2ed5a1cf4dbe..139328351886 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/ConfigureMobileGame.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/ConfigureMobileGame.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/CookTime.cs b/Engine/Source/Programs/IOS/iPhonePackager/CookTime.cs index 57dfcc421dd7..f57e6aeb4753 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/CookTime.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/CookTime.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/DeployTime.cs b/Engine/Source/Programs/IOS/iPhonePackager/DeployTime.cs index a9dfb3ba0078..e0d163f602d7 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/DeployTime.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/DeployTime.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/FileOperations.cs b/Engine/Source/Programs/IOS/iPhonePackager/FileOperations.cs index 4eee82ed60f7..90004d2239e9 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/FileOperations.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/FileOperations.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/GenerateSigningRequestDialog.cs b/Engine/Source/Programs/IOS/iPhonePackager/GenerateSigningRequestDialog.cs index da2652cc083e..3fecd5c6d277 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/GenerateSigningRequestDialog.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/GenerateSigningRequestDialog.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/GraphicalResignTool.cs b/Engine/Source/Programs/IOS/iPhonePackager/GraphicalResignTool.cs index f387c0ebf421..46a0ccac79fd 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/GraphicalResignTool.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/GraphicalResignTool.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/MachObjects.cs b/Engine/Source/Programs/IOS/iPhonePackager/MachObjects.cs index 4009a86e8d50..ae60b6b4515d 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/MachObjects.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/MachObjects.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/MobileProvisionUtilities.cs b/Engine/Source/Programs/IOS/iPhonePackager/MobileProvisionUtilities.cs index 7897e21444c8..5a1db77c0177 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/MobileProvisionUtilities.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/MobileProvisionUtilities.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/PasswordDialog.cs b/Engine/Source/Programs/IOS/iPhonePackager/PasswordDialog.cs index 9eec8bd553ea..28cd13a6b958 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/PasswordDialog.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/PasswordDialog.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/Properties/AssemblyInfo.cs b/Engine/Source/Programs/IOS/iPhonePackager/Properties/AssemblyInfo.cs index ca9c939e1b3b..97d26a9a1c04 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System.Reflection; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/SSHCommandHelper.cs b/Engine/Source/Programs/IOS/iPhonePackager/SSHCommandHelper.cs index 6e1e0953b66d..5050d2913e98 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/SSHCommandHelper.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/SSHCommandHelper.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/SlowProgressDialog.cs b/Engine/Source/Programs/IOS/iPhonePackager/SlowProgressDialog.cs index 1e6a7760f6a3..8331b4a2337c 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/SlowProgressDialog.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/SlowProgressDialog.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/ToolsHub.cs b/Engine/Source/Programs/IOS/iPhonePackager/ToolsHub.cs index ff493e3a475c..2e49fe3450c0 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/ToolsHub.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/ToolsHub.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/Utilities.cs b/Engine/Source/Programs/IOS/iPhonePackager/Utilities.cs index d2f94217442c..c489f8e7f789 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/Utilities.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/Utilities.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/IOS/iPhonePackager/iPhonePackager.cs b/Engine/Source/Programs/IOS/iPhonePackager/iPhonePackager.cs index e61fcc1a2399..c0c8365e2504 100644 --- a/Engine/Source/Programs/IOS/iPhonePackager/iPhonePackager.cs +++ b/Engine/Source/Programs/IOS/iPhonePackager/iPhonePackager.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/Mac/BootstrapPackagedGame/BootstrapPackagedGame/main.m b/Engine/Source/Programs/Mac/BootstrapPackagedGame/BootstrapPackagedGame/main.m index 757c93bb0565..09057bdcaff1 100644 --- a/Engine/Source/Programs/Mac/BootstrapPackagedGame/BootstrapPackagedGame/main.m +++ b/Engine/Source/Programs/Mac/BootstrapPackagedGame/BootstrapPackagedGame/main.m @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #import diff --git a/Engine/Source/Programs/Mac/DsymExporter/DsymExporter.Build.cs b/Engine/Source/Programs/Mac/DsymExporter/DsymExporter.Build.cs index d505bac8a6a2..96d34980adf4 100644 --- a/Engine/Source/Programs/Mac/DsymExporter/DsymExporter.Build.cs +++ b/Engine/Source/Programs/Mac/DsymExporter/DsymExporter.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/Mac/DsymExporter/DsymExporter.Target.cs b/Engine/Source/Programs/Mac/DsymExporter/DsymExporter.Target.cs index b1b8b5630593..dd7762573faf 100644 --- a/Engine/Source/Programs/Mac/DsymExporter/DsymExporter.Target.cs +++ b/Engine/Source/Programs/Mac/DsymExporter/DsymExporter.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/Mac/DsymExporter/Private/DsymExporterApp.cpp b/Engine/Source/Programs/Mac/DsymExporter/Private/DsymExporterApp.cpp index 9d9917bb3f00..420d06399296 100644 --- a/Engine/Source/Programs/Mac/DsymExporter/Private/DsymExporterApp.cpp +++ b/Engine/Source/Programs/Mac/DsymExporter/Private/DsymExporterApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DsymExporterApp.h" diff --git a/Engine/Source/Programs/Mac/DsymExporter/Private/Mac/DsymExporterMainMac.cpp b/Engine/Source/Programs/Mac/DsymExporter/Private/Mac/DsymExporterMainMac.cpp index 3ddddbd1d8fe..4f49d098eb72 100644 --- a/Engine/Source/Programs/Mac/DsymExporter/Private/Mac/DsymExporterMainMac.cpp +++ b/Engine/Source/Programs/Mac/DsymExporter/Private/Mac/DsymExporterMainMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DsymExporterApp.h" diff --git a/Engine/Source/Programs/Mac/DsymExporter/Public/DsymExporterApp.h b/Engine/Source/Programs/Mac/DsymExporter/Public/DsymExporterApp.h index 654f74166918..7f6d30149c70 100644 --- a/Engine/Source/Programs/Mac/DsymExporter/Public/DsymExporterApp.h +++ b/Engine/Source/Programs/Mac/DsymExporter/Public/DsymExporterApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/Mac/ShaderCacheTool/Private/ShaderCacheTool.cpp b/Engine/Source/Programs/Mac/ShaderCacheTool/Private/ShaderCacheTool.cpp index f74a4234c2d5..4335ab579793 100644 --- a/Engine/Source/Programs/Mac/ShaderCacheTool/Private/ShaderCacheTool.cpp +++ b/Engine/Source/Programs/Mac/ShaderCacheTool/Private/ShaderCacheTool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // ShaderCacheTool.cpp: Driver for testing compilation of an individual shader diff --git a/Engine/Source/Programs/Mac/ShaderCacheTool/Private/ShaderCacheTool.h b/Engine/Source/Programs/Mac/ShaderCacheTool/Private/ShaderCacheTool.h index 3da73d118295..1c5ef3b652f2 100644 --- a/Engine/Source/Programs/Mac/ShaderCacheTool/Private/ShaderCacheTool.h +++ b/Engine/Source/Programs/Mac/ShaderCacheTool/Private/ShaderCacheTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/Mac/ShaderCacheTool/ShaderCacheTool.Build.cs b/Engine/Source/Programs/Mac/ShaderCacheTool/ShaderCacheTool.Build.cs index 1c9f2c3ed812..097be1d2cf2b 100644 --- a/Engine/Source/Programs/Mac/ShaderCacheTool/ShaderCacheTool.Build.cs +++ b/Engine/Source/Programs/Mac/ShaderCacheTool/ShaderCacheTool.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/Mac/ShaderCacheTool/ShaderCacheTool.Target.cs b/Engine/Source/Programs/Mac/ShaderCacheTool/ShaderCacheTool.Target.cs index 0b0454fd8f2f..ef4ef2d32b74 100644 --- a/Engine/Source/Programs/Mac/ShaderCacheTool/ShaderCacheTool.Target.cs +++ b/Engine/Source/Programs/Mac/ShaderCacheTool/ShaderCacheTool.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Linux/UE4EditorServicesMain.cpp b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Linux/UE4EditorServicesMain.cpp index 1628ab14d09d..5d083335c751 100644 --- a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Linux/UE4EditorServicesMain.cpp +++ b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Linux/UE4EditorServicesMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "RequiredProgramMainCPPInclude.h" diff --git a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesAppDelegate.cpp b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesAppDelegate.cpp index 86b9390dd0a6..a32e7f22bb40 100644 --- a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesAppDelegate.cpp +++ b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesAppDelegate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "DesktopPlatformModule.h" diff --git a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesAppDelegate.h b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesAppDelegate.h index 548efcb6ac46..e6d7ed3f55cb 100644 --- a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesAppDelegate.h +++ b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesAppDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #import diff --git a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesMain.cpp b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesMain.cpp index 9917a840ef42..3ab17532ffb5 100644 --- a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesMain.cpp +++ b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Mac/UE4EditorServicesMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "RequiredProgramMainCPPInclude.h" diff --git a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Windows/UE4EditorServicesMain.cpp b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Windows/UE4EditorServicesMain.cpp index a0604ba8df62..427852c78172 100644 --- a/Engine/Source/Programs/Mac/UE4EditorServices/Private/Windows/UE4EditorServicesMain.cpp +++ b/Engine/Source/Programs/Mac/UE4EditorServices/Private/Windows/UE4EditorServicesMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "RequiredProgramMainCPPInclude.h" diff --git a/Engine/Source/Programs/Mac/UE4EditorServices/UE4EditorServices.Build.cs b/Engine/Source/Programs/Mac/UE4EditorServices/UE4EditorServices.Build.cs index b0d5597bb2fb..49c441d38d5e 100644 --- a/Engine/Source/Programs/Mac/UE4EditorServices/UE4EditorServices.Build.cs +++ b/Engine/Source/Programs/Mac/UE4EditorServices/UE4EditorServices.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/Mac/UE4EditorServices/UE4EditorServices.Target.cs b/Engine/Source/Programs/Mac/UE4EditorServices/UE4EditorServices.Target.cs index 992109ea72e9..599996529865 100644 --- a/Engine/Source/Programs/Mac/UE4EditorServices/UE4EditorServices.Target.cs +++ b/Engine/Source/Programs/Mac/UE4EditorServices/UE4EditorServices.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/Mac/UnrealAtoS/Private/Mac/UnrealAtoSMainMac.cpp b/Engine/Source/Programs/Mac/UnrealAtoS/Private/Mac/UnrealAtoSMainMac.cpp index c9f90a03a191..b48c20665b29 100644 --- a/Engine/Source/Programs/Mac/UnrealAtoS/Private/Mac/UnrealAtoSMainMac.cpp +++ b/Engine/Source/Programs/Mac/UnrealAtoS/Private/Mac/UnrealAtoSMainMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAtoSApp.h" diff --git a/Engine/Source/Programs/Mac/UnrealAtoS/Private/UnrealAtoSApp.cpp b/Engine/Source/Programs/Mac/UnrealAtoS/Private/UnrealAtoSApp.cpp index fe74f5c0fbbe..a14f544e2d19 100644 --- a/Engine/Source/Programs/Mac/UnrealAtoS/Private/UnrealAtoSApp.cpp +++ b/Engine/Source/Programs/Mac/UnrealAtoS/Private/UnrealAtoSApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAtoSApp.h" diff --git a/Engine/Source/Programs/Mac/UnrealAtoS/Public/UnrealAtoSApp.h b/Engine/Source/Programs/Mac/UnrealAtoS/Public/UnrealAtoSApp.h index c0c32b91f50f..e729a125a6c9 100644 --- a/Engine/Source/Programs/Mac/UnrealAtoS/Public/UnrealAtoSApp.h +++ b/Engine/Source/Programs/Mac/UnrealAtoS/Public/UnrealAtoSApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/Mac/UnrealAtoS/UnrealAtoS.Build.cs b/Engine/Source/Programs/Mac/UnrealAtoS/UnrealAtoS.Build.cs index 7b3a351a199c..2384116b936a 100644 --- a/Engine/Source/Programs/Mac/UnrealAtoS/UnrealAtoS.Build.cs +++ b/Engine/Source/Programs/Mac/UnrealAtoS/UnrealAtoS.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/Mac/UnrealAtoS/UnrealAtoS.Target.cs b/Engine/Source/Programs/Mac/UnrealAtoS/UnrealAtoS.Target.cs index d9d7327db3f7..a660338c166f 100644 --- a/Engine/Source/Programs/Mac/UnrealAtoS/UnrealAtoS.Target.cs +++ b/Engine/Source/Programs/Mac/UnrealAtoS/UnrealAtoS.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/MemoryProfiler2/BinaryReaderBigEndian.cs b/Engine/Source/Programs/MemoryProfiler2/BinaryReaderBigEndian.cs index fb754ab21513..fe2981c7be70 100644 --- a/Engine/Source/Programs/MemoryProfiler2/BinaryReaderBigEndian.cs +++ b/Engine/Source/Programs/MemoryProfiler2/BinaryReaderBigEndian.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/MemoryProfiler2/CallGraphTreeViewParser.cs b/Engine/Source/Programs/MemoryProfiler2/CallGraphTreeViewParser.cs index fc602fcb3fc2..26923cc99d44 100644 --- a/Engine/Source/Programs/MemoryProfiler2/CallGraphTreeViewParser.cs +++ b/Engine/Source/Programs/MemoryProfiler2/CallGraphTreeViewParser.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/MemoryProfiler2/CallStack.cs b/Engine/Source/Programs/MemoryProfiler2/CallStack.cs index 47990655ccef..970cd48ea344 100644 --- a/Engine/Source/Programs/MemoryProfiler2/CallStack.cs +++ b/Engine/Source/Programs/MemoryProfiler2/CallStack.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/MemoryProfiler2/CallStackAddress.cs b/Engine/Source/Programs/MemoryProfiler2/CallStackAddress.cs index a131ef7c6b99..b0335e6f1ece 100644 --- a/Engine/Source/Programs/MemoryProfiler2/CallStackAddress.cs +++ b/Engine/Source/Programs/MemoryProfiler2/CallStackAddress.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/MemoryProfiler2/CallStackGroup.cs b/Engine/Source/Programs/MemoryProfiler2/CallStackGroup.cs index 2de78ffc49ee..f2dfa6fc35a7 100644 --- a/Engine/Source/Programs/MemoryProfiler2/CallStackGroup.cs +++ b/Engine/Source/Programs/MemoryProfiler2/CallStackGroup.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/CallstackHistoryView.cs b/Engine/Source/Programs/MemoryProfiler2/CallstackHistoryView.cs index 6959f262f520..6c1e8551ccca 100644 --- a/Engine/Source/Programs/MemoryProfiler2/CallstackHistoryView.cs +++ b/Engine/Source/Programs/MemoryProfiler2/CallstackHistoryView.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/CommandLineWrapper.cs b/Engine/Source/Programs/MemoryProfiler2/CommandLineWrapper.cs index 3d0fad98f4df..3938ab03667f 100644 --- a/Engine/Source/Programs/MemoryProfiler2/CommandLineWrapper.cs +++ b/Engine/Source/Programs/MemoryProfiler2/CommandLineWrapper.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/DoubleBufferedPanel.cs b/Engine/Source/Programs/MemoryProfiler2/DoubleBufferedPanel.cs index 4f828e88a982..92c19896506a 100644 --- a/Engine/Source/Programs/MemoryProfiler2/DoubleBufferedPanel.cs +++ b/Engine/Source/Programs/MemoryProfiler2/DoubleBufferedPanel.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/ExclusiveListViewParser.cs b/Engine/Source/Programs/MemoryProfiler2/ExclusiveListViewParser.cs index e42bf9c3bef5..b54e8bdb9841 100644 --- a/Engine/Source/Programs/MemoryProfiler2/ExclusiveListViewParser.cs +++ b/Engine/Source/Programs/MemoryProfiler2/ExclusiveListViewParser.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/MemoryProfiler2/FindDialog.Designer.cs b/Engine/Source/Programs/MemoryProfiler2/FindDialog.Designer.cs index bb9640b360fb..b9a1d31e4e8a 100644 --- a/Engine/Source/Programs/MemoryProfiler2/FindDialog.Designer.cs +++ b/Engine/Source/Programs/MemoryProfiler2/FindDialog.Designer.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ namespace MemoryProfiler2 diff --git a/Engine/Source/Programs/MemoryProfiler2/FindDialog.cs b/Engine/Source/Programs/MemoryProfiler2/FindDialog.cs index a57e1e6d880c..cc2864bfb72f 100644 --- a/Engine/Source/Programs/MemoryProfiler2/FindDialog.cs +++ b/Engine/Source/Programs/MemoryProfiler2/FindDialog.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/HistogramParser.cs b/Engine/Source/Programs/MemoryProfiler2/HistogramParser.cs index 46f424fccdbe..34253a8afcd6 100644 --- a/Engine/Source/Programs/MemoryProfiler2/HistogramParser.cs +++ b/Engine/Source/Programs/MemoryProfiler2/HistogramParser.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/IDisplayCallback.cs b/Engine/Source/Programs/MemoryProfiler2/IDisplayCallback.cs index 621aa65e53b2..59900bd873b2 100644 --- a/Engine/Source/Programs/MemoryProfiler2/IDisplayCallback.cs +++ b/Engine/Source/Programs/MemoryProfiler2/IDisplayCallback.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/ListViewEx.cs b/Engine/Source/Programs/MemoryProfiler2/ListViewEx.cs index 71b6137ce941..c5282751cc5a 100644 --- a/Engine/Source/Programs/MemoryProfiler2/ListViewEx.cs +++ b/Engine/Source/Programs/MemoryProfiler2/ListViewEx.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/MainWindow.Designer.cs b/Engine/Source/Programs/MemoryProfiler2/MainWindow.Designer.cs index 3c6801e0c3c2..7be651e1d4c7 100644 --- a/Engine/Source/Programs/MemoryProfiler2/MainWindow.Designer.cs +++ b/Engine/Source/Programs/MemoryProfiler2/MainWindow.Designer.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ namespace MemoryProfiler2 { diff --git a/Engine/Source/Programs/MemoryProfiler2/MainWindow.cs b/Engine/Source/Programs/MemoryProfiler2/MainWindow.cs index de967dd52c4a..3838df648bea 100644 --- a/Engine/Source/Programs/MemoryProfiler2/MainWindow.cs +++ b/Engine/Source/Programs/MemoryProfiler2/MainWindow.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections; diff --git a/Engine/Source/Programs/MemoryProfiler2/MemoryBitmapParser.cs b/Engine/Source/Programs/MemoryProfiler2/MemoryBitmapParser.cs index e288ccd035f1..b2ababc82c45 100644 --- a/Engine/Source/Programs/MemoryProfiler2/MemoryBitmapParser.cs +++ b/Engine/Source/Programs/MemoryProfiler2/MemoryBitmapParser.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/MemoryPoolInfo.cs b/Engine/Source/Programs/MemoryProfiler2/MemoryPoolInfo.cs index 677c2bac581b..1effceddaeae 100644 --- a/Engine/Source/Programs/MemoryProfiler2/MemoryPoolInfo.cs +++ b/Engine/Source/Programs/MemoryProfiler2/MemoryPoolInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/OptionsDialog.cs b/Engine/Source/Programs/MemoryProfiler2/OptionsDialog.cs index 5aa10f08a2df..061270fc7551 100644 --- a/Engine/Source/Programs/MemoryProfiler2/OptionsDialog.cs +++ b/Engine/Source/Programs/MemoryProfiler2/OptionsDialog.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/MemoryProfiler2/ProfileDataHeader.cs b/Engine/Source/Programs/MemoryProfiler2/ProfileDataHeader.cs index 68b5385ee651..46236b784851 100644 --- a/Engine/Source/Programs/MemoryProfiler2/ProfileDataHeader.cs +++ b/Engine/Source/Programs/MemoryProfiler2/ProfileDataHeader.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/MemoryProfiler2/ProfilingOptions.Designer.cs b/Engine/Source/Programs/MemoryProfiler2/ProfilingOptions.Designer.cs index 8ea53b643577..0f299fa45a6c 100644 --- a/Engine/Source/Programs/MemoryProfiler2/ProfilingOptions.Designer.cs +++ b/Engine/Source/Programs/MemoryProfiler2/ProfilingOptions.Designer.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ namespace MemoryProfiler2 diff --git a/Engine/Source/Programs/MemoryProfiler2/ProfilingOptions.cs b/Engine/Source/Programs/MemoryProfiler2/ProfilingOptions.cs index 51fb82cc921c..cf397ae0c1ae 100644 --- a/Engine/Source/Programs/MemoryProfiler2/ProfilingOptions.cs +++ b/Engine/Source/Programs/MemoryProfiler2/ProfilingOptions.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/Program.cs b/Engine/Source/Programs/MemoryProfiler2/Program.cs index 5e03a137b96d..770095c277c2 100644 --- a/Engine/Source/Programs/MemoryProfiler2/Program.cs +++ b/Engine/Source/Programs/MemoryProfiler2/Program.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/MemoryProfiler2/Properties/AssemblyInfo.cs b/Engine/Source/Programs/MemoryProfiler2/Properties/AssemblyInfo.cs index 19409dec8c49..4351d957f9e4 100644 --- a/Engine/Source/Programs/MemoryProfiler2/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/MemoryProfiler2/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System.Reflection; diff --git a/Engine/Source/Programs/MemoryProfiler2/Properties/MetaData.cs b/Engine/Source/Programs/MemoryProfiler2/Properties/MetaData.cs index b8bb6d2fa666..f703fc6de138 100644 --- a/Engine/Source/Programs/MemoryProfiler2/Properties/MetaData.cs +++ b/Engine/Source/Programs/MemoryProfiler2/Properties/MetaData.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.InteropServices; @@ -7,7 +7,7 @@ using System.Resources; // These are the assembly properties for all tools [assembly: AssemblyCompany( "Epic Games, Inc." )] [assembly: AssemblyProduct( "UE4" )] -[assembly: AssemblyCopyright( "Copyright 1998-2015 Epic Games, Inc. All Rights Reserved." )] +[assembly: AssemblyCopyright( "Copyright 1998-2016 Epic Games, Inc. All Rights Reserved." )] [assembly: AssemblyTrademark( "" )] // Use a neutral culture to avoid some localisation issues diff --git a/Engine/Source/Programs/MemoryProfiler2/ScriptCallstack.cs b/Engine/Source/Programs/MemoryProfiler2/ScriptCallstack.cs index d1d9021e479a..cd9b04960624 100644 --- a/Engine/Source/Programs/MemoryProfiler2/ScriptCallstack.cs +++ b/Engine/Source/Programs/MemoryProfiler2/ScriptCallstack.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/ShortLivedAllocationView.cs b/Engine/Source/Programs/MemoryProfiler2/ShortLivedAllocationView.cs index a537aabcc2d8..aab58a77982a 100644 --- a/Engine/Source/Programs/MemoryProfiler2/ShortLivedAllocationView.cs +++ b/Engine/Source/Programs/MemoryProfiler2/ShortLivedAllocationView.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/SlowProgressDialog.cs b/Engine/Source/Programs/MemoryProfiler2/SlowProgressDialog.cs index 012ea544c1b4..91a6e667e02d 100644 --- a/Engine/Source/Programs/MemoryProfiler2/SlowProgressDialog.cs +++ b/Engine/Source/Programs/MemoryProfiler2/SlowProgressDialog.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/MemoryProfiler2/StreamInfo.cs b/Engine/Source/Programs/MemoryProfiler2/StreamInfo.cs index 905287802ea2..f15bf3f81fbb 100644 --- a/Engine/Source/Programs/MemoryProfiler2/StreamInfo.cs +++ b/Engine/Source/Programs/MemoryProfiler2/StreamInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/MemoryProfiler2/StreamObserver.cs b/Engine/Source/Programs/MemoryProfiler2/StreamObserver.cs index a3367363dff1..3e04bf1b337b 100644 --- a/Engine/Source/Programs/MemoryProfiler2/StreamObserver.cs +++ b/Engine/Source/Programs/MemoryProfiler2/StreamObserver.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/MemoryProfiler2/StreamParser.cs b/Engine/Source/Programs/MemoryProfiler2/StreamParser.cs index b7d0f56a8081..e9f426fe3662 100644 --- a/Engine/Source/Programs/MemoryProfiler2/StreamParser.cs +++ b/Engine/Source/Programs/MemoryProfiler2/StreamParser.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/MemoryProfiler2/StreamSnapshot.cs b/Engine/Source/Programs/MemoryProfiler2/StreamSnapshot.cs index 4be82f36e69c..15ff1c4260ca 100644 --- a/Engine/Source/Programs/MemoryProfiler2/StreamSnapshot.cs +++ b/Engine/Source/Programs/MemoryProfiler2/StreamSnapshot.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/MemoryProfiler2/StreamToken.cs b/Engine/Source/Programs/MemoryProfiler2/StreamToken.cs index 1dd61132fce4..f2ee2c3899fa 100644 --- a/Engine/Source/Programs/MemoryProfiler2/StreamToken.cs +++ b/Engine/Source/Programs/MemoryProfiler2/StreamToken.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/MemoryProfiler2/TimeLineView.cs b/Engine/Source/Programs/MemoryProfiler2/TimeLineView.cs index bb5b1a6a831b..116539c7b45a 100644 --- a/Engine/Source/Programs/MemoryProfiler2/TimeLineView.cs +++ b/Engine/Source/Programs/MemoryProfiler2/TimeLineView.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/BinaryReaderBigEndian.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/BinaryReaderBigEndian.cs index 53db0c2705ff..7af20b9a54c3 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/BinaryReaderBigEndian.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/BinaryReaderBigEndian.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Charting.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Charting.cs index baa8e30ad4a8..ab1fe0841b7b 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Charting.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Charting.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/MainWindow.Designer.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/MainWindow.Designer.cs index 6a9bd03d03fa..6e20c7d1e16b 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/MainWindow.Designer.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/MainWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace NetworkProfiler { diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/MainWindow.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/MainWindow.cs index 93a28be30504..2ab49f3fbb08 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/MainWindow.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/MainWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/NetworkStream.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/NetworkStream.cs index 79f0fff132c7..c4eb7240cc3f 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/NetworkStream.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/NetworkStream.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/PartialNetworkStream.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/PartialNetworkStream.cs index 6ad7ae35434b..4e4e7338fbcf 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/PartialNetworkStream.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/PartialNetworkStream.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Program.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Program.cs index dc7885ca9301..bcbb57d869a4 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Program.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/AssemblyInfo.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/AssemblyInfo.cs index 497bdddd83b2..67622cf3a189 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/Resources.Designer.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/Resources.Designer.cs index 5771e6fd290e..634c9db77bb7 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/Resources.Designer.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //------------------------------------------------------------------------------ // diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/Settings.Designer.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/Settings.Designer.cs index 6f3695934748..3ec0d2650102 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/Settings.Designer.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Properties/Settings.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //------------------------------------------------------------------------------ // diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/StreamHeader.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/StreamHeader.cs index 40b3538754c8..6157b614275d 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/StreamHeader.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/StreamHeader.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/StreamParser.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/StreamParser.cs index 32156b363829..c2556a2790d3 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/StreamParser.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/StreamParser.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Tokens.cs b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Tokens.cs index 5fb8b9333b3e..2bed29967376 100644 --- a/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Tokens.cs +++ b/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/Tokens.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/OutputFormatter.cs b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/OutputFormatter.cs index ba676a63f502..c7e302715006 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/OutputFormatter.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/OutputFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4ParsedChangelist.cs b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4ParsedChangelist.cs index 1bd37dee73c2..1eb679cd6edc 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4ParsedChangelist.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4ParsedChangelist.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.IO; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4ParsedSubchange.cs b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4ParsedSubchange.cs index 2a70a83b1a56..9a59afcab044 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4ParsedSubchange.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4ParsedSubchange.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4Tag.cs b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4Tag.cs index a39fcf430697..2e47c78a7ccb 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4Tag.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/P4Tag.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/Properties/AssemblyInfo.cs b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/Properties/AssemblyInfo.cs index 2d9d5b573191..35768511257d 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -12,7 +12,7 @@ using System.Resources; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Epic Games, Inc.")] [assembly: AssemblyProduct("P4ChangeParser")] -[assembly: AssemblyCopyright("Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.")] +[assembly: AssemblyCopyright("Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguageAttribute("")] diff --git a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/SerializableChangelist.cs b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/SerializableChangelist.cs index 40075dba1178..220db0e0c252 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/SerializableChangelist.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParser/SerializableChangelist.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParserConsoleApp/P4ChangeParserApp.cs b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParserConsoleApp/P4ChangeParserApp.cs index 92e09f91e000..a9a22c370d2e 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParserConsoleApp/P4ChangeParserApp.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParserConsoleApp/P4ChangeParserApp.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParserConsoleApp/Properties/AssemblyInfo.cs b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParserConsoleApp/Properties/AssemblyInfo.cs index ba38861c3cd7..d7c03da832fa 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4ChangeParserConsoleApp/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4ChangeParserConsoleApp/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System.Reflection; using System.Runtime.CompilerServices; @@ -15,7 +15,7 @@ using System.Resources; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Epic Games, Inc.")] [assembly: AssemblyProduct("P4ChangeParserConsole")] -[assembly: AssemblyCopyright("Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.")] +[assembly: AssemblyCopyright("Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguageAttribute("")] diff --git a/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4ChangelistSpanQuery.cs b/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4ChangelistSpanQuery.cs index 1d4e350c7de7..6cb3a9332b9e 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4ChangelistSpanQuery.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4ChangelistSpanQuery.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using Perforce.P4; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4DepotFilterQuery.cs b/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4DepotFilterQuery.cs index 65cad2715879..f487d94e71e4 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4DepotFilterQuery.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4DepotFilterQuery.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4Inquirer.cs b/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4Inquirer.cs index f8d4fcb1debd..26d2198f18df 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4Inquirer.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/P4Inquirer.cs @@ -1,5 +1,5 @@ /* - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/Properties/AssemblyInfo.cs b/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/Properties/AssemblyInfo.cs index 26a6855b368a..6578e3f5a410 100644 --- a/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/P4ChangeReporter/P4Inquiry/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -13,7 +13,7 @@ using System.Resources; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Epic Games, Inc.")] [assembly: AssemblyProduct("P4ChangeInquiry")] -[assembly: AssemblyCopyright("Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.")] +[assembly: AssemblyCopyright("Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguageAttribute("")] diff --git a/Engine/Source/Programs/ParallelExecutor/ParallelExecutor.Build.cs b/Engine/Source/Programs/ParallelExecutor/ParallelExecutor.Build.cs index 47773605dd0e..015a94823c3b 100644 --- a/Engine/Source/Programs/ParallelExecutor/ParallelExecutor.Build.cs +++ b/Engine/Source/Programs/ParallelExecutor/ParallelExecutor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/ParallelExecutor/ParallelExecutor.Target.cs b/Engine/Source/Programs/ParallelExecutor/ParallelExecutor.Target.cs index ccff5236501d..54caa0dcdbf2 100644 --- a/Engine/Source/Programs/ParallelExecutor/ParallelExecutor.Target.cs +++ b/Engine/Source/Programs/ParallelExecutor/ParallelExecutor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/ParallelExecutor/Private/BuildGraph.cpp b/Engine/Source/Programs/ParallelExecutor/Private/BuildGraph.cpp index 1c8f1e3f56ea..c5a6e24592a4 100644 --- a/Engine/Source/Programs/ParallelExecutor/Private/BuildGraph.cpp +++ b/Engine/Source/Programs/ParallelExecutor/Private/BuildGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ParallelExecutor.h" #include "BuildGraph.h" diff --git a/Engine/Source/Programs/ParallelExecutor/Private/BuildGraph.h b/Engine/Source/Programs/ParallelExecutor/Private/BuildGraph.h index f09f3d3e913f..5f6e3dfc0a74 100644 --- a/Engine/Source/Programs/ParallelExecutor/Private/BuildGraph.h +++ b/Engine/Source/Programs/ParallelExecutor/Private/BuildGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/ParallelExecutor/Private/ParallelExecutor.cpp b/Engine/Source/Programs/ParallelExecutor/Private/ParallelExecutor.cpp index d6ca0828c285..0f63104d5632 100644 --- a/Engine/Source/Programs/ParallelExecutor/Private/ParallelExecutor.cpp +++ b/Engine/Source/Programs/ParallelExecutor/Private/ParallelExecutor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ParallelExecutor.h" #include "RequiredProgramMainCPPInclude.h" diff --git a/Engine/Source/Programs/ParallelExecutor/Private/ParallelExecutor.h b/Engine/Source/Programs/ParallelExecutor/Private/ParallelExecutor.h index 3a66a851d336..686d7c47d1c7 100644 --- a/Engine/Source/Programs/ParallelExecutor/Private/ParallelExecutor.h +++ b/Engine/Source/Programs/ParallelExecutor/Private/ParallelExecutor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/RPCUtility/Program.cs b/Engine/Source/Programs/RPCUtility/Program.cs index be135e284226..4c999e221ba9 100644 --- a/Engine/Source/Programs/RPCUtility/Program.cs +++ b/Engine/Source/Programs/RPCUtility/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/RPCUtility/Properties/AssemblyInfo.cs b/Engine/Source/Programs/RPCUtility/Properties/AssemblyInfo.cs index 1c26d5fabecd..a4918c128264 100644 --- a/Engine/Source/Programs/RPCUtility/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/RPCUtility/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ using System.Reflection; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/BaseDB.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/BaseDB.java index 7a477c99825a..07c753f0d7b4 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/BaseDB.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/BaseDB.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/CleanupTask.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/CleanupTask.java index 06115d1b63eb..ef18b528d5b3 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/CleanupTask.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/CleanupTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/DeleteSession.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/DeleteSession.java index c8a8aed6e9e8..f8caf8d15035 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/DeleteSession.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/DeleteSession.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Download.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Download.java index 0de25b36c692..8df263d73ed0 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Download.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Download.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/DownloadEvent.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/DownloadEvent.java index 75ee9617de8a..5f61e8f73b4a 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/DownloadEvent.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/DownloadEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/EnumEvents.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/EnumEvents.java index 0b9734435498..82423c89af30 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/EnumEvents.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/EnumEvents.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/EnumerateSessions.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/EnumerateSessions.java index 7cb9ace0decf..df0898158221 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/EnumerateSessions.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/EnumerateSessions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/FileDB.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/FileDB.java index 3f6b48ddf789..1252cad55408 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/FileDB.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/FileDB.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/FileUtils.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/FileUtils.java index 9a89d9ce235c..4eda9d68c3dd 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/FileUtils.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/FileUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Index.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Index.java index d9cc6e1bf6c5..d13171bd48af 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Index.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Index.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/MongoDB.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/MongoDB.java index 88332fdacb12..d76b31f66ed8 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/MongoDB.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/MongoDB.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/RefreshViewer.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/RefreshViewer.java index 28f61fc75f5f..1901f8e0549e 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/RefreshViewer.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/RefreshViewer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayDB.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayDB.java index b9ecbabe1d76..1b031fcb3e9c 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayDB.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayDB.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayException.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayException.java index 4b60f529ca10..ca8710941280 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayException.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayLogger.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayLogger.java index 87a86a1de89d..b7f3046bdf6a 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayLogger.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayLogger.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayServer.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayServer.java index 3e173e28b902..b0f4d222e482 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayServer.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplayServer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplaySessionInfo.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplaySessionInfo.java index 1cf042fc43fe..a9852463f6a7 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplaySessionInfo.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ReplaySessionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StartDownloading.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StartDownloading.java index a94cfb85e065..2f9361990c0b 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StartDownloading.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StartDownloading.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StartUploading.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StartUploading.java index f582f3933448..ec12aaec17fc 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StartUploading.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StartUploading.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StopUploading.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StopUploading.java index 809c697961c0..9e6538268b9c 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StopUploading.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/StopUploading.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Upload.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Upload.java index 7c395c476444..3ad1e40b72d5 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Upload.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/Upload.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/UploadEvent.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/UploadEvent.java index 2f9b8e501006..839b5c864025 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/UploadEvent.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/UploadEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ViewFile.java b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ViewFile.java index 9371aba94812..605cd6c3e7a2 100644 --- a/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ViewFile.java +++ b/Engine/Source/Programs/ReplayServer/src/com/epicgames/replayserver/ViewFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Epic Games, Inc. All Rights Reserved. + * Copyright (C) 2015-2016 Epic Games, Inc. All Rights Reserved. */ package com.epicgames.replayserver; diff --git a/Engine/Source/Programs/ShaderCompileWorker/Private/ShaderCompileWorker.cpp b/Engine/Source/Programs/ShaderCompileWorker/Private/ShaderCompileWorker.cpp index 129e31adbccf..cfb9164c4bba 100644 --- a/Engine/Source/Programs/ShaderCompileWorker/Private/ShaderCompileWorker.cpp +++ b/Engine/Source/Programs/ShaderCompileWorker/Private/ShaderCompileWorker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // ShaderCompileWorker.cpp : Defines the entry point for the console application. diff --git a/Engine/Source/Programs/ShaderCompileWorker/Resources/Resource.rc b/Engine/Source/Programs/ShaderCompileWorker/Resources/Resource.rc index 9f5672a1128c..ac0f512628a6 100644 --- a/Engine/Source/Programs/ShaderCompileWorker/Resources/Resource.rc +++ b/Engine/Source/Programs/ShaderCompileWorker/Resources/Resource.rc @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Microsoft Visual C++ generated resource script. // diff --git a/Engine/Source/Programs/ShaderCompileWorker/Resources/resource.h b/Engine/Source/Programs/ShaderCompileWorker/Resources/resource.h index f32765a6f8b2..31358ec78d08 100644 --- a/Engine/Source/Programs/ShaderCompileWorker/Resources/resource.h +++ b/Engine/Source/Programs/ShaderCompileWorker/Resources/resource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. diff --git a/Engine/Source/Programs/ShaderCompileWorker/ShaderCompileWorker.Build.cs b/Engine/Source/Programs/ShaderCompileWorker/ShaderCompileWorker.Build.cs index de57f3622f31..4140119d11cd 100644 --- a/Engine/Source/Programs/ShaderCompileWorker/ShaderCompileWorker.Build.cs +++ b/Engine/Source/Programs/ShaderCompileWorker/ShaderCompileWorker.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Programs/ShaderCompileWorker/ShaderCompileWorker.Target.cs b/Engine/Source/Programs/ShaderCompileWorker/ShaderCompileWorker.Target.cs index cce876defe58..79f916af563b 100644 --- a/Engine/Source/Programs/ShaderCompileWorker/ShaderCompileWorker.Target.cs +++ b/Engine/Source/Programs/ShaderCompileWorker/ShaderCompileWorker.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/SlateViewer/Private/IOS/IOSSlateViewerMain.cpp b/Engine/Source/Programs/SlateViewer/Private/IOS/IOSSlateViewerMain.cpp index cd30b905ed40..1ab795947e63 100644 --- a/Engine/Source/Programs/SlateViewer/Private/IOS/IOSSlateViewerMain.cpp +++ b/Engine/Source/Programs/SlateViewer/Private/IOS/IOSSlateViewerMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateViewerApp.h" #include "IOSAppDelegate.h" diff --git a/Engine/Source/Programs/SlateViewer/Private/Linux/SlateViewerMainLinux.cpp b/Engine/Source/Programs/SlateViewer/Private/Linux/SlateViewerMainLinux.cpp index 6695c2185687..9503204a42b6 100644 --- a/Engine/Source/Programs/SlateViewer/Private/Linux/SlateViewerMainLinux.cpp +++ b/Engine/Source/Programs/SlateViewer/Private/Linux/SlateViewerMainLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateViewerApp.h" #include "LinuxCommonStartup.h" diff --git a/Engine/Source/Programs/SlateViewer/Private/Mac/SlateViewerMainMac.cpp b/Engine/Source/Programs/SlateViewer/Private/Mac/SlateViewerMainMac.cpp index ec9a3ba07566..bfd9649b01ce 100644 --- a/Engine/Source/Programs/SlateViewer/Private/Mac/SlateViewerMainMac.cpp +++ b/Engine/Source/Programs/SlateViewer/Private/Mac/SlateViewerMainMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateViewerApp.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Programs/SlateViewer/Private/SlateViewerApp.cpp b/Engine/Source/Programs/SlateViewer/Private/SlateViewerApp.cpp index 0cf9ae326a96..86ac85eac496 100644 --- a/Engine/Source/Programs/SlateViewer/Private/SlateViewerApp.cpp +++ b/Engine/Source/Programs/SlateViewer/Private/SlateViewerApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateViewerApp.h" #include "RequiredProgramMainCPPInclude.h" diff --git a/Engine/Source/Programs/SlateViewer/Private/Windows/SlateViewerMainWindows.cpp b/Engine/Source/Programs/SlateViewer/Private/Windows/SlateViewerMainWindows.cpp index 3734df46dbba..cdfdd6023263 100644 --- a/Engine/Source/Programs/SlateViewer/Private/Windows/SlateViewerMainWindows.cpp +++ b/Engine/Source/Programs/SlateViewer/Private/Windows/SlateViewerMainWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateViewerApp.h" diff --git a/Engine/Source/Programs/SlateViewer/Public/SlateViewer.h b/Engine/Source/Programs/SlateViewer/Public/SlateViewer.h index 2eabe6111441..689166f43061 100644 --- a/Engine/Source/Programs/SlateViewer/Public/SlateViewer.h +++ b/Engine/Source/Programs/SlateViewer/Public/SlateViewer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/SlateViewer/Public/SlateViewerApp.h b/Engine/Source/Programs/SlateViewer/Public/SlateViewerApp.h index db693267a645..d734f6617563 100644 --- a/Engine/Source/Programs/SlateViewer/Public/SlateViewerApp.h +++ b/Engine/Source/Programs/SlateViewer/Public/SlateViewerApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/SlateViewer/Resources/Windows/PCLaunch.rc b/Engine/Source/Programs/SlateViewer/Resources/Windows/PCLaunch.rc index b6b036d41296..2730cd759215 100644 --- a/Engine/Source/Programs/SlateViewer/Resources/Windows/PCLaunch.rc +++ b/Engine/Source/Programs/SlateViewer/Resources/Windows/PCLaunch.rc @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include #include "../../../Runtime/Launch/Resources/Version.h" diff --git a/Engine/Source/Programs/SlateViewer/SlateViewer.Build.cs b/Engine/Source/Programs/SlateViewer/SlateViewer.Build.cs index b1adae8ffe4c..b3c040a14a8f 100644 --- a/Engine/Source/Programs/SlateViewer/SlateViewer.Build.cs +++ b/Engine/Source/Programs/SlateViewer/SlateViewer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/SlateViewer/SlateViewer.Target.cs b/Engine/Source/Programs/SlateViewer/SlateViewer.Target.cs index 3f39a33f8de3..3c3b8cd1f6d3 100644 --- a/Engine/Source/Programs/SlateViewer/SlateViewer.Target.cs +++ b/Engine/Source/Programs/SlateViewer/SlateViewer.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/SymbolDebugger/Private/Mac/SymbolDebuggerMainMac.cpp b/Engine/Source/Programs/SymbolDebugger/Private/Mac/SymbolDebuggerMainMac.cpp index 207c146a6902..94d6b952f5a0 100644 --- a/Engine/Source/Programs/SymbolDebugger/Private/Mac/SymbolDebuggerMainMac.cpp +++ b/Engine/Source/Programs/SymbolDebugger/Private/Mac/SymbolDebuggerMainMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SymbolDebuggerApp.h" #include "CocoaThread.h" diff --git a/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.cpp b/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.cpp index cf660cfcb575..70913a409675 100644 --- a/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.cpp +++ b/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SymbolDebuggerApp.h" #include "SSymbolDebugger.h" diff --git a/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.h b/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.h index b275939fc0e1..e08ce0341da0 100644 --- a/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.h +++ b/Engine/Source/Programs/SymbolDebugger/Private/SSymbolDebugger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebugger.cpp b/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebugger.cpp index 02bc8f2a9e18..a2f8435d8c3f 100644 --- a/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebugger.cpp +++ b/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebugger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SymbolDebuggerApp.h" #include "CrashDebugHelperModule.h" diff --git a/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebugger.h b/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebugger.h index b70b44921fc0..2fbf7fa19c3c 100644 --- a/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebugger.h +++ b/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebugger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebuggerApp.cpp b/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebuggerApp.cpp index 7a91edf67e4f..f3d3aacef981 100644 --- a/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebuggerApp.cpp +++ b/Engine/Source/Programs/SymbolDebugger/Private/SymbolDebuggerApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SymbolDebuggerApp.h" #include "SSymbolDebugger.h" diff --git a/Engine/Source/Programs/SymbolDebugger/Private/Windows/SymbolDebuggerMainWindows.cpp b/Engine/Source/Programs/SymbolDebugger/Private/Windows/SymbolDebuggerMainWindows.cpp index 979d91f952c7..9c2b3fac3280 100644 --- a/Engine/Source/Programs/SymbolDebugger/Private/Windows/SymbolDebuggerMainWindows.cpp +++ b/Engine/Source/Programs/SymbolDebugger/Private/Windows/SymbolDebuggerMainWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SymbolDebuggerApp.h" diff --git a/Engine/Source/Programs/SymbolDebugger/Public/SymbolDebuggerApp.h b/Engine/Source/Programs/SymbolDebugger/Public/SymbolDebuggerApp.h index 6b701773c3da..069c634e391e 100644 --- a/Engine/Source/Programs/SymbolDebugger/Public/SymbolDebuggerApp.h +++ b/Engine/Source/Programs/SymbolDebugger/Public/SymbolDebuggerApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/SymbolDebugger/Resources/Windows/PCLaunch.rc b/Engine/Source/Programs/SymbolDebugger/Resources/Windows/PCLaunch.rc index 0845bd00353d..e86e80021695 100644 --- a/Engine/Source/Programs/SymbolDebugger/Resources/Windows/PCLaunch.rc +++ b/Engine/Source/Programs/SymbolDebugger/Resources/Windows/PCLaunch.rc @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include #include "../../../Runtime/Launch/Resources/Version.h" diff --git a/Engine/Source/Programs/SymbolDebugger/SymbolDebugger.Build.cs b/Engine/Source/Programs/SymbolDebugger/SymbolDebugger.Build.cs index c9a0d77f6c05..3d959bd92e49 100644 --- a/Engine/Source/Programs/SymbolDebugger/SymbolDebugger.Build.cs +++ b/Engine/Source/Programs/SymbolDebugger/SymbolDebugger.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/SymbolDebugger/SymbolDebugger.Target.cs b/Engine/Source/Programs/SymbolDebugger/SymbolDebugger.Target.cs index fd738c8e0e99..6f77e128ec3c 100644 --- a/Engine/Source/Programs/SymbolDebugger/SymbolDebugger.Target.cs +++ b/Engine/Source/Programs/SymbolDebugger/SymbolDebugger.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/TestPAL/Private/Main.cpp b/Engine/Source/Programs/TestPAL/Private/Main.cpp index 1a418345e031..3925bd07dc80 100644 --- a/Engine/Source/Programs/TestPAL/Private/Main.cpp +++ b/Engine/Source/Programs/TestPAL/Private/Main.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PrivatePCH.h" diff --git a/Engine/Source/Programs/TestPAL/Private/Parent.cpp b/Engine/Source/Programs/TestPAL/Private/Parent.cpp index f5cdd9462f5a..a78ea69fe07b 100644 --- a/Engine/Source/Programs/TestPAL/Private/Parent.cpp +++ b/Engine/Source/Programs/TestPAL/Private/Parent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PrivatePCH.h" #include "Parent.h" diff --git a/Engine/Source/Programs/TestPAL/Private/Parent.h b/Engine/Source/Programs/TestPAL/Private/Parent.h index 3fde03b5dc4b..67397cb5591c 100644 --- a/Engine/Source/Programs/TestPAL/Private/Parent.h +++ b/Engine/Source/Programs/TestPAL/Private/Parent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/TestPAL/Private/PrivatePCH.h b/Engine/Source/Programs/TestPAL/Private/PrivatePCH.h index a1106f5446ea..cfd3e7ff7707 100644 --- a/Engine/Source/Programs/TestPAL/Private/PrivatePCH.h +++ b/Engine/Source/Programs/TestPAL/Private/PrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/TestPAL/Private/TestDirectoryWatcher.cpp b/Engine/Source/Programs/TestPAL/Private/TestDirectoryWatcher.cpp index 53a653cbfc74..52622703c102 100644 --- a/Engine/Source/Programs/TestPAL/Private/TestDirectoryWatcher.cpp +++ b/Engine/Source/Programs/TestPAL/Private/TestDirectoryWatcher.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PrivatePCH.h" #include "IDirectoryWatcher.h" diff --git a/Engine/Source/Programs/TestPAL/Private/TestDirectoryWatcher.h b/Engine/Source/Programs/TestPAL/Private/TestDirectoryWatcher.h index 2fd484c35cf0..c1e3b86609d6 100644 --- a/Engine/Source/Programs/TestPAL/Private/TestDirectoryWatcher.h +++ b/Engine/Source/Programs/TestPAL/Private/TestDirectoryWatcher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/TestPAL/TestPAL.Build.cs b/Engine/Source/Programs/TestPAL/TestPAL.Build.cs index ca9b67c75b9f..425e6951db66 100644 --- a/Engine/Source/Programs/TestPAL/TestPAL.Build.cs +++ b/Engine/Source/Programs/TestPAL/TestPAL.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/TestPAL/TestPAL.Target.cs b/Engine/Source/Programs/TestPAL/TestPAL.Target.cs index 0d5d6b025d2e..e73f31dbe695 100644 --- a/Engine/Source/Programs/TestPAL/TestPAL.Target.cs +++ b/Engine/Source/Programs/TestPAL/TestPAL.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Android/AndroidPluginLanguage.cs b/Engine/Source/Programs/UnrealBuildTool/Android/AndroidPluginLanguage.cs index 47b9fecbe23d..4338c785ad98 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Android/AndroidPluginLanguage.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Android/AndroidPluginLanguage.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Android/AndroidProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/Android/AndroidProjectGenerator.cs index 593807930026..bb646c77d103 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Android/AndroidProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Android/AndroidProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Android/AndroidToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/Android/AndroidToolChain.cs index 7c006a61d330..0eb1471a8c92 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Android/AndroidToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Android/AndroidToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Android/UEBuildAndroid.cs b/Engine/Source/Programs/UnrealBuildTool/Android/UEBuildAndroid.cs index f029e13ba10e..aee542afc2fc 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Android/UEBuildAndroid.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Android/UEBuildAndroid.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Android/UEDeployAndroid.cs b/Engine/Source/Programs/UnrealBuildTool/Android/UEDeployAndroid.cs index 9672e3c66e47..de03566a61d6 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Android/UEDeployAndroid.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Android/UEDeployAndroid.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/BuildConfiguration.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/BuildConfiguration.cs index cd2392931a5d..4195c19b939a 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/BuildConfiguration.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/BuildConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/EngineConfiguration.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/EngineConfiguration.cs index 5d160b706e2e..abc77391afd1 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/EngineConfiguration.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/EngineConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildBinary.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildBinary.cs index fa2a81d78700..ae869292a926 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildBinary.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildBinary.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildClient.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildClient.cs index 606b7c8941b6..5efc1d9c5f36 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildClient.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildClient.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildConfiguration.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildConfiguration.cs index b23202432a76..5665d10693e5 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildConfiguration.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildDeploy.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildDeploy.cs index ed6cbb1f998b..2cd1c45fa578 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildDeploy.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildDeploy.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildEditor.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildEditor.cs index bd0e3a1815e0..0dbb34d05a50 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildEditor.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildEditor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildGame.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildGame.cs index 26fb1b43e65d..17f1589a4fbe 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildGame.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildGame.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildModule.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildModule.cs index d51f91cd507a..cc3c6edee5b9 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildModule.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildModule.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildPlatform.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildPlatform.cs index 672595d604c6..5952bf65fd12 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildPlatform.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildPlatform.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildServer.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildServer.cs index e30f2c6425ff..6e300e446854 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildServer.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildServer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildTarget.cs b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildTarget.cs index 7ba228e570ec..57d1f4e450ff 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildTarget.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Configuration/UEBuildTarget.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5ProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5ProjectGenerator.cs index 0890abc576e7..5c05b3d3dfba 100644 --- a/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5ProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5ProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5SDKInfo.cs b/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5SDKInfo.cs index 36d678b6b9f0..a1e392a4af89 100644 --- a/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5SDKInfo.cs +++ b/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5SDKInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; using System.Text; diff --git a/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5ToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5ToolChain.cs index 586e6db06dd2..cc476d613d6d 100644 --- a/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5ToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/HTML5/HTML5ToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/HTML5/UEBuildHTML5.cs b/Engine/Source/Programs/UnrealBuildTool/HTML5/UEBuildHTML5.cs index 11a714ee4c7d..60708621c856 100644 --- a/Engine/Source/Programs/UnrealBuildTool/HTML5/UEBuildHTML5.cs +++ b/Engine/Source/Programs/UnrealBuildTool/HTML5/UEBuildHTML5.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/IOS/IOSProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/IOS/IOSProjectGenerator.cs index dac48f3803c9..ab5fa3befcfd 100644 --- a/Engine/Source/Programs/UnrealBuildTool/IOS/IOSProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/IOS/IOSProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/IOS/IOSToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/IOS/IOSToolChain.cs index 2ba605c146e7..9cf97f208c5a 100644 --- a/Engine/Source/Programs/UnrealBuildTool/IOS/IOSToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/IOS/IOSToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealBuildTool/IOS/UEBuildIOS.cs b/Engine/Source/Programs/UnrealBuildTool/IOS/UEBuildIOS.cs index 0a4d840e303b..dd9860351c05 100644 --- a/Engine/Source/Programs/UnrealBuildTool/IOS/UEBuildIOS.cs +++ b/Engine/Source/Programs/UnrealBuildTool/IOS/UEBuildIOS.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/IOS/UEDeployIOS.cs b/Engine/Source/Programs/UnrealBuildTool/IOS/UEDeployIOS.cs index 6f7e402536ce..f40ae3db4e4a 100644 --- a/Engine/Source/Programs/UnrealBuildTool/IOS/UEDeployIOS.cs +++ b/Engine/Source/Programs/UnrealBuildTool/IOS/UEDeployIOS.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxProjectGenerator.cs index 9c16bec06dd8..f9b8d6e34759 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxToolChain.cs index e6e5bbdb2095..2d19582bdc0d 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Linux/LinuxToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Linux/UEBuildLinux.cs b/Engine/Source/Programs/UnrealBuildTool/Linux/UEBuildLinux.cs index 18301576bd5b..8a1f28141993 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Linux/UEBuildLinux.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Linux/UEBuildLinux.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Mac/MacProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/Mac/MacProjectGenerator.cs index bfce356bcab6..2879210108cc 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Mac/MacProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Mac/MacProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Mac/MacToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/Mac/MacToolChain.cs index 3ca2f7e30c19..ebeaa8b4c9f9 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Mac/MacToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Mac/MacToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealBuildTool/Mac/UEBuildMac.cs b/Engine/Source/Programs/UnrealBuildTool/Mac/UEBuildMac.cs index d923ed7dc0e1..b27d76b0c15a 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Mac/UEBuildMac.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Mac/UEBuildMac.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealBuildTool/Mac/UEDeployMac.cs b/Engine/Source/Programs/UnrealBuildTool/Mac/UEDeployMac.cs index 4894941c335e..d720d9f6f738 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Mac/UEDeployMac.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Mac/UEDeployMac.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealBuildTool/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealBuildTool/Properties/AssemblyInfo.cs index 879468d278ac..63787d35a85d 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ActionGraph.cs b/Engine/Source/Programs/UnrealBuildTool/System/ActionGraph.cs index 8ea5787b153d..221e7c222a1b 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ActionGraph.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ActionGraph.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ActionHistory.cs b/Engine/Source/Programs/UnrealBuildTool/System/ActionHistory.cs index fbf8130f3493..8e0d882a545b 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ActionHistory.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ActionHistory.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/BuildException.cs b/Engine/Source/Programs/UnrealBuildTool/System/BuildException.cs index 6542f1512f37..627de078d88d 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/BuildException.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/BuildException.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/BuildHostPlatform.cs b/Engine/Source/Programs/UnrealBuildTool/System/BuildHostPlatform.cs index 3fc207339ccf..a26aa56f4014 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/BuildHostPlatform.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/BuildHostPlatform.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/CMakefileGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/CMakefileGenerator.cs index cd47e4f93754..b5517fef4555 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/CMakefileGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/CMakefileGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/CPPEnvironment.cs b/Engine/Source/Programs/UnrealBuildTool/System/CPPEnvironment.cs index f00497b8de76..c45a46b65650 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/CPPEnvironment.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/CPPEnvironment.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/CPPHeaders.cs b/Engine/Source/Programs/UnrealBuildTool/System/CPPHeaders.cs index b728a1561969..20ae2d9d7c45 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/CPPHeaders.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/CPPHeaders.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/CodeLiteGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/CodeLiteGenerator.cs index 272fb94f3bc8..10ee5873fdbb 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/CodeLiteGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/CodeLiteGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/CodeLiteProject.cs b/Engine/Source/Programs/UnrealBuildTool/System/CodeLiteProject.cs index d2692fecb799..83cafe401629 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/CodeLiteProject.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/CodeLiteProject.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/DependencyCache.cs b/Engine/Source/Programs/UnrealBuildTool/System/DependencyCache.cs index aaabde012970..5562ef235e3f 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/DependencyCache.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/DependencyCache.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/DirectoryLookupCache.cs b/Engine/Source/Programs/UnrealBuildTool/System/DirectoryLookupCache.cs index f19fe54c0396..4f3886d363e0 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/DirectoryLookupCache.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/DirectoryLookupCache.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/Distcc.cs b/Engine/Source/Programs/UnrealBuildTool/System/Distcc.cs index 7a436d8f6a3a..4d41e7c0aa76 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/Distcc.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/Distcc.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/DynamicCompilation.cs b/Engine/Source/Programs/UnrealBuildTool/System/DynamicCompilation.cs index 6a0f92fc73b8..c267438a8e2b 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/DynamicCompilation.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/DynamicCompilation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ExternalExecution.cs b/Engine/Source/Programs/UnrealBuildTool/System/ExternalExecution.cs index 2859144e261e..5114fe08f096 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ExternalExecution.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ExternalExecution.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/FileItem.cs b/Engine/Source/Programs/UnrealBuildTool/System/FileItem.cs index 6fdfa94e12dc..9d4ab42a2cc5 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/FileItem.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/FileItem.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/FileSystemReference.cs b/Engine/Source/Programs/UnrealBuildTool/System/FileSystemReference.cs index 4a3556f9e81c..49a50375cfc3 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/FileSystemReference.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/FileSystemReference.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/FlatCPPIncludeDepencencyCache.cs b/Engine/Source/Programs/UnrealBuildTool/System/FlatCPPIncludeDepencencyCache.cs index 984803e343fc..688ac5fc5841 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/FlatCPPIncludeDepencencyCache.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/FlatCPPIncludeDepencencyCache.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/InstalledPlatformInfo.cs b/Engine/Source/Programs/UnrealBuildTool/System/InstalledPlatformInfo.cs index af6d60936c19..15fdc401fa36 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/InstalledPlatformInfo.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/InstalledPlatformInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/JunkDeleter.cs b/Engine/Source/Programs/UnrealBuildTool/System/JunkDeleter.cs index 7f2e18c07321..ab9f4c717153 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/JunkDeleter.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/JunkDeleter.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/KDevelopGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/KDevelopGenerator.cs index a94f87aae587..08903f4bedaa 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/KDevelopGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/KDevelopGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/LinkEnvironment.cs b/Engine/Source/Programs/UnrealBuildTool/System/LinkEnvironment.cs index d2444abc3078..69fcbee999a8 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/LinkEnvironment.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/LinkEnvironment.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/LocalExecutor.cs b/Engine/Source/Programs/UnrealBuildTool/System/LocalExecutor.cs index 12b0ed7ca215..6b1ca1e02675 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/LocalExecutor.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/LocalExecutor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/MakefileGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/MakefileGenerator.cs index 3ef60ac4afcb..024ba5d83c58 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/MakefileGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/MakefileGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ModuleDescriptor.cs b/Engine/Source/Programs/UnrealBuildTool/System/ModuleDescriptor.cs index cb29519e8a84..755bf682bd88 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ModuleDescriptor.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ModuleDescriptor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ModuleProcessingException.cs b/Engine/Source/Programs/UnrealBuildTool/System/ModuleProcessingException.cs index 515f16389c69..c3cbba3d9195 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ModuleProcessingException.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ModuleProcessingException.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/PluginDescriptor.cs b/Engine/Source/Programs/UnrealBuildTool/System/PluginDescriptor.cs index f7efa220f681..dcdb09dc8f80 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/PluginDescriptor.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/PluginDescriptor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/Plugins.cs b/Engine/Source/Programs/UnrealBuildTool/System/Plugins.cs index 0e3ce36ce427..2ea788add1e4 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/Plugins.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/Plugins.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/Project.cs b/Engine/Source/Programs/UnrealBuildTool/System/Project.cs index 524f454b9e78..131e46f9e39c 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/Project.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/Project.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ProjectDescriptor.cs b/Engine/Source/Programs/UnrealBuildTool/System/ProjectDescriptor.cs index 0c56da24218f..3007ca229550 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ProjectDescriptor.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ProjectDescriptor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ProjectFileGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/ProjectFileGenerator.cs index cce916d6d3e4..0619111ce113 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ProjectFileGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ProjectFileGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/QMakefileGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/QMakefileGenerator.cs index a5b3c7038e7f..402fa6d31b88 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/QMakefileGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/QMakefileGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/RPCUtilHelper.cs b/Engine/Source/Programs/UnrealBuildTool/System/RPCUtilHelper.cs index 62de6b1b94d5..aeb4a2bd548a 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/RPCUtilHelper.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/RPCUtilHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ResponseFile.cs b/Engine/Source/Programs/UnrealBuildTool/System/ResponseFile.cs index bf45265d3ac9..983e406094c9 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ResponseFile.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ResponseFile.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/RulesCompiler.cs b/Engine/Source/Programs/UnrealBuildTool/System/RulesCompiler.cs index 8f1c7f8bff03..e80c046644e1 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/RulesCompiler.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/RulesCompiler.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/SNDBS.cs b/Engine/Source/Programs/UnrealBuildTool/System/SNDBS.cs index b65bd0f9e326..9917530d1ec3 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/SNDBS.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/SNDBS.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/SourceFileSearch.cs b/Engine/Source/Programs/UnrealBuildTool/System/SourceFileSearch.cs index aa0311c23290..f891b1c08169 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/SourceFileSearch.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/SourceFileSearch.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/TargetReceipt.cs b/Engine/Source/Programs/UnrealBuildTool/System/TargetReceipt.cs index 0843a7a4ee74..f519b5adc005 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/TargetReceipt.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/TargetReceipt.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/Telemetry.cs b/Engine/Source/Programs/UnrealBuildTool/System/Telemetry.cs index c799b148e100..e68322e9a2ff 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/Telemetry.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/Telemetry.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/ThirdPartyHeaderFinder.cs b/Engine/Source/Programs/UnrealBuildTool/System/ThirdPartyHeaderFinder.cs index 976048f2893a..9f1fc91992ff 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/ThirdPartyHeaderFinder.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/ThirdPartyHeaderFinder.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/UEPlatformProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/UEPlatformProjectGenerator.cs index f7bb35443526..ef1503828fb4 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/UEPlatformProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/UEPlatformProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/UProjectInfo.cs b/Engine/Source/Programs/UnrealBuildTool/System/UProjectInfo.cs index 0f7c47876b60..88cf5c8f9557 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/UProjectInfo.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/UProjectInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/Unity.cs b/Engine/Source/Programs/UnrealBuildTool/System/Unity.cs index 02c7d00889b9..0bd450b4568e 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/Unity.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/Unity.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/UnrealBuildTool.cs b/Engine/Source/Programs/UnrealBuildTool/System/UnrealBuildTool.cs index 8e04db202871..4cb5b14ca21c 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/UnrealBuildTool.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/UnrealBuildTool.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/Utils.cs b/Engine/Source/Programs/UnrealBuildTool/System/Utils.cs index 61f97080ff6d..e3f6a0f147a0 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/Utils.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/Utils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/VCProject.cs b/Engine/Source/Programs/UnrealBuildTool/System/VCProject.cs index 05f5ceae8912..a7f0d7b8ec4e 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/VCProject.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/VCProject.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/VCProjectFileGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/VCProjectFileGenerator.cs index deb0f8c8edfd..360b714841c8 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/VCProjectFileGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/VCProjectFileGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/VCSolutionOptions.cs b/Engine/Source/Programs/UnrealBuildTool/System/VCSolutionOptions.cs index 289e9100d05c..438c6a994d92 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/VCSolutionOptions.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/VCSolutionOptions.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/VersionManifest.cs b/Engine/Source/Programs/UnrealBuildTool/System/VersionManifest.cs index b7c430369083..99aedb11df3e 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/VersionManifest.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/VersionManifest.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/XGE.cs b/Engine/Source/Programs/UnrealBuildTool/System/XGE.cs index 5a8a99dd0b08..a89dbc6b9cf1 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/XGE.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/XGE.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/XcodeProject.cs b/Engine/Source/Programs/UnrealBuildTool/System/XcodeProject.cs index 07987d7f2c2c..414f68fc5388 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/XcodeProject.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/XcodeProject.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/System/XcodeProjectFileGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/System/XcodeProjectFileGenerator.cs index 1eeefd0fb4c6..7cc15ddc1bec 100644 --- a/Engine/Source/Programs/UnrealBuildTool/System/XcodeProjectFileGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/System/XcodeProjectFileGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/TVOS/TVOSProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/TVOS/TVOSProjectGenerator.cs index 600114077553..6129fa5017e1 100644 --- a/Engine/Source/Programs/UnrealBuildTool/TVOS/TVOSProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/TVOS/TVOSProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/TVOS/TVOSToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/TVOS/TVOSToolChain.cs index fa748b02ce43..0c27fd1991ad 100644 --- a/Engine/Source/Programs/UnrealBuildTool/TVOS/TVOSToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/TVOS/TVOSToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealBuildTool/TVOS/UEBuildTVOS.cs b/Engine/Source/Programs/UnrealBuildTool/TVOS/UEBuildTVOS.cs index 9f105aa18eb6..2e13eb98876a 100644 --- a/Engine/Source/Programs/UnrealBuildTool/TVOS/UEBuildTVOS.cs +++ b/Engine/Source/Programs/UnrealBuildTool/TVOS/UEBuildTVOS.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/TVOS/UEDeployTVOS.cs b/Engine/Source/Programs/UnrealBuildTool/TVOS/UEDeployTVOS.cs index 9572e3bbebae..df4407ad5819 100644 --- a/Engine/Source/Programs/UnrealBuildTool/TVOS/UEDeployTVOS.cs +++ b/Engine/Source/Programs/UnrealBuildTool/TVOS/UEDeployTVOS.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/ToolChain/AppleToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/ToolChain/AppleToolChain.cs index b80f4051e6cb..af0a009f92ef 100644 --- a/Engine/Source/Programs/UnrealBuildTool/ToolChain/AppleToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/ToolChain/AppleToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealBuildTool/ToolChain/RemoteToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/ToolChain/RemoteToolChain.cs index e4d77c4d2923..eef42fef5a35 100644 --- a/Engine/Source/Programs/UnrealBuildTool/ToolChain/RemoteToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/ToolChain/RemoteToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealBuildTool/ToolChain/UEToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/ToolChain/UEToolChain.cs index 8ecad150c9fc..afcecccf59bb 100644 --- a/Engine/Source/Programs/UnrealBuildTool/ToolChain/UEToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/ToolChain/UEToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/UWP/UEBuildUWP.cs b/Engine/Source/Programs/UnrealBuildTool/UWP/UEBuildUWP.cs index 0abf124298dd..6b26ce14b510 100644 --- a/Engine/Source/Programs/UnrealBuildTool/UWP/UEBuildUWP.cs +++ b/Engine/Source/Programs/UnrealBuildTool/UWP/UEBuildUWP.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/UWP/UWPDeploy.cs b/Engine/Source/Programs/UnrealBuildTool/UWP/UWPDeploy.cs index 32952f04711f..77ffe0d52e09 100644 --- a/Engine/Source/Programs/UnrealBuildTool/UWP/UWPDeploy.cs +++ b/Engine/Source/Programs/UnrealBuildTool/UWP/UWPDeploy.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/UWP/UWPProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/UWP/UWPProjectGenerator.cs index 2e84a8e684d2..d488835325ac 100644 --- a/Engine/Source/Programs/UnrealBuildTool/UWP/UWPProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/UWP/UWPProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/UWP/UWPToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/UWP/UWPToolChain.cs index df1486591bee..b2a6ff8909c4 100644 --- a/Engine/Source/Programs/UnrealBuildTool/UWP/UWPToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/UWP/UWPToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Utilities/CopyrightVerify.cs b/Engine/Source/Programs/UnrealBuildTool/Utilities/CopyrightVerify.cs index 55e57975bec9..16cec8fbe5b0 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Utilities/CopyrightVerify.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Utilities/CopyrightVerify.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Utilities/DictionaryExtensions.cs b/Engine/Source/Programs/UnrealBuildTool/Utilities/DictionaryExtensions.cs index 155577070d07..ec3bd2d02db0 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Utilities/DictionaryExtensions.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Utilities/DictionaryExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Utilities/GraphVisualization.cs b/Engine/Source/Programs/UnrealBuildTool/Utilities/GraphVisualization.cs index 94a5d0d861d4..da1bbb83dd46 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Utilities/GraphVisualization.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Utilities/GraphVisualization.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Utilities/JsonObject.cs b/Engine/Source/Programs/UnrealBuildTool/Utilities/JsonObject.cs index 5338f2fbe480..0f0dd78764e1 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Utilities/JsonObject.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Utilities/JsonObject.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Utilities/XmlConfigLoader.cs b/Engine/Source/Programs/UnrealBuildTool/Utilities/XmlConfigLoader.cs index 7648aeb353ee..52ba4d8efeae 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Utilities/XmlConfigLoader.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Utilities/XmlConfigLoader.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealBuildTool/WinRT/UEBuildWinRT.cs b/Engine/Source/Programs/UnrealBuildTool/WinRT/UEBuildWinRT.cs index 0d56e3421013..1d62bd32088b 100644 --- a/Engine/Source/Programs/UnrealBuildTool/WinRT/UEBuildWinRT.cs +++ b/Engine/Source/Programs/UnrealBuildTool/WinRT/UEBuildWinRT.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTDeploy.cs b/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTDeploy.cs index 4dc09d443cfb..9b485fa774cb 100644 --- a/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTDeploy.cs +++ b/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTDeploy.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTProjectGenerator.cs index d5609d59d98e..9d813070056b 100644 --- a/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTToolChain.cs index 4e824892428d..c38a6516a5e3 100644 --- a/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/WinRT/WinRTToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Windows/UEBuildWindows.cs b/Engine/Source/Programs/UnrealBuildTool/Windows/UEBuildWindows.cs index 31d7924ffc60..5c673e4e08c1 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Windows/UEBuildWindows.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Windows/UEBuildWindows.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Windows/VCEnvironment.cs b/Engine/Source/Programs/UnrealBuildTool/Windows/VCEnvironment.cs index e3c218207ca4..3a154e770446 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Windows/VCEnvironment.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Windows/VCEnvironment.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Windows/VCToolChain.cs b/Engine/Source/Programs/UnrealBuildTool/Windows/VCToolChain.cs index 123b64abde01..813810cee81e 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Windows/VCToolChain.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Windows/VCToolChain.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Windows/WinResources.cs b/Engine/Source/Programs/UnrealBuildTool/Windows/WinResources.cs index f1eae2aa7b61..c2357b07c33d 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Windows/WinResources.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Windows/WinResources.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/UnrealBuildTool/Windows/WindowsDeploy.cs b/Engine/Source/Programs/UnrealBuildTool/Windows/WindowsDeploy.cs index d185cf2e3061..4e55d59ead3f 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Windows/WindowsDeploy.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Windows/WindowsDeploy.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealBuildTool/Windows/WindowsProjectGenerator.cs b/Engine/Source/Programs/UnrealBuildTool/Windows/WindowsProjectGenerator.cs index 234fe9ec216d..648b28c4bb81 100644 --- a/Engine/Source/Programs/UnrealBuildTool/Windows/WindowsProjectGenerator.cs +++ b/Engine/Source/Programs/UnrealBuildTool/Windows/WindowsProjectGenerator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/Linux/UnrealCEFSubProcessLinux.cpp b/Engine/Source/Programs/UnrealCEFSubProcess/Private/Linux/UnrealCEFSubProcessLinux.cpp index c52e1716e929..980ffea74596 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/Linux/UnrealCEFSubProcessLinux.cpp +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/Linux/UnrealCEFSubProcessLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCEFSubProcess.h" diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/Mac/UnrealCEFSubProcessMac.cpp b/Engine/Source/Programs/UnrealCEFSubProcess/Private/Mac/UnrealCEFSubProcessMac.cpp index d3c7b333f17b..da632962caba 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/Mac/UnrealCEFSubProcessMac.cpp +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/Mac/UnrealCEFSubProcessMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCEFSubProcess.h" diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcess.cpp b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcess.cpp index 451d50b6511a..9d8ab49dba0d 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcess.cpp +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcess.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // UnrealCEFSubProcess.cpp : Defines the entry point for the browser sub process diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcess.h b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcess.h index f02094494ed0..49a8e418de87 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcess.h +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessApp.cpp b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessApp.cpp index e3bc012a9c8d..2a92331d7f88 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessApp.cpp +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCEFSubProcess.h" #include "UnrealCEFSubProcessApp.h" diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessApp.h b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessApp.h index f3eaf2b81e3e..2882d0b8f434 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessApp.h +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessCallbackRegistry.cpp b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessCallbackRegistry.cpp index 9d977f684b0c..71ce352aec6b 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessCallbackRegistry.cpp +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessCallbackRegistry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCEFSubProcess.h" #include "UnrealCEFSubProcessCallbackRegistry.h" diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessCallbackRegistry.h b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessCallbackRegistry.h index efd539259706..14781edc78cb 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessCallbackRegistry.h +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessCallbackRegistry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Guid.h" diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteMethodHandler.cpp b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteMethodHandler.cpp index 2a33e5eb91af..8e4f27628fbc 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteMethodHandler.cpp +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteMethodHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCEFSubProcess.h" #include "UnrealCEFSubProcessRemoteMethodHandler.h" diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteMethodHandler.h b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteMethodHandler.h index 39ec79ff20bb..a2ebb2afa3ab 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteMethodHandler.h +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteMethodHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteScripting.cpp b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteScripting.cpp index 3db124b70f49..be8b75897f0e 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteScripting.cpp +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteScripting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCEFSubProcess.h" #include "UnrealCEFSubProcessRemoteScripting.h" diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteScripting.h b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteScripting.h index 45adf068e418..3944ce6212ba 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteScripting.h +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/UnrealCEFSubProcessRemoteScripting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/Private/Windows/UnrealCEFSubProcessWindows.cpp b/Engine/Source/Programs/UnrealCEFSubProcess/Private/Windows/UnrealCEFSubProcessWindows.cpp index 3ebfcc298db1..6ab7311a8d99 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/Private/Windows/UnrealCEFSubProcessWindows.cpp +++ b/Engine/Source/Programs/UnrealCEFSubProcess/Private/Windows/UnrealCEFSubProcessWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCEFSubProcess.h" diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/UnrealCEFSubProcess.Build.cs b/Engine/Source/Programs/UnrealCEFSubProcess/UnrealCEFSubProcess.Build.cs index 0adb5e257757..6be9b3dafad9 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/UnrealCEFSubProcess.Build.cs +++ b/Engine/Source/Programs/UnrealCEFSubProcess/UnrealCEFSubProcess.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Programs/UnrealCEFSubProcess/UnrealCEFSubProcess.Target.cs b/Engine/Source/Programs/UnrealCEFSubProcess/UnrealCEFSubProcess.Target.cs index 9c774d520a00..11584a2040d5 100644 --- a/Engine/Source/Programs/UnrealCEFSubProcess/UnrealCEFSubProcess.Target.cs +++ b/Engine/Source/Programs/UnrealCEFSubProcess/UnrealCEFSubProcess.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Action.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Action.cpp index 43d1a0a7c120..d0f7fb931785 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Action.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Action.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" #include "Action.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Action.h b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Action.h index 8dfec9a66f1a..678a9ea5bc59 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Action.h +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Action.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "clang/Frontend/FrontendAction.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Consumer.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Consumer.cpp index 7a901d5a0632..74e82922ee4b 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Consumer.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Consumer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" #include "Consumer.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Consumer.h b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Consumer.h index f79a6566c490..2e455c2d94b3 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Consumer.h +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Consumer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "clang/AST/ASTConsumer.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/MacroCallback.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/MacroCallback.cpp index 2aa55267767f..a0c1502e70dc 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/MacroCallback.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/MacroCallback.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" #include "MacroCallback.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/MacroCallback.h b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/MacroCallback.h index 3371706f80cf..176778309f2f 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/MacroCallback.h +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/MacroCallback.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSAction.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSAction.cpp index 8c709a73504c..402c34a86489 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSAction.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSAction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" #include "ThreadSafety/TSAction.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSAction.h b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSAction.h index aa0873a664d8..e6f9f639574e 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSAction.h +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "clang/Frontend/FrontendAction.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSConsumer.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSConsumer.cpp index 6726fcad8b15..a4cd3b040769 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSConsumer.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSConsumer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" #include "ThreadSafety/TSConsumer.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSConsumer.h b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSConsumer.h index fbde81ce6a7d..522403b95b24 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSConsumer.h +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSConsumer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "clang/AST/ASTConsumer.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSVisitor.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSVisitor.cpp index 6101a63e5d3a..0be71e4e9da2 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSVisitor.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSVisitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" #include "Visitor.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSVisitor.h b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSVisitor.h index 67eba9ced0c4..11b976191a73 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSVisitor.h +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/ThreadSafety/TSVisitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "clang/AST/RecursiveASTVisitor.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Visitor.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Visitor.cpp index 8233d49469b3..6c57bf28aeba 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Visitor.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Visitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" #include "Visitor.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Visitor.h b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Visitor.h index 4489524927e4..01958263d0a7 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Visitor.h +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/Visitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "clang/AST/RecursiveASTVisitor.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/main.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/main.cpp index e0646a118e53..662090f3bd2f 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Private/main.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Private/main.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" #include "Action.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Public/UnrealCodeAnalyzerPCH.cpp b/Engine/Source/Programs/UnrealCodeAnalyzer/Public/UnrealCodeAnalyzerPCH.cpp index d746096e7872..7999a263541f 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Public/UnrealCodeAnalyzerPCH.cpp +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Public/UnrealCodeAnalyzerPCH.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealCodeAnalyzerPCH.h" diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/Public/UnrealCodeAnalyzerPCH.h b/Engine/Source/Programs/UnrealCodeAnalyzer/Public/UnrealCodeAnalyzerPCH.h index 68060b9fe5a7..48352646a3b7 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/Public/UnrealCodeAnalyzerPCH.h +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/Public/UnrealCodeAnalyzerPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Build.cs b/Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Build.cs index ef3fbae3cff0..7027e1f81238 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Build.cs +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Target.cs b/Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Target.cs index ad8ac8b84137..41d9b737daa4 100644 --- a/Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Target.cs +++ b/Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/ColorPair.cs b/Engine/Source/Programs/UnrealControls/ColorPair.cs index c62d6a471da8..cd9da926a1c5 100644 --- a/Engine/Source/Programs/UnrealControls/ColorPair.cs +++ b/Engine/Source/Programs/UnrealControls/ColorPair.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/ColoredDocumentLineSegment.cs b/Engine/Source/Programs/UnrealControls/ColoredDocumentLineSegment.cs index 1c8b15bb9abe..235baf1c969e 100644 --- a/Engine/Source/Programs/UnrealControls/ColoredDocumentLineSegment.cs +++ b/Engine/Source/Programs/UnrealControls/ColoredDocumentLineSegment.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/ColoredTextRange.cs b/Engine/Source/Programs/UnrealControls/ColoredTextRange.cs index e1d272fdea87..045611da26b8 100644 --- a/Engine/Source/Programs/UnrealControls/ColoredTextRange.cs +++ b/Engine/Source/Programs/UnrealControls/ColoredTextRange.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/DynamicTabControl.cs b/Engine/Source/Programs/UnrealControls/DynamicTabControl.cs index d7910ea84988..c1fa0f67787e 100644 --- a/Engine/Source/Programs/UnrealControls/DynamicTabControl.cs +++ b/Engine/Source/Programs/UnrealControls/DynamicTabControl.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/DynamicTabControl.designer.cs b/Engine/Source/Programs/UnrealControls/DynamicTabControl.designer.cs index d68632b977b2..169aa8c3b2a7 100644 --- a/Engine/Source/Programs/UnrealControls/DynamicTabControl.designer.cs +++ b/Engine/Source/Programs/UnrealControls/DynamicTabControl.designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealControls { diff --git a/Engine/Source/Programs/UnrealControls/DynamicTabControlMenuItem.cs b/Engine/Source/Programs/UnrealControls/DynamicTabControlMenuItem.cs index 23ce40ca0f99..5e7501b09126 100644 --- a/Engine/Source/Programs/UnrealControls/DynamicTabControlMenuItem.cs +++ b/Engine/Source/Programs/UnrealControls/DynamicTabControlMenuItem.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/DynamicTabPage.cs b/Engine/Source/Programs/UnrealControls/DynamicTabPage.cs index bfd3e2a44f10..6b4b578d5426 100644 --- a/Engine/Source/Programs/UnrealControls/DynamicTabPage.cs +++ b/Engine/Source/Programs/UnrealControls/DynamicTabPage.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/EngineVersioning.cs b/Engine/Source/Programs/UnrealControls/EngineVersioning.cs index 2febd585d10d..0fa26b25e48d 100644 --- a/Engine/Source/Programs/UnrealControls/EngineVersioning.cs +++ b/Engine/Source/Programs/UnrealControls/EngineVersioning.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealControls/FindResult.cs b/Engine/Source/Programs/UnrealControls/FindResult.cs index 25d6e186d580..3c245b5c184f 100644 --- a/Engine/Source/Programs/UnrealControls/FindResult.cs +++ b/Engine/Source/Programs/UnrealControls/FindResult.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/GameLocator.cs b/Engine/Source/Programs/UnrealControls/GameLocator.cs index 02cd982b5d48..d95ec7bb1cb3 100644 --- a/Engine/Source/Programs/UnrealControls/GameLocator.cs +++ b/Engine/Source/Programs/UnrealControls/GameLocator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealControls/MenuArrow.cs b/Engine/Source/Programs/UnrealControls/MenuArrow.cs index 8e30d95f85e9..7fd5bd189402 100644 --- a/Engine/Source/Programs/UnrealControls/MenuArrow.cs +++ b/Engine/Source/Programs/UnrealControls/MenuArrow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/MenuArrow.designer.cs b/Engine/Source/Programs/UnrealControls/MenuArrow.designer.cs index bd1bed66244e..68e73a9c508a 100644 --- a/Engine/Source/Programs/UnrealControls/MenuArrow.designer.cs +++ b/Engine/Source/Programs/UnrealControls/MenuArrow.designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealControls { diff --git a/Engine/Source/Programs/UnrealControls/OutputWindowDocument.cs b/Engine/Source/Programs/UnrealControls/OutputWindowDocument.cs index 0483d78bced8..2b177272977c 100644 --- a/Engine/Source/Programs/UnrealControls/OutputWindowDocument.cs +++ b/Engine/Source/Programs/UnrealControls/OutputWindowDocument.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/OutputWindowDocumentLineAddedEventArgs.cs b/Engine/Source/Programs/UnrealControls/OutputWindowDocumentLineAddedEventArgs.cs index 48a2cc933338..76b83b319337 100644 --- a/Engine/Source/Programs/UnrealControls/OutputWindowDocumentLineAddedEventArgs.cs +++ b/Engine/Source/Programs/UnrealControls/OutputWindowDocumentLineAddedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/OutputWindowView.Designer.cs b/Engine/Source/Programs/UnrealControls/OutputWindowView.Designer.cs index 9f4aaac67a0c..1a22fa8ac867 100644 --- a/Engine/Source/Programs/UnrealControls/OutputWindowView.Designer.cs +++ b/Engine/Source/Programs/UnrealControls/OutputWindowView.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealControls { diff --git a/Engine/Source/Programs/UnrealControls/OutputWindowView.cs b/Engine/Source/Programs/UnrealControls/OutputWindowView.cs index 9a03c4f2339b..e5d9e3705b48 100644 --- a/Engine/Source/Programs/UnrealControls/OutputWindowView.cs +++ b/Engine/Source/Programs/UnrealControls/OutputWindowView.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealControls/Properties/AssemblyInfo.cs index 497fb6675128..70cf603d9dbd 100644 --- a/Engine/Source/Programs/UnrealControls/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealControls/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/UnrealControls/Properties/Resources.Designer.cs b/Engine/Source/Programs/UnrealControls/Properties/Resources.Designer.cs index 1173b26fcbce..5f2d5cbda81a 100644 --- a/Engine/Source/Programs/UnrealControls/Properties/Resources.Designer.cs +++ b/Engine/Source/Programs/UnrealControls/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //------------------------------------------------------------------------------ // diff --git a/Engine/Source/Programs/UnrealControls/SerializableDictionary.cs b/Engine/Source/Programs/UnrealControls/SerializableDictionary.cs index a22601c495a5..180907590239 100644 --- a/Engine/Source/Programs/UnrealControls/SerializableDictionary.cs +++ b/Engine/Source/Programs/UnrealControls/SerializableDictionary.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealControls/TextLocation.cs b/Engine/Source/Programs/UnrealControls/TextLocation.cs index 68d5b8bfee23..d9c3b5404267 100644 --- a/Engine/Source/Programs/UnrealControls/TextLocation.cs +++ b/Engine/Source/Programs/UnrealControls/TextLocation.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/UnrealAboutBox.Designer.cs b/Engine/Source/Programs/UnrealControls/UnrealAboutBox.Designer.cs index ef1d03dcafef..bc1cc7c77b1a 100644 --- a/Engine/Source/Programs/UnrealControls/UnrealAboutBox.Designer.cs +++ b/Engine/Source/Programs/UnrealControls/UnrealAboutBox.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealControls { @@ -55,7 +55,7 @@ this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size( 261, 13 ); this.label1.TabIndex = 1; - this.label1.Text = "Copyright 2012-2015 Epic Games, Inc. All Rights Reserved."; + this.label1.Text = "Copyright 2012-2016 Epic Games, Inc. All Rights Reserved."; // // mLabel_EngineVersion // diff --git a/Engine/Source/Programs/UnrealControls/UnrealAboutBox.cs b/Engine/Source/Programs/UnrealControls/UnrealAboutBox.cs index 014d7808590e..4a2b9407d481 100644 --- a/Engine/Source/Programs/UnrealControls/UnrealAboutBox.cs +++ b/Engine/Source/Programs/UnrealControls/UnrealAboutBox.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/UnrealToolStripItemRenderer.cs b/Engine/Source/Programs/UnrealControls/UnrealToolStripItemRenderer.cs index 45fb65531d19..a03379cd5970 100644 --- a/Engine/Source/Programs/UnrealControls/UnrealToolStripItemRenderer.cs +++ b/Engine/Source/Programs/UnrealControls/UnrealToolStripItemRenderer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Windows.Forms; diff --git a/Engine/Source/Programs/UnrealControls/Utilities.cs b/Engine/Source/Programs/UnrealControls/Utilities.cs index 647740850d86..f70e828daf39 100644 --- a/Engine/Source/Programs/UnrealControls/Utilities.cs +++ b/Engine/Source/Programs/UnrealControls/Utilities.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/XButton.cs b/Engine/Source/Programs/UnrealControls/XButton.cs index b054c4575d74..10330336507c 100644 --- a/Engine/Source/Programs/UnrealControls/XButton.cs +++ b/Engine/Source/Programs/UnrealControls/XButton.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealControls/XButton.designer.cs b/Engine/Source/Programs/UnrealControls/XButton.designer.cs index b3beec776ffd..813ba67d5432 100644 --- a/Engine/Source/Programs/UnrealControls/XButton.designer.cs +++ b/Engine/Source/Programs/UnrealControls/XButton.designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealControls { diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIAction.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIAction.cs index 8ce40b270627..64610aa7b527 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIAction.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIAction.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIActionPin.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIActionPin.cs index 8d5cf03733e5..95be944f0188 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIActionPin.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIActionPin.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APICategory.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APICategory.cs index a4a88c547690..3c84f5d3c318 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APICategory.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APICategory.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIConstant.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIConstant.cs index 237347da8f7b..1d21a2307ae9 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIConstant.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIConstant.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIConstantIndex.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIConstantIndex.cs index ac8565d43ef0..a5deff506eee 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIConstantIndex.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIConstantIndex.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnum.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnum.cs index 33cac7935858..dfec30f4ff8a 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnum.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnum.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnumIndex.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnumIndex.cs index fbab9560d9f8..e1014ca10edb 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnumIndex.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnumIndex.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnumValue.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnumValue.cs index a415285e4704..89e38605168a 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnumValue.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEnumValue.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEventParameters.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEventParameters.cs index 74e90463c823..cf25ee0f5781 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEventParameters.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIEventParameters.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFilter.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFilter.cs index c1774701a2db..b11e193f2c91 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFilter.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFilter.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunction.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunction.cs index 74e8ec39ca62..d2d579ed7502 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunction.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunction.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunctionGroup.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunctionGroup.cs index ae8226074b25..5665af079aa0 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunctionGroup.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunctionGroup.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunctionIndex.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunctionIndex.cs index 67cecb3560eb..5c22636abd90 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunctionIndex.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIFunctionIndex.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIGettingStarted.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIGettingStarted.cs index 6308df87eea8..7c065926b70b 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIGettingStarted.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIGettingStarted.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIHierarchy.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIHierarchy.cs index c652d5154de2..56dbb8d5924d 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIHierarchy.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIHierarchy.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIIndex.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIIndex.cs index 0b82ee5bcec9..dfe8e1bc272e 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIIndex.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIIndex.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIMember.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIMember.cs index dfac1c6888db..9878a67cc1e8 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIMember.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIMember.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIMemberIndex.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIMemberIndex.cs index a0f652de63f0..5c907031b54b 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIMemberIndex.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIMemberIndex.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIModule.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIModule.cs index bee1167ef3f5..cc693d287dc2 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIModule.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIModule.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIModuleIndex.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIModuleIndex.cs index de6241373657..210867d310f0 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIModuleIndex.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIModuleIndex.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIPage.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIPage.cs index fd928aae215f..72033edb7106 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIPage.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIPage.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecord.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecord.cs index 1d702e2bbc62..9400a8f65578 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecord.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecord.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecordIndex.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecordIndex.cs index 3766ac93e7cb..fab3a65b4336 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecordIndex.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIRecordIndex.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APITypeDef.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APITypeDef.cs index e533ff793224..24f818c6f846 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APITypeDef.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APITypeDef.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIVariable.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIVariable.cs index 397afd106a6a..0ac1dba2e51b 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIVariable.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/APIVariable.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/BuildTarget.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/BuildTarget.cs index 06e8195cdd2e..a4a290f651d2 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/BuildTarget.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/BuildTarget.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Icons.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Icons.cs index dca271cb00eb..238aa8c8d8bb 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Icons.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Icons.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/IniFile.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/IniFile.cs index 453ef3da7b41..63a6d7578ace 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/IniFile.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/IniFile.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Metadata.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Metadata.cs index d2b556e5a033..8a3357aea71a 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Metadata.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Metadata.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Program.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Program.cs index 411791a43d52..f7f63d639c8d 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Program.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Properties/AssemblyInfo.cs index 4f165b070969..639b797dcc51 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Sitemap.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Sitemap.cs index bba90a8b7b4a..e27da7575e62 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Sitemap.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Sitemap.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/SourceFile.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/SourceFile.cs index 8492c62b1840..e0d1b55f8a33 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/SourceFile.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/SourceFile.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Stats.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Stats.cs index 6a6e6920a213..54f274e4a108 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Stats.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Stats.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Tracker.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Tracker.cs index 0673c37df5d4..2f5b6414d424 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Tracker.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Tracker.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/UdnManifest.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/UdnManifest.cs index 3eea6344e1e2..9b9a064aeba6 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/UdnManifest.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/UdnManifest.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/UdnWriter.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/UdnWriter.cs index a4f422f63063..57019ec8cf12 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/UdnWriter.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/UdnWriter.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Utility.cs b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Utility.cs index 913b22a5fc94..590fef0b1fd0 100644 --- a/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Utility.cs +++ b/Engine/Source/Programs/UnrealDocTool/APIDocTool/APIDocTool/Utility.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Doxygen.cs b/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Doxygen.cs index 8b8922366886..a067805babf6 100644 --- a/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Doxygen.cs +++ b/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Doxygen.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/DoxygenLib/DoxygenModule.cs b/Engine/Source/Programs/UnrealDocTool/DoxygenLib/DoxygenModule.cs index cbb9d9f82048..06f47811c101 100644 --- a/Engine/Source/Programs/UnrealDocTool/DoxygenLib/DoxygenModule.cs +++ b/Engine/Source/Programs/UnrealDocTool/DoxygenLib/DoxygenModule.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Markdown.cs b/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Markdown.cs index 506f7bbfb837..f4f321f48b9e 100644 --- a/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Markdown.cs +++ b/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Markdown.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Properties/AssemblyInfo.cs index f065e48e0c48..a80973737840 100644 --- a/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/DoxygenLib/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionHandler.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionHandler.cs index 7137bdc8f17a..dbd3047853e9 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionHandler.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionHandler.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionHandlerProvider.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionHandlerProvider.cs index b9ac82a72b3c..6ce15a278a75 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionHandlerProvider.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionHandlerProvider.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionSource.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionSource.cs index 6d2811c08224..c54ade466cd7 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionSource.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionSource.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionSourceProvider.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionSourceProvider.cs index 7cf93bc6aa0e..b882d242a5ee 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionSourceProvider.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/AutoCompletionSourceProvider.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.ComponentModel.Composition; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/CompletionCreator.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/CompletionCreator.cs index 138274cdca3e..112295479fce 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/CompletionCreator.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/CompletionCreator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/IAutoCompletion.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/IAutoCompletion.cs index 3e085e09d8fc..2248b478e894 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/IAutoCompletion.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/IAutoCompletion.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/MarkdownAutoCompletion.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/MarkdownAutoCompletion.cs index 7ed3f3239a7b..d553d9619cca 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/MarkdownAutoCompletion.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/AutoCompletion/MarkdownAutoCompletion.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.ComponentModel.Composition; using System.Text.RegularExpressions; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/BlockInfo.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/BlockInfo.cs index 20bb22da4053..ac5cfa3ea1dd 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/BlockInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/BlockInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/BufferIdleEventUtil.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/BufferIdleEventUtil.cs index 18933bbc5bbb..0f3748b29327 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/BufferIdleEventUtil.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/BufferIdleEventUtil.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/ClassificationFormats.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/ClassificationFormats.cs index 7d4b1d65603c..a969c2e1c8cf 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/ClassificationFormats.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/ClassificationFormats.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Text.Classification; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/ClassificationTypes.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/ClassificationTypes.cs index e6f5dfb27a63..40d3547fdf0b 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/ClassificationTypes.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/ClassificationTypes.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Text.Classification; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/Classifier.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/Classifier.cs index 5eeb54619316..813449e41ae9 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/Classifier.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Classifier/Classifier.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ContentType.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ContentType.cs index 36c6303072d3..9eabcd49083f 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ContentType.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ContentType.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Utilities; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/DragDrop/DragDropHandler.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/DragDrop/DragDropHandler.cs index 7c46ca7f9f20..168624c0a7b9 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/DragDrop/DragDropHandler.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/DragDrop/DragDropHandler.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Collections.Specialized; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/DragDrop/DragDropHandlerProvider .cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/DragDrop/DragDropHandlerProvider .cs index 3ff9e6968556..c6717bd93569 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/DragDrop/DragDropHandlerProvider .cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/DragDrop/DragDropHandlerProvider .cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Text; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/MouseClick/MouseClickProcessor.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/MouseClick/MouseClickProcessor.cs index 55e7cb17651d..67e7e092728d 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/MouseClick/MouseClickProcessor.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/MouseClick/MouseClickProcessor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Windows; using System.Windows.Input; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/MouseClick/MouseClickProcessorProvider.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/MouseClick/MouseClickProcessorProvider.cs index 68f8f78c57e5..30e33b0cbc57 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/MouseClick/MouseClickProcessorProvider.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/MouseClick/MouseClickProcessorProvider.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Text.Editor; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Outlining/OutliningTagger.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Outlining/OutliningTagger.cs index 71a5459f28c9..e48f32b83aa4 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Outlining/OutliningTagger.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Outlining/OutliningTagger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Perforce/AddImagesToChangelistWindow.xaml.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Perforce/AddImagesToChangelistWindow.xaml.cs index 1c105fca2e24..ec5223ef0f48 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Perforce/AddImagesToChangelistWindow.xaml.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Perforce/AddImagesToChangelistWindow.xaml.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownMode.Perforce { diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Perforce/PerforceHelper.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Perforce/PerforceHelper.cs index 48513c147d7d..2c11cca3f61a 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Perforce/PerforceHelper.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Perforce/PerforceHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Settings.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Settings.cs index 33fb26ed7be9..b1b68d34d143 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Settings.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Settings.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using MarkdownSharp; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/SpellcheckSupport/MarkdownNaturalTextTagger.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/SpellcheckSupport/MarkdownNaturalTextTagger.cs index 882f207ee33c..7e3b56901544 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/SpellcheckSupport/MarkdownNaturalTextTagger.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/SpellcheckSupport/MarkdownNaturalTextTagger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/IBufferSpecificDictionaryProvider.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/IBufferSpecificDictionaryProvider.cs index 36b2d5f6126f..1fe8063aac73 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/IBufferSpecificDictionaryProvider.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/IBufferSpecificDictionaryProvider.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/IMisspellingTag.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/IMisspellingTag.cs index 3a0b44fb947f..d6f4e35be964 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/IMisspellingTag.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/IMisspellingTag.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/INaturalTextTag.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/INaturalTextTag.cs index 009320b4e475..71af0c935b5a 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/INaturalTextTag.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/INaturalTextTag.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using Microsoft.VisualStudio.Text.Tagging; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/ISpellingDictionaryService.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/ISpellingDictionaryService.cs index d5490aa701bc..ef5fd453b7e7 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/ISpellingDictionaryService.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/ISpellingDictionaryService.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/Properties/AssemblyInfo.cs index d7d08e721422..9a0ed17d2b17 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Definitions/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/CSharpCommentTextTagger.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/CSharpCommentTextTagger.cs index 36e4d1bb81f2..6493f6690946 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/CSharpCommentTextTagger.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/CSharpCommentTextTagger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/LineProgress.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/LineProgress.cs index 29a0f9fa03cf..0be9732a8bfe 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/LineProgress.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/LineProgress.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Diagnostics; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/State.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/State.cs index 00f6b89841e4..630ae6f6491e 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/State.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/CSharp/State.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace Microsoft.VisualStudio.Language.Spellchecker { diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/HtmlTextTagger.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/HtmlTextTagger.cs index a886be118987..0433a8fb356c 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/HtmlTextTagger.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/NaturalTextTaggers/HtmlTextTagger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/Spelling/SpellingTagger.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/Spelling/SpellingTagger.cs index d226747f7502..690fe4bfdf70 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/Spelling/SpellingTagger.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/SpellChecker.Implementation/Spelling/SpellingTagger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/Test/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/Test/Properties/AssemblyInfo.cs index c35de5c1b585..01bb0b1c2e91 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/Test/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/Test/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/Test/WordLogicTests.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/Test/WordLogicTests.cs index fb77853fddd3..7e044ac58c47 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/Test/WordLogicTests.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/Spellchecker/Test/WordLogicTests.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Text; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/Guids.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/Guids.cs index e0816b60ac56..ae0168fde663 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/Guids.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/Guids.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/MarkdownModeOptions.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/MarkdownModeOptions.cs index f735f9624399..19287a80280b 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/MarkdownModeOptions.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/MarkdownModeOptions.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using Microsoft.VisualStudio.Shell; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/NavigateToComboData.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/NavigateToComboData.cs index c6b881a88611..4b5a63fb8f55 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/NavigateToComboData.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/NavigateToComboData.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/Package.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/Package.cs index bf2299170d2f..326bb845b855 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/Package.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/Package.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Diagnostics; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/PreviewToolWindow.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/PreviewToolWindow.cs index 0605e012079b..0b8a297fbc27 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/PreviewToolWindow.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/PreviewToolWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Runtime.InteropServices; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/PreviewWindowUpdateListener.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/PreviewWindowUpdateListener.cs index ac7dfac7e7d4..d19ae1962ceb 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/PreviewWindowUpdateListener.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/PreviewWindowUpdateListener.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNDocRunningTableMonitor.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNDocRunningTableMonitor.cs index cf938c80dfa6..07408932d6ce 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNDocRunningTableMonitor.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNDocRunningTableMonitor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNDocView.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNDocView.cs index 2881a38746cc..b2ce205d767e 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNDocView.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNDocView.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNParsingResultsCache.cs b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNParsingResultsCache.cs index ccac4646cba9..3419fd2aff12 100644 --- a/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNParsingResultsCache.cs +++ b/Engine/Source/Programs/UnrealDocTool/MarkdownMode/ToolWindow/UDNParsingResultsCache.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Include/Templates/Default.html b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Include/Templates/Default.html index e306f3d75f32..aa0e380ff785 100644 --- a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Include/Templates/Default.html +++ b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Include/Templates/Default.html @@ -56,7 +56,7 @@ [MARKDOWNCONTENTHERE] - +

diff --git a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Include/Templates/Default_Preview.html b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Include/Templates/Default_Preview.html index 15b954a9ff54..51c00c991c30 100644 --- a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Include/Templates/Default_Preview.html +++ b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Include/Templates/Default_Preview.html @@ -57,7 +57,7 @@ [MARKDOWNCONTENTHERE] -

+

diff --git a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Program.cs b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Program.cs index 741ff3d8d7b5..87444bfae287 100644 --- a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Program.cs +++ b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/logger.cs b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/logger.cs index 58440526bfbc..2a98e0efe693 100644 --- a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/logger.cs +++ b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdown/logger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdownIndividual/TwikiToMarkdown.cs b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdownIndividual/TwikiToMarkdown.cs index 62f5e307dcb5..fbf6643f1ed9 100644 --- a/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdownIndividual/TwikiToMarkdown.cs +++ b/Engine/Source/Programs/UnrealDocTool/TwikiToMarkdown/TwikiToMarkdownIndividual/TwikiToMarkdown.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/CommonFileFunctions.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/CommonFileFunctions.cs index 61226ebc19ae..a5ff289f70a4 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/CommonFileFunctions.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/CommonFileFunctions.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/LogFileLogger.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/LogFileLogger.cs index b7fd1c0eda64..c5335f8d590c 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/LogFileLogger.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/LogFileLogger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Text; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/OutputPaneLogger.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/OutputPaneLogger.cs index e109fbbd22db..93ea03a9c17f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/OutputPaneLogger.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/OutputPaneLogger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using Microsoft.VisualStudio.Shell; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/Properties/AssemblyInfo.cs index 2c1a40af6f84..1cb936997bd6 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/logger.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/logger.cs index 03451e2ed020..17948b35c6cf 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/logger.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/CommonUnrealMarkdown/logger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/AssemblyInfo.cs index 37164bc00c94..1d9c3ad5fd8e 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Doxygen/DoxygenHelper.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Doxygen/DoxygenHelper.cs index b2d352ccd9a6..7300928c9411 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Doxygen/DoxygenHelper.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Doxygen/DoxygenHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Doxygen/DoxygenToMarkdownTranslator.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Doxygen/DoxygenToMarkdownTranslator.cs index 192ea1cedcd6..27d3ba0dd14c 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Doxygen/DoxygenToMarkdownTranslator.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Doxygen/DoxygenToMarkdownTranslator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Xml; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMBlockQuotes.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMBlockQuotes.cs index ca676736b162..eddbf332df9f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMBlockQuotes.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMBlockQuotes.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMBookmark.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMBookmark.cs index 01dcbc2ef32c..45421f31d834 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMBookmark.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMBookmark.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMCodeBlock.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMCodeBlock.cs index 97623f743c9b..47491b7e8985 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMCodeBlock.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMCodeBlock.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMContentElement.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMContentElement.cs index e891ed572b75..56e1af0e8c59 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMContentElement.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMContentElement.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDecorationElement.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDecorationElement.cs index 4da52711a946..6d154e56d74a 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDecorationElement.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDecorationElement.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDefinitionListItem.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDefinitionListItem.cs index 44621f9a939e..af7db7cd1314 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDefinitionListItem.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDefinitionListItem.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.EpicMarkdown { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDocument.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDocument.cs index 4c041e5c1479..e02f06bdeee4 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDocument.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMDocument.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.IO; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElement.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElement.cs index cd9f64886db4..3c119c33cd3a 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElement.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElement.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElementOrigin.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElementOrigin.cs index 78ca3d29f5a0..ce0bd1df693f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElementOrigin.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElementOrigin.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElementWithElements.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElementWithElements.cs index aedf91eee289..b8c89a428313 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElementWithElements.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElementWithElements.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElements.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElements.cs index eea41fe08040..c3fcc066006d 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElements.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMElements.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMErrorElement.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMErrorElement.cs index 44fc6e5198fc..0690751c1b81 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMErrorElement.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMErrorElement.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMExcerpt.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMExcerpt.cs index b8851c18d4e9..87bf8a0119fb 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMExcerpt.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMExcerpt.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMFormattedText.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMFormattedText.cs index 99e9ad473eb0..c6b7992a870f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMFormattedText.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMFormattedText.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMHeader.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMHeader.cs index 5e3dbc2c4eb1..977a2cff4bd1 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMHeader.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMHeader.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMHorizontalRule.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMHorizontalRule.cs index fa6b0282676c..29798e91be81 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMHorizontalRule.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMHorizontalRule.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMImage.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMImage.cs index df6050571c4f..8ff19ad8d967 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMImage.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMImage.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMInclude.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMInclude.cs index 7f0eea231158..d5f726a1d2f8 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMInclude.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMInclude.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMLink.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMLink.cs index 5df06d18e92a..00247caede4c 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMLink.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMLink.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMList.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMList.cs index 3aee79e19f1b..1af6535fdfea 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMList.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMList.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.EpicMarkdown { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMListItem.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMListItem.cs index eab877c5814e..7be94dfa99e0 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMListItem.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMListItem.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.EpicMarkdown { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMObject.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMObject.cs index a7a405e877ca..93efa8854fb8 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMObject.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMObject.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMObjectParam.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMObjectParam.cs index 374aa8e00878..a02656046e46 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMObjectParam.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMObjectParam.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMParagraph.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMParagraph.cs index 87f58b84fe3a..9f7df1e9d152 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMParagraph.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMParagraph.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRawHTML.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRawHTML.cs index 3c8fdf5fbeee..5975034de64f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRawHTML.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRawHTML.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMReadingMessage.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMReadingMessage.cs index 18d910e0b35c..f2981c70bb9f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMReadingMessage.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMReadingMessage.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRegion.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRegion.cs index 2a011e1e819c..61c1e8dfa997 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRegion.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRegion.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRelativeLink.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRelativeLink.cs index cd8e91895df9..1cd053b38642 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRelativeLink.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMRelativeLink.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMSpanElements.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMSpanElements.cs index 4b344f932607..38039d261b1b 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMSpanElements.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMSpanElements.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using MarkdownSharp.EpicMarkdown.Parsers; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMTOCInline.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMTOCInline.cs index 1e5aaf4130a7..453d0b476adc 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMTOCInline.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMTOCInline.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMTable.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMTable.cs index edbc521de8be..93477bc022fb 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMTable.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/EMTable.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/IHTMLRenderable.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/IHTMLRenderable.cs index a44abc5de998..5b4ad0d8b10e 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/IHTMLRenderable.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/IHTMLRenderable.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMCustomRegexParser.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMCustomRegexParser.cs index 6adf5a7f2a15..a916280da9d9 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMCustomRegexParser.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMCustomRegexParser.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMMarkdownAndHTMLTagsParser.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMMarkdownAndHTMLTagsParser.cs index 03ef00372b26..620a8dd4d9b8 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMMarkdownAndHTMLTagsParser.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMMarkdownAndHTMLTagsParser.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMParsingErrorException.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMParsingErrorException.cs index d847c0d170dc..5d93deb0c32d 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMParsingErrorException.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMParsingErrorException.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMParsingHelper.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMParsingHelper.cs index 8783b9623875..56d4f0ba2343 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMParsingHelper.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMParsingHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMRegexMatch.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMRegexMatch.cs index 9061cc1c7097..236458541a4f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMRegexMatch.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMRegexMatch.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMRegexParser.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMRegexParser.cs index 8e19076ee92b..02957c1c5d3a 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMRegexParser.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMRegexParser.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.EpicMarkdown.Parsers { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMTaggedElementsParser.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMTaggedElementsParser.cs index cfb395f97b89..3da9390efc9b 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMTaggedElementsParser.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/EMTaggedElementsParser.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/IMatch.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/IMatch.cs index b7f54b2ea187..bdd0517bf90d 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/IMatch.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/IMatch.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/IParser.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/IParser.cs index 4e3706658aaa..693586825aef 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/IParser.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/IParser.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMBracketedTag.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMBracketedTag.cs index 1a27b351df11..c27c439700a0 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMBracketedTag.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMBracketedTag.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMDecorationTag.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMDecorationTag.cs index 935e65d6ed42..0da8c34dc4a5 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMDecorationTag.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMDecorationTag.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMSpanParser.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMSpanParser.cs index cd52c9dcbcd5..0ad42d5a9d8c 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMSpanParser.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Parsers/SpanParser/EMSpanParser.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.EpicMarkdown.Parsers.SpanParser { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMEMailPath.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMEMailPath.cs index e60b9fd27d18..0ff4ad656a08 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMEMailPath.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMEMailPath.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.EpicMarkdown.PathProviders { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMExternalPath.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMExternalPath.cs index f336c2040e3b..9dbc56ad4e97 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMExternalPath.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMExternalPath.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using MarkdownSharp.Preprocessor; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMLocalDocumentPath.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMLocalDocumentPath.cs index 3ee03f43345f..e2ff5009b0bf 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMLocalDocumentPath.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMLocalDocumentPath.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using MarkdownSharp.Preprocessor; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMLocalFilePath.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMLocalFilePath.cs index 9860982963ad..a3784d72a228 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMLocalFilePath.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMLocalFilePath.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMPathProvider.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMPathProvider.cs index 00220bdf8ab2..957823f30b61 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMPathProvider.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMPathProvider.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMPathVerificationException.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMPathVerificationException.cs index 2e29ff2dfc02..51b55223c2b2 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMPathVerificationException.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/PathProviders/EMPathVerificationException.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Runtime.Serialization; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/ITraversable.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/ITraversable.cs index 25aa95c93628..ff8fad0ec95b 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/ITraversable.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/ITraversable.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.EpicMarkdown.Traversing { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/ITraversingContext.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/ITraversingContext.cs index 08c17ca65996..95f3ed5f2921 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/ITraversingContext.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/ITraversingContext.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.EpicMarkdown.Traversing { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/RenderingContext.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/RenderingContext.cs index eda26f8e0f63..53fc05c43427 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/RenderingContext.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/EpicMarkdown/Traversing/RenderingContext.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Escapes.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Escapes.cs index c35708291d91..45557d950837 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Escapes.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Escapes.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/FileSystemUtils/FileHelper.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/FileSystemUtils/FileHelper.cs index eb57aaa512f8..64ab40d318bd 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/FileSystemUtils/FileHelper.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/FileSystemUtils/FileHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/FileSystemUtils/FileWatcher.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/FileSystemUtils/FileWatcher.cs index 4e3a08bc4d57..3ed3c22e70d0 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/FileSystemUtils/FileWatcher.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/FileSystemUtils/FileWatcher.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.FileSystemUtils { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/ImageConversion.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/ImageConversion.cs index 569a40f8255a..82bced2078ed 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/ImageConversion.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/ImageConversion.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Language.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Language.cs index 66eedcac0911..2777cc2d3ff2 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Language.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Language.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Markdown.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Markdown.cs index 1d986291e7f8..7fd8f0776de6 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Markdown.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Markdown.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * MarkdownSharp diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownList.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownList.cs index b478be9c7cca..946fb2e2f447 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownList.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownList.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownOld.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownOld.cs index 2d5b0fa21952..073d5d64bcf5 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownOld.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownOld.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Markdown - A text-to-HTML conversion tool for web writers diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownOptions.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownOptions.cs index 610988648c56..3f06c0be5763 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownOptions.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/MarkdownOptions.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Specialized; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/OffensiveWordFilterHelper.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/OffensiveWordFilterHelper.cs index bd0768f1b297..22439cb7582c 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/OffensiveWordFilterHelper.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/OffensiveWordFilterHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/PathCompletionHelper.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/PathCompletionHelper.cs index 524270e9b426..5116f69fc586 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/PathCompletionHelper.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/PathCompletionHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ExcerptsManager.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ExcerptsManager.cs index 6238d585292f..d1c50e395149 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ExcerptsManager.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ExcerptsManager.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Filter.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Filter.cs index a713337dcf42..d3daa5322eff 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Filter.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Filter.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ImageOptions.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ImageOptions.cs index cedf05318d70..eb1bd6b19088 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ImageOptions.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ImageOptions.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.Preprocessor { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/IntervalSet.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/IntervalSet.cs index e81ca3642070..e33f3c535c2d 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/IntervalSet.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/IntervalSet.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/MetadataManager.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/MetadataManager.cs index dd0b8dbf4ad0..299206f58953 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/MetadataManager.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/MetadataManager.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Normalizer.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Normalizer.cs index ac5eb8e137a3..5319ef83c3c9 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Normalizer.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Normalizer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Linq; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedData.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedData.cs index 2516229265f6..88b4ffc0efff 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedData.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedData.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedTextBound.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedTextBound.cs index c8b18be1eaf3..659bead87888 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedTextBound.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedTextBound.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedTextLocationMap.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedTextLocationMap.cs index 575e69b6029f..ba6b090fdfa6 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedTextLocationMap.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/PreprocessedTextLocationMap.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Preprocessor.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Preprocessor.cs index ea099e86f738..63a54bc8ff4a 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Preprocessor.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/Preprocessor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ProcessedDocumentCache.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ProcessedDocumentCache.cs index 1e2828b6d854..ed341649a26c 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ProcessedDocumentCache.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ProcessedDocumentCache.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ReferenceLinksManager.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ReferenceLinksManager.cs index b0773ffa45f3..5c7118e4c7bf 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ReferenceLinksManager.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/ReferenceLinksManager.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/VariableManager.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/VariableManager.cs index f65e6c9786e4..76e8f2d08fe3 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/VariableManager.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Preprocessor/VariableManager.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp.Preprocessor { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Templates.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Templates.cs index 617100cf0c6f..c61c52144b09 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Templates.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/Templates.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Text.RegularExpressions; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/TransformationData.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/TransformationData.cs index 06f6b5858766..fd3b41e94a57 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/TransformationData.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharp/TransformationData.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharp { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/MarkdownTests/MarkdownTest.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/MarkdownTests/MarkdownTest.cs index b9ca95583377..28ce2bca787d 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/MarkdownTests/MarkdownTest.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/MarkdownTests/MarkdownTest.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using MarkdownSharp; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/MarkdownTests/XHTMLComparator.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/MarkdownTests/XHTMLComparator.cs index 961f6b90f1f8..367ded86a81c 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/MarkdownTests/XHTMLComparator.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/MarkdownTests/XHTMLComparator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Xml; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/Properties/AssemblyInfo.cs index e4cd40d979c3..bacc88b0a7d6 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/Settings.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/Settings.cs index cbd704292b84..6c49ffcc371c 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/Settings.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/MarkdownSharpTests/Settings.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace MarkdownSharpTests { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Configuration.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Configuration.cs index 1a681d164376..98984258adbe 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Configuration.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Configuration.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Linq; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/GUI/GUI.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/GUI/GUI.cs index 3d4f506a00aa..a1f1e64559e4 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/GUI/GUI.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/GUI/GUI.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Diagnostics; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/GUI/WPFLogger.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/GUI/WPFLogger.cs index f4ca7bd27a09..cd8a9524689f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/GUI/WPFLogger.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/GUI/WPFLogger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Linq; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/EnumParam.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/EnumParam.cs index 9e8da0d9f84b..f895b27d7ebe 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/EnumParam.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/EnumParam.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/Flag.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/Flag.cs index 23a1adb627c5..4f1c1c803d56 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/Flag.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/Flag.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Linq; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/MultipleChoiceParam.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/MultipleChoiceParam.cs index be627498c8e9..a671ed768d74 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/MultipleChoiceParam.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/MultipleChoiceParam.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/Param.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/Param.cs index 5db4bec6103f..c2ab05827911 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/Param.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/Param.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Windows; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/ParamsDescriptionGroup.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/ParamsDescriptionGroup.cs index cbea26bece21..bc6a97555f0f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/ParamsDescriptionGroup.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/ParamsDescriptionGroup.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/ParamsManager.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/ParamsManager.cs index 17a749a4bc68..ecae9c4f0aca 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/ParamsManager.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/ParamsManager.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using System.Text; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/PathParam.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/PathParam.cs index 230a6d80e800..d3a21e6f7fd3 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/PathParam.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/PathParam.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Windows; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/StringParam.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/StringParam.cs index a9f5b394affd..f155991c284e 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/StringParam.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Params/StringParam.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Windows; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/PdfHelper.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/PdfHelper.cs index 5e49692fe489..bad3fd4b4e57 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/PdfHelper.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/PdfHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Program.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Program.cs index 739afdf646be..3e132b60b242 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Program.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocToolDoxygenInputFilter/Program.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocToolDoxygenInputFilter/Program.cs index 5b96b34f3a0b..039e88261c71 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocToolDoxygenInputFilter/Program.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocToolDoxygenInputFilter/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocToolDoxygenInputFilter/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocToolDoxygenInputFilter/Properties/AssemblyInfo.cs index 1f8b51d1fe62..4140709a7d46 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocToolDoxygenInputFilter/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTool/UnrealDocToolDoxygenInputFilter/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/Program.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/Program.cs index 62d33e8e2a2e..5888f8eb977b 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/Program.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/Properties/AssemblyInfo.cs index 02ae8ea63a84..bd547152b416 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/ReportFile.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/ReportFile.cs index 0644bae9efff..e937adc9e94f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/ReportFile.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/ReportFile.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using Microsoft.VisualBasic.FileIO; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/UDNFilesHelper.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/UDNFilesHelper.cs index 574c0bacecd0..9de0975a761f 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/UDNFilesHelper.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/UDNFilesHelper.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using Perforce.P4; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/WordCountCache.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/WordCountCache.cs index 9a3735e17882..080b5a697777 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/WordCountCache.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/TranslatedWordsCountEstimator/WordCountCache.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Collections.Generic; using Perforce.P4; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/AppSettings.Designer.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/AppSettings.Designer.cs index f43ed37e4977..8c3f379aadeb 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/AppSettings.Designer.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/AppSettings.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealDocTranslator { diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/AppSettings.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/AppSettings.cs index b89b27f14d69..7aa8bda6be27 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/AppSettings.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/AppSettings.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/ListItemViewComparer.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/ListItemViewComparer.cs index 25ee8bd7f7f2..f86f6fd633c6 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/ListItemViewComparer.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/ListItemViewComparer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Logger.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Logger.cs index 35b4959bc41b..f20397a05ec7 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Logger.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Logger.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Diagnostics; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Program.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Program.cs index 617ad12fcb04..6c6dd94092ed 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Program.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Properties/AssemblyInfo.cs index 7c3566b06d7f..8af401cb8936 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/TraceListenerForTextBoxOutput.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/TraceListenerForTextBoxOutput.cs index 7f0e05a34293..abd7d5593f00 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/TraceListenerForTextBoxOutput.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/TraceListenerForTextBoxOutput.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Diagnostics; diff --git a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/UnrealDocTranslatorForm.cs b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/UnrealDocTranslatorForm.cs index b7b7aee95459..0689479f6bcb 100644 --- a/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/UnrealDocTranslatorForm.cs +++ b/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/UnrealDocTranslatorForm.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealFileServer/Private/UnrealFileServer.cpp b/Engine/Source/Programs/UnrealFileServer/Private/UnrealFileServer.cpp index cdf1f1e1c5b5..eb447f2b0158 100644 --- a/Engine/Source/Programs/UnrealFileServer/Private/UnrealFileServer.cpp +++ b/Engine/Source/Programs/UnrealFileServer/Private/UnrealFileServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFileServer.h" diff --git a/Engine/Source/Programs/UnrealFileServer/Private/UnrealFileServer.h b/Engine/Source/Programs/UnrealFileServer/Private/UnrealFileServer.h index a47e43f35f01..e79a4462e1cb 100644 --- a/Engine/Source/Programs/UnrealFileServer/Private/UnrealFileServer.h +++ b/Engine/Source/Programs/UnrealFileServer/Private/UnrealFileServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __UnrealFileServer_h__ diff --git a/Engine/Source/Programs/UnrealFileServer/UnrealFileServer.Build.cs b/Engine/Source/Programs/UnrealFileServer/UnrealFileServer.Build.cs index 55a6af71ac91..e1a989bd35a6 100644 --- a/Engine/Source/Programs/UnrealFileServer/UnrealFileServer.Build.cs +++ b/Engine/Source/Programs/UnrealFileServer/UnrealFileServer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/UnrealFileServer/UnrealFileServer.Target.cs b/Engine/Source/Programs/UnrealFileServer/UnrealFileServer.Target.cs index f3f3035d29f5..9060defb72f0 100644 --- a/Engine/Source/Programs/UnrealFileServer/UnrealFileServer.Target.cs +++ b/Engine/Source/Programs/UnrealFileServer/UnrealFileServer.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/DeployCommand.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Commands/DeployCommand.cpp index 865cae66abfe..bb433da159fc 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/DeployCommand.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/DeployCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "DeployCommand.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/DeployCommand.h b/Engine/Source/Programs/UnrealFrontend/Private/Commands/DeployCommand.h index 0a6f642169d9..e6777d729d04 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/DeployCommand.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/DeployCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchCommand.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchCommand.cpp index 17621786a7dd..5547bd8b273c 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchCommand.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "LaunchCommand.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchCommand.h b/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchCommand.h index b08394bcbad7..45dbb8da1f9a 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchCommand.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchFromProfileCommand.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchFromProfileCommand.cpp index 96507f21c4c7..86a37bfad5d2 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchFromProfileCommand.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchFromProfileCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "LaunchFromProfileCommand.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchFromProfileCommand.h b/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchFromProfileCommand.h index 3db46fa67a13..373dfe2a7356 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchFromProfileCommand.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/LaunchFromProfileCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/PackageCommand.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Commands/PackageCommand.cpp index ef0fd2f8acca..3190224e9c38 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/PackageCommand.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/PackageCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "PackageCommand.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/PackageCommand.h b/Engine/Source/Programs/UnrealFrontend/Private/Commands/PackageCommand.h index 559f75f946a3..2fdc6a4ab774 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/PackageCommand.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/PackageCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsConvertCommand.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsConvertCommand.cpp index fbdabb2c788b..28fec441614d 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsConvertCommand.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsConvertCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "StatsConvertCommand.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsConvertCommand.h b/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsConvertCommand.h index f6fea6b44036..bd4a55d2f6b3 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsConvertCommand.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsConvertCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsDumpMemoryCommand.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsDumpMemoryCommand.cpp index b6f840be70fc..32b8a2c41998 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsDumpMemoryCommand.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsDumpMemoryCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "StatsDumpMemoryCommand.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsDumpMemoryCommand.h b/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsDumpMemoryCommand.h index 1a6a0da3975a..0cbde402fb5e 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsDumpMemoryCommand.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/StatsDumpMemoryCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/UserInterfaceCommand.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Commands/UserInterfaceCommand.cpp index 714ebc32a736..7b5d526c28b0 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/UserInterfaceCommand.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/UserInterfaceCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "AutomationController.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Commands/UserInterfaceCommand.h b/Engine/Source/Programs/UnrealFrontend/Private/Commands/UserInterfaceCommand.h index 28e7e5579929..e15fe3e4e0e3 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Commands/UserInterfaceCommand.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/Commands/UserInterfaceCommand.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Linux/LinuxUnrealFrontendMain.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Linux/LinuxUnrealFrontendMain.cpp index 9cf6192d0c16..4412ad9bbbf1 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Linux/LinuxUnrealFrontendMain.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Linux/LinuxUnrealFrontendMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "UnrealFrontendMain.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Mac/MacUnrealFrontendMain.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Mac/MacUnrealFrontendMain.cpp index 0f6a8dcdb0a4..16b088a0ec98 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Mac/MacUnrealFrontendMain.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Mac/MacUnrealFrontendMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "UnrealFrontendMain.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendMain.cpp b/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendMain.cpp index 32ee58e1e893..4006a239e616 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendMain.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "UnrealFrontendMain.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendMain.h b/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendMain.h index 6b5b0adcabc5..d8c30a40dc04 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendMain.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendMain.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendPrivatePCH.h b/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendPrivatePCH.h index 3a66a851d336..686d7c47d1c7 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendPrivatePCH.h +++ b/Engine/Source/Programs/UnrealFrontend/Private/UnrealFrontendPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealFrontend/Private/Windows/WindowsUnrealFrontendMain.cpp b/Engine/Source/Programs/UnrealFrontend/Private/Windows/WindowsUnrealFrontendMain.cpp index 01d13d25df1e..791db6850278 100644 --- a/Engine/Source/Programs/UnrealFrontend/Private/Windows/WindowsUnrealFrontendMain.cpp +++ b/Engine/Source/Programs/UnrealFrontend/Private/Windows/WindowsUnrealFrontendMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealFrontendPrivatePCH.h" #include "UnrealFrontendMain.h" diff --git a/Engine/Source/Programs/UnrealFrontend/Resources/Windows/UnrealFrontend.rc b/Engine/Source/Programs/UnrealFrontend/Resources/Windows/UnrealFrontend.rc index 5c8bb38c1824..008866d3f9a3 100644 Binary files a/Engine/Source/Programs/UnrealFrontend/Resources/Windows/UnrealFrontend.rc and b/Engine/Source/Programs/UnrealFrontend/Resources/Windows/UnrealFrontend.rc differ diff --git a/Engine/Source/Programs/UnrealFrontend/UnrealFrontend.Build.cs b/Engine/Source/Programs/UnrealFrontend/UnrealFrontend.Build.cs index ac75c1090fbd..65ba4011e646 100644 --- a/Engine/Source/Programs/UnrealFrontend/UnrealFrontend.Build.cs +++ b/Engine/Source/Programs/UnrealFrontend/UnrealFrontend.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/UnrealFrontend/UnrealFrontend.Target.cs b/Engine/Source/Programs/UnrealFrontend/UnrealFrontend.Target.cs index f9001103e0c2..6588b9eabfb4 100644 --- a/Engine/Source/Programs/UnrealFrontend/UnrealFrontend.Target.cs +++ b/Engine/Source/Programs/UnrealFrontend/UnrealFrontend.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/InstallerCustomAction/CustomAction.cs b/Engine/Source/Programs/UnrealGameSync/InstallerCustomAction/CustomAction.cs index a9e4aa85b271..48edef451858 100644 --- a/Engine/Source/Programs/UnrealGameSync/InstallerCustomAction/CustomAction.cs +++ b/Engine/Source/Programs/UnrealGameSync/InstallerCustomAction/CustomAction.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/InstallerCustomAction/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealGameSync/InstallerCustomAction/Properties/AssemblyInfo.cs index 63371ff41fde..bd6faacb6026 100644 --- a/Engine/Source/Programs/UnrealGameSync/InstallerCustomAction/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealGameSync/InstallerCustomAction/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealGameSync/PostBuildInfoTool/Program.cs b/Engine/Source/Programs/UnrealGameSync/PostBuildInfoTool/Program.cs index 3d7e727af86a..4cedda39e1ed 100644 --- a/Engine/Source/Programs/UnrealGameSync/PostBuildInfoTool/Program.cs +++ b/Engine/Source/Programs/UnrealGameSync/PostBuildInfoTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/PostBuildInfoTool/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealGameSync/PostBuildInfoTool/Properties/AssemblyInfo.cs index 82ed86a808eb..a5379df66e2c 100644 --- a/Engine/Source/Programs/UnrealGameSync/PostBuildInfoTool/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealGameSync/PostBuildInfoTool/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ActivationListener.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ActivationListener.cs index 3ecef815fbbe..fbc55d42113d 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ActivationListener.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ActivationListener.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ArchiveManifest.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ArchiveManifest.cs index 7c7bbcc5108b..e2fdf02a7818 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ArchiveManifest.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ArchiveManifest.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/BuildStep.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/BuildStep.cs index 03aff57b7f06..22c46e3fc2d8 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/BuildStep.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/BuildStep.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ChildProcess.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ChildProcess.cs index 41baff09885a..5a1d430c9150 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ChildProcess.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ChildProcess.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using Microsoft.Win32.SafeHandles; using System; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ConfigFile.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ConfigFile.cs index 0ad08cbef0e7..1c7fb3784b14 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ConfigFile.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/ConfigFile.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/BuildListControl.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/BuildListControl.cs index 98c145fd2f2f..03b23484bb77 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/BuildListControl.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/BuildListControl.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/LogControl.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/LogControl.cs index 7b97f587b4a3..41541d487cb0 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/LogControl.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/LogControl.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/LogSplitContainer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/LogSplitContainer.cs index 1068df7bffde..10399592f0e9 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/LogSplitContainer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/LogSplitContainer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/StatusPanel.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/StatusPanel.cs index 10df6b25a1b7..7425cf5b728e 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/StatusPanel.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Controls/StatusPanel.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/DeleteFilesTask.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/DeleteFilesTask.cs index 2d257692d756..332a210faebe 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/DeleteFilesTask.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/DeleteFilesTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/DetectProjectSettingsTask.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/DetectProjectSettingsTask.cs index 498ec3f158c6..67c5c84a5188 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/DetectProjectSettingsTask.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/DetectProjectSettingsTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/EventMonitor.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/EventMonitor.cs index e4efdf51afe2..d6ceb998efe4 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/EventMonitor.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/EventMonitor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Concurrent; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/FileFilter.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/FileFilter.cs index 4b16b3d16f2e..161839c39952 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/FileFilter.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/FileFilter.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/FindFoldersToCleanTask.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/FindFoldersToCleanTask.cs index aed8c4e7664a..b1cb25dd8f6e 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/FindFoldersToCleanTask.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/FindFoldersToCleanTask.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ArgumentsWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ArgumentsWindow.Designer.cs index ab62c8ee460e..800ebf4df848 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ArgumentsWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ArgumentsWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ArgumentsWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ArgumentsWindow.cs index 8823e6189d0c..89c25a098fba 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ArgumentsWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ArgumentsWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/BuildStepWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/BuildStepWindow.Designer.cs index 523112f33b31..1b0865af6149 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/BuildStepWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/BuildStepWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/BuildStepWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/BuildStepWindow.cs index 18f6c1aebf7c..55aeafab7204 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/BuildStepWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/BuildStepWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ChangelistWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ChangelistWindow.Designer.cs index 9d0ff470c7f6..d3b010a4908c 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ChangelistWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ChangelistWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ChangelistWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ChangelistWindow.cs index 9024475eb8c7..044eb8ce33c9 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ChangelistWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ChangelistWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/CleanWorkspaceWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/CleanWorkspaceWindow.Designer.cs index b7eb7b74dc24..3670494a3ba1 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/CleanWorkspaceWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/CleanWorkspaceWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/CleanWorkspaceWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/CleanWorkspaceWindow.cs index 39026f8e03df..4ebc35dd97ac 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/CleanWorkspaceWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/CleanWorkspaceWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ClobberWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ClobberWindow.Designer.cs index 26bb1361e68d..82041ed0f5d0 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ClobberWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ClobberWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ClobberWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ClobberWindow.cs index dd18d75ac9c7..ce9880a11c1c 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ClobberWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ClobberWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/DiagnosticsWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/DiagnosticsWindow.Designer.cs index c3c8e71da4b4..8f18a971fd9f 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/DiagnosticsWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/DiagnosticsWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/DiagnosticsWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/DiagnosticsWindow.cs index 69ff503be4de..29039f76e7ee 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/DiagnosticsWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/DiagnosticsWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/FailedToDeleteWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/FailedToDeleteWindow.Designer.cs index 4d3bd80c5b44..1f7bc44a35d2 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/FailedToDeleteWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/FailedToDeleteWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/FailedToDeleteWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/FailedToDeleteWindow.cs index 08360e0d6b38..0c0136da85b3 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/FailedToDeleteWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/FailedToDeleteWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/LeaveCommentWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/LeaveCommentWindow.Designer.cs index db0aef107ffc..4853175f3423 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/LeaveCommentWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/LeaveCommentWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/LeaveCommentWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/LeaveCommentWindow.cs index 5c799ba46210..af0e980ddabf 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/LeaveCommentWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/LeaveCommentWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/MainWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/MainWindow.Designer.cs index 9bf7ecfe93d1..105ef7e361a4 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/MainWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/MainWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/MainWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/MainWindow.cs index d54a886eaaea..bdd8905b117f 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/MainWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/MainWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModalTaskWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModalTaskWindow.Designer.cs index 40917da83de9..ba262df5d1a0 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModalTaskWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModalTaskWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModalTaskWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModalTaskWindow.cs index 2fdef4c99c29..0bc3f00d6d34 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModalTaskWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModalTaskWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModifyBuildStepsWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModifyBuildStepsWindow.Designer.cs index abcdb25e8760..29bdeef11ee9 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModifyBuildStepsWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModifyBuildStepsWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModifyBuildStepsWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModifyBuildStepsWindow.cs index db2eff7494bb..c9e2f3d8656b 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModifyBuildStepsWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ModifyBuildStepsWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/NotificationWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/NotificationWindow.Designer.cs index a9675fe21dd8..104bef0db2d3 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/NotificationWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/NotificationWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/NotificationWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/NotificationWindow.cs index 48b08cf92cf0..c8b44687532f 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/NotificationWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/NotificationWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ScheduleWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ScheduleWindow.Designer.cs index 2aeacdc7beb9..36a679145eb8 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ScheduleWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ScheduleWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ScheduleWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ScheduleWindow.cs index 6bb5fb9d6959..8d2c02d78488 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ScheduleWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/ScheduleWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/SyncFilter.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/SyncFilter.Designer.cs index 00641683cba5..6786fb91f9dc 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/SyncFilter.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/SyncFilter.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/SyncFilter.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/SyncFilter.cs index 9e3ffccf12ce..bb7408883509 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/SyncFilter.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/SyncFilter.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/VariablesWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/VariablesWindow.Designer.cs index 6a5ba4fe50a2..6bbb32aa77b4 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/VariablesWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/VariablesWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSync { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/VariablesWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/VariablesWindow.cs index a1630f922b1c..45db41cb612a 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/VariablesWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Forms/VariablesWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/OutputAdapters.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/OutputAdapters.cs index dabb9e656ae5..63a41374b955 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/OutputAdapters.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/OutputAdapters.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Perforce.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Perforce.cs index 9e66edb044df..713f7d0003f3 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Perforce.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Perforce.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/PerforceMonitor.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/PerforceMonitor.cs index d874e547e5a5..7808671f5b90 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/PerforceMonitor.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/PerforceMonitor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Concurrent; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Program.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Program.cs index e16e866bf0fa..76c070c68bf2 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Program.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Properties/AssemblyInfo.cs index 380c55bc0854..bded85aa92a5 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("UnrealGameSync")] -[assembly: AssemblyCopyright("Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.")] +[assembly: AssemblyCopyright("Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Taskbar.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Taskbar.cs index 871ac372b293..b2de8ada3744 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Taskbar.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Taskbar.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Telemetry.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Telemetry.cs index 850f323ab393..8fde4a157c8f 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Telemetry.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Telemetry.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Concurrent; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/UpdateMonitor.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/UpdateMonitor.cs index 727b3bd8fea8..8497442a9688 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/UpdateMonitor.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/UpdateMonitor.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/UserSettings.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/UserSettings.cs index 370084e009fe..f643cd51bc6e 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/UserSettings.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/UserSettings.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Utility.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Utility.cs index affeff63715d..83ecfdde0ed1 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Utility.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Utility.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #define USE_NEW_PROCESS_JOBS diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Workspace.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Workspace.cs index 85672bfe024f..143a7656508f 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Workspace.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSync/Workspace.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/Program.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/Program.cs index 188a8e485cd8..f4531f2af22b 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/Program.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/Properties/AssemblyInfo.cs index 6fbdb372302f..8bb52fe28a9e 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; @@ -12,7 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Epic Games, Inc.")] [assembly: AssemblyProduct("UnrealGameSync")] -[assembly: AssemblyCopyright("Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.")] +[assembly: AssemblyCopyright("Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/UpdateErrorWindow.Designer.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/UpdateErrorWindow.Designer.cs index e5bbb885d69c..a26ff3f5c161 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/UpdateErrorWindow.Designer.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/UpdateErrorWindow.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealGameSyncLauncher { diff --git a/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/UpdateErrorWindow.cs b/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/UpdateErrorWindow.cs index c97525e34b83..e55dc90ad6c6 100644 --- a/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/UpdateErrorWindow.cs +++ b/Engine/Source/Programs/UnrealGameSync/UnrealGameSyncLauncher/UpdateErrorWindow.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.cpp index 9dc0dddb5337..7e55a7d5de24 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.h b/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.h index 9a703becee3d..975f6865df49 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/ClassDeclarationMetaData.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/ClassDeclarationMetaData.cpp index cc42cb1be196..cd97aa1dee59 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/ClassDeclarationMetaData.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/ClassDeclarationMetaData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "ParserClass.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/ClassDeclarationMetaData.h b/Engine/Source/Programs/UnrealHeaderTool/Private/ClassDeclarationMetaData.h index 1e9c02dd53b8..a51e087f4be2 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/ClassDeclarationMetaData.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/ClassDeclarationMetaData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/ClassMaps.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/ClassMaps.cpp index 6368a5053599..809aba9a66bc 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/ClassMaps.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/ClassMaps.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/ClassMaps.h b/Engine/Source/Programs/UnrealHeaderTool/Private/ClassMaps.h index 024269337006..5ca19c31293b 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/ClassMaps.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/ClassMaps.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Classes.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/Classes.cpp index 63a577b700b7..28c15798bd3c 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Classes.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Classes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "Classes.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Classes.h b/Engine/Source/Programs/UnrealHeaderTool/Private/Classes.h index c242edf59de1..b9c34d9000b3 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Classes.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Classes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/CodeGenerator.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/CodeGenerator.cpp index 314c90adf5d2..f18cef937236 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/CodeGenerator.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/CodeGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" @@ -2580,7 +2580,7 @@ void FNativeClassHeaderGenerator::ExportClassesFromSourceFileWrapper(FUnrealSour FUHTStringBuilder GeneratedHeaderTextWithCopyright; GeneratedHeaderTextWithCopyright.Log( - TEXT("// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.\r\n") + TEXT("// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.\r\n") TEXT("/*===========================================================================\r\n") TEXT("\tC++ class header boilerplate exported from UnrealHeaderTool.\r\n") TEXT("\tThis is automatically generated by the tools.\r\n") @@ -4919,7 +4919,7 @@ FNativeClassHeaderGenerator::FNativeClassHeaderGenerator( // Write the classes and enums header prefixes. PreHeaderText.Logf( - TEXT("// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.\r\n") + TEXT("// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.\r\n") TEXT("/*===========================================================================\r\n") TEXT("\tC++ class boilerplate exported from UnrealHeaderTool.\r\n") TEXT("\tThis is automatically generated by the tools.\r\n") @@ -5195,7 +5195,7 @@ void FNativeClassHeaderGenerator::ExportGeneratedProto() FUHTStringBuilder ProtoPreamble; ProtoPreamble.Logf( - TEXT("// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.") LINE_TERMINATOR + TEXT("// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.") LINE_TERMINATOR TEXT("/*===========================================================================") LINE_TERMINATOR TEXT(" Purpose: The file defines our Google Protocol Buffers which are used in over ") LINE_TERMINATOR TEXT(" the wire messages between servers as well as between clients and servers.") LINE_TERMINATOR @@ -5236,7 +5236,7 @@ void FNativeClassHeaderGenerator::ExportGeneratedMCP() FUHTStringBuilder MCPPreamble; MCPPreamble.Logf( - TEXT("// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.") LINE_TERMINATOR + TEXT("// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.") LINE_TERMINATOR TEXT("/*===========================================================================") LINE_TERMINATOR TEXT(" Purpose: The file defines java heaers for MCP rpc messages. ") LINE_TERMINATOR TEXT(" DO NOT modify this manually! Edit the corresponding .h files instead!") LINE_TERMINATOR @@ -5274,7 +5274,7 @@ void FNativeClassHeaderGenerator::ExportGeneratedCPP() UE_LOG(LogCompile, Log, TEXT("Autogenerating boilerplate cpp: %s.cpp"), *GeneratedCPPFilenameBase ); GeneratedCPPPreamble.Logf( - TEXT("// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.") LINE_TERMINATOR + TEXT("// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.") LINE_TERMINATOR TEXT("/*===========================================================================") LINE_TERMINATOR TEXT("\tBoilerplate C++ definitions for a single module.") LINE_TERMINATOR TEXT("\tThis is automatically generated by UnrealHeaderTool.") LINE_TERMINATOR diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/GeneratedCodeVersion.h b/Engine/Source/Programs/UnrealHeaderTool/Private/GeneratedCodeVersion.h index 41dbbb1cf666..42ac79e1c4eb 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/GeneratedCodeVersion.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/GeneratedCodeVersion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderParser.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderParser.cpp index d493a27e4236..67cef6af44bc 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderParser.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderParser.h b/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderParser.h index a6eb282506f7..636cbdc7f255 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderParser.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderProvider.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderProvider.cpp index 98c8724e301d..b492446ccd3c 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderProvider.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderProvider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "HeaderProvider.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderProvider.h b/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderProvider.h index 56c147584f72..a5dbde106af3 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderProvider.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/HeaderProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Manifest.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/Manifest.cpp index 6bce3171ea2a..e66258092370 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Manifest.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Manifest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "IScriptGeneratorPluginInterface.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Manifest.h b/Engine/Source/Programs/UnrealHeaderTool/Private/Manifest.h index fde24c0422b1..cff3a0fe313d 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Manifest.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Manifest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealSourceFile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/NativeClassExporter.h b/Engine/Source/Programs/UnrealHeaderTool/Private/NativeClassExporter.h index 230f8a159b81..313c3ebee1d2 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/NativeClassExporter.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/NativeClassExporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/ParserClass.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/ParserClass.cpp index 4987e466a2e3..21c2e90a64e3 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/ParserClass.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/ParserClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "ParserClass.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/ParserClass.h b/Engine/Source/Programs/UnrealHeaderTool/Private/ParserClass.h index 2384f262bb95..e32db300c023 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/ParserClass.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/ParserClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/ParserHelper.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/ParserHelper.cpp index 51a9c8afbfb1..cce666df0637 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/ParserHelper.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/ParserHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/ParserHelper.h b/Engine/Source/Programs/UnrealHeaderTool/Private/ParserHelper.h index b748d6c43897..355864b02e03 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/ParserHelper.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/ParserHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ClassMaps.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Scope.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/Scope.cpp index ac638d701a14..e881617d21e0 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Scope.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Scope.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "ParserHelper.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Scope.h b/Engine/Source/Programs/UnrealHeaderTool/Private/Scope.h index 0fd4a4217de4..67be1ab4d9e3 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Scope.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Scope.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/SimplifiedParsingClassInfo.h b/Engine/Source/Programs/UnrealHeaderTool/Private/SimplifiedParsingClassInfo.h index ada813aeb277..12e17f2984a8 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/SimplifiedParsingClassInfo.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/SimplifiedParsingClassInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/CheckedMetadataSpecifiers.h b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/CheckedMetadataSpecifiers.h index c20c1ae4beaf..e5a03c963534 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/CheckedMetadataSpecifiers.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/CheckedMetadataSpecifiers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/FunctionSpecifiers.h b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/FunctionSpecifiers.h index a48c73e9bad6..63753504b9f6 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/FunctionSpecifiers.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/FunctionSpecifiers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/InterfaceSpecifiers.h b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/InterfaceSpecifiers.h index 841fad28d67a..8a816906656c 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/InterfaceSpecifiers.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/InterfaceSpecifiers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/SpecifierArrays.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/SpecifierArrays.cpp index cc5c09acf088..84bc65eb1e81 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/SpecifierArrays.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/SpecifierArrays.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/StructSpecifiers.h b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/StructSpecifiers.h index 4545f1f95206..1d7cd3912c5d 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/StructSpecifiers.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/StructSpecifiers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/VariableSpecifiers.h b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/VariableSpecifiers.h index 7341b74212f3..1d9a08884d51 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/VariableSpecifiers.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/Specifiers/VariableSpecifiers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/StringUtils.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/StringUtils.cpp index 2638d3259f64..22fc8f905151 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/StringUtils.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/StringUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "StringUtils.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/StringUtils.h b/Engine/Source/Programs/UnrealHeaderTool/Private/StringUtils.h index f52b69b88030..4058fffe0914 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/StringUtils.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/StringUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassArchiveProxy.cpp index fb24ba417242..f54b73c99bca 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassArchiveProxy.h index eb338873f013..010185681411 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/StructArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassMetaDataArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassMetaDataArchiveProxy.cpp index 6d694319dd1a..8a064346e25b 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassMetaDataArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassMetaDataArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/ClassMetaDataArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassMetaDataArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassMetaDataArchiveProxy.h index 576a33d01aae..9f7da90fc25c 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassMetaDataArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ClassMetaDataArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/CompilerMetadataManagerArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/CompilerMetadataManagerArchiveProxy.cpp index b45a8922d075..8757163d6d6c 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/CompilerMetadataManagerArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/CompilerMetadataManagerArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/CompilerMetadataManagerArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/CompilerMetadataManagerArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/CompilerMetadataManagerArchiveProxy.h index 32bcfe11fd42..5dffcc25d56a 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/CompilerMetadataManagerArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/CompilerMetadataManagerArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/ClassMetaDataArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/EnumArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/EnumArchiveProxy.cpp index f25416a6c834..ba677a1a4f5b 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/EnumArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/EnumArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/EnumArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/EnumArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/EnumArchiveProxy.h index 82f03b682f51..5da4eb652e26 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/EnumArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/EnumArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/FieldArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FieldArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FieldArchiveProxy.cpp index 0cc6fa8c4584..795a361ef348 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FieldArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FieldArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/FieldArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FieldArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FieldArchiveProxy.h index 086977907321..2ed3ff7f5bfd 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FieldArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FieldArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/ObjectBaseArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FileScopeArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FileScopeArchiveProxy.cpp index eb2711ada03a..b65f3fe0322f 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FileScopeArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FileScopeArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FileScopeArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FileScopeArchiveProxy.h index 3d07c2f22acb..4335f27bb70d 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FileScopeArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FileScopeArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/ScopeArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FunctionArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FunctionArchiveProxy.cpp index f8bb453cba7d..a701b2999f39 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FunctionArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FunctionArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FunctionArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FunctionArchiveProxy.h index 37c853e7bfbb..de105e162417 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FunctionArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/FunctionArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/StructArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/HeaderProviderArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/HeaderProviderArchiveProxy.cpp index ed6630882e0f..97bf495ad554 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/HeaderProviderArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/HeaderProviderArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/HeaderProviderArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/HeaderProviderArchiveProxy.h index 357bae827c28..20a9a1b4c6cc 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/HeaderProviderArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/HeaderProviderArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ImplementedInterfaceArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ImplementedInterfaceArchiveProxy.cpp index ce302bc187ed..48b64dc46094 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ImplementedInterfaceArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ImplementedInterfaceArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ImplementedInterfaceArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ImplementedInterfaceArchiveProxy.h index 487c000ed4d0..ad32ee553822 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ImplementedInterfaceArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ImplementedInterfaceArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MakefileHelpers.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MakefileHelpers.h index 552487324d91..becd06cb4942 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MakefileHelpers.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MakefileHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/NameArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MetadataArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MetadataArchiveProxy.cpp index 2709cf68e0f0..cc44fa85be34 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MetadataArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MetadataArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MetadataArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MetadataArchiveProxy.h index f5f345e96971..1208984f2c5b 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MetadataArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MetadataArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/ObjectBaseArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.cpp index 92f3be0460f2..fac15648fe2c 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.h index 3797eb53fa20..7f26c64553fa 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/MultipleInheritanceBaseClassArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/NameArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/NameArchiveProxy.cpp index f8c2a25f3ad8..e8c0df05715d 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/NameArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/NameArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/NameArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/NameArchiveProxy.h index ac12e38dd15f..2c94d2ae32a3 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/NameArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/NameArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ObjectBaseArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ObjectBaseArchiveProxy.cpp index 23a0d2514ad3..8b40549aea62 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ObjectBaseArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ObjectBaseArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ObjectBaseArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ObjectBaseArchiveProxy.h index 58b954310b74..de8255efb001 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ObjectBaseArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ObjectBaseArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PackageArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PackageArchiveProxy.cpp index 74f61ec56c8d..f9115c7153a6 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PackageArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PackageArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PackageArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PackageArchiveProxy.h index 37a21df6cfa7..1c0193293778 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PackageArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PackageArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/ObjectBaseArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyArchiveProxy.cpp index 1f1717a9c165..68d2369c4317 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyArchiveProxy.h index c86b598987b0..8d49ca950bfc 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/FieldArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyBaseArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyBaseArchiveProxy.cpp index 750a55d75f0d..60930ac8786d 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyBaseArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyBaseArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyBaseArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyBaseArchiveProxy.h index a075ea78d3ca..e063c8b5656c 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyBaseArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyBaseArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ParserHelper.h" /* See UHTMakefile.h for overview how makefiles work. */ diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyDataArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyDataArchiveProxy.cpp index 4346ff3c13ad..7e7df4f38d95 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyDataArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyDataArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/PropertyDataArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyDataArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyDataArchiveProxy.h index f30fb5fb0abb..deb6f4aa07f1 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyDataArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/PropertyDataArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/TokenDataArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/RepRecordArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/RepRecordArchiveProxy.cpp index 15714c1f6a6f..a757b3f08737 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/RepRecordArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/RepRecordArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/RepRecordArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/RepRecordArchiveProxy.h index ad32570e5f4a..8935b96de51d 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/RepRecordArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/RepRecordArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScopeArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScopeArchiveProxy.cpp index f80f7115657e..acfe4e3e94cb 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScopeArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScopeArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScopeArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScopeArchiveProxy.h index d02cbc583bc5..7352874912dd 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScopeArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScopeArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScriptStructArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScriptStructArchiveProxy.cpp index 269411a7e059..7e55b30e42aa 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScriptStructArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScriptStructArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScriptStructArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScriptStructArchiveProxy.h index 8ef74f85b0c8..ed96ef4e020d 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScriptStructArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/ScriptStructArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/StructArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructArchiveProxy.cpp index acf3e9577104..1669bca5890c 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructArchiveProxy.h index 578a513bd02d..f7debf1e2246 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/FieldArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructDataArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructDataArchiveProxy.cpp index d71d78ee8bbd..747875d9174e 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructDataArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructDataArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/StructDataArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructDataArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructDataArchiveProxy.h index 742cb4277027..34034f42aea3 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructDataArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructDataArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/PropertyDataArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructScopeArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructScopeArchiveProxy.cpp index cd80680d18ac..5fe473fdc0f3 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructScopeArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructScopeArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructScopeArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructScopeArchiveProxy.h index 5f663e82fca9..b7e3de6b6712 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructScopeArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/StructScopeArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/ScopeArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenArchiveProxy.cpp index 3bc57f6cf942..99807e87f186 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/TokenArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenArchiveProxy.h index 59793762affa..d240f2ca5f30 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/PropertyBaseArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenDataArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenDataArchiveProxy.cpp index ec0d7dafd142..5fd916461ecf 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenDataArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenDataArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/TokenArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenDataArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenDataArchiveProxy.h index f7c95411a4c0..076e22747877 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenDataArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TokenDataArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/TokenArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TypeDefinitionInfoMapArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TypeDefinitionInfoMapArchiveProxy.cpp index 3ff0e99ae231..c16a5582c5e0 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TypeDefinitionInfoMapArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TypeDefinitionInfoMapArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" #include "UHTMakefile/TypeDefinitionInfoMapArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TypeDefinitionInfoMapArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TypeDefinitionInfoMapArchiveProxy.h index 221bd8b9449f..510e8ace2437 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TypeDefinitionInfoMapArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/TypeDefinitionInfoMapArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealTypeDefinitionInfo.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefile.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefile.cpp index 68eb2f939ee7..2620e0667148 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefile.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile.h" #include "ClassMaps.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefile.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefile.h index d421fcfcd046..152bacca3aa7 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefile.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/ScriptStructArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileHeaderDescriptor.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileHeaderDescriptor.cpp index 0e8b52ca2708..bc4ee25ec4dd 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileHeaderDescriptor.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileHeaderDescriptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefileHeaderDescriptor.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileHeaderDescriptor.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileHeaderDescriptor.h index 0f51c87517d7..e957cba59c3b 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileHeaderDescriptor.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileHeaderDescriptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileModuleDescriptor.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileModuleDescriptor.cpp index 4d64b495e572..5b8894a38e5b 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileModuleDescriptor.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileModuleDescriptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefileModuleDescriptor.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileModuleDescriptor.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileModuleDescriptor.h index 4da030d4f81a..915ffaa4a07a 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileModuleDescriptor.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UHTMakefileModuleDescriptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UHTMakefile/UHTMakefileHeaderDescriptor.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UnrealSourceFileArchiveProxy.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UnrealSourceFileArchiveProxy.cpp index 30d674f0b97b..e50079853532 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UnrealSourceFileArchiveProxy.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UnrealSourceFileArchiveProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UHTMakefile/UHTMakefile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UnrealSourceFileArchiveProxy.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UnrealSourceFileArchiveProxy.h index edbcf2711410..3a8e72e0d6c7 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UnrealSourceFileArchiveProxy.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UHTMakefile/UnrealSourceFileArchiveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HeaderProviderArchiveProxy.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealHeaderToolMain.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealHeaderToolMain.cpp index 16ed8b51297d..ce40c5c5da76 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealHeaderToolMain.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealHeaderToolMain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealSourceFile.cpp b/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealSourceFile.cpp index 15b964c7d9ae..08dd6c8f29a6 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealSourceFile.cpp +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealSourceFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealHeaderTool.h" #include "UnrealSourceFile.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealSourceFile.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealSourceFile.h index 85b728607391..c21f5ff95937 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealSourceFile.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealSourceFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealTypeDefinitionInfo.h b/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealTypeDefinitionInfo.h index c153147037ad..fac6bd777f03 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealTypeDefinitionInfo.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Private/UnrealTypeDefinitionInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Public/IScriptGeneratorPluginInterface.h b/Engine/Source/Programs/UnrealHeaderTool/Public/IScriptGeneratorPluginInterface.h index 85cfabece24b..ebf68a4d0ccd 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Public/IScriptGeneratorPluginInterface.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Public/IScriptGeneratorPluginInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleManager.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h b/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h index 8555e487a58c..aac4e298b872 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Public/UnrealHeaderTool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __UnrealHeaderTool_h__ diff --git a/Engine/Source/Programs/UnrealHeaderTool/Resources/PCLaunch.rc b/Engine/Source/Programs/UnrealHeaderTool/Resources/PCLaunch.rc index 7b0d3a719f7e..18377c36bfdb 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Resources/PCLaunch.rc +++ b/Engine/Source/Programs/UnrealHeaderTool/Resources/PCLaunch.rc @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include #include "../../../Runtime/Launch/Resources/Version.h" diff --git a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/EnumOnlyHeader.h b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/EnumOnlyHeader.h index df1fc6f47f58..021bdfa6e8be 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/EnumOnlyHeader.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/EnumOnlyHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/StructOnlyHeader.h b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/StructOnlyHeader.h index 9e1752fb1a78..e8a5ddfa2bca 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/StructOnlyHeader.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/StructOnlyHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestDeprecatedObject.h b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestDeprecatedObject.h index e2662242c439..f8f46befa887 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestDeprecatedObject.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestDeprecatedObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestInterface.h b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestInterface.h index a091a56583d0..64f9f003d13d 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestInterface.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestInterfaceObject.h b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestInterfaceObject.h index ab8235a8e7e8..64c843dee923 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestInterfaceObject.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestInterfaceObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestObject.h b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestObject.h index 2786b4381bc5..2f0b07f564bd 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestObject.h +++ b/Engine/Source/Programs/UnrealHeaderTool/Resources/UHTDebugging/TestObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealHeaderTool/UnrealHeaderTool.Build.cs b/Engine/Source/Programs/UnrealHeaderTool/UnrealHeaderTool.Build.cs index 0424c08973aa..dcb321dbd308 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/UnrealHeaderTool.Build.cs +++ b/Engine/Source/Programs/UnrealHeaderTool/UnrealHeaderTool.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/UnrealHeaderTool/UnrealHeaderTool.Target.cs b/Engine/Source/Programs/UnrealHeaderTool/UnrealHeaderTool.Target.cs index 287cf3bca7c2..bc06c3db9ccd 100644 --- a/Engine/Source/Programs/UnrealHeaderTool/UnrealHeaderTool.Target.cs +++ b/Engine/Source/Programs/UnrealHeaderTool/UnrealHeaderTool.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealLightmass/Private/CPUSolver/CPUSolver.cpp b/Engine/Source/Programs/UnrealLightmass/Private/CPUSolver/CPUSolver.cpp index cb68d6fd37a3..d1407d98cd96 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/CPUSolver/CPUSolver.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/CPUSolver/CPUSolver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightmassScene.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/CPUSolver/CPUSolver.h b/Engine/Source/Programs/UnrealLightmass/Private/CPUSolver/CPUSolver.h index e7107bf07b13..6d529c53939e 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/CPUSolver/CPUSolver.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/CPUSolver/CPUSolver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/3DVisualizer.cpp b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/3DVisualizer.cpp index 398ac8fa5cfb..eae37031873f 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/3DVisualizer.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/3DVisualizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/3DVisualizer.h b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/3DVisualizer.h index 2efac1951d2e..b1412ff1d51d 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/3DVisualizer.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/3DVisualizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Exporter.cpp b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Exporter.cpp index 9f4ae0da15c3..b58b5fbbe45f 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Exporter.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Exporter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightmassSwarm.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Exporter.h b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Exporter.h index c6cad6f542c1..c496392e2555 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Exporter.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Exporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Importer.cpp b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Importer.cpp index 31966f70d126..4f044b9e0a9f 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Importer.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Importer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightmassSwarm.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Importer.h b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Importer.h index 87d619644cad..fbbe4683c4f5 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Importer.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Importer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassScene.cpp b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassScene.cpp index 317ffb582a3f..bbba81c3a3f4 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassScene.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassScene.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightmassScene.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassScene.h b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassScene.h index 3847509ce50e..8d94279d63c2 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassScene.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassScene.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassSwarm.cpp b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassSwarm.cpp index a602960461b0..65dd66760be0 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassSwarm.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassSwarm.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightmassSwarm.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassSwarm.h b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassSwarm.h index b09a78f86ecb..8a32938a4e65 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassSwarm.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/LightmassSwarm.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Material.cpp b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Material.cpp index 4112e8311313..107afabbbf83 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Material.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Material.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Material.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Material.h b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Material.h index 7294e1bb9c7b..c987be7ac734 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Material.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Material.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Mesh.cpp b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Mesh.cpp index 185bfad8aae0..c8e98c0f195a 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Mesh.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Mesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Mesh.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Mesh.h b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Mesh.h index d48451a73838..b6f3f3a690c7 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Mesh.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/ImportExport/Mesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnitTest.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnitTest.cpp index 7a328d8bb03a..e3c94d9c59fd 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnitTest.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnitTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "UnitTest.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnitTest.h b/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnitTest.h index b8eaa3191a64..b1fe9e465f36 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnitTest.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnitTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnrealLightmass.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnrealLightmass.cpp index a8b90485a7b0..3af04e5a3660 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnrealLightmass.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Launch/UnrealLightmass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // UnrealLightmass.cpp : Defines the entry point for the console application. // diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Launch/stdafx.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Launch/stdafx.cpp index 67bcea36a55b..bbee4a5c3e2c 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Launch/stdafx.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Launch/stdafx.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // stdafx.cpp : source file that includes just the standard includes // UnrealDawn.pch will be the pre-compiled header diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Launch/stdafx.h b/Engine/Source/Programs/UnrealLightmass/Private/Launch/stdafx.h index f04b668f1148..383a395869e9 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Launch/stdafx.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Launch/stdafx.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BSP.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BSP.cpp index 3c7b90d642aa..e8aaf71b870c 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BSP.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BSP.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Importer.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BSP.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BSP.h index a8e48ec31f99..8e366b245667 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BSP.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BSP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BuildOptions.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BuildOptions.h index 16e40d940a2d..3a1bff2d8145 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BuildOptions.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/BuildOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Cache.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Cache.cpp index 6121dc5e0ee4..bd1fa0131390 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Cache.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Cache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightingSystem.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Cache.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Cache.h index e4f565a4185b..42eb8078f777 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Cache.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Cache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Collision.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Collision.cpp index c33c6f472ec7..a956710a6810 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Collision.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Collision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightingSystem.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Collision.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Collision.h index 65666051fa8e..7fe949283723 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Collision.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Collision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Embree.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Embree.cpp index a57efd1ee1d8..fcdb642618e0 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Embree.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Embree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightingSystem.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Embree.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Embree.h index 034014d65a32..1ac274b85d3b 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Embree.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Embree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FinalGather.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FinalGather.cpp index a984a0ea4d80..648e679837f4 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FinalGather.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FinalGather.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Exporter.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FluidSurface.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FluidSurface.cpp index fd9e360dd4d1..02f26d4da598 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FluidSurface.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FluidSurface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Importer.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FluidSurface.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FluidSurface.h index 94e93efd787d..9fd4e3d4e71c 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FluidSurface.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/FluidSurface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Landscape.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Landscape.cpp index 175f0af5199e..c9fbb0e571ed 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Landscape.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Landscape.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Importer.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Landscape.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Landscape.h index 8f4bb085d3be..d87d961ffe08 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Landscape.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Landscape.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Lighting.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Lighting.h index a19e924f4b3d..76cee229fabd 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Lighting.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Lighting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingMesh.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingMesh.cpp index 9689793865aa..4faaf3379848 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingMesh.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Importer.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingMesh.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingMesh.h index f496a4e65f36..d2735700a6be 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingMesh.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingSystem.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingSystem.cpp index d258a2f2c041..f4edbbc996fd 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingSystem.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingSystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Exporter.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingSystem.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingSystem.h index 44097813dfa3..2cbfc7684c7f 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingSystem.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightingSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightmapData.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightmapData.cpp index 924a3c598f2c..226bd42258d0 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightmapData.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightmapData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Exporter.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightmapData.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightmapData.h index 8b4ff61a80e3..cf457b57228e 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightmapData.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/LightmapData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.cpp index 1526e0f25899..a5888e172cdd 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Importer.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.h index 3702ddc28915..8b61b663bbe6 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/MonteCarlo.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/MonteCarlo.cpp index e92df9af0d54..3bea35acb5a2 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/MonteCarlo.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/MonteCarlo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "MonteCarlo.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/MonteCarlo.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/MonteCarlo.h index 6b31e30c5fd8..a3e733d6ccc1 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/MonteCarlo.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/MonteCarlo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/PhotonMapping.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/PhotonMapping.cpp index 9d998fc5d5a5..bf6775ae63a4 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/PhotonMapping.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/PhotonMapping.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LightingSystem.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/PrecomputedVisibility.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/PrecomputedVisibility.cpp index 2332666e9683..58ba2660732a 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/PrecomputedVisibility.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/PrecomputedVisibility.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Raster.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Raster.h index 95ecfe18af81..bace57c8ce3d 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Raster.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Raster.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/SampleVolume.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/SampleVolume.cpp index f64dc2dee142..0338b7dbded8 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/SampleVolume.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/SampleVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/StaticMesh.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/StaticMesh.cpp index 12c4bf72610f..1cb767eca4ba 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/StaticMesh.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/StaticMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Importer.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/StaticMesh.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/StaticMesh.h index 57a472c6c4af..3b6081534c3d 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/StaticMesh.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/StaticMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Texture.h b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Texture.h index 56f3e494f813..0177c14a56da 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Texture.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/Texture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/TextureMapping.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/TextureMapping.cpp index 5f8a2b031c0a..77ef6f71169b 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/TextureMapping.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/TextureMapping.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "Raster.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/VolumeDistanceField.cpp b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/VolumeDistanceField.cpp index 55821fbe28f0..a56d3d5465ba 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/Lighting/VolumeDistanceField.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/Lighting/VolumeDistanceField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/LMCore.cpp b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/LMCore.cpp index a9bcfbf959e4..9990332b61d8 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/LMCore.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/LMCore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LMCore.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/LMCore.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/LMCore.h index 35686f825b4e..5a48aa6ebc78 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/LMCore.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/LMCore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMCollision.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMCollision.h index 5d4dbbdb4f2d..077283499d89 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMCollision.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMCollision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMath.cpp b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMath.cpp index 696a5bc36c13..1c5ce0ff5646 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMath.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LMCore.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMath.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMath.h index 62c398ab52c4..92c79b16930f 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMath.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMathSSE.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMathSSE.h index 61ca04ecc5fb..112781d2716b 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMathSSE.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMMathSSE.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMOctree.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMOctree.h index 13f3f75d0676..f9a8039d5596 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMOctree.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMOctree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMkDOP.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMkDOP.h index c4dfdc087840..f3fdaea9ace1 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMkDOP.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/LMkDOP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/SFMT.cpp b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/SFMT.cpp index 50290639b48f..b72edd8e3f13 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/SFMT.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Math/SFMT.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SFMT.cpp: Modified version of 'SIMD-oriented Fast Mersenne Twister (SFMT)' version 1.3.3 to work for Lightmass. diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMDebug.cpp b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMDebug.cpp index 227099b6cad5..76162547d593 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMDebug.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMDebug.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "stdafx.h" #include "LMCore.h" diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMDebug.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMDebug.h index aceedb2cef9c..f5742e636969 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMDebug.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMDebug.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMHelpers.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMHelpers.h index 237256c69320..ac9335427291 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMHelpers.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMStats.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMStats.h index 611bdf61b0e1..deb457096b94 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMStats.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMThreading.cpp b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMThreading.cpp index e56c442a4328..2d24ac300edd 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMThreading.cpp +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMThreading.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================ LMThreading.cpp: Threading/process functionality diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMThreading.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMThreading.h index 1e2934cd669a..1905bcf86caf 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMThreading.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Misc/LMThreading.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Templates/LMQueue.h b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Templates/LMQueue.h index 24f18bb0b08e..112a623b48b8 100644 --- a/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Templates/LMQueue.h +++ b/Engine/Source/Programs/UnrealLightmass/Private/LightmassCore/Templates/LMQueue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Public/FluidExport.h b/Engine/Source/Programs/UnrealLightmass/Public/FluidExport.h index c6815088e727..f4caf5e84a34 100644 --- a/Engine/Source/Programs/UnrealLightmass/Public/FluidExport.h +++ b/Engine/Source/Programs/UnrealLightmass/Public/FluidExport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Public/ImportExport.h b/Engine/Source/Programs/UnrealLightmass/Public/ImportExport.h index 46642218205a..5b03a18d90d9 100644 --- a/Engine/Source/Programs/UnrealLightmass/Public/ImportExport.h +++ b/Engine/Source/Programs/UnrealLightmass/Public/ImportExport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Public/LightmassPublic.h b/Engine/Source/Programs/UnrealLightmass/Public/LightmassPublic.h index d30c0977341b..d7e148a22f21 100644 --- a/Engine/Source/Programs/UnrealLightmass/Public/LightmassPublic.h +++ b/Engine/Source/Programs/UnrealLightmass/Public/LightmassPublic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Public/MaterialExport.h b/Engine/Source/Programs/UnrealLightmass/Public/MaterialExport.h index f6975ea14920..00c999a37b37 100644 --- a/Engine/Source/Programs/UnrealLightmass/Public/MaterialExport.h +++ b/Engine/Source/Programs/UnrealLightmass/Public/MaterialExport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Public/MeshExport.h b/Engine/Source/Programs/UnrealLightmass/Public/MeshExport.h index c0d22c0c48e1..beffd1807226 100644 --- a/Engine/Source/Programs/UnrealLightmass/Public/MeshExport.h +++ b/Engine/Source/Programs/UnrealLightmass/Public/MeshExport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Public/SceneExport.h b/Engine/Source/Programs/UnrealLightmass/Public/SceneExport.h index a4c76959fc38..c6b067c86ea2 100644 --- a/Engine/Source/Programs/UnrealLightmass/Public/SceneExport.h +++ b/Engine/Source/Programs/UnrealLightmass/Public/SceneExport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealLightmass/Resources/Resource.rc b/Engine/Source/Programs/UnrealLightmass/Resources/Resource.rc index 19c3d1f8732e..503651d3a8c2 100644 --- a/Engine/Source/Programs/UnrealLightmass/Resources/Resource.rc +++ b/Engine/Source/Programs/UnrealLightmass/Resources/Resource.rc @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Microsoft Visual C++ generated resource script. // diff --git a/Engine/Source/Programs/UnrealLightmass/Resources/resource.h b/Engine/Source/Programs/UnrealLightmass/Resources/resource.h index f32765a6f8b2..31358ec78d08 100644 --- a/Engine/Source/Programs/UnrealLightmass/Resources/resource.h +++ b/Engine/Source/Programs/UnrealLightmass/Resources/resource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. diff --git a/Engine/Source/Programs/UnrealLightmass/UnrealLightmass.Build.cs b/Engine/Source/Programs/UnrealLightmass/UnrealLightmass.Build.cs index 840383ed1a46..82bae2539b0f 100644 --- a/Engine/Source/Programs/UnrealLightmass/UnrealLightmass.Build.cs +++ b/Engine/Source/Programs/UnrealLightmass/UnrealLightmass.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/UnrealLightmass/UnrealLightmass.Target.cs b/Engine/Source/Programs/UnrealLightmass/UnrealLightmass.Target.cs index 4ead8b8d2a79..27cca21b9ed7 100644 --- a/Engine/Source/Programs/UnrealLightmass/UnrealLightmass.Target.cs +++ b/Engine/Source/Programs/UnrealLightmass/UnrealLightmass.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealPak/Private/KeyGenerator.cpp b/Engine/Source/Programs/UnrealPak/Private/KeyGenerator.cpp index 19db6fa37ff0..cbe1822ffa4b 100644 --- a/Engine/Source/Programs/UnrealPak/Private/KeyGenerator.cpp +++ b/Engine/Source/Programs/UnrealPak/Private/KeyGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealPak.h" #include "IPlatformFilePak.h" @@ -256,7 +256,7 @@ void GeneratePrimeNumberTable(int64 MaxValue, const TCHAR* Filename) UE_LOG(LogPakFile, Display, TEXT("Generating prime number table <= %lld: %s."), MaxValue, Filename); - FString PrimeTableString(TEXT("// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.\nint256 PrimeTable[] = \n{\n\t2, ")); + FString PrimeTableString(TEXT("// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.\nint256 PrimeTable[] = \n{\n\t2, ")); int64 PrimeCount = 1; const double StartTime = FPlatformTime::Seconds(); for (int64 SmallNumber = 3; SmallNumber <= MaxValue; SmallNumber += 2) diff --git a/Engine/Source/Programs/UnrealPak/Private/KeyGenerator.h b/Engine/Source/Programs/UnrealPak/Private/KeyGenerator.h index 86cc080714d8..1de9106cbc29 100644 --- a/Engine/Source/Programs/UnrealPak/Private/KeyGenerator.h +++ b/Engine/Source/Programs/UnrealPak/Private/KeyGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Programs/UnrealPak/Private/Primes.inl b/Engine/Source/Programs/UnrealPak/Private/Primes.inl index 8a940898cb2d..e5ccbb35cc64 100644 --- a/Engine/Source/Programs/UnrealPak/Private/Primes.inl +++ b/Engine/Source/Programs/UnrealPak/Private/Primes.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. int256 PrimeTable[] = { 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, diff --git a/Engine/Source/Programs/UnrealPak/Private/SignedArchiveWriter.cpp b/Engine/Source/Programs/UnrealPak/Private/SignedArchiveWriter.cpp index 167f4dcb0524..1672d4eea1be 100644 --- a/Engine/Source/Programs/UnrealPak/Private/SignedArchiveWriter.cpp +++ b/Engine/Source/Programs/UnrealPak/Private/SignedArchiveWriter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealPak.h" #include "IPlatformFilePak.h" diff --git a/Engine/Source/Programs/UnrealPak/Private/SignedArchiveWriter.h b/Engine/Source/Programs/UnrealPak/Private/SignedArchiveWriter.h index 04f0d34139a7..fa350e9c5892 100644 --- a/Engine/Source/Programs/UnrealPak/Private/SignedArchiveWriter.h +++ b/Engine/Source/Programs/UnrealPak/Private/SignedArchiveWriter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Programs/UnrealPak/Private/UnrealPak.cpp b/Engine/Source/Programs/UnrealPak/Private/UnrealPak.cpp index a27970f1a7ee..1e5e3daa3571 100644 --- a/Engine/Source/Programs/UnrealPak/Private/UnrealPak.cpp +++ b/Engine/Source/Programs/UnrealPak/Private/UnrealPak.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealPak.h" #include "RequiredProgramMainCPPInclude.h" diff --git a/Engine/Source/Programs/UnrealPak/Private/UnrealPak.h b/Engine/Source/Programs/UnrealPak/Private/UnrealPak.h index f13dfdae23b4..c47c70daac32 100644 --- a/Engine/Source/Programs/UnrealPak/Private/UnrealPak.h +++ b/Engine/Source/Programs/UnrealPak/Private/UnrealPak.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __UnrealPak_h__ diff --git a/Engine/Source/Programs/UnrealPak/Resources/PCLaunch.rc b/Engine/Source/Programs/UnrealPak/Resources/PCLaunch.rc index 2e0c905e5bbb..6a2e0adccbd7 100644 --- a/Engine/Source/Programs/UnrealPak/Resources/PCLaunch.rc +++ b/Engine/Source/Programs/UnrealPak/Resources/PCLaunch.rc @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include #include "../../../Runtime/Launch/Resources/Version.h" diff --git a/Engine/Source/Programs/UnrealPak/UnrealPak.Build.cs b/Engine/Source/Programs/UnrealPak/UnrealPak.Build.cs index d2005c038849..c9840ec28d81 100644 --- a/Engine/Source/Programs/UnrealPak/UnrealPak.Build.cs +++ b/Engine/Source/Programs/UnrealPak/UnrealPak.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/UnrealPak/UnrealPak.Target.cs b/Engine/Source/Programs/UnrealPak/UnrealPak.Target.cs index 092050067245..6d305635ba39 100644 --- a/Engine/Source/Programs/UnrealPak/UnrealPak.Target.cs +++ b/Engine/Source/Programs/UnrealPak/UnrealPak.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealProjectTemplate/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealProjectTemplate/Properties/AssemblyInfo.cs index 1665e61525ac..d9e1b5bf0f04 100644 --- a/Engine/Source/Programs/UnrealProjectTemplate/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealProjectTemplate/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/AssemblyInfo.cs b/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/AssemblyInfo.cs index 3e49f40d4f06..c3b18c6d9c51 100644 --- a/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/Class1.cs b/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/Class1.cs index d3b4082191a7..7e0106ae335b 100644 --- a/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/Class1.cs +++ b/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/Class1.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/Properties/AssemblyInfo.cs index 8b2e440cbefb..1925ec9f5ca3 100644 --- a/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealProjectTemplate/UE4TemplateProject/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/IWizardImpl.cs b/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/IWizardImpl.cs index 94958a7d02c4..8009850e5ce9 100644 --- a/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/IWizardImpl.cs +++ b/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/IWizardImpl.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/Properties/AssemblyInfo.cs index 10bc26d86fdb..6be2ea59c3f8 100644 --- a/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Resources; diff --git a/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardControl.xaml.cs b/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardControl.xaml.cs index 60fdb8c651d3..41d16416166e 100644 --- a/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardControl.xaml.cs +++ b/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardControl.xaml.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardWindow.xaml.cs b/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardWindow.xaml.cs index 26808dc2919d..7b49a7938649 100644 --- a/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardWindow.xaml.cs +++ b/Engine/Source/Programs/UnrealProjectTemplate/WizardAssembly/WizardWindow.xaml.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Agent.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Agent.cs index 136847472823..a7572b440727 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Agent.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Agent.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/AgentApplication.cs b/Engine/Source/Programs/UnrealSwarm/Agent/AgentApplication.cs index 2661385c56d0..6d5d81611633 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/AgentApplication.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/AgentApplication.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Channels.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Channels.cs index ebd61634e2fd..ee70dc8d7370 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Channels.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Channels.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Connections.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Connections.cs index 3952dce82658..118a09a79cc0 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Connections.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Connections.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Display.Designer.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Display.Designer.cs index 6bac60c784a6..a53a49903034 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Display.Designer.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Display.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace Agent { diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Display.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Display.cs index 991c0fbeed9c..fb0505625aac 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Display.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Display.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Interface.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Interface.cs index 1b19cb76e56d..07eb00e0cf5c 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Interface.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Interface.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Jobs.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Jobs.cs index fb1ffdec05a5..126ec8e575c9 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Jobs.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Jobs.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Messaging.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Messaging.cs index d18f4b96b112..fcbf092458f8 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Messaging.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Messaging.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Progression.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Progression.cs index 6a07f17ffec9..cc6215f578a5 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Progression.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Progression.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Properties/AssemblyInfo.cs index 07a74968b520..99fc38e69bb0 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Properties/Resources.Designer.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Properties/Resources.Designer.cs index 0e60af4a33cf..5d21c2f6c3cf 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Properties/Resources.Designer.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //------------------------------------------------------------------------------ // diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Properties/Settings.Designer.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Properties/Settings.Designer.cs index 75a5359d1bf3..46628ef8150a 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Properties/Settings.Designer.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Properties/Settings.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //------------------------------------------------------------------------------ // diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/SettableOptions.cs b/Engine/Source/Programs/UnrealSwarm/Agent/SettableOptions.cs index 5804c4474091..c9860e61b02a 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/SettableOptions.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/SettableOptions.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealSwarm/Agent/Utils.cs b/Engine/Source/Programs/UnrealSwarm/Agent/Utils.cs index 362487f23c45..1d1dd8c94776 100644 --- a/Engine/Source/Programs/UnrealSwarm/Agent/Utils.cs +++ b/Engine/Source/Programs/UnrealSwarm/Agent/Utils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; diff --git a/Engine/Source/Programs/UnrealSwarm/AgentInterface/AgentInterface.cs b/Engine/Source/Programs/UnrealSwarm/AgentInterface/AgentInterface.cs index 06ab117aa6f4..582f3f11a04b 100644 --- a/Engine/Source/Programs/UnrealSwarm/AgentInterface/AgentInterface.cs +++ b/Engine/Source/Programs/UnrealSwarm/AgentInterface/AgentInterface.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealSwarm/AgentInterface/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealSwarm/AgentInterface/Properties/AssemblyInfo.cs index 31b6e6c694ba..1346a4753537 100644 --- a/Engine/Source/Programs/UnrealSwarm/AgentInterface/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealSwarm/AgentInterface/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/UnrealSwarm/Private/TestHarness.cpp b/Engine/Source/Programs/UnrealSwarm/Private/TestHarness.cpp index ec4a570baea4..07cf085de2da 100644 --- a/Engine/Source/Programs/UnrealSwarm/Private/TestHarness.cpp +++ b/Engine/Source/Programs/UnrealSwarm/Private/TestHarness.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // TestHarness.cpp : Defines the entry point for the console application. diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCommonUtils/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCommonUtils/Properties/AssemblyInfo.cs index 0fbea40d5f39..d870c146303f 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCommonUtils/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCommonUtils/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCommonUtils/Utils.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCommonUtils/Utils.cs index d56c2e48a646..c41d4ca7c0bc 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCommonUtils/Utils.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCommonUtils/Utils.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Coordinator.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Coordinator.cs index 924bd4825da4..bee9ff9a1425 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Coordinator.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Coordinator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Program.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Program.cs index b298857a7014..c507aaa79b16 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Program.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Program.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/AssemblyInfo.cs index bee404b213d5..97fc60506e99 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/Resources.Designer.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/Resources.Designer.cs index f7baa26e4fa1..14b13c6585be 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/Resources.Designer.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //------------------------------------------------------------------------------ // diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/Settings.Designer.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/Settings.Designer.cs index 2bafbc26cc8b..c5ebabdb91c6 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/Settings.Designer.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/Properties/Settings.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //------------------------------------------------------------------------------ // diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.Designer.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.Designer.cs index 9d41df94f685..4262789f1604 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.Designer.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.Designer.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace SwarmCoordinator { diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.cs index 2d65b07c3269..d58fe3d75d9f 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinatorInterface/Properties/AssemblyInfo.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinatorInterface/Properties/AssemblyInfo.cs index 0af15410242c..b98bad4fa141 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinatorInterface/Properties/AssemblyInfo.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinatorInterface/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.Reflection; diff --git a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinatorInterface/SwarmCoordinatorInterface.cs b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinatorInterface/SwarmCoordinatorInterface.cs index 36dce1d678af..2c70b10fa9a9 100644 --- a/Engine/Source/Programs/UnrealSwarm/SwarmCoordinatorInterface/SwarmCoordinatorInterface.cs +++ b/Engine/Source/Programs/UnrealSwarm/SwarmCoordinatorInterface/SwarmCoordinatorInterface.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections; diff --git a/Engine/Source/Programs/UnrealSync/Private/GUI.cpp b/Engine/Source/Programs/UnrealSync/Private/GUI.cpp index 063f4e084a62..17de9e2a84a1 100644 --- a/Engine/Source/Programs/UnrealSync/Private/GUI.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/GUI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealSync.h" #include "SyncingThread.h" diff --git a/Engine/Source/Programs/UnrealSync/Private/GUI.h b/Engine/Source/Programs/UnrealSync/Private/GUI.h index e5ea31de480d..4314b44f92f0 100644 --- a/Engine/Source/Programs/UnrealSync/Private/GUI.h +++ b/Engine/Source/Programs/UnrealSync/Private/GUI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealSync/Private/LabelNameProvider.h b/Engine/Source/Programs/UnrealSync/Private/LabelNameProvider.h index 62412c5f4c79..3139b608f06c 100644 --- a/Engine/Source/Programs/UnrealSync/Private/LabelNameProvider.h +++ b/Engine/Source/Programs/UnrealSync/Private/LabelNameProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealSync/Private/Mac/UnrealSyncMainMac.cpp b/Engine/Source/Programs/UnrealSync/Private/Mac/UnrealSyncMainMac.cpp index 7efa08d7cdaa..9174e7271cf4 100644 --- a/Engine/Source/Programs/UnrealSync/Private/Mac/UnrealSyncMainMac.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/Mac/UnrealSyncMainMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "../UnrealSync.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Programs/UnrealSync/Private/P4DataCache.cpp b/Engine/Source/Programs/UnrealSync/Private/P4DataCache.cpp index 1d798d9318a1..fd566dc2a3c4 100644 --- a/Engine/Source/Programs/UnrealSync/Private/P4DataCache.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/P4DataCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealSync.h" diff --git a/Engine/Source/Programs/UnrealSync/Private/P4DataCache.h b/Engine/Source/Programs/UnrealSync/Private/P4DataCache.h index 81f9347318e4..3460105e7794 100644 --- a/Engine/Source/Programs/UnrealSync/Private/P4DataCache.h +++ b/Engine/Source/Programs/UnrealSync/Private/P4DataCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealSync/Private/P4Env.cpp b/Engine/Source/Programs/UnrealSync/Private/P4Env.cpp index 3be0075def9a..51006894f028 100644 --- a/Engine/Source/Programs/UnrealSync/Private/P4Env.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/P4Env.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealSync.h" diff --git a/Engine/Source/Programs/UnrealSync/Private/P4Env.h b/Engine/Source/Programs/UnrealSync/Private/P4Env.h index 7410ec408ced..3a72574f86cc 100644 --- a/Engine/Source/Programs/UnrealSync/Private/P4Env.h +++ b/Engine/Source/Programs/UnrealSync/Private/P4Env.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealSync/Private/ProcessHelper.cpp b/Engine/Source/Programs/UnrealSync/Private/ProcessHelper.cpp index b28f94e83802..c47bf38d1e7b 100644 --- a/Engine/Source/Programs/UnrealSync/Private/ProcessHelper.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/ProcessHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealSync.h" diff --git a/Engine/Source/Programs/UnrealSync/Private/ProcessHelper.h b/Engine/Source/Programs/UnrealSync/Private/ProcessHelper.h index aade0322ffe6..57af36516e09 100644 --- a/Engine/Source/Programs/UnrealSync/Private/ProcessHelper.h +++ b/Engine/Source/Programs/UnrealSync/Private/ProcessHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealSync/Private/SettingsCache.cpp b/Engine/Source/Programs/UnrealSync/Private/SettingsCache.cpp index 9e1d393c344c..198c8b7d8d14 100644 --- a/Engine/Source/Programs/UnrealSync/Private/SettingsCache.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/SettingsCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealSync.h" #include "SettingsCache.h" diff --git a/Engine/Source/Programs/UnrealSync/Private/SettingsCache.h b/Engine/Source/Programs/UnrealSync/Private/SettingsCache.h index 531bf0db628a..617e3f457099 100644 --- a/Engine/Source/Programs/UnrealSync/Private/SettingsCache.h +++ b/Engine/Source/Programs/UnrealSync/Private/SettingsCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealSync/Private/SyncingThread.cpp b/Engine/Source/Programs/UnrealSync/Private/SyncingThread.cpp index 5d315fa748df..fd9586d43912 100644 --- a/Engine/Source/Programs/UnrealSync/Private/SyncingThread.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/SyncingThread.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealSync.h" diff --git a/Engine/Source/Programs/UnrealSync/Private/SyncingThread.h b/Engine/Source/Programs/UnrealSync/Private/SyncingThread.h index 722627f2b05f..10362f6efc5d 100644 --- a/Engine/Source/Programs/UnrealSync/Private/SyncingThread.h +++ b/Engine/Source/Programs/UnrealSync/Private/SyncingThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealSync/Private/UnrealSync.cpp b/Engine/Source/Programs/UnrealSync/Private/UnrealSync.cpp index 345250f0251f..9cfd577b376f 100644 --- a/Engine/Source/Programs/UnrealSync/Private/UnrealSync.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/UnrealSync.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealSync.h" #include "GUI.h" diff --git a/Engine/Source/Programs/UnrealSync/Private/UnrealSync.h b/Engine/Source/Programs/UnrealSync/Private/UnrealSync.h index a5261fc125ac..30526d2d9514 100644 --- a/Engine/Source/Programs/UnrealSync/Private/UnrealSync.h +++ b/Engine/Source/Programs/UnrealSync/Private/UnrealSync.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Programs/UnrealSync/Private/Windows/UnrealSyncMainWindows.cpp b/Engine/Source/Programs/UnrealSync/Private/Windows/UnrealSyncMainWindows.cpp index 7001c1369b10..c94d805d90c4 100644 --- a/Engine/Source/Programs/UnrealSync/Private/Windows/UnrealSyncMainWindows.cpp +++ b/Engine/Source/Programs/UnrealSync/Private/Windows/UnrealSyncMainWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "../UnrealSync.h" diff --git a/Engine/Source/Programs/UnrealSync/Resources/Windows/UnrealSync.rc b/Engine/Source/Programs/UnrealSync/Resources/Windows/UnrealSync.rc index 86ee602f2094..d478002c082f 100644 Binary files a/Engine/Source/Programs/UnrealSync/Resources/Windows/UnrealSync.rc and b/Engine/Source/Programs/UnrealSync/Resources/Windows/UnrealSync.rc differ diff --git a/Engine/Source/Programs/UnrealSync/UnrealSync.Build.cs b/Engine/Source/Programs/UnrealSync/UnrealSync.Build.cs index 78a00322a257..4553afc5b327 100644 --- a/Engine/Source/Programs/UnrealSync/UnrealSync.Build.cs +++ b/Engine/Source/Programs/UnrealSync/UnrealSync.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Programs/UnrealSync/UnrealSync.Target.cs b/Engine/Source/Programs/UnrealSync/UnrealSync.Target.cs index 8c065e5b89fe..d092e261a8bc 100644 --- a/Engine/Source/Programs/UnrealSync/UnrealSync.Target.cs +++ b/Engine/Source/Programs/UnrealSync/UnrealSync.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealVS/BatchBuilder.cs b/Engine/Source/Programs/UnrealVS/BatchBuilder.cs index d2debdfa0133..04545a016145 100644 --- a/Engine/Source/Programs/UnrealVS/BatchBuilder.cs +++ b/Engine/Source/Programs/UnrealVS/BatchBuilder.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; diff --git a/Engine/Source/Programs/UnrealVS/BatchBuilderToolControl.xaml b/Engine/Source/Programs/UnrealVS/BatchBuilderToolControl.xaml index ecaa93fc82fc..3626ffbfff16 100644 --- a/Engine/Source/Programs/UnrealVS/BatchBuilderToolControl.xaml +++ b/Engine/Source/Programs/UnrealVS/BatchBuilderToolControl.xaml @@ -1,4 +1,4 @@ - + + #include "Misc/App.h" diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformFile.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformFile.cpp index 1787716bc571..a1616febd415 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformFile.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include // flock() diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformMemory.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformMemory.cpp index bd9b7eb395a5..652ce865d9d9 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformMemory.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformMemory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxPlatformMemory.cpp: Linux platform memory functions diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformMisc.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformMisc.cpp index 6f7a509ddb03..3c34d2b9e544 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformMisc.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformMisc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GenericPlatformMisc.cpp: Generic implementations of misc platform functions diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformOutputDevices.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformOutputDevices.cpp index 2ae167658155..24038daae7ae 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformOutputDevices.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformOutputDevices.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxOutputDevices.cpp: Linux implementations of OutputDevices functions diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformOutputDevicesPrivate.h b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformOutputDevicesPrivate.h index 0472e15c242c..6dc526446323 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformOutputDevicesPrivate.h +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformOutputDevicesPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OutputDeviceConsole.h" diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformProcess.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformProcess.cpp index d0142ffbc6dc..1ade52c4db55 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformProcess.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformProcess.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "LinuxPlatformRunnableThread.h" diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformSplash.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformSplash.cpp index 7753c30faacd..43393ed04df5 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformSplash.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformSplash.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ SplashScreen.cpp: Splash screen for game/editor startup @@ -942,7 +942,7 @@ void FLinuxPlatformSplash::Show( ) // Display copyright information in editor splash screen { - const FText CopyrightInfo = NSLOCTEXT( "UnrealEd", "SplashScreen_CopyrightInfo", "Copyright \x00a9 1998-2015 Epic Games, Inc. All rights reserved." ); + const FText CopyrightInfo = NSLOCTEXT( "UnrealEd", "SplashScreen_CopyrightInfo", "Copyright \x00a9 1998-2016 Epic Games, Inc. All rights reserved." ); StartSetSplashText( SplashTextType::CopyrightInfo, CopyrightInfo ); } } diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformStackWalk.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformStackWalk.cpp index 9c5ad14620ba..3ae74cd8f09d 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformStackWalk.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformStackWalk.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxPlatformStackWalk.cpp: Linux implementations of stack walk functions diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformString.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformString.cpp index b19907b0626c..351a7e23af68 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformString.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinuxPlatformString.cpp: Linux implementations of string functions diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformSurvey.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformSurvey.cpp index 974a88141bd6..60a5290b032b 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformSurvey.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformSurvey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformTime.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformTime.cpp index 841d5e1140c6..88b28d5183a9 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformTime.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxPlatformTime.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ApplePlatformTime.mm: Apple implementations of time functions diff --git a/Engine/Source/Runtime/Core/Private/Linux/LinuxWindow.cpp b/Engine/Source/Runtime/Core/Private/Linux/LinuxWindow.cpp index f0e18524070c..02eb80b8773a 100644 --- a/Engine/Source/Runtime/Core/Private/Linux/LinuxWindow.cpp +++ b/Engine/Source/Runtime/Core/Private/Linux/LinuxWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "LinuxWindow.h" diff --git a/Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp b/Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp index f03aae6015c6..623b883a6468 100644 --- a/Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp +++ b/Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "MessageLog.h" diff --git a/Engine/Source/Runtime/Core/Private/Logging/TokenizedMessage.cpp b/Engine/Source/Runtime/Core/Private/Logging/TokenizedMessage.cpp index edd0bfc8167e..620b3bcb8caf 100644 --- a/Engine/Source/Runtime/Core/Private/Logging/TokenizedMessage.cpp +++ b/Engine/Source/Runtime/Core/Private/Logging/TokenizedMessage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "TokenizedMessage.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/CocoaMenu.cpp b/Engine/Source/Runtime/Core/Private/Mac/CocoaMenu.cpp index 21efd4e8759a..9038442e2eeb 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/CocoaMenu.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/CocoaMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "CocoaMenu.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/CocoaTextView.cpp b/Engine/Source/Runtime/Core/Private/Mac/CocoaTextView.cpp index 699d8bfd4b69..3400dd59d3f7 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/CocoaTextView.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/CocoaTextView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "CocoaTextView.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/CocoaThread.cpp b/Engine/Source/Runtime/Core/Private/Mac/CocoaThread.cpp index 7bc4bc9d2d03..33fbc2c813ff 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/CocoaThread.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/CocoaThread.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "CocoaThread.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/CocoaWindow.cpp b/Engine/Source/Runtime/Core/Private/Mac/CocoaWindow.cpp index 45ecf7a2fcb3..6c339b767267 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/CocoaWindow.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/CocoaWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "CocoaWindow.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/HIDInputInterface.cpp b/Engine/Source/Runtime/Core/Private/Mac/HIDInputInterface.cpp index a5a904f6496e..bd79aa55baa0 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/HIDInputInterface.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/HIDInputInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "HIDInputInterface.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/HIDInputInterface.h b/Engine/Source/Runtime/Core/Private/Mac/HIDInputInterface.h index 6f3fa3b09cee..5c7624033956 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/HIDInputInterface.h +++ b/Engine/Source/Runtime/Core/Private/Mac/HIDInputInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacApplication.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacApplication.cpp index be06c51f8624..532150f45581 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacApplication.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacApplication.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacCursor.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacCursor.cpp index 6c4478fa14d1..ec838a037254 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacCursor.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacCursor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "MacCursor.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacMallocZone.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacMallocZone.cpp index 92474cb14a36..957c73ede165 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacMallocZone.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacMallocZone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "MacMallocZone.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFeedbackContextPrivate.h b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFeedbackContextPrivate.h index c53c19b6a183..b2d410da4edd 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFeedbackContextPrivate.h +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFeedbackContextPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacPlatformFeedbackContextPrivate.h: Unreal Mac user interface interaction. diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFile.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFile.cpp index 95ec2cf871c2..5891d16a0f81 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFile.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFile.h b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFile.h index e9525a310caf..fd4a6f38c809 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFile.h +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMemory.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMemory.cpp index 32505b2372f0..a263a7aa4b80 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMemory.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMemory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacPlatformMemory.cpp: Mac platform memory functions diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMisc.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMisc.cpp index dc1b8c5c4cdc..3e5feeee73b9 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMisc.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformMisc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacPlatformMisc.mm: Mac implementations of misc functions diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformOutputDevices.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformOutputDevices.cpp index cf0a490871cc..5b75bd946740 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformOutputDevices.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformOutputDevices.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacPlatformOutputDevices.mm: Mac implementations of OutputDevices functions diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformOutputDevicesPrivate.h b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformOutputDevicesPrivate.h index 83025e77ccce..7a7b3233bcbb 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformOutputDevicesPrivate.h +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformOutputDevicesPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacPlatformOutputDevicesPrivate.h: Mac implementations of output devices diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformProcess.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformProcess.cpp index fc5e7f5f8ab8..219c3d591895 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformProcess.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformProcess.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MacPlatformProcess.mm: Mac implementations of Process functions diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformSplash.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformSplash.cpp index 32f9b385ae07..c725ba61c4c9 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformSplash.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformSplash.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/App.h" @@ -227,7 +227,7 @@ void FMacPlatformSplash::Show() // Display copyright information in editor splash screen { - const FText CopyrightInfo = NSLOCTEXT( "UnrealEd", "SplashScreen_CopyrightInfo", "Copyright \x00a9 1998-2015 Epic Games, Inc. All rights reserved." ); + const FText CopyrightInfo = NSLOCTEXT( "UnrealEd", "SplashScreen_CopyrightInfo", "Copyright \x00a9 1998-2016 Epic Games, Inc. All rights reserved." ); StartSetSplashText( SplashTextType::CopyrightInfo, CopyrightInfo ); } } diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformSurvey.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformSurvey.cpp index 9a4819c8ac60..c4b12ee14f62 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacPlatformSurvey.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacPlatformSurvey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================= MacPlatformSurvey.mm: Mac OS X platform hardware-survey classes diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacTextInputMethodSystem.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacTextInputMethodSystem.cpp index a5f49438d4ae..864c86755cd4 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacTextInputMethodSystem.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacTextInputMethodSystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Mac/MacWindow.cpp b/Engine/Source/Runtime/Core/Private/Mac/MacWindow.cpp index 319f191bf80f..6744783a6ed8 100644 --- a/Engine/Source/Runtime/Core/Private/Mac/MacWindow.cpp +++ b/Engine/Source/Runtime/Core/Private/Mac/MacWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "MacWindow.h" diff --git a/Engine/Source/Runtime/Core/Private/Math/BasicMathExpressionEvaluator.cpp b/Engine/Source/Runtime/Core/Private/Math/BasicMathExpressionEvaluator.cpp index 32fcce8ef2c5..a0359062fa05 100644 --- a/Engine/Source/Runtime/Core/Private/Math/BasicMathExpressionEvaluator.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/BasicMathExpressionEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "BasicMathExpressionEvaluator.h" diff --git a/Engine/Source/Runtime/Core/Private/Math/Box.cpp b/Engine/Source/Runtime/Core/Private/Math/Box.cpp index 40e3b73fa42f..52f9e1b589f5 100644 --- a/Engine/Source/Runtime/Core/Private/Math/Box.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/Box.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Box.cpp: Implements the FBox class. diff --git a/Engine/Source/Runtime/Core/Private/Math/Box2D.cpp b/Engine/Source/Runtime/Core/Private/Math/Box2D.cpp index c5da8b7907f0..c25f2695d1cc 100644 --- a/Engine/Source/Runtime/Core/Private/Math/Box2D.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/Box2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Box2D.cpp: Implements the FBox2D class. diff --git a/Engine/Source/Runtime/Core/Private/Math/BoxSphereBounds.cpp b/Engine/Source/Runtime/Core/Private/Math/BoxSphereBounds.cpp index be0f8887d96f..c8e77025219a 100644 --- a/Engine/Source/Runtime/Core/Private/Math/BoxSphereBounds.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/BoxSphereBounds.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BoxSphereBounds.cpp: Implements the FBoxSphereBounds structure. diff --git a/Engine/Source/Runtime/Core/Private/Math/Color.cpp b/Engine/Source/Runtime/Core/Private/Math/Color.cpp index d87d275d60f6..fd36aa09153a 100644 --- a/Engine/Source/Runtime/Core/Private/Math/Color.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/Color.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Color.cpp: Unreal color implementation. diff --git a/Engine/Source/Runtime/Core/Private/Math/ColorList.cpp b/Engine/Source/Runtime/Core/Private/Math/ColorList.cpp index bccc93f8f574..1b7072712e1b 100644 --- a/Engine/Source/Runtime/Core/Private/Math/ColorList.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/ColorList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ColorList.cpp: List of common colors implementation. diff --git a/Engine/Source/Runtime/Core/Private/Math/FloatPacker.cpp b/Engine/Source/Runtime/Core/Private/Math/FloatPacker.cpp index 6f0d07f40d15..9bb7e8c0e48b 100644 --- a/Engine/Source/Runtime/Core/Private/Math/FloatPacker.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/FloatPacker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "FloatPacker.h" diff --git a/Engine/Source/Runtime/Core/Private/Math/SHMath.cpp b/Engine/Source/Runtime/Core/Private/Math/SHMath.cpp index b50675e3ae37..29263f4974f2 100644 --- a/Engine/Source/Runtime/Core/Private/Math/SHMath.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/SHMath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Math/Sphere.cpp b/Engine/Source/Runtime/Core/Private/Math/Sphere.cpp index 0a21b481ea46..ed27fb5de261 100644 --- a/Engine/Source/Runtime/Core/Private/Math/Sphere.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/Sphere.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Sphere.cpp: Implements the FSphere class. diff --git a/Engine/Source/Runtime/Core/Private/Math/Transform.cpp b/Engine/Source/Runtime/Core/Private/Math/Transform.cpp index 232fea91d8d1..ae6170cde8ad 100644 --- a/Engine/Source/Runtime/Core/Private/Math/Transform.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/Transform.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Transform.cpp diff --git a/Engine/Source/Runtime/Core/Private/Math/TransformVectorized.cpp b/Engine/Source/Runtime/Core/Private/Math/TransformVectorized.cpp index 78bb1a76879f..6b6ab9bc3004 100644 --- a/Engine/Source/Runtime/Core/Private/Math/TransformVectorized.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/TransformVectorized.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Transform.cpp diff --git a/Engine/Source/Runtime/Core/Private/Math/UnitConversion.cpp b/Engine/Source/Runtime/Core/Private/Math/UnitConversion.cpp index 6eafc8707666..bdee6835416c 100644 --- a/Engine/Source/Runtime/Core/Private/Math/UnitConversion.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/UnitConversion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "UnitConversion.h" diff --git a/Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp b/Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp index b13cb1017637..5f836386ed35 100644 --- a/Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp +++ b/Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnMath.cpp: Unreal math routines diff --git a/Engine/Source/Runtime/Core/Private/Misc/AES.cpp b/Engine/Source/Runtime/Core/Private/Misc/AES.cpp index 69d37023780e..a1972cadd6c5 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/AES.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/AES.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AES.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/App.cpp b/Engine/Source/Runtime/Core/Private/Misc/App.cpp index 80e4d848a74e..14fa7c2fdf53 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/App.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/App.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Runtime/Launch/Resources/Version.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp b/Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp index 5544264145d8..a5b4fc3b3f88 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/Base64.cpp b/Engine/Source/Runtime/Core/Private/Misc/Base64.cpp index 88b66c9b8cd6..872d4efeb2e0 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/Base64.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/Base64.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Base64.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/CString.cpp b/Engine/Source/Runtime/Core/Private/Misc/CString.cpp index 49b0db0adad0..611cd7578eb9 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/CString.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/CString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/CallbackDevice.cpp b/Engine/Source/Runtime/Core/Private/Misc/CallbackDevice.cpp index a252d99c216f..99512b31402d 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/CallbackDevice.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/CallbackDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Core includes. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/Compression.cpp b/Engine/Source/Runtime/Core/Private/Misc/Compression.cpp index d53666da9eeb..64e54d24d09d 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/Compression.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/Compression.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "CompressedGrowableBuffer.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp b/Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp index 23e9823c6ae1..4e22d85bcbc2 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/App.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/ConfigManifest.cpp b/Engine/Source/Runtime/Core/Private/Misc/ConfigManifest.cpp index 0d1e5a4e4e03..4a4d342fdfe6 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/ConfigManifest.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/ConfigManifest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/ConfigManifest.h b/Engine/Source/Runtime/Core/Private/Misc/ConfigManifest.h index 48ce763f91dd..97903cf51669 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/ConfigManifest.h +++ b/Engine/Source/Runtime/Core/Private/Misc/ConfigManifest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/Misc/Core.cpp b/Engine/Source/Runtime/Core/Private/Misc/Core.cpp index 678a2bd43a1f..5a810e19c376 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/Core.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/Core.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/CoreMisc.cpp b/Engine/Source/Runtime/Core/Private/Misc/CoreMisc.cpp index 605fb8359d06..63431337682d 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/CoreMisc.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/CoreMisc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Core includes. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/Crc.cpp b/Engine/Source/Runtime/Core/Private/Misc/Crc.cpp index f6825ce0b06c..cbf4f1f7c3a3 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/Crc.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/Crc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Crc.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/DataCodec.cpp b/Engine/Source/Runtime/Core/Private/Misc/DataCodec.cpp index bc934ab604e3..8111bb4f1cd8 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/DataCodec.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/DataCodec.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "DataCodec.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp b/Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp index e6cf5ecbd821..87b36bbb63f9 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "PropertyPortFlags.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp b/Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp index 838d2060085c..55a1bcf207e9 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "DefaultValueHelper.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/EngineBuildSettings.cpp b/Engine/Source/Runtime/Core/Private/Misc/EngineBuildSettings.cpp index 0645782b5190..2325fa657361 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/EngineBuildSettings.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/EngineBuildSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "EngineBuildSettings.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/EngineVersion.cpp b/Engine/Source/Runtime/Core/Private/Misc/EngineVersion.cpp index 9252adeced66..aba39080231b 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/EngineVersion.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/EngineVersion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "EngineVersion.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/EventPool.cpp b/Engine/Source/Runtime/Core/Private/Misc/EventPool.cpp index 4860f4f75aab..b65794b665eb 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/EventPool.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/EventPool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/EventPool.h b/Engine/Source/Runtime/Core/Private/Misc/EventPool.h index b572c5004879..a320c79be440 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/EventPool.h +++ b/Engine/Source/Runtime/Core/Private/Misc/EventPool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/Misc/ExpressionParser.cpp b/Engine/Source/Runtime/Core/Private/Misc/ExpressionParser.cpp index 58baf64a30de..eacb232e1312 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/ExpressionParser.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/ExpressionParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ExpressionParser.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/ExpressionParserExamples.cpp b/Engine/Source/Runtime/Core/Private/Misc/ExpressionParserExamples.cpp index be3ef61afe96..029d02c4ecd5 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/ExpressionParserExamples.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/ExpressionParserExamples.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Don't include this code in shipping or perf test builds #if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) diff --git a/Engine/Source/Runtime/Core/Private/Misc/FbxErrors.cpp b/Engine/Source/Runtime/Core/Private/Misc/FbxErrors.cpp index 577b85598ae8..a94c252108ce 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/FbxErrors.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/FbxErrors.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "FbxErrors.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/FeedbackContext.cpp b/Engine/Source/Runtime/Core/Private/Misc/FeedbackContext.cpp index 2d5c5e3412fb..9f76afbab487 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/FeedbackContext.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/FeedbackContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "FeedbackContext.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/FeedbackContextMarkup.cpp b/Engine/Source/Runtime/Core/Private/Misc/FeedbackContextMarkup.cpp index 3576a99ef40f..e96cc2e75467 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/FeedbackContextMarkup.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/FeedbackContextMarkup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "FeedbackContextMarkup.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/Guid.cpp b/Engine/Source/Runtime/Core/Private/Misc/Guid.cpp index bdf16f9bca49..fbfedb8170fd 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/Guid.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/Guid.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "PropertyPortFlags.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/GuidGenerator.cpp b/Engine/Source/Runtime/Core/Private/Misc/GuidGenerator.cpp index f041c57ef81d..140f4683f27d 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/GuidGenerator.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/GuidGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/InteractiveProcess.cpp b/Engine/Source/Runtime/Core/Private/Misc/InteractiveProcess.cpp index 6efba8890dac..a673617eb4f6 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/InteractiveProcess.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/InteractiveProcess.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/InteractiveProcess.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/LocalTimestampDirectoryVisitor.cpp b/Engine/Source/Runtime/Core/Private/Misc/LocalTimestampDirectoryVisitor.cpp index 0bce564615fd..84f900a9a1b2 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/LocalTimestampDirectoryVisitor.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/LocalTimestampDirectoryVisitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/LocalTimestampDirectoryVisitor.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/MapErrors.cpp b/Engine/Source/Runtime/Core/Private/Misc/MapErrors.cpp index a1e589c52998..5bac6293ffb3 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/MapErrors.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/MapErrors.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "MapErrors.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/MemStack.cpp b/Engine/Source/Runtime/Core/Private/Misc/MemStack.cpp index b535f0234383..4fd4755c6c2e 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/MemStack.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/MemStack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/MonitoredProcess.cpp b/Engine/Source/Runtime/Core/Private/Misc/MonitoredProcess.cpp index 72405c67f1f6..dcc4e3ca33fa 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/MonitoredProcess.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/MonitoredProcess.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/MonitoredProcess.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/ObjectThumbnail.cpp b/Engine/Source/Runtime/Core/Private/Misc/ObjectThumbnail.cpp index c12bd244aaf3..9145336c9620 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/ObjectThumbnail.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/ObjectThumbnail.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/ObjectThumbnail.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/OutputDevice.cpp b/Engine/Source/Runtime/Core/Private/Misc/OutputDevice.cpp index f623904c2d89..e0623e0c1a43 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/OutputDevice.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/OutputDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/Parse.cpp b/Engine/Source/Runtime/Core/Private/Misc/Parse.cpp index 27bd0402c837..a952fc3050fb 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/Parse.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/Parse.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "LazyPrintf.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/Paths.cpp b/Engine/Source/Runtime/Core/Private/Misc/Paths.cpp index 683ad78f76ce..4c26da717d15 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/Paths.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/Paths.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Core includes. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/RemoteConfigIni.cpp b/Engine/Source/Runtime/Core/Private/Misc/RemoteConfigIni.cpp index 80114c85a901..6a96eea17c81 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/RemoteConfigIni.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/RemoteConfigIni.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/App.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/RocketSupport.cpp b/Engine/Source/Runtime/Core/Private/Misc/RocketSupport.cpp index 2c7b66db54fa..df10c7c793ae 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/RocketSupport.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/RocketSupport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "RocketSupport.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp b/Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp index 76bd1e2da106..7ad9ef0d61f7 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "SecureHash.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/StringFormatter.cpp b/Engine/Source/Runtime/Core/Private/Misc/StringFormatter.cpp index 82781289d83b..ac19924dbb2b 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/StringFormatter.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/StringFormatter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ExpressionParser.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/StringUtility.cpp b/Engine/Source/Runtime/Core/Private/Misc/StringUtility.cpp index bb9c715521b3..dabb44c8b693 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/StringUtility.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/StringUtility.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/TextFilterExpressionEvaluator.cpp b/Engine/Source/Runtime/Core/Private/Misc/TextFilterExpressionEvaluator.cpp index d20de6ed5e0c..158cc200b0c3 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/TextFilterExpressionEvaluator.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/TextFilterExpressionEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "TextFilterExpressionEvaluator.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/TextFilterTests.cpp b/Engine/Source/Runtime/Core/Private/Misc/TextFilterTests.cpp index 37f8ca992391..968c2d1a4f3b 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/TextFilterTests.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/TextFilterTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "TextFilter.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/TextFilterUtils.cpp b/Engine/Source/Runtime/Core/Private/Misc/TextFilterUtils.cpp index bdd31ba2ce72..8b1a1ba0fbf6 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/TextFilterUtils.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/TextFilterUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "TextFilterUtils.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp b/Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp index 609ab1533b16..2e82ee9bdf5d 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "PropertyPortFlags.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/UProjectInfo.cpp b/Engine/Source/Runtime/Core/Private/Misc/UProjectInfo.cpp index 6a50ed0fdae7..17cc09ed0e96 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/UProjectInfo.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/UProjectInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "UProjectInfo.h" diff --git a/Engine/Source/Runtime/Core/Private/Misc/VarargsHelper.h b/Engine/Source/Runtime/Core/Private/Misc/VarargsHelper.h index 00934b3547b9..31002047a69d 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/VarargsHelper.h +++ b/Engine/Source/Runtime/Core/Private/Misc/VarargsHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/Misc/WildcardString.cpp b/Engine/Source/Runtime/Core/Private/Misc/WildcardString.cpp index 4ab5b32de88d..f808e7ffb099 100644 --- a/Engine/Source/Runtime/Core/Private/Misc/WildcardString.cpp +++ b/Engine/Source/Runtime/Core/Private/Misc/WildcardString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/WildcardString.h" diff --git a/Engine/Source/Runtime/Core/Private/Modules/ModuleManager.cpp b/Engine/Source/Runtime/Core/Private/Modules/ModuleManager.cpp index 3694fd264772..0fe8d7ea49a8 100644 --- a/Engine/Source/Runtime/Core/Private/Modules/ModuleManager.cpp +++ b/Engine/Source/Runtime/Core/Private/Modules/ModuleManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ABTesting.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ABTesting.cpp index c90b1746d2b5..ce8dacdf48bb 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ABTesting.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ABTesting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Here are a number of profiling helper functions so we do not have to duplicate a lot of the glue diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/DDCStatsHelper.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/DDCStatsHelper.cpp index 000527779db2..d0dcb368bc66 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/DDCStatsHelper.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/DDCStatsHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ExternalProfiler.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ExternalProfiler.cpp index f7b1053bc71b..86240de9d38b 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ExternalProfiler.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ExternalProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ExternalProfiler.h" diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/MallocProfiler.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/MallocProfiler.cpp index cb1af7360a7c..d4874f77d1bd 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/MallocProfiler.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/MallocProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MallocProfiler.cpp: Memory profiling support. diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ProfilingHelpers.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ProfilingHelpers.cpp index 01a938215cfd..7231dd8c58b9 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ProfilingHelpers.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ProfilingHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Here are a number of profiling helper functions so we do not have to duplicate a lot of the glue diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ScopedDebugInfo.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ScopedDebugInfo.cpp index ef53810ca112..0305d648c9a1 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ScopedDebugInfo.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/ScopedDebugInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScopedDebugInfo.cpp: Scoped debug info implementation. diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/AQtimeExternalProfiler.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/AQtimeExternalProfiler.cpp index 6d85922bc577..0f4c686fb2d9 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/AQtimeExternalProfiler.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/AQtimeExternalProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ExternalProfiler.h" diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/VSPerfExternalProfiler.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/VSPerfExternalProfiler.cpp index edd145fadc0e..2668a87c186f 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/VSPerfExternalProfiler.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/VSPerfExternalProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ExternalProfiler.h" diff --git a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/VTuneExternalProfiler.cpp b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/VTuneExternalProfiler.cpp index 798f3f40d66c..03ef76454954 100644 --- a/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/VTuneExternalProfiler.cpp +++ b/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Windows/VTuneExternalProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ExternalProfiler.h" diff --git a/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp b/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp index 16e44ee14d9e..9480e235d47d 100644 --- a/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp +++ b/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnArchive.cpp: Core archive classes. diff --git a/Engine/Source/Runtime/Core/Private/Serialization/AsyncIOSystemBase.cpp b/Engine/Source/Runtime/Core/Private/Serialization/AsyncIOSystemBase.cpp index 030457b81835..c49ff560fe8b 100644 --- a/Engine/Source/Runtime/Core/Private/Serialization/AsyncIOSystemBase.cpp +++ b/Engine/Source/Runtime/Core/Private/Serialization/AsyncIOSystemBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AsyncIOSystemBase.h: Base implementation of the async IO system diff --git a/Engine/Source/Runtime/Core/Private/Serialization/AsyncIOSystemBase.h b/Engine/Source/Runtime/Core/Private/Serialization/AsyncIOSystemBase.h index 56a5432a488a..58f1f9beea24 100644 --- a/Engine/Source/Runtime/Core/Private/Serialization/AsyncIOSystemBase.h +++ b/Engine/Source/Runtime/Core/Private/Serialization/AsyncIOSystemBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AsyncIOSystemBase.h: Base implementation of the async IO system diff --git a/Engine/Source/Runtime/Core/Private/Serialization/Bitstreams.cpp b/Engine/Source/Runtime/Core/Private/Serialization/Bitstreams.cpp index 32168136dab3..00035634a1b0 100644 --- a/Engine/Source/Runtime/Core/Private/Serialization/Bitstreams.cpp +++ b/Engine/Source/Runtime/Core/Private/Serialization/Bitstreams.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnBits.h: Unreal bitstream manipulation classes. diff --git a/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParser.cpp b/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParser.cpp index 8dcb522a8108..f1600f065f3e 100644 --- a/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParser.cpp +++ b/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "CsvParser.h" diff --git a/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParserTests.cpp b/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParserTests.cpp index 896a5d20be8b..7805917aa934 100644 --- a/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParserTests.cpp +++ b/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParserTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "CsvParser.h" diff --git a/Engine/Source/Runtime/Core/Private/Serialization/CustomVersion.cpp b/Engine/Source/Runtime/Core/Private/Serialization/CustomVersion.cpp index f19bc127a4fe..abf970dea188 100644 --- a/Engine/Source/Runtime/Core/Private/Serialization/CustomVersion.cpp +++ b/Engine/Source/Runtime/Core/Private/Serialization/CustomVersion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CustomVersion.cpp: Unreal custom versioning system. diff --git a/Engine/Source/Runtime/Core/Private/Stats/Stats2.cpp b/Engine/Source/Runtime/Core/Private/Stats/Stats2.cpp index 15a830cf21bb..53a628cd4739 100644 --- a/Engine/Source/Runtime/Core/Private/Stats/Stats2.cpp +++ b/Engine/Source/Runtime/Core/Private/Stats/Stats2.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "StatsData.h" diff --git a/Engine/Source/Runtime/Core/Private/Stats/StatsCommand.cpp b/Engine/Source/Runtime/Core/Private/Stats/StatsCommand.cpp index a803661e7f88..5cac31ba5aec 100644 --- a/Engine/Source/Runtime/Core/Private/Stats/StatsCommand.cpp +++ b/Engine/Source/Runtime/Core/Private/Stats/StatsCommand.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "TaskGraphInterfaces.h" diff --git a/Engine/Source/Runtime/Core/Private/Stats/StatsData.cpp b/Engine/Source/Runtime/Core/Private/Stats/StatsData.cpp index b83a8746c44a..157e3b930c57 100644 --- a/Engine/Source/Runtime/Core/Private/Stats/StatsData.cpp +++ b/Engine/Source/Runtime/Core/Private/Stats/StatsData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #if STATS diff --git a/Engine/Source/Runtime/Core/Private/Stats/StatsFile.cpp b/Engine/Source/Runtime/Core/Private/Stats/StatsFile.cpp index 187021f29e2e..97ada61885bb 100644 --- a/Engine/Source/Runtime/Core/Private/Stats/StatsFile.cpp +++ b/Engine/Source/Runtime/Core/Private/Stats/StatsFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StatsFile.cpp: Implements stats file related functionality. diff --git a/Engine/Source/Runtime/Core/Private/Stats/StatsMallocProfilerProxy.cpp b/Engine/Source/Runtime/Core/Private/Stats/StatsMallocProfilerProxy.cpp index 9d77153de0e0..6545f79e98ba 100644 --- a/Engine/Source/Runtime/Core/Private/Stats/StatsMallocProfilerProxy.cpp +++ b/Engine/Source/Runtime/Core/Private/Stats/StatsMallocProfilerProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Stats/StatsMisc.cpp b/Engine/Source/Runtime/Core/Private/Stats/StatsMisc.cpp index a6f8080c52a2..d41ac260d85e 100644 --- a/Engine/Source/Runtime/Core/Private/Stats/StatsMisc.cpp +++ b/Engine/Source/Runtime/Core/Private/Stats/StatsMisc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Async/AsyncTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Async/AsyncTest.cpp index 27cfc84d9d49..b103e373d16c 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Async/AsyncTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Async/AsyncTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Function.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Async/TaskGraphTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Async/TaskGraphTest.cpp index 05dfa70f532a..0680811cbeed 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Async/TaskGraphTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Async/TaskGraphTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/HAL/PlatformTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/HAL/PlatformTest.cpp index 121f6525aa74..c190ab4026d5 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/HAL/PlatformTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/HAL/PlatformTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/ArchiveTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/ArchiveTest.cpp index 33d0598c685d..28bfca8246cb 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/ArchiveTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/ArchiveTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/DateTimeFormattingRulesTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/DateTimeFormattingRulesTest.cpp index 9e42820d8f47..0683fca620bf 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/DateTimeFormattingRulesTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/DateTimeFormattingRulesTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/ManifestTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/ManifestTest.cpp index 1fc4ede577de..b2f9ea589e2b 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/ManifestTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/ManifestTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/MetadataTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/MetadataTest.cpp index f73aeed33d1c..6b6639d9f69b 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/MetadataTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/MetadataTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/NumberFormatingRulesTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/NumberFormatingRulesTest.cpp index 5617918de579..62435fa236b3 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/NumberFormatingRulesTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/NumberFormatingRulesTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/TextTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/TextTest.cpp index 205503a72860..8ab38582461b 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Internationalization/TextTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Internationalization/TextTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Math/RangeBoundTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Math/RangeBoundTest.cpp index f210bf9721b3..1a7df607bd60 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Math/RangeBoundTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Math/RangeBoundTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Math/RangeSetTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Math/RangeSetTest.cpp index a8f32dfe9d49..446ad54ba54d 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Math/RangeSetTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Math/RangeSetTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Math/RangeTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Math/RangeTest.cpp index cc14aa2e6d39..da8cf8ee0a9e 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Math/RangeTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Math/RangeTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Math/UnitConversionTests.cpp b/Engine/Source/Runtime/Core/Private/Tests/Math/UnitConversionTests.cpp index 9e4cd4c9b22e..cf8346966a06 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Math/UnitConversionTests.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Math/UnitConversionTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "UnitConversion.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Math/UnrealMathTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Math/UnrealMathTest.cpp index a3f63372b1d0..db3d4f65a05e 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Math/UnrealMathTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Math/UnrealMathTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/CircularBufferTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/CircularBufferTest.cpp index bc8aac4d0662..c603e078ebba 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/CircularBufferTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/CircularBufferTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/CircularQueueTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/CircularQueueTest.cpp index d7a5201a12aa..626b4cc11feb 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/CircularQueueTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/CircularQueueTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Containers/CircularQueue.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/DateTimeTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/DateTimeTest.cpp index 6f7fd0f7fcc6..b631a0f91260 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/DateTimeTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/DateTimeTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/FileTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/FileTest.cpp index 94153f57fafc..484a14309eb7 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/FileTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/FileTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/GuidTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/GuidTest.cpp index c481f37f0c57..89621628d03b 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/GuidTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/GuidTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/PathsTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/PathsTest.cpp index d9a15f9e0add..dfae9ac976da 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/PathsTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/PathsTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/QueueTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/QueueTest.cpp index c440f7baf35c..a0a96a45bcf5 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/QueueTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/QueueTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/TimespanTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/TimespanTest.cpp index a37aedf927b9..d3e208d3bd12 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/TimespanTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/TimespanTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Core/Private/Tests/Misc/TypeContainerTest.cpp b/Engine/Source/Runtime/Core/Private/Tests/Misc/TypeContainerTest.cpp index 40f05c5b3050..dd3fe844ff94 100644 --- a/Engine/Source/Runtime/Core/Private/Tests/Misc/TypeContainerTest.cpp +++ b/Engine/Source/Runtime/Core/Private/Tests/Misc/TypeContainerTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if PLATFORM_COMPILER_HAS_VARIADIC_TEMPLATES diff --git a/Engine/Source/Runtime/Core/Private/UObject/ObjectVersion.cpp b/Engine/Source/Runtime/Core/Private/UObject/ObjectVersion.cpp index 3e7cb1fa18e3..f8faa62b8785 100644 --- a/Engine/Source/Runtime/Core/Private/UObject/ObjectVersion.cpp +++ b/Engine/Source/Runtime/Core/Private/UObject/ObjectVersion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObjVer.cpp: Unreal version definitions. diff --git a/Engine/Source/Runtime/Core/Private/UObject/UnrealNames.cpp b/Engine/Source/Runtime/Core/Private/UObject/UnrealNames.cpp index 24027a5ff5bb..b8840fb5fc37 100644 --- a/Engine/Source/Runtime/Core/Private/UObject/UnrealNames.cpp +++ b/Engine/Source/Runtime/Core/Private/UObject/UnrealNames.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTApplication.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTApplication.cpp index a90b975d6049..7b78f4714e5b 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTApplication.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTApplication.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WinRTApplication.h" diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTAtomics.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTAtomics.cpp index 9e544f0ec16a..9576cada3eee 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTAtomics.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTAtomics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTEvent.h b/Engine/Source/Runtime/Core/Private/WinRT/WinRTEvent.h index f480d0d27359..41b913335a9f 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTEvent.h +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTFeedbackContextPrivate.h b/Engine/Source/Runtime/Core/Private/WinRT/WinRTFeedbackContextPrivate.h index 06730a63e657..dca5e98836e0 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTFeedbackContextPrivate.h +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTFeedbackContextPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTFeedbackContextPrivate.h: Unreal WinRT user interface interaction. diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTFile.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTFile.cpp index 7082c3803685..9b8b9e8aba60 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTFile.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTFile.cpp: WinRT implementations of File functions diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTInputInterface.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTInputInterface.cpp index f2ca32bed34e..3c1721fbf415 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTInputInterface.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTInputInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WinRTInputInterface.h" diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTInputInterface.h b/Engine/Source/Runtime/Core/Private/WinRT/WinRTInputInterface.h index e11412d48c20..fcd151ce6c98 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTInputInterface.h +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTInputInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #define MAX_NUM_XINPUT_CONTROLLERS 4 diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTMemory.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTMemory.cpp index ca35c9ede514..521504ea5723 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTMemory.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTMemory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTMemory.cpp: WinRT platform memory functions diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTMisc.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTMisc.cpp index 1fa722d7bd37..ea2369bb8bb8 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTMisc.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTMisc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTMisc.cpp: WinRT implementations of misc functions diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTOutputDevices.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTOutputDevices.cpp index 8c542a6d4c04..d743034ff6a0 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTOutputDevices.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTOutputDevices.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTOutputDevices.cpp: WinRT implementations of OutputDevices functions diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTOutputDevicesPrivate.h b/Engine/Source/Runtime/Core/Private/WinRT/WinRTOutputDevicesPrivate.h index af09e1d47b81..9fa7998ac68f 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTOutputDevicesPrivate.h +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTOutputDevicesPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTOutputDevicesPrivate.h: WinRT implementations of output devices diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTProcess.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTProcess.cpp index 9e400c8bfd4a..3f21f9810713 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTProcess.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTProcess.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTProcess.cpp: WinRT implementations of Process functions diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTRunnableThread.h b/Engine/Source/Runtime/Core/Private/WinRT/WinRTRunnableThread.h index fae8705a65d8..4e64e941867a 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTRunnableThread.h +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTRunnableThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTSplash.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTSplash.cpp index 4d2ac26443b2..04a9be5ba5a1 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTSplash.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTSplash.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTStackWalk.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTStackWalk.cpp index 18ab28b8131a..9ffc197ad5a9 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTStackWalk.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTStackWalk.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTStackWalk.cpp: WinRT implementations of stack walk functions diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTString.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTString.cpp index 74c77a6c71f5..7121ae66f1fd 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTString.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTString.cpp: WinRT implementations of string functions diff --git a/Engine/Source/Runtime/Core/Private/WinRT/WinRTTime.cpp b/Engine/Source/Runtime/Core/Private/WinRT/WinRTTime.cpp index 7eb96c29d2e3..ea0dd4e0f41c 100644 --- a/Engine/Source/Runtime/Core/Private/WinRT/WinRTTime.cpp +++ b/Engine/Source/Runtime/Core/Private/WinRT/WinRTTime.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WinRTTime.cpp: WinRT implementations of time functions diff --git a/Engine/Source/Runtime/Core/Private/Windows/TextStoreACP.cpp b/Engine/Source/Runtime/Core/Private/Windows/TextStoreACP.cpp index 60f39cd182a6..88326b1ac2a9 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/TextStoreACP.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/TextStoreACP.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "TextStoreACP.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsApplication.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsApplication.cpp index 96a5c336c643..679cf9a914f1 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsApplication.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsApplication.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WindowsApplication.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsCriticalSection.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsCriticalSection.cpp index 1582c73e3086..c72f9afa64f9 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsCriticalSection.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsCriticalSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WindowsCriticalSection.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsCursor.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsCursor.cpp index a29374300225..bd86cc3d200b 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsCursor.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsCursor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WindowsCursor.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsEvent.h b/Engine/Source/Runtime/Core/Private/Windows/WindowsEvent.h index f29da011dcab..940f42cb4af5 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsEvent.h +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformAtomics.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformAtomics.cpp index fe0094f1b969..bda0c1f85df7 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformAtomics.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformAtomics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformCrashContext.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformCrashContext.cpp index fe125f751a8a..85149f9fb9e5 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformCrashContext.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformCrashContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "PlatformMallocCrash.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformFeedbackContextPrivate.h b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformFeedbackContextPrivate.h index c1d0c352d872..f125b617d948 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformFeedbackContextPrivate.h +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformFeedbackContextPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformFile.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformFile.cpp index 398cb6e1073d..43f927cbb140 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformFile.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMallocBinned.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMallocBinned.cpp index 77c3e8af5f40..4c374db69d4c 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMallocBinned.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMallocBinned.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMemory.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMemory.cpp index 8597d552d8af..a531537f6b3a 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMemory.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMemory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMisc.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMisc.cpp index f058dfc0cd22..fde872e23e26 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMisc.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMisc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformNamedPipe.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformNamedPipe.cpp index 984ba4ac5890..577a5bad8fd9 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformNamedPipe.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformNamedPipe.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformOutputDevices.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformOutputDevices.cpp index d9ffc6af869f..91b91c7354da 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformOutputDevices.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformOutputDevices.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformOutputDevicesPrivate.h b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformOutputDevicesPrivate.h index ec76e5ce7f95..1bffaaa294fb 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformOutputDevicesPrivate.h +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformOutputDevicesPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Misc/OutputDeviceConsole.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformProcess.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformProcess.cpp index 5a33cb1241f7..73b9a523c4fb 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformProcess.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformProcess.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "EngineVersion.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformSplash.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformSplash.cpp index bbac33977e76..18620b7e39c9 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformSplash.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformSplash.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "Misc/App.h" @@ -636,7 +636,7 @@ void FWindowsPlatformSplash::Show() // Display copyright information in editor splash screen { - const FString CopyrightInfo = NSLOCTEXT( "UnrealEd", "SplashScreen_CopyrightInfo", "Copyright \x00a9 1998-2015 Epic Games, Inc. All rights reserved." ).ToString(); + const FString CopyrightInfo = NSLOCTEXT( "UnrealEd", "SplashScreen_CopyrightInfo", "Copyright \x00a9 1998-2016 Epic Games, Inc. All rights reserved." ).ToString(); StartSetSplashText( SplashTextType::CopyrightInfo, *CopyrightInfo ); } } diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformStackWalk.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformStackWalk.cpp index 50dcfed3eda8..e8e58f0cb964 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformStackWalk.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformStackWalk.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformSurvey.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformSurvey.cpp index 828f84aca8e2..9ac1c3ead5da 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformSurvey.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformSurvey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformTime.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformTime.cpp index 8e4ee3a782b5..2000fff4175f 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformTime.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformTime.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsRunnableThread.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsRunnableThread.cpp index 11b040af7f15..ad60611eb801 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsRunnableThread.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsRunnableThread.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WindowsRunnableThread.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsRunnableThread.h b/Engine/Source/Runtime/Core/Private/Windows/WindowsRunnableThread.h index 883bf7e9e61b..41a39589a5eb 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsRunnableThread.h +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsRunnableThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsTextInputMethodSystem.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsTextInputMethodSystem.cpp index b704e1c3467c..1db9f47ee101 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsTextInputMethodSystem.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsTextInputMethodSystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WindowsTextInputMethodSystem.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/WindowsWindow.cpp b/Engine/Source/Runtime/Core/Private/Windows/WindowsWindow.cpp index b0a42e308eac..49c064ecca20 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/WindowsWindow.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/WindowsWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WindowsWindow.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/XInputInterface.cpp b/Engine/Source/Runtime/Core/Private/Windows/XInputInterface.cpp index 0baf65d1feea..049c45997117 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/XInputInterface.cpp +++ b/Engine/Source/Runtime/Core/Private/Windows/XInputInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "WindowsApplication.h" diff --git a/Engine/Source/Runtime/Core/Private/Windows/XInputInterface.h b/Engine/Source/Runtime/Core/Private/Windows/XInputInterface.h index 6d5d3f4358cf..04917351ca65 100644 --- a/Engine/Source/Runtime/Core/Private/Windows/XInputInterface.h +++ b/Engine/Source/Runtime/Core/Private/Windows/XInputInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericApplicationMessageHandler.h" diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidAffinity.h b/Engine/Source/Runtime/Core/Public/Android/AndroidAffinity.h index 55789d2c6ec7..efa6356a3e0d 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidAffinity.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidAffinity.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= AndroidAffinity.h: Android affinity profile masks definitions. diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidApplication.h b/Engine/Source/Runtime/Core/Public/Android/AndroidApplication.h index e1a3c49d9757..531f2d33d7cf 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidApplication.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidAtomics.h b/Engine/Source/Runtime/Core/Public/Android/AndroidAtomics.h index 7813bae2e50e..50fe1f63555f 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidAtomics.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidAtomics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidCompilerSetup.h b/Engine/Source/Runtime/Core/Public/Android/AndroidCompilerSetup.h index 74fa9df8ca24..5a095bd7ebde 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidCompilerSetup.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidCompilerSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidFile.h b/Engine/Source/Runtime/Core/Public/Android/AndroidFile.h index e34d13a69be0..3201fdf2a3fa 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidFile.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= AndroidFile.h: Android platform File functions diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidIncludes.h b/Engine/Source/Runtime/Core/Public/Android/AndroidIncludes.h index d764f272bede..2533bed3b4fc 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidIncludes.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ AndroidIncludes.h: Includes the platform specific headers for Android diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidInputInterface.h b/Engine/Source/Runtime/Core/Public/Android/AndroidInputInterface.h index 5530485380cf..be5dafb0cfdb 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidInputInterface.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidInputInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidJava.h b/Engine/Source/Runtime/Core/Public/Android/AndroidJava.h index 394f453d9c9f..34e44630a799 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidJava.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidJava.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidJavaMediaPlayer.h b/Engine/Source/Runtime/Core/Public/Android/AndroidJavaMediaPlayer.h index 617d724387f0..a9c0da12815e 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidJavaMediaPlayer.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidJavaMediaPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidJavaMessageBox.h b/Engine/Source/Runtime/Core/Public/Android/AndroidJavaMessageBox.h index 81fd260ba53f..9deb096553f4 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidJavaMessageBox.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidJavaMessageBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidMath.h b/Engine/Source/Runtime/Core/Public/Android/AndroidMath.h index 286c9709b875..87e4b1a1ae83 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidMath.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= AndroidMath.h: KickStart platform Math functions diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidMemory.h b/Engine/Source/Runtime/Core/Public/Android/AndroidMemory.h index e351b6809f64..c2c49a2d11f1 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidMemory.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidMisc.h b/Engine/Source/Runtime/Core/Public/Android/AndroidMisc.h index 56a2bb9f74a5..c0653af01978 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidMisc.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidOutputDevices.h b/Engine/Source/Runtime/Core/Public/Android/AndroidOutputDevices.h index f71494998c7c..1802fbf2e1e8 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatform.h b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatform.h index e9f87e6df9a2..2ed5dcb1327d 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatform.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ AndroidPlatform.h: Setup for the Android platform diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformCompilerPreSetup.h b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformCompilerPreSetup.h index c1fa825a7634..eaefbcdf0392 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformCompilerPreSetup.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformCompilerPreSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformCrashContext.h b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformCrashContext.h index d934cc6f05b0..45b733f6eb8b 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformCrashContext.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformCrashContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformRunnableThread.h b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformRunnableThread.h index 19e38a859338..27f7cc53ef3e 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformRunnableThread.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformRunnableThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= AndroidPlatformRunnableThread.h: Android platform threading functions diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformStackWalk.h b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformStackWalk.h index e7b9b6a7afd3..a868716b4807 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformStackWalk.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidPlatformStackWalk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidProcess.h b/Engine/Source/Runtime/Core/Public/Android/AndroidProcess.h index 3284a4263d07..a2ae3bb8c47e 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidProcess.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidProperties.h b/Engine/Source/Runtime/Core/Public/Android/AndroidProperties.h index b19d2d638b07..a6f8e870ac70 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidProperties.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ AndroidProperties.h - Basic static properties of a platform diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidSplash.h b/Engine/Source/Runtime/Core/Public/Android/AndroidSplash.h index 54f20163fe79..ca74dc5cff43 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidSplash.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= AndroidSplash.h: Android platform splash screen... diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidString.h b/Engine/Source/Runtime/Core/Public/Android/AndroidString.h index 7b501b149e43..4b2f78ccd364 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidString.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidSurvey.h b/Engine/Source/Runtime/Core/Public/Android/AndroidSurvey.h index e851d98fcbb9..dc44d18ae241 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidSurvey.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidSystemIncludes.h b/Engine/Source/Runtime/Core/Public/Android/AndroidSystemIncludes.h index 03c5abff3fcd..d4bf09b5e4b5 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidSystemIncludes.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidSystemIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidTLS.h b/Engine/Source/Runtime/Core/Public/Android/AndroidTLS.h index 889fbb121e53..18ae1a9d6003 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidTLS.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidTLS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidTime.h b/Engine/Source/Runtime/Core/Public/Android/AndroidTime.h index 72fab0bc47d3..c986678db262 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidTime.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Android/AndroidWindow.h b/Engine/Source/Runtime/Core/Public/Android/AndroidWindow.h index 9459558b6e2b..7875270ad57d 100644 --- a/Engine/Source/Runtime/Core/Public/Android/AndroidWindow.h +++ b/Engine/Source/Runtime/Core/Public/Android/AndroidWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformAtomics.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformAtomics.h index c5e61aec36f9..00b525348e08 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformAtomics.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformAtomics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformAtomics.h: Apple platform Atomics functions diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformCrashContext.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformCrashContext.h index c6fb7f2539a3..4345ba26c899 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformCrashContext.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformCrashContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformCrashContext.h: Apple platform crash context declaration diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformFile.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformFile.h index 968af1f4fb15..20a2822f29ef 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformFile.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformFile.h: Apple platform File functions diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformRunnableThread.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformRunnableThread.h index d372d1b24dee..b51d692b77bb 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformRunnableThread.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformRunnableThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformRunnableThread.h: Apple platform threading functions diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformStackWalk.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformStackWalk.h index 0a8318a9dbbe..38a70b7a4e34 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformStackWalk.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformStackWalk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformStackWalk.h: Apple platform stack walk functions diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformString.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformString.h index f37fa80ec497..e78bc6e6c836 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformString.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformString.h: Apple platform string classes, mostly implemented with ANSI C++ diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformSymbolication.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformSymbolication.h index 4b50274739ea..983e2b1bbdbb 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformSymbolication.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformSymbolication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformSymbolication.h: Apple platform implementation of symbolication diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTLS.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTLS.h index d33f9802fe8c..64b61bed0165 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTLS.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTLS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformTLS.h: Apple platform TLS (Thread local storage and thread ID) functions diff --git a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTime.h b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTime.h index 050dad818ee5..b86e4dcdac8e 100644 --- a/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTime.h +++ b/Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= ApplePlatformTime.h: Apple platform Time functions diff --git a/Engine/Source/Runtime/Core/Public/Async/Async.h b/Engine/Source/Runtime/Core/Public/Async/Async.h index 0f646671b9cf..f728715a11d4 100644 --- a/Engine/Source/Runtime/Core/Public/Async/Async.h +++ b/Engine/Source/Runtime/Core/Public/Async/Async.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Async/AsyncResult.h b/Engine/Source/Runtime/Core/Public/Async/AsyncResult.h index ce1a91fe1ef7..7753b6ddba4c 100644 --- a/Engine/Source/Runtime/Core/Public/Async/AsyncResult.h +++ b/Engine/Source/Runtime/Core/Public/Async/AsyncResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Async/AsyncWork.h b/Engine/Source/Runtime/Core/Public/Async/AsyncWork.h index 5b5b31cfbdfd..2a5a421ee865 100644 --- a/Engine/Source/Runtime/Core/Public/Async/AsyncWork.h +++ b/Engine/Source/Runtime/Core/Public/Async/AsyncWork.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AsyncWork.h: Definition of queued work classes diff --git a/Engine/Source/Runtime/Core/Public/Async/Future.h b/Engine/Source/Runtime/Core/Public/Async/Future.h index 2168629d668b..a56221d53996 100644 --- a/Engine/Source/Runtime/Core/Public/Async/Future.h +++ b/Engine/Source/Runtime/Core/Public/Async/Future.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Async/IAsyncProgress.h b/Engine/Source/Runtime/Core/Public/Async/IAsyncProgress.h index 498486536d8f..69775a333b8b 100644 --- a/Engine/Source/Runtime/Core/Public/Async/IAsyncProgress.h +++ b/Engine/Source/Runtime/Core/Public/Async/IAsyncProgress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Async/IAsyncTask.h b/Engine/Source/Runtime/Core/Public/Async/IAsyncTask.h index 1ec4bd7161e1..172d2d571370 100644 --- a/Engine/Source/Runtime/Core/Public/Async/IAsyncTask.h +++ b/Engine/Source/Runtime/Core/Public/Async/IAsyncTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Async/ParallelFor.h b/Engine/Source/Runtime/Core/Public/Async/ParallelFor.h index 9481b542a12d..2914b4652740 100644 --- a/Engine/Source/Runtime/Core/Public/Async/ParallelFor.h +++ b/Engine/Source/Runtime/Core/Public/Async/ParallelFor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParllelFor.h: TaskGraph library diff --git a/Engine/Source/Runtime/Core/Public/Async/PhysXASync.h b/Engine/Source/Runtime/Core/Public/Async/PhysXASync.h index ea5b3bf1a771..0ab8b1218ea8 100644 --- a/Engine/Source/Runtime/Core/Public/Async/PhysXASync.h +++ b/Engine/Source/Runtime/Core/Public/Async/PhysXASync.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h b/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h index bd6ee248baea..85fd7d792547 100644 --- a/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h +++ b/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TaskGraphInterfaces.h: TaskGraph library diff --git a/Engine/Source/Runtime/Core/Public/Containers/Algo/FindSortedStringCaseInsensitive.h b/Engine/Source/Runtime/Core/Public/Containers/Algo/FindSortedStringCaseInsensitive.h index 5db6bed3f9cd..8d796a6a7b10 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Algo/FindSortedStringCaseInsensitive.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Algo/FindSortedStringCaseInsensitive.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/Algo/IsSorted.h b/Engine/Source/Runtime/Core/Public/Containers/Algo/IsSorted.h index c1c92bdf7871..a33b42164e80 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Algo/IsSorted.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Algo/IsSorted.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/Algo/Partition.h b/Engine/Source/Runtime/Core/Public/Containers/Algo/Partition.h index bb273cb02fc8..72c7d6247e0f 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Algo/Partition.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Algo/Partition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/Algo/Reverse.h b/Engine/Source/Runtime/Core/Public/Containers/Algo/Reverse.h index fdaf7ec945ec..5ef1e6c9dd30 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Algo/Reverse.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Algo/Reverse.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/AllocatorFixedSizeFreeList.h b/Engine/Source/Runtime/Core/Public/Containers/AllocatorFixedSizeFreeList.h index 08f5d219c64f..6c7349feb426 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/AllocatorFixedSizeFreeList.h +++ b/Engine/Source/Runtime/Core/Public/Containers/AllocatorFixedSizeFreeList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/Array.h b/Engine/Source/Runtime/Core/Public/Containers/Array.h index 9406f7285b31..44e2dd93eff7 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Array.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Array.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/ArrayBuilder.h b/Engine/Source/Runtime/Core/Public/Containers/ArrayBuilder.h index c1b2716847a1..18865842a82e 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/ArrayBuilder.h +++ b/Engine/Source/Runtime/Core/Public/Containers/ArrayBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/BitArray.h b/Engine/Source/Runtime/Core/Public/Containers/BitArray.h index 33171059f6ee..858e164bd796 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/BitArray.h +++ b/Engine/Source/Runtime/Core/Public/Containers/BitArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h b/Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h index 93a5ee446a03..86ce82e58afa 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h +++ b/Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/CircularBuffer.h b/Engine/Source/Runtime/Core/Public/Containers/CircularBuffer.h index 77e3f85509db..532836ea9932 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/CircularBuffer.h +++ b/Engine/Source/Runtime/Core/Public/Containers/CircularBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h b/Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h index 516a20553b33..e0bf5ca32b79 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h +++ b/Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h b/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h index c6274a0bfe82..adeddfd400c2 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h +++ b/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/ContainersFwd.h b/Engine/Source/Runtime/Core/Public/Containers/ContainersFwd.h index 139a503a177f..97c4cfafcaac 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/ContainersFwd.h +++ b/Engine/Source/Runtime/Core/Public/Containers/ContainersFwd.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/DynamicRHIResourceArray.h b/Engine/Source/Runtime/Core/Public/Containers/DynamicRHIResourceArray.h index a71fb0ba406e..082aba41a86a 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/DynamicRHIResourceArray.h +++ b/Engine/Source/Runtime/Core/Public/Containers/DynamicRHIResourceArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h b/Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h index 207c40e2f05b..461168e4b142 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h +++ b/Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/LazyPrintf.h b/Engine/Source/Runtime/Core/Public/Containers/LazyPrintf.h index 80eade0ba3eb..babe35b0187f 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/LazyPrintf.h +++ b/Engine/Source/Runtime/Core/Public/Containers/LazyPrintf.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/List.h b/Engine/Source/Runtime/Core/Public/Containers/List.h index 47193f99cd77..913b8f86e9f8 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/List.h +++ b/Engine/Source/Runtime/Core/Public/Containers/List.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h b/Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h index 1e7da2e275eb..5ccf8ee59c2c 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h +++ b/Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h b/Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h index f836321580b2..5c80882eaaa8 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h +++ b/Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/LockFreeListImpl.h b/Engine/Source/Runtime/Core/Public/Containers/LockFreeListImpl.h index 191eefc650a1..39dbd6a0e799 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/LockFreeListImpl.h +++ b/Engine/Source/Runtime/Core/Public/Containers/LockFreeListImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/LockFreeVoidPointerListBase.h b/Engine/Source/Runtime/Core/Public/Containers/LockFreeVoidPointerListBase.h index 8287abf3f53d..f40f39ce8fe6 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/LockFreeVoidPointerListBase.h +++ b/Engine/Source/Runtime/Core/Public/Containers/LockFreeVoidPointerListBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/LockFreeVoidPointerListBase128.h b/Engine/Source/Runtime/Core/Public/Containers/LockFreeVoidPointerListBase128.h index a20d81f810d4..aaf11f98215b 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/LockFreeVoidPointerListBase128.h +++ b/Engine/Source/Runtime/Core/Public/Containers/LockFreeVoidPointerListBase128.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/Map.h b/Engine/Source/Runtime/Core/Public/Containers/Map.h index 70425c429173..fcb5c06205d8 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Map.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Map.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/MapBuilder.h b/Engine/Source/Runtime/Core/Public/Containers/MapBuilder.h index 0832caca2dab..60303dfae7cb 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/MapBuilder.h +++ b/Engine/Source/Runtime/Core/Public/Containers/MapBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/Queue.h b/Engine/Source/Runtime/Core/Public/Containers/Queue.h index 2db1864ff2fb..8b56a9fc0bf9 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Queue.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Queue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/ResourceArray.h b/Engine/Source/Runtime/Core/Public/Containers/ResourceArray.h index 5a13f9d2d2ff..104c65f3a859 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/ResourceArray.h +++ b/Engine/Source/Runtime/Core/Public/Containers/ResourceArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/Set.h b/Engine/Source/Runtime/Core/Public/Containers/Set.h index 0cb653e0dea0..028e5af2fa5d 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Set.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Set.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/SparseArray.h b/Engine/Source/Runtime/Core/Public/Containers/SparseArray.h index 852aefb2fc0d..c368ea9d4484 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/SparseArray.h +++ b/Engine/Source/Runtime/Core/Public/Containers/SparseArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/StackTracker.h b/Engine/Source/Runtime/Core/Public/Containers/StackTracker.h index 7cf21e08745e..3ec5b896f3b6 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/StackTracker.h +++ b/Engine/Source/Runtime/Core/Public/Containers/StackTracker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/StaticArray.h b/Engine/Source/Runtime/Core/Public/Containers/StaticArray.h index 9203f48dcd18..e01bf6e619f8 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/StaticArray.h +++ b/Engine/Source/Runtime/Core/Public/Containers/StaticArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/StaticBitArray.h b/Engine/Source/Runtime/Core/Public/Containers/StaticBitArray.h index 78bd307a2deb..9f3cd0b857a4 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/StaticBitArray.h +++ b/Engine/Source/Runtime/Core/Public/Containers/StaticBitArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/StringConv.h b/Engine/Source/Runtime/Core/Public/Containers/StringConv.h index f1daf75bb6e6..6763b55393bf 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/StringConv.h +++ b/Engine/Source/Runtime/Core/Public/Containers/StringConv.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This file contains the classes used when converting strings between // standards (ANSI, UNICODE, etc.) diff --git a/Engine/Source/Runtime/Core/Public/Containers/Ticker.h b/Engine/Source/Runtime/Core/Public/Containers/Ticker.h index ec552a29aaad..5a6aa4ad7cd7 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Ticker.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Ticker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/Union.h b/Engine/Source/Runtime/Core/Public/Containers/Union.h index e4091ad82baa..ac390f6cf30a 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/Union.h +++ b/Engine/Source/Runtime/Core/Public/Containers/Union.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h b/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h index fc1da745faca..a1d681887be8 100644 --- a/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h +++ b/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This needed to be UnrealString.h to avoid conflicting with // the Windows platform SDK string.h diff --git a/Engine/Source/Runtime/Core/Public/Core.h b/Engine/Source/Runtime/Core/Public/Core.h index 9dc1598962ff..3b5adb8b006b 100644 --- a/Engine/Source/Runtime/Core/Public/Core.h +++ b/Engine/Source/Runtime/Core/Public/Core.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/CoreClasses.h b/Engine/Source/Runtime/Core/Public/CoreClasses.h index add7228e7ea8..ce1d0d643933 100644 --- a/Engine/Source/Runtime/Core/Public/CoreClasses.h +++ b/Engine/Source/Runtime/Core/Public/CoreClasses.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*=========================================================================== C++ class boilerplate exported from UnrealHeaderTool. This is automatically generated by the tools. diff --git a/Engine/Source/Runtime/Core/Public/CoreGlobals.h b/Engine/Source/Runtime/Core/Public/CoreGlobals.h index ebfbab00cc74..bd999d42b752 100644 --- a/Engine/Source/Runtime/Core/Public/CoreGlobals.h +++ b/Engine/Source/Runtime/Core/Public/CoreGlobals.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Containers/ContainersFwd.h" #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/Delegates/Delegate.h b/Engine/Source/Runtime/Core/Public/Delegates/Delegate.h index c5d851e821c6..f7a878e1cff3 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/Delegate.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/Delegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h b/Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h index 368ae245f8c6..cab96575f1d7 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateCombinations.h b/Engine/Source/Runtime/Core/Public/Delegates/DelegateCombinations.h index 395715cdd8fb..08bee62acffa 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateCombinations.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateCombinations.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // NOTE: This source file was automatically generated using DelegateHeaderTool diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateCombinations_Variadics.h b/Engine/Source/Runtime/Core/Public/Delegates/DelegateCombinations_Variadics.h index a39f637bee93..6ff1ddd95566 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateCombinations_Variadics.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateCombinations_Variadics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterfaceImpl.inl b/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterfaceImpl.inl index 11a7996d3424..5b77c2074aa2 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterfaceImpl.inl +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterfaceImpl.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Only designed to be included directly by Delegate.h #if !defined( __Delegate_h__ ) || !defined( FUNC_INCLUDING_INLINE_IMPL ) diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterface_Variadics.h b/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterface_Variadics.h index 700b96ea64f5..d0a91127be1b 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterface_Variadics.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterface_Variadics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl.inl b/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl.inl index 3c5748b5f367..10e88ee9f6d0 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl.inl +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ DelegateInstancesImpl.inl: Inline implementation of delegate bindings. diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl_Variadics.inl b/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl_Variadics.inl index e1658392b933..687d70e9cec9 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl_Variadics.inl +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl_Variadics.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ DelegateInstancesImpl.inl: Inline implementation of delegate bindings. diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl b/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl index 2025e3f76caf..e58ff7b64762 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Only designed to be included directly by Delegate.h #if !defined( __Delegate_h__ ) || !defined( FUNC_INCLUDING_INLINE_IMPL ) diff --git a/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl_Variadics.inl b/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl_Variadics.inl index 739e6f1f7b2c..5f1792f8c6b0 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl_Variadics.inl +++ b/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl_Variadics.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Only designed to be included directly by Delegate.h #if !defined( __Delegate_h__ ) || !defined( FUNC_INCLUDING_INLINE_IMPL ) diff --git a/Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h b/Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h index 146944beb72a..1178d4669947 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Delegates/IntegerSequence.h b/Engine/Source/Runtime/Core/Public/Delegates/IntegerSequence.h index d3516a1f19b6..445466c579b1 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/IntegerSequence.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/IntegerSequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h b/Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h index c7156a0a46b9..c37040c663c7 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Delegates/Tuple.h b/Engine/Source/Runtime/Core/Public/Delegates/Tuple.h index a30b846c26bc..f0b5542ee414 100644 --- a/Engine/Source/Runtime/Core/Public/Delegates/Tuple.h +++ b/Engine/Source/Runtime/Core/Public/Delegates/Tuple.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Features/IModularFeature.h b/Engine/Source/Runtime/Core/Public/Features/IModularFeature.h index 4d789cde1623..8284c0c49a3d 100644 --- a/Engine/Source/Runtime/Core/Public/Features/IModularFeature.h +++ b/Engine/Source/Runtime/Core/Public/Features/IModularFeature.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Features/IModularFeatures.h b/Engine/Source/Runtime/Core/Public/Features/IModularFeatures.h index 4bd51edbb6b0..b8696aaea1d4 100644 --- a/Engine/Source/Runtime/Core/Public/Features/IModularFeatures.h +++ b/Engine/Source/Runtime/Core/Public/Features/IModularFeatures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericApplication.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericApplication.h index b865d4271cd5..89a79f397860 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericApplication.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericApplicationMessageHandler.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericApplicationMessageHandler.h index 5d0b83b6f3d8..6d5fcbe16631 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericApplicationMessageHandler.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericApplicationMessageHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatform.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatform.h index a8470d354274..186fc1ea8458 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatform.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAffinity.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAffinity.h index 2323370e5b72..6125f089d4db 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAffinity.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAffinity.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAtomics.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAtomics.h index 7bde903af316..1026fa2fe2d5 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAtomics.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformAtomics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.cpp b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.cpp index 20cd2b63f1c5..964672abaa29 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.cpp +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CorePrivatePCH.h" #include "GenericPlatformChunkInstall.h" diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h index 3cf437c60951..4258556c473d 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCompilerPreSetup.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCompilerPreSetup.h index decc5f8be8ac..b8ea98358727 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCompilerPreSetup.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCompilerPreSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h index ca19243c94e4..99f6372cf11c 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformCrashContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h index 7c5a794e95dd..ceaeced042c4 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFramePacer.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFramePacer.h index 0c86ea44f9a9..0311c0808b07 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFramePacer.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFramePacer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h index 98a435ac1a05..a1f6d8e86117 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h index 1139deddf79e..78e100f5df36 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h index d4748b92edaf..db80616be3c3 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemoryPoolStats.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemoryPoolStats.h index 00c7bcfe6f12..dd4093e27429 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemoryPoolStats.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemoryPoolStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= GenericPlatformMemoryPoolStats.h: Stat definitions for generic memory pools diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h index 6c748dfb9869..8e5548c93c46 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformNamedPipe.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformNamedPipe.h index 696103f511fc..bf00989056af 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformNamedPipe.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformNamedPipe.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformOutputDevices.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformOutputDevices.h index 2e055a49ac0c..3138a571ca55 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h index a764f0a742ca..44a41e9992fb 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProperties.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProperties.h index 5b768bef16ec..647658413bc0 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProperties.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSplash.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSplash.h index 219cd0e80876..4ccb83e443ad 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSplash.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h index d679d1f9fcb3..f2b341c6fe00 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStricmp.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStricmp.h index 68366fdff9ec..b91a630d9876 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStricmp.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStricmp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformString.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformString.h index d1cf137aaa31..6e2b2d792730 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformString.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSurvey.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSurvey.h index 1df1cf70ddff..7dc8d994b9de 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSurvey.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSymbolication.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSymbolication.h index 047fd5a5664f..faa7de298583 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSymbolication.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSymbolication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTLS.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTLS.h index 178f942dfd1b..126cf3b85250 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTLS.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTLS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTime.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTime.h index 1f405abb964c..30110d2387be 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTime.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWindow.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWindow.h index 40716329254f..5e025c6597cd 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWindow.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWindowDefinition.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWindowDefinition.h index ccee2fc5cb26..c1438bc4964a 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWindowDefinition.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWindowDefinition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/ICursor.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/ICursor.h index 0668b2737df9..dd374ab4d23b 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/ICursor.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/ICursor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/IForceFeedbackSystem.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/IForceFeedbackSystem.h index 2badc59889f3..cbb6f50bcfd8 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/IForceFeedbackSystem.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/IForceFeedbackSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/IInputInterface.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/IInputInterface.h index 27076c6f1582..81b728a4adf4 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/IInputInterface.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/IInputInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/ITextInputMethodSystem.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/ITextInputMethodSystem.h index 2b0c903cd2c4..4fc60aa50b15 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/ITextInputMethodSystem.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/ITextInputMethodSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/MicrosoftPlatformString.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/MicrosoftPlatformString.h index 28666bbab21f..bcd108b5b66d 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/MicrosoftPlatformString.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/MicrosoftPlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h b/Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h index 8c3c2983ac84..8e55051d2a7d 100644 --- a/Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h +++ b/Engine/Source/Runtime/Core/Public/GenericPlatform/StandardPlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformStricmp.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/Allocators/CachedOSPageAllocator.h b/Engine/Source/Runtime/Core/Public/HAL/Allocators/CachedOSPageAllocator.h index b1648dc83984..34f7207804ed 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/Allocators/CachedOSPageAllocator.h +++ b/Engine/Source/Runtime/Core/Public/HAL/Allocators/CachedOSPageAllocator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/ConsoleManager.h b/Engine/Source/Runtime/Core/Public/HAL/ConsoleManager.h index 2f4b9120a384..78c764e16c79 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/ConsoleManager.h +++ b/Engine/Source/Runtime/Core/Public/HAL/ConsoleManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/ExceptionHandling.h b/Engine/Source/Runtime/Core/Public/HAL/ExceptionHandling.h index 298f89f4de68..aa00bfd9ab05 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/ExceptionHandling.h +++ b/Engine/Source/Runtime/Core/Public/HAL/ExceptionHandling.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/FeedbackContextAnsi.h b/Engine/Source/Runtime/Core/Public/HAL/FeedbackContextAnsi.h index c08afabffeee..8215ca004b30 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/FeedbackContextAnsi.h +++ b/Engine/Source/Runtime/Core/Public/HAL/FeedbackContextAnsi.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Misc/App.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/FileManager.h b/Engine/Source/Runtime/Core/Public/HAL/FileManager.h index a8483c15876f..4a9fec0851da 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/FileManager.h +++ b/Engine/Source/Runtime/Core/Public/HAL/FileManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformFile.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h b/Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h index 355024f309fe..6454d0af9f95 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h +++ b/Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h b/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h index e3b65a8bfd6f..cd31d3c8a177 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h +++ b/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/IOBase.h b/Engine/Source/Runtime/Core/Public/HAL/IOBase.h index 9f3f0463eec0..48ffa114274b 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/IOBase.h +++ b/Engine/Source/Runtime/Core/Public/HAL/IOBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h index 11350fb908aa..ae0c86f519f3 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h +++ b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileLogWrapper.h b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileLogWrapper.h index 9540cec05dee..bbd1a2936bc9 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileLogWrapper.h +++ b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileLogWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileModule.h b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileModule.h index d11fa0aca484..36e865338a8e 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileModule.h +++ b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h index af4cda955000..cacc371ba12e 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h +++ b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileProfilerWrapper.h b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileProfilerWrapper.h index f149685bac21..5e935564f0e0 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileProfilerWrapper.h +++ b/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileProfilerWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MallocAnsi.h b/Engine/Source/Runtime/Core/Public/HAL/MallocAnsi.h index 1bb77dd00f11..a2745feeaaa2 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MallocAnsi.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MallocAnsi.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MallocBinned.h b/Engine/Source/Runtime/Core/Public/HAL/MallocBinned.h index e8a4724ba7eb..77ec0f64ae84 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MallocBinned.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MallocBinned.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h b/Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h index ab7b74ab2b6a..9f2125c53dea 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MallocDebug.h b/Engine/Source/Runtime/Core/Public/HAL/MallocDebug.h index 9b747aa21644..68d5ae49a2e1 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MallocDebug.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MallocDebug.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MallocJemalloc.h b/Engine/Source/Runtime/Core/Public/HAL/MallocJemalloc.h index a20022ddef3b..2a3e5133a89b 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MallocJemalloc.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MallocJemalloc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MallocTBB.h b/Engine/Source/Runtime/Core/Public/HAL/MallocTBB.h index 0a08f823c884..aab9acd244b9 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MallocTBB.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MallocTBB.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MallocThreadSafeProxy.h b/Engine/Source/Runtime/Core/Public/HAL/MallocThreadSafeProxy.h index 188a3d82f64d..f1830760dd4d 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MallocThreadSafeProxy.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MallocThreadSafeProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h b/Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h index a794dd9f4835..0ca45e7da006 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MemoryBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/MemoryMisc.h b/Engine/Source/Runtime/Core/Public/HAL/MemoryMisc.h index 9d77581ad47d..c2c2d7b9e4cc 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/MemoryMisc.h +++ b/Engine/Source/Runtime/Core/Public/HAL/MemoryMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/OutputDevices.h b/Engine/Source/Runtime/Core/Public/HAL/OutputDevices.h index ace69875c00c..d2758608c9f5 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/OutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/HAL/OutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/PThreadCriticalSection.h b/Engine/Source/Runtime/Core/Public/HAL/PThreadCriticalSection.h index ffe0bbfc3a17..0bee3b79f276 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PThreadCriticalSection.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PThreadCriticalSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/PThreadEvent.h b/Engine/Source/Runtime/Core/Public/HAL/PThreadEvent.h index 8a24c8459295..a808e231bd27 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PThreadEvent.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PThreadEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/Platform.h b/Engine/Source/Runtime/Core/Public/HAL/Platform.h index 98daaa0419bd..e986641e6b3d 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/Platform.h +++ b/Engine/Source/Runtime/Core/Public/HAL/Platform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformAffinity.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformAffinity.h index cd82087918dc..db703876c853 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformAffinity.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformAffinity.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformAtomics.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformAtomics.h index 90d9937f416a..14c149f59820 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformAtomics.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformAtomics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformCodeAnalysis.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformCodeAnalysis.h index 6f851b8e226c..b74a8cf2925f 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformCodeAnalysis.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformCodeAnalysis.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" #include "Misc/CoreMiscDefines.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformFile.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformFile.h index e023ed8aa54c..4c7f8dbcbe48 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformFile.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformFilemanager.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformFilemanager.h index b842ea22ec0b..ae437c733bee 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformFilemanager.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformFilemanager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformFramePacer.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformFramePacer.h index 12a142637e7f..7550315595f4 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformFramePacer.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformFramePacer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformIncludes.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformIncludes.h index 0dd9362200aa..c4081b486567 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformIncludes.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformMallocCrash.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformMallocCrash.h index 627474755612..c8d45627e822 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformMallocCrash.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformMallocCrash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformMath.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformMath.h index 532858157487..1e022dd9744a 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformMath.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformMemory.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformMemory.h index 8f6b71c07cd2..41dd77fd9fec 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformMemory.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformMisc.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformMisc.h index 909ae4be3378..1f71f5fc5869 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformMisc.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformNamedPipe.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformNamedPipe.h index a11e28896b44..52225e42a00c 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformNamedPipe.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformNamedPipe.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformOutputDevices.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformOutputDevices.h index 26293c600ee6..46e81434eb0f 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformProcess.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformProcess.h index 01aee5b669ed..92e8fe76141b 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformProcess.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformProperties.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformProperties.h index 8239d729badb..bfef81ac9e43 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformProperties.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" #include "Misc/Build.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformSplash.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformSplash.h index 5c0f3926588f..ce48730c8027 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformSplash.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformStackWalk.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformStackWalk.h index c2915b011489..029693253269 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformStackWalk.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformStackWalk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformString.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformString.h index 30f8caac2c29..1f8c514974c7 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformString.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformSurvey.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformSurvey.h index 4c5935e8f96c..8094df1aaa2c 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformSurvey.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformTLS.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformTLS.h index 267a40a9bf40..8994f7283f1a 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformTLS.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformTLS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/PlatformTime.h b/Engine/Source/Runtime/Core/Public/HAL/PlatformTime.h index 89a516e9381c..503418254a43 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/PlatformTime.h +++ b/Engine/Source/Runtime/Core/Public/HAL/PlatformTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/HAL/ThreadingBase.h b/Engine/Source/Runtime/Core/Public/HAL/ThreadingBase.h index 1ffa25200300..278d37d64c3e 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/ThreadingBase.h +++ b/Engine/Source/Runtime/Core/Public/HAL/ThreadingBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HAL/UnrealMemory.h b/Engine/Source/Runtime/Core/Public/HAL/UnrealMemory.h index b1c211723ec1..e8cd586fd05b 100644 --- a/Engine/Source/Runtime/Core/Public/HAL/UnrealMemory.h +++ b/Engine/Source/Runtime/Core/Public/HAL/UnrealMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5Application.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5Application.h index d9aba2710f8d..9744a6fc2303 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5Application.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5Application.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5AssertionMacros.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5AssertionMacros.h index 239f8835fbb8..b3279209bc06 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5AssertionMacros.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5AssertionMacros.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5Cursor.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5Cursor.h index 803a32ce86b1..182872965546 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5Cursor.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5Cursor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5DebugLogging.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5DebugLogging.h index e81c56c869c1..a137c2f49383 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5DebugLogging.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5DebugLogging.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5InputInterface.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5InputInterface.h index 79daad9f589f..83a16922c97e 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5InputInterface.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5InputInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5Platform.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5Platform.h index 7a8020e0b090..4fae517a7249 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5Platform.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5Platform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ HTML5Platform.h: Setup for the HTML5 platform diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformAtomics.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformAtomics.h index d0ef29a3996e..0eb80eaaa04c 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformAtomics.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformAtomics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformCompilerPreSetup.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformCompilerPreSetup.h index 09277e2710ac..ff5896b3882f 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformCompilerPreSetup.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformCompilerPreSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformCompilerSetup.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformCompilerSetup.h index f81705277ed2..e9e694c567cd 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformCompilerSetup.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformCompilerSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformIncludes.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformIncludes.h index a83de9361724..fb5b7eb185a3 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformIncludes.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ HTML5Includes.h: Includes the platform specific headers for HTML5 diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMath.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMath.h index c14b5864816d..a63712fbea2b 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMath.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMemory.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMemory.h index 55783232bd24..619cb2fe54ab 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMemory.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMisc.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMisc.h index 11da9ed5f2a0..bef679f20621 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMisc.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformOutputDevices.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformOutputDevices.h index d880499b3bfe..4a9e3a10bf6a 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformProcess.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformProcess.h index 7eff6edb0fb0..e6d52eb2be77 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformProcess.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformProperties.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformProperties.h index cef0fa877cd9..fd973c334d3f 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformProperties.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ HTML5Properties.h - Basic static properties of a platform diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformRunnableThread.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformRunnableThread.h index d08a4b6b76b2..8670013489f6 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformRunnableThread.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformRunnableThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformSplash.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformSplash.h index ebd2856d521b..2ec8f26dc983 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformSplash.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= HTML5Splash.h: HTML5 platform splash screen... diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformStackWalk.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformStackWalk.h index 82f8f2743fdb..25e0a2a94bf6 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformStackWalk.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformStackWalk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformString.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformString.h index 9d092dfabba7..5266e16eef9e 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformString.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformSurvey.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformSurvey.h index 43f5743104b3..fea2095b754e 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformSurvey.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformTLS.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformTLS.h index b4f8ffc40316..861ebf7f9f6b 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformTLS.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformTLS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformTime.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformTime.h index bc9159ebf202..c0447f96204a 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformTime.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5PlatformTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5SystemIncludes.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5SystemIncludes.h index 91797e4f2bdb..8ee78ad7ee4e 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5SystemIncludes.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5SystemIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include diff --git a/Engine/Source/Runtime/Core/Public/HTML5/HTML5Window.h b/Engine/Source/Runtime/Core/Public/HTML5/HTML5Window.h index cd9d995263e8..a72e0cbac977 100644 --- a/Engine/Source/Runtime/Core/Public/HTML5/HTML5Window.h +++ b/Engine/Source/Runtime/Core/Public/HTML5/HTML5Window.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSAppDelegate.h b/Engine/Source/Runtime/Core/Public/IOS/IOSAppDelegate.h index 8a7006f79e3c..9c1041f466b9 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSAppDelegate.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSAppDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSApplication.h b/Engine/Source/Runtime/Core/Public/IOS/IOSApplication.h index 2a0f4b7826ca..88abbb745a08 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSApplication.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSAsyncTask.h b/Engine/Source/Runtime/Core/Public/IOS/IOSAsyncTask.h index f846e983a8ba..77b7719e42e5 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSAsyncTask.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSAsyncTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IPhoneAppDelegate.h: IPhone application class / main loop diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSCommandLineHelper.h b/Engine/Source/Runtime/Core/Public/IOS/IOSCommandLineHelper.h index c813586b41c4..0ab423e1b239 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSCommandLineHelper.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSCommandLineHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSInputInterface.h b/Engine/Source/Runtime/Core/Public/IOS/IOSInputInterface.h index 30f4177e5b7d..04d73e053b43 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSInputInterface.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSInputInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatform.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatform.h index 5442fd876d1a..7da8b876ae23 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatform.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ IOSPlatform.h: Setup for the iOS platform diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformCompilerPreSetup.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformCompilerPreSetup.h index bbc13f864c91..3b427f3a39d9 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformCompilerPreSetup.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformCompilerPreSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformCompilerSetup.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformCompilerSetup.h index a05cb0c0f74e..c4e8374f47d5 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformCompilerSetup.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformCompilerSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= IOSPlatformCompilerSetup.h: pragmas, version checks and other things for the iOS compiler diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformFramePacer.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformFramePacer.h index 1a94c7d9c5e8..6555c8dfb0f6 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformFramePacer.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformFramePacer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformIncludes.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformIncludes.h index c027c63ad9b5..099a72c4a6d8 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformIncludes.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ IOSPlatformIncludes.h: Includes the platform specific headers for iOS diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMath.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMath.h index 6c86c133426e..44f9a9ab4a84 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMath.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= IOSPlatformMath.h: IOS platform Math functions diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMemory.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMemory.h index 39c11adee1b1..345fff114dfd 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMemory.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMisc.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMisc.h index 91399994f023..98acee969b9b 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMisc.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= IOSPlatformMisc.h: iOS platform misc functions diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformOutputDevices.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformOutputDevices.h index 75daca47fede..30736dc1c4d9 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= IOSPlatformOutputDevices.h: iOS platform OutputDevices functions diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformProcess.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformProcess.h index d0e787e42c4d..d1871e2dcc79 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformProcess.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= IOSPlatformProcess.h: iOS platform Process functions diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformProperties.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformProperties.h index 706a26fec406..1d54060a6b28 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformProperties.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ IOSPlatformProperties.h - Basic static properties of a platform diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformSplash.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformSplash.h index 572ed1564b14..31f23f0897d6 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformSplash.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= IOSPlatformSplash.h: iOS platform splash screen... diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformString.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformString.h index 8654e7ef323c..69178f820e8a 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformString.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ IOSPlatformString.h: Additional NSString methods diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformSurvey.h b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformSurvey.h index c035d4ea2f3a..b0b2e6322bad 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformSurvey.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSPlatformSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSSystemIncludes.h b/Engine/Source/Runtime/Core/Public/IOS/IOSSystemIncludes.h index e2996771c3ea..8d2463c44426 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSSystemIncludes.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSSystemIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // Set up compiler pragmas, etc diff --git a/Engine/Source/Runtime/Core/Public/IOS/IOSView.h b/Engine/Source/Runtime/Core/Public/IOS/IOSView.h index d805d4f421bc..3b93cf47139e 100644 --- a/Engine/Source/Runtime/Core/Public/IOS/IOSView.h +++ b/Engine/Source/Runtime/Core/Public/IOS/IOSView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/BreakIterator.h b/Engine/Source/Runtime/Core/Public/Internationalization/BreakIterator.h index bc6cb194d76f..33ea0a6aad59 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/BreakIterator.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/BreakIterator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IBreakIterator.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/Culture.h b/Engine/Source/Runtime/Core/Public/Internationalization/Culture.h index 9c27082d9224..76f801445b82 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/Culture.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/Culture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Internationalization/Text.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/CulturePointer.h b/Engine/Source/Runtime/Core/Public/Internationalization/CulturePointer.h index fadf46641bf3..45920eed2e45 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/CulturePointer.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/CulturePointer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SharedPointer.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/DateTimeFormattingRules.h b/Engine/Source/Runtime/Core/Public/Internationalization/DateTimeFormattingRules.h index c6e60b7a40f7..9900d29c157f 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/DateTimeFormattingRules.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/DateTimeFormattingRules.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealString.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h b/Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h index ac3c89fbe157..a180ea49f1c0 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/GatherableTextData.h b/Engine/Source/Runtime/Core/Public/Internationalization/GatherableTextData.h index 21b8adcdf20b..eff4188cd196 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/GatherableTextData.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/GatherableTextData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InternationalizationMetadata.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/IBreakIterator.h b/Engine/Source/Runtime/Core/Public/Internationalization/IBreakIterator.h index 5bec91abea69..936c95d7cf75 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/IBreakIterator.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/IBreakIterator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IBreakIterator diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/IInternationalizationArchiveSerializer.h b/Engine/Source/Runtime/Core/Public/Internationalization/IInternationalizationArchiveSerializer.h index d4fe6ab5709a..75386946b47b 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/IInternationalizationArchiveSerializer.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/IInternationalizationArchiveSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/IInternationalizationManifestSerializer.h b/Engine/Source/Runtime/Core/Public/Internationalization/IInternationalizationManifestSerializer.h index 53afde11b0a8..806856b6ad91 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/IInternationalizationManifestSerializer.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/IInternationalizationManifestSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/ITextData.h b/Engine/Source/Runtime/Core/Public/Internationalization/ITextData.h index 60defa2c3fd9..0ef782e7ebbb 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/ITextData.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/ITextData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/Internationalization.h b/Engine/Source/Runtime/Core/Public/Internationalization/Internationalization.h index 259cf6a34716..fe4d45a7719c 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/Internationalization.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/Internationalization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #define ENABLE_LOC_TESTING ( UE_BUILD_DEBUG | UE_BUILD_DEVELOPMENT | UE_BUILD_TEST ) diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationArchive.h b/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationArchive.h index 1b9f440b6256..351e011b52a9 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationArchive.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationArchive.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationManifest.h b/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationManifest.h index 1a0275ffe19b..7320eb5226c4 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationManifest.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationManifest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationMetadata.h b/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationMetadata.h index de16b67d957e..76af77930bab 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationMetadata.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationMetadata.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once DECLARE_LOG_CATEGORY_EXTERN(LogInternationalization, Log, All); diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/NegativeCurrencyOutputFormatting.h b/Engine/Source/Runtime/Core/Public/Internationalization/NegativeCurrencyOutputFormatting.h index 4e778753fa34..40ddf34e83ef 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/NegativeCurrencyOutputFormatting.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/NegativeCurrencyOutputFormatting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealString.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/NegativeNumberOutputFormatting.h b/Engine/Source/Runtime/Core/Public/Internationalization/NegativeNumberOutputFormatting.h index 73d49c186307..ad30d7b44d33 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/NegativeNumberOutputFormatting.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/NegativeNumberOutputFormatting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealString.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/NegativePercentOutputFormatting.h b/Engine/Source/Runtime/Core/Public/Internationalization/NegativePercentOutputFormatting.h index bf76aebe147c..1bd30fd89fb2 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/NegativePercentOutputFormatting.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/NegativePercentOutputFormatting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealString.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/NumberFormattingRules.h b/Engine/Source/Runtime/Core/Public/Internationalization/NumberFormattingRules.h index 163d8820fd9d..7b6dcb92f7a3 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/NumberFormattingRules.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/NumberFormattingRules.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealString.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/PositiveCurrencyOutputFormatting.h b/Engine/Source/Runtime/Core/Public/Internationalization/PositiveCurrencyOutputFormatting.h index 789ee527138f..95e768e468a4 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/PositiveCurrencyOutputFormatting.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/PositiveCurrencyOutputFormatting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealString.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/PositivePercentOutputFormatting.h b/Engine/Source/Runtime/Core/Public/Internationalization/PositivePercentOutputFormatting.h index b823607a8ac6..8315e2843483 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/PositivePercentOutputFormatting.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/PositivePercentOutputFormatting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealString.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/Regex.h b/Engine/Source/Runtime/Core/Public/Internationalization/Regex.h index 1ee75299cc7b..6187f22735fa 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/Regex.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/Regex.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FRegexPatternImplementation; diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/Text.h b/Engine/Source/Runtime/Core/Public/Internationalization/Text.h index f7714d00fa14..4a0f0f659ef7 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/Text.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/Text.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Containers/UnrealString.h" #include "Internationalization/CulturePointer.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/TextFormattingRules.h b/Engine/Source/Runtime/Core/Public/Internationalization/TextFormattingRules.h index 8c3bf6b35717..975ac0f1bfe7 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/TextFormattingRules.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/TextFormattingRules.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "UnrealString.h" diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManager.h b/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManager.h index aa00d8ba5953..e7f8a4c4327d 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManager.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManagerGlobals.h b/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManagerGlobals.h index 34daaf907c51..1ae4e2ac77dc 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManagerGlobals.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManagerGlobals.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationResourceGenerator.h b/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationResourceGenerator.h index 5a352fe4e57a..ac079004dc53 100644 --- a/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationResourceGenerator.h +++ b/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationResourceGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxApplication.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxApplication.h index d31531cfc522..b6bc149405c5 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxApplication.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxCursor.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxCursor.h index e4b75721bc1e..73de1bfb5268 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxCursor.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxCursor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatform.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatform.h index 45d19a3a08ab..e6366065c5c5 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatform.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ LinuxPlatform.h: Setup for the linux platform diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformAtomics.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformAtomics.h index c7d92ebd7be1..efb507aba175 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformAtomics.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformAtomics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCompilerPreSetup.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCompilerPreSetup.h index 7688cf5a1230..abec3603c6d0 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCompilerPreSetup.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCompilerPreSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCompilerSetup.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCompilerSetup.h index 31b01fd7417c..c827c8c25f46 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCompilerSetup.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCompilerSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= LinuxPlatformCompilerSetup.h: pragmas, version checks and other things for the Linux compiler diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCrashContext.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCrashContext.h index 0e2df46c5b7f..5073f3184c42 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCrashContext.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformCrashContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformFile.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformFile.h index 79128bbf8730..44e3b355d7aa 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformFile.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= LinuxPlatformFile.h: Linux platform File functions diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformIncludes.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformIncludes.h index b629450e97e1..2a39746454dd 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformIncludes.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ LinuxPlatformIncludes.h: Includes the platform specific headers for Linux diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMath.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMath.h index 9c1cf6f5d729..9e37f303ee10 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMath.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= LinuxPlatformMath.h: Linux platform Math functions diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMemory.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMemory.h index 99967db2b616..64a00609b5fb 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMemory.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMisc.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMisc.h index f721cae0fe66..794c2dd3eadf 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMisc.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformOutputDevices.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformOutputDevices.h index fef2b9ed0dff..3c16c3568633 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformProcess.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformProcess.h index 05dd3ed93011..faea9310a851 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformProcess.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformProperties.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformProperties.h index cf88b9743dc5..64ffe25e5e06 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformProperties.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ LinuxPlatformProperties.h - Basic static properties of a platform diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformRunnableThread.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformRunnableThread.h index debae1125db6..b5f5e2b8a5ea 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformRunnableThread.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformRunnableThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= LinuxPlatformThreading.h: Linux platform threading functions diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformSplash.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformSplash.h index ce5b5101c491..40207e439ff5 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformSplash.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= LinuxSplash.h: Linux platform splash screen. diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformStackWalk.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformStackWalk.h index 267f21f1f98b..ba1b53301dce 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformStackWalk.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformStackWalk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformString.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformString.h index f5d52670c631..882a0d747923 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformString.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= LinuxPlatformString.h: Linux platform string classes, mostly implemented with ANSI C++ diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformSurvey.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformSurvey.h index 49a8175e1184..aa93375e52b7 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformSurvey.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformTLS.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformTLS.h index 166e8a0970e2..0ca297f0a10b 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformTLS.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformTLS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformTime.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformTime.h index dfcc951f47a3..371ac7accef1 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformTime.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxPlatformTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxSystemIncludes.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxSystemIncludes.h index 59964d1495c5..22cd42e7edc2 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxSystemIncludes.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxSystemIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // Set up compiler pragmas, etc diff --git a/Engine/Source/Runtime/Core/Public/Linux/LinuxWindow.h b/Engine/Source/Runtime/Core/Public/Linux/LinuxWindow.h index da464cf16751..4d2ecfbfd6f4 100644 --- a/Engine/Source/Runtime/Core/Public/Linux/LinuxWindow.h +++ b/Engine/Source/Runtime/Core/Public/Linux/LinuxWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h b/Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h index 6279bae05cb9..bb6be2b82aea 100644 --- a/Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h +++ b/Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Logging/MessageLog.h b/Engine/Source/Runtime/Core/Public/Logging/MessageLog.h index fa35ec14c25e..5d99563afc01 100644 --- a/Engine/Source/Runtime/Core/Public/Logging/MessageLog.h +++ b/Engine/Source/Runtime/Core/Public/Logging/MessageLog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h b/Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h index fc09bf37cc20..5b45003de031 100644 --- a/Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h +++ b/Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Mac/CocoaMenu.h b/Engine/Source/Runtime/Core/Public/Mac/CocoaMenu.h index fcbc95335b1b..96fc36a9f48e 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/CocoaMenu.h +++ b/Engine/Source/Runtime/Core/Public/Mac/CocoaMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" diff --git a/Engine/Source/Runtime/Core/Public/Mac/CocoaTextView.h b/Engine/Source/Runtime/Core/Public/Mac/CocoaTextView.h index 4152729fa93d..4a9dc425feb1 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/CocoaTextView.h +++ b/Engine/Source/Runtime/Core/Public/Mac/CocoaTextView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" diff --git a/Engine/Source/Runtime/Core/Public/Mac/CocoaThread.h b/Engine/Source/Runtime/Core/Public/Mac/CocoaThread.h index 51bafae7cbdf..037bb1800768 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/CocoaThread.h +++ b/Engine/Source/Runtime/Core/Public/Mac/CocoaThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" diff --git a/Engine/Source/Runtime/Core/Public/Mac/CocoaWindow.h b/Engine/Source/Runtime/Core/Public/Mac/CocoaWindow.h index d54d727f7b87..7015972d0767 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/CocoaWindow.h +++ b/Engine/Source/Runtime/Core/Public/Mac/CocoaWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacApplication.h b/Engine/Source/Runtime/Core/Public/Mac/MacApplication.h index 43fda834d459..cccb40dcbf91 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacApplication.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacCursor.h b/Engine/Source/Runtime/Core/Public/Mac/MacCursor.h index 50e4c80e02ea..5551dcc41f82 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacCursor.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacCursor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacMallocZone.h b/Engine/Source/Runtime/Core/Public/Mac/MacMallocZone.h index f5fb486f2fd5..6b0aadcf3eca 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacMallocZone.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacMallocZone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatform.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatform.h index 8c2c608fa588..89677667a8a3 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatform.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MacPlatform.h: Setup for the Mac platform diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCompilerPreSetup.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCompilerPreSetup.h index ce4ecc715a40..493045af6e75 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCompilerPreSetup.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCompilerPreSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCompilerSetup.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCompilerSetup.h index ad040c63b813..9cdc0ace21fd 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCompilerSetup.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCompilerSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= MacPlatformCompilerSetup.h: pragmas, version checks and other things for the Mac compiler diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCrashContext.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCrashContext.h index 9fd4e57e6555..225e6b7f023d 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCrashContext.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformCrashContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformIncludes.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformIncludes.h index 4e0b67dce199..7a4f70779f27 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformIncludes.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MacPlatformIncludes.h: Includes the platform specific headers for Mac diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMath.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMath.h index 833fe201161c..fea719d71851 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMath.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= MacPlatformMath.h: Mac platform Math functions diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMemory.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMemory.h index 3869352531dd..199a7ba98786 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMemory.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMisc.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMisc.h index 523ee83ac954..93e1b04b7cc4 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMisc.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= MacPlatformMisc.h: Mac platform misc functions diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformOutputDevices.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformOutputDevices.h index f96cc757c53d..1a4d42add80d 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= MacPlatformOutputDevices.h: Mac platform OutputDevices functions diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformProcess.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformProcess.h index 5184730f7893..9dd7117ab6f1 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformProcess.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= MacPlatformProcess.h: Mac platform Process functions diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformProperties.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformProperties.h index 9166c99e62cb..e6275cf3faef 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformProperties.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MacPlatformProperties.h - Basic static properties of a platform diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformRunnableThread.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformRunnableThread.h index 93e1582e223d..474a481df880 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformRunnableThread.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformRunnableThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= MacPlatformThreading.h: Mac platform threading functions diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformSplash.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformSplash.h index efc64a3c5011..752c5932e30f 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformSplash.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= MacPlatformSplash.h: Mac platform splash screen... ==============================================================================================*/ diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformSurvey.h b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformSurvey.h index 6e268f26d4eb..e9ab2d27f180 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacPlatformSurvey.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacPlatformSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacSystemIncludes.h b/Engine/Source/Runtime/Core/Public/Mac/MacSystemIncludes.h index f71599953965..f5bf087d17fa 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacSystemIncludes.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacSystemIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // Set up compiler pragmas, etc diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacTextInputMethodSystem.h b/Engine/Source/Runtime/Core/Public/Mac/MacTextInputMethodSystem.h index 344b3630fdbb..dbc29a8bb370 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacTextInputMethodSystem.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacTextInputMethodSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" diff --git a/Engine/Source/Runtime/Core/Public/Mac/MacWindow.h b/Engine/Source/Runtime/Core/Public/Mac/MacWindow.h index 95ffcd60252b..63dcfc4a8afd 100644 --- a/Engine/Source/Runtime/Core/Public/Mac/MacWindow.h +++ b/Engine/Source/Runtime/Core/Public/Mac/MacWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/AlphaBlendType.h b/Engine/Source/Runtime/Core/Public/Math/AlphaBlendType.h index f99b8c5fdcf6..10b152132c94 100644 --- a/Engine/Source/Runtime/Core/Public/Math/AlphaBlendType.h +++ b/Engine/Source/Runtime/Core/Public/Math/AlphaBlendType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Axis.h b/Engine/Source/Runtime/Core/Public/Math/Axis.h index adb31bd4af82..430f0de4de57 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Axis.h +++ b/Engine/Source/Runtime/Core/Public/Math/Axis.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/BasicMathExpressionEvaluator.h b/Engine/Source/Runtime/Core/Public/Math/BasicMathExpressionEvaluator.h index 01cfe01d1cf6..76ff0f96badf 100644 --- a/Engine/Source/Runtime/Core/Public/Math/BasicMathExpressionEvaluator.h +++ b/Engine/Source/Runtime/Core/Public/Math/BasicMathExpressionEvaluator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/BigInt.h b/Engine/Source/Runtime/Core/Public/Math/BigInt.h index 0b86ceaf0682..38872be5cdcd 100644 --- a/Engine/Source/Runtime/Core/Public/Math/BigInt.h +++ b/Engine/Source/Runtime/Core/Public/Math/BigInt.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Box.h b/Engine/Source/Runtime/Core/Public/Math/Box.h index 3c5ce267385b..4a918f22104f 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Box.h +++ b/Engine/Source/Runtime/Core/Public/Math/Box.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Box2D.h b/Engine/Source/Runtime/Core/Public/Math/Box2D.h index 1fc4d44a0de5..031301e97ce5 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Box2D.h +++ b/Engine/Source/Runtime/Core/Public/Math/Box2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h b/Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h index f90cc91a31ee..b4452173295b 100644 --- a/Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h +++ b/Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/ClipProjectionMatrix.h b/Engine/Source/Runtime/Core/Public/Math/ClipProjectionMatrix.h index 9017ff736c97..c8ead14c3ea5 100644 --- a/Engine/Source/Runtime/Core/Public/Math/ClipProjectionMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/ClipProjectionMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Color.h b/Engine/Source/Runtime/Core/Public/Math/Color.h index d69c5536ab93..b53e8f0641ac 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Color.h +++ b/Engine/Source/Runtime/Core/Public/Math/Color.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/ColorList.h b/Engine/Source/Runtime/Core/Public/Math/ColorList.h index 2543dbf3ae15..3d371fd49304 100644 --- a/Engine/Source/Runtime/Core/Public/Math/ColorList.h +++ b/Engine/Source/Runtime/Core/Public/Math/ColorList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/ConvexHull2d.h b/Engine/Source/Runtime/Core/Public/Math/ConvexHull2d.h index fbfce7bce3d8..7fb3d0336358 100644 --- a/Engine/Source/Runtime/Core/Public/Math/ConvexHull2d.h +++ b/Engine/Source/Runtime/Core/Public/Math/ConvexHull2d.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h b/Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h index e183cbe4c410..40f572b69a62 100644 --- a/Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h +++ b/Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Edge.h b/Engine/Source/Runtime/Core/Public/Math/Edge.h index 31e0df3c6539..9e411120af09 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Edge.h +++ b/Engine/Source/Runtime/Core/Public/Math/Edge.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Float16.h b/Engine/Source/Runtime/Core/Public/Math/Float16.h index bb5c7e1c15ab..1aaf1a917eba 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Float16.h +++ b/Engine/Source/Runtime/Core/Public/Math/Float16.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Float16Color.h b/Engine/Source/Runtime/Core/Public/Math/Float16Color.h index 568bf1a92310..1a5632fa927a 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Float16Color.h +++ b/Engine/Source/Runtime/Core/Public/Math/Float16Color.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Float32.h b/Engine/Source/Runtime/Core/Public/Math/Float32.h index 028e4faa624c..3d21b04617cc 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Float32.h +++ b/Engine/Source/Runtime/Core/Public/Math/Float32.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/FloatPacker.h b/Engine/Source/Runtime/Core/Public/Math/FloatPacker.h index fcaa4f4cbe0a..d6a38c91ab46 100644 --- a/Engine/Source/Runtime/Core/Public/Math/FloatPacker.h +++ b/Engine/Source/Runtime/Core/Public/Math/FloatPacker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/IntPoint.h b/Engine/Source/Runtime/Core/Public/Math/IntPoint.h index 743c963b2f03..6bc5f0372f34 100644 --- a/Engine/Source/Runtime/Core/Public/Math/IntPoint.h +++ b/Engine/Source/Runtime/Core/Public/Math/IntPoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/IntRect.h b/Engine/Source/Runtime/Core/Public/Math/IntRect.h index 04d167c56b91..868c790c63ab 100644 --- a/Engine/Source/Runtime/Core/Public/Math/IntRect.h +++ b/Engine/Source/Runtime/Core/Public/Math/IntRect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/IntVector.h b/Engine/Source/Runtime/Core/Public/Math/IntVector.h index 17241cd4993a..1920e73fa56f 100644 --- a/Engine/Source/Runtime/Core/Public/Math/IntVector.h +++ b/Engine/Source/Runtime/Core/Public/Math/IntVector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/InterpCurve.h b/Engine/Source/Runtime/Core/Public/Math/InterpCurve.h index 82e1b3493e27..c6846952c6a0 100644 --- a/Engine/Source/Runtime/Core/Public/Math/InterpCurve.h +++ b/Engine/Source/Runtime/Core/Public/Math/InterpCurve.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h b/Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h index bd946c51884d..4052e1849b4b 100644 --- a/Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h +++ b/Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Interval.h b/Engine/Source/Runtime/Core/Public/Math/Interval.h index de11b72599f9..e65a2431be25 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Interval.h +++ b/Engine/Source/Runtime/Core/Public/Math/Interval.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/InverseRotationMatrix.h b/Engine/Source/Runtime/Core/Public/Math/InverseRotationMatrix.h index d3c441eb3bab..366f5b9af02d 100644 --- a/Engine/Source/Runtime/Core/Public/Math/InverseRotationMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/InverseRotationMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Matrix.h b/Engine/Source/Runtime/Core/Public/Math/Matrix.h index 150135becdcb..3050b7bde589 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Matrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/Matrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/MirrorMatrix.h b/Engine/Source/Runtime/Core/Public/Math/MirrorMatrix.h index 59a4e1d8c8c4..9c5f11078006 100644 --- a/Engine/Source/Runtime/Core/Public/Math/MirrorMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/MirrorMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/NumericLimits.h b/Engine/Source/Runtime/Core/Public/Math/NumericLimits.h index a89ea525f24d..8abf1564a487 100644 --- a/Engine/Source/Runtime/Core/Public/Math/NumericLimits.h +++ b/Engine/Source/Runtime/Core/Public/Math/NumericLimits.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/OrientedBox.h b/Engine/Source/Runtime/Core/Public/Math/OrientedBox.h index b58b8630c2ab..5e53324e52c6 100644 --- a/Engine/Source/Runtime/Core/Public/Math/OrientedBox.h +++ b/Engine/Source/Runtime/Core/Public/Math/OrientedBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h b/Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h index 6ba11a28b0bf..8b5f542aeeb7 100644 --- a/Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/OrthoMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h b/Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h index 20b130ca9a39..8720c5847ccf 100644 --- a/Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Plane.h b/Engine/Source/Runtime/Core/Public/Math/Plane.h index a89b349c0941..5bd51345e71f 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Plane.h +++ b/Engine/Source/Runtime/Core/Public/Math/Plane.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Quat.h b/Engine/Source/Runtime/Core/Public/Math/Quat.h index b1a0b1058760..fd8f0af91a62 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Quat.h +++ b/Engine/Source/Runtime/Core/Public/Math/Quat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/QuatRotationTranslationMatrix.h b/Engine/Source/Runtime/Core/Public/Math/QuatRotationTranslationMatrix.h index 46605c64d865..54a6f9f62b15 100644 --- a/Engine/Source/Runtime/Core/Public/Math/QuatRotationTranslationMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/QuatRotationTranslationMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/RandomStream.h b/Engine/Source/Runtime/Core/Public/Math/RandomStream.h index e491c73b5514..7e92dcea2760 100644 --- a/Engine/Source/Runtime/Core/Public/Math/RandomStream.h +++ b/Engine/Source/Runtime/Core/Public/Math/RandomStream.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Range.h b/Engine/Source/Runtime/Core/Public/Math/Range.h index 062a42037c85..16d6476e1b47 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Range.h +++ b/Engine/Source/Runtime/Core/Public/Math/Range.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/RangeBound.h b/Engine/Source/Runtime/Core/Public/Math/RangeBound.h index 440ee9e6482a..ee942ed34ce3 100644 --- a/Engine/Source/Runtime/Core/Public/Math/RangeBound.h +++ b/Engine/Source/Runtime/Core/Public/Math/RangeBound.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/RangeSet.h b/Engine/Source/Runtime/Core/Public/Math/RangeSet.h index c782e9a6a8c2..24e219f6c210 100644 --- a/Engine/Source/Runtime/Core/Public/Math/RangeSet.h +++ b/Engine/Source/Runtime/Core/Public/Math/RangeSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/RotationAboutPointMatrix.h b/Engine/Source/Runtime/Core/Public/Math/RotationAboutPointMatrix.h index ad6767f97136..818f8caf8b19 100644 --- a/Engine/Source/Runtime/Core/Public/Math/RotationAboutPointMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/RotationAboutPointMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h b/Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h index 8384d2c278c1..0826f3acb7c7 100644 --- a/Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/RotationTranslationMatrix.h b/Engine/Source/Runtime/Core/Public/Math/RotationTranslationMatrix.h index 4559d3efeb64..59e10e7753d1 100644 --- a/Engine/Source/Runtime/Core/Public/Math/RotationTranslationMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/RotationTranslationMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Rotator.h b/Engine/Source/Runtime/Core/Public/Math/Rotator.h index f38c74c41161..ee1f99184967 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Rotator.h +++ b/Engine/Source/Runtime/Core/Public/Math/Rotator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/SHMath.h b/Engine/Source/Runtime/Core/Public/Math/SHMath.h index 8cc9c7a6f494..c559407ab764 100644 --- a/Engine/Source/Runtime/Core/Public/Math/SHMath.h +++ b/Engine/Source/Runtime/Core/Public/Math/SHMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/ScalarRegister.h b/Engine/Source/Runtime/Core/Public/Math/ScalarRegister.h index 8990c9bfd36e..3053040ed192 100644 --- a/Engine/Source/Runtime/Core/Public/Math/ScalarRegister.h +++ b/Engine/Source/Runtime/Core/Public/Math/ScalarRegister.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h b/Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h index 00614f456b0b..26d58d2150ad 100644 --- a/Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/ScaleRotationTranslationMatrix.h b/Engine/Source/Runtime/Core/Public/Math/ScaleRotationTranslationMatrix.h index c095b01e66f3..096743037f99 100644 --- a/Engine/Source/Runtime/Core/Public/Math/ScaleRotationTranslationMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/ScaleRotationTranslationMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Sphere.h b/Engine/Source/Runtime/Core/Public/Math/Sphere.h index 03049e90958c..dfcce5bfde3d 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Sphere.h +++ b/Engine/Source/Runtime/Core/Public/Math/Sphere.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Transform.h b/Engine/Source/Runtime/Core/Public/Math/Transform.h index a6f43d6db86c..1a4bd1033fe1 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Transform.h +++ b/Engine/Source/Runtime/Core/Public/Math/Transform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/TransformCalculus.h b/Engine/Source/Runtime/Core/Public/Math/TransformCalculus.h index f444ae4ab931..a7c5c87ee306 100644 --- a/Engine/Source/Runtime/Core/Public/Math/TransformCalculus.h +++ b/Engine/Source/Runtime/Core/Public/Math/TransformCalculus.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h b/Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h index fd4969bd1758..f25b10815af0 100644 --- a/Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h +++ b/Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h b/Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h index 80d443291bab..ad4b0abebb24 100644 --- a/Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h +++ b/Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/TransformVectorized.h b/Engine/Source/Runtime/Core/Public/Math/TransformVectorized.h index bf65facd8e52..34a6a90b0a3d 100644 --- a/Engine/Source/Runtime/Core/Public/Math/TransformVectorized.h +++ b/Engine/Source/Runtime/Core/Public/Math/TransformVectorized.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h b/Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h index e3079b37b3ac..e01f4682897c 100644 --- a/Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/TwoVectors.h b/Engine/Source/Runtime/Core/Public/Math/TwoVectors.h index 8c6781e94d0d..09ea4f9d4d59 100644 --- a/Engine/Source/Runtime/Core/Public/Math/TwoVectors.h +++ b/Engine/Source/Runtime/Core/Public/Math/TwoVectors.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnitConversion.h b/Engine/Source/Runtime/Core/Public/Math/UnitConversion.h index 9d07191be857..57a71d50e280 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnitConversion.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnitConversion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl b/Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl index 6cd2da648e16..70a324117335 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl +++ b/Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** Inline file for UnitConversion.h to separate the implementation from the header */ diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMath.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMath.h index a2460aec3e06..da4ac49327ed 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMath.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMathDirectX.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMathDirectX.h index 6b3200fcb58a..e560b1853d51 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMathDirectX.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMathDirectX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h index 93b3dd2a6227..b9043c31dda8 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h index 9fba339a67da..215fbabc62ae 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMathSSE.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMathSSE.h index ae0f3ce96490..dd430ee852df 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMathSSE.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMathSSE.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h index 4be33781c832..4907a22bf6c6 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h index 52c793b1f5c0..faee30a4664f 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorConstants.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorConstants.h index cf113564865a..fbf7a32740ee 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorConstants.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealMatrix.h b/Engine/Source/Runtime/Core/Public/Math/UnrealMatrix.h index fa0d72bc44d0..ffc4ebdbd99a 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealMatrix.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealMatrix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NOTE: This file should ONLY be included by UnrealMath.h! diff --git a/Engine/Source/Runtime/Core/Public/Math/UnrealPlatformMathSSE.h b/Engine/Source/Runtime/Core/Public/Math/UnrealPlatformMathSSE.h index 8c18129fb701..4f89fcb5e83d 100644 --- a/Engine/Source/Runtime/Core/Public/Math/UnrealPlatformMathSSE.h +++ b/Engine/Source/Runtime/Core/Public/Math/UnrealPlatformMathSSE.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Vector.h b/Engine/Source/Runtime/Core/Public/Math/Vector.h index 0af0722606c5..fa076184b192 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Vector.h +++ b/Engine/Source/Runtime/Core/Public/Math/Vector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Vector2D.h b/Engine/Source/Runtime/Core/Public/Math/Vector2D.h index d34443780a5c..7d3a3f68d2a5 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Vector2D.h +++ b/Engine/Source/Runtime/Core/Public/Math/Vector2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h b/Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h index 7c1d1a43ece1..20502c8b8076 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h +++ b/Engine/Source/Runtime/Core/Public/Math/Vector2DHalf.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Math/Vector4.h b/Engine/Source/Runtime/Core/Public/Math/Vector4.h index 6c3f9f0fefcb..c16ece653edc 100644 --- a/Engine/Source/Runtime/Core/Public/Math/Vector4.h +++ b/Engine/Source/Runtime/Core/Public/Math/Vector4.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/AES.h b/Engine/Source/Runtime/Core/Public/Misc/AES.h index 18da0f1123c9..43af6c23f1e2 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/AES.h +++ b/Engine/Source/Runtime/Core/Public/Misc/AES.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/App.h b/Engine/Source/Runtime/Core/Public/Misc/App.h index a6b94b5b7469..d9b44e03b535 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/App.h +++ b/Engine/Source/Runtime/Core/Public/Misc/App.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h b/Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h index 85f50e5585c1..4bd5f3e7ba4f 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h +++ b/Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Attribute.h b/Engine/Source/Runtime/Core/Public/Misc/Attribute.h index fb77050f1e0d..7d6f43ccad99 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Attribute.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Attribute.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h b/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h index 366996a4215d..79d2301f93c7 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h +++ b/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Base64.h b/Engine/Source/Runtime/Core/Public/Misc/Base64.h index 75963a99f291..bac6f176e8ad 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Base64.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Base64.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Build.h b/Engine/Source/Runtime/Core/Public/Misc/Build.h index 263202d051cd..408d65c9695a 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Build.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Build.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h b/Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h index 872367d8ffea..81540311d492 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h +++ b/Engine/Source/Runtime/Core/Public/Misc/ByteSwap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/CString.h b/Engine/Source/Runtime/Core/Public/Misc/CString.h index 5bf9c45ab78d..dd2b19f2bfa5 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CString.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/PlatformString.h" diff --git a/Engine/Source/Runtime/Core/Public/Misc/CallbackDevice.h b/Engine/Source/Runtime/Core/Public/Misc/CallbackDevice.h index 0f28afdf7326..06ca22480aa5 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CallbackDevice.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CallbackDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Char.h b/Engine/Source/Runtime/Core/Public/Misc/Char.h index c0cc10be0288..5b7f491fb267 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Char.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Char.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/Misc/CompilationResult.h b/Engine/Source/Runtime/Core/Public/Misc/CompilationResult.h index e1d595203e1e..2ac49575daa1 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CompilationResult.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CompilationResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/CompressedGrowableBuffer.h b/Engine/Source/Runtime/Core/Public/Misc/CompressedGrowableBuffer.h index 6c92451ba433..d933c4908cb1 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CompressedGrowableBuffer.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CompressedGrowableBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Compression.h b/Engine/Source/Runtime/Core/Public/Misc/Compression.h index 715f1c02ccb2..6a8c2b5dca68 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Compression.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Compression.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h b/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h index ae94f5aac2e6..75e6fb1dc954 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h +++ b/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*----------------------------------------------------------------------------- Config cache. diff --git a/Engine/Source/Runtime/Core/Public/Misc/CookingStatsInterface.h b/Engine/Source/Runtime/Core/Public/Misc/CookingStatsInterface.h index 3563066eeaa3..8b5639bf7ae8 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CookingStatsInterface.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CookingStatsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/CoreDefines.h b/Engine/Source/Runtime/Core/Public/Misc/CoreDefines.h index 83c20dcaff54..2aad6bfc1d91 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CoreDefines.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CoreDefines.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #ifndef STUBBED diff --git a/Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h b/Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h index 0a8b0004b458..1b43dc47a5c9 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/CoreMiscDefines.h b/Engine/Source/Runtime/Core/Public/Misc/CoreMiscDefines.h index e687997e9298..570a9e0cb7ee 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CoreMiscDefines.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CoreMiscDefines.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/CoreStats.h b/Engine/Source/Runtime/Core/Public/Misc/CoreStats.h index 4a4bd720e7bc..6e3eacc3117e 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/CoreStats.h +++ b/Engine/Source/Runtime/Core/Public/Misc/CoreStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Crc.h b/Engine/Source/Runtime/Core/Public/Misc/Crc.h index d754da4e9cde..9055aaf05e0b 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Crc.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Crc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/DataCodec.h b/Engine/Source/Runtime/Core/Public/Misc/DataCodec.h index ec81b679b543..8230abe7fca8 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/DataCodec.h +++ b/Engine/Source/Runtime/Core/Public/Misc/DataCodec.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/DateTime.h b/Engine/Source/Runtime/Core/Public/Misc/DateTime.h index 94d360a5dda3..7168f6b41853 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/DateTime.h +++ b/Engine/Source/Runtime/Core/Public/Misc/DateTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h b/Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h index d8d47357381c..49ddc5cdfb4b 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h +++ b/Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/DelegateFilter.h b/Engine/Source/Runtime/Core/Public/Misc/DelegateFilter.h index 154c887147fa..25879e584281 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/DelegateFilter.h +++ b/Engine/Source/Runtime/Core/Public/Misc/DelegateFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/DisableOldUETypes.h b/Engine/Source/Runtime/Core/Public/Misc/DisableOldUETypes.h index 29d6888bb95f..2116090c0e02 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/DisableOldUETypes.h +++ b/Engine/Source/Runtime/Core/Public/Misc/DisableOldUETypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/EngineBuildSettings.h b/Engine/Source/Runtime/Core/Public/Misc/EngineBuildSettings.h index e360cac77f29..5ffb5c4827d8 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/EngineBuildSettings.h +++ b/Engine/Source/Runtime/Core/Public/Misc/EngineBuildSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/EngineVersion.h b/Engine/Source/Runtime/Core/Public/Misc/EngineVersion.h index 12e462c6960d..8166c406644b 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/EngineVersion.h +++ b/Engine/Source/Runtime/Core/Public/Misc/EngineVersion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/EngineVersionBase.h b/Engine/Source/Runtime/Core/Public/Misc/EngineVersionBase.h index 5d5f82ec52e8..93ea0a79db3c 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/EngineVersionBase.h +++ b/Engine/Source/Runtime/Core/Public/Misc/EngineVersionBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/EnumClassFlags.h b/Engine/Source/Runtime/Core/Public/Misc/EnumClassFlags.h index 53e0ceef0aea..3db358726d54 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/EnumClassFlags.h +++ b/Engine/Source/Runtime/Core/Public/Misc/EnumClassFlags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ExpressionParser.h b/Engine/Source/Runtime/Core/Public/Misc/ExpressionParser.h index fc0ff5f0c4e4..66e26275922d 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ExpressionParser.h +++ b/Engine/Source/Runtime/Core/Public/Misc/ExpressionParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h b/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h index 4982dc396a03..455af6e68ee2 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h +++ b/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl b/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl index 28e0871f4809..63c37b81c4a8 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl +++ b/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/FbxErrors.h b/Engine/Source/Runtime/Core/Public/Misc/FbxErrors.h index 2a7ac29bee83..f89f2b183d83 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/FbxErrors.h +++ b/Engine/Source/Runtime/Core/Public/Misc/FbxErrors.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/FeedbackContext.h b/Engine/Source/Runtime/Core/Public/Misc/FeedbackContext.h index b8d90d914c40..d0242f55da76 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/FeedbackContext.h +++ b/Engine/Source/Runtime/Core/Public/Misc/FeedbackContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/FeedbackContextMarkup.h b/Engine/Source/Runtime/Core/Public/Misc/FeedbackContextMarkup.h index 177ccf77c00d..2e4482a39886 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/FeedbackContextMarkup.h +++ b/Engine/Source/Runtime/Core/Public/Misc/FeedbackContextMarkup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/FilterCollection.h b/Engine/Source/Runtime/Core/Public/Misc/FilterCollection.h index 6f69753986ab..27e4e365b343 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/FilterCollection.h +++ b/Engine/Source/Runtime/Core/Public/Misc/FilterCollection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Guid.h b/Engine/Source/Runtime/Core/Public/Misc/Guid.h index 8c8eab5d29ee..aa1677cb3c16 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Guid.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Guid.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/IFilter.h b/Engine/Source/Runtime/Core/Public/Misc/IFilter.h index 6b590f8c2649..f6b9859002b5 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/IFilter.h +++ b/Engine/Source/Runtime/Core/Public/Misc/IFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ILifeCycle.h b/Engine/Source/Runtime/Core/Public/Misc/ILifeCycle.h index 122aba7e7109..ad3eec9c83cc 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ILifeCycle.h +++ b/Engine/Source/Runtime/Core/Public/Misc/ILifeCycle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ITransaction.h b/Engine/Source/Runtime/Core/Public/Misc/ITransaction.h index 977907709e1f..4cdf744e4bc0 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ITransaction.h +++ b/Engine/Source/Runtime/Core/Public/Misc/ITransaction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/InteractiveProcess.h b/Engine/Source/Runtime/Core/Public/Misc/InteractiveProcess.h index 7520daf51172..ab6b17c04fcb 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/InteractiveProcess.h +++ b/Engine/Source/Runtime/Core/Public/Misc/InteractiveProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/LocalTimestampDirectoryVisitor.h b/Engine/Source/Runtime/Core/Public/Misc/LocalTimestampDirectoryVisitor.h index d19721d89caa..10a270ecb788 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/LocalTimestampDirectoryVisitor.h +++ b/Engine/Source/Runtime/Core/Public/Misc/LocalTimestampDirectoryVisitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/MapErrors.h b/Engine/Source/Runtime/Core/Public/Misc/MapErrors.h index 40ce838ca8cd..eadc82ffc2d9 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/MapErrors.h +++ b/Engine/Source/Runtime/Core/Public/Misc/MapErrors.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/MemStack.h b/Engine/Source/Runtime/Core/Public/Misc/MemStack.h index 9b045c493639..b51cc7980ecc 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/MemStack.h +++ b/Engine/Source/Runtime/Core/Public/Misc/MemStack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h b/Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h index 3696853c21c9..eeaea764b495 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h +++ b/Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/NetworkGuid.h b/Engine/Source/Runtime/Core/Public/Misc/NetworkGuid.h index 34312feaafd5..c284f3b5f325 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/NetworkGuid.h +++ b/Engine/Source/Runtime/Core/Public/Misc/NetworkGuid.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h b/Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h index 1faa3d7cbc50..37c5757960eb 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h +++ b/Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Optional.h b/Engine/Source/Runtime/Core/Public/Misc/Optional.h index 6fb4aac04aa2..01c823c6c2e3 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Optional.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Optional.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h b/Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h index 578b5b587ec9..cb5edaaaeb49 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h +++ b/Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceConsole.h b/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceConsole.h index 1df15a15c5d9..3a0ac201cf56 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceConsole.h +++ b/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceConsole.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Misc/OutputDevice.h" diff --git a/Engine/Source/Runtime/Core/Public/Misc/Parse.h b/Engine/Source/Runtime/Core/Public/Misc/Parse.h index b609dae07f20..36a3fdfff062 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Parse.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Parse.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/Misc/Paths.h b/Engine/Source/Runtime/Core/Public/Misc/Paths.h index c08aca97dfae..4d19948a454b 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Paths.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Paths.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h b/Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h index 43d1ff7bb0d4..7a8c0bd61650 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h +++ b/Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/RocketSupport.h b/Engine/Source/Runtime/Core/Public/Misc/RocketSupport.h index fea8fbba38c4..e5d0d5bf055d 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/RocketSupport.h +++ b/Engine/Source/Runtime/Core/Public/Misc/RocketSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h b/Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h index eee688a0ab9b..cfbaae9e80fe 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h +++ b/Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/SecureHash.h b/Engine/Source/Runtime/Core/Public/Misc/SecureHash.h index 09eb994b10f4..5be9687698c5 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/SecureHash.h +++ b/Engine/Source/Runtime/Core/Public/Misc/SecureHash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/StringFormatArg.h b/Engine/Source/Runtime/Core/Public/Misc/StringFormatArg.h index bb56fc59180e..204e8e9f7f4c 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/StringFormatArg.h +++ b/Engine/Source/Runtime/Core/Public/Misc/StringFormatArg.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/StringFormatter.h b/Engine/Source/Runtime/Core/Public/Misc/StringFormatter.h index 8d1bf0f1c501..232cef8f6bd8 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/StringFormatter.h +++ b/Engine/Source/Runtime/Core/Public/Misc/StringFormatter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/StringUtility.h b/Engine/Source/Runtime/Core/Public/Misc/StringUtility.h index 888d7a35bd31..e9492460a996 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/StringUtility.h +++ b/Engine/Source/Runtime/Core/Public/Misc/StringUtility.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/StructBuilder.h b/Engine/Source/Runtime/Core/Public/Misc/StructBuilder.h index a6891b1d59b8..338a678f8d24 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/StructBuilder.h +++ b/Engine/Source/Runtime/Core/Public/Misc/StructBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/TextFilter.h b/Engine/Source/Runtime/Core/Public/Misc/TextFilter.h index 6a19516076f7..51f082198544 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/TextFilter.h +++ b/Engine/Source/Runtime/Core/Public/Misc/TextFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IFilter.h" diff --git a/Engine/Source/Runtime/Core/Public/Misc/TextFilterExpressionEvaluator.h b/Engine/Source/Runtime/Core/Public/Misc/TextFilterExpressionEvaluator.h index c0e162b9aa36..40ec92e9556b 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/TextFilterExpressionEvaluator.h +++ b/Engine/Source/Runtime/Core/Public/Misc/TextFilterExpressionEvaluator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ExpressionParser.h" diff --git a/Engine/Source/Runtime/Core/Public/Misc/TextFilterUtils.h b/Engine/Source/Runtime/Core/Public/Misc/TextFilterUtils.h index b22914ac171d..599255ac780c 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/TextFilterUtils.h +++ b/Engine/Source/Runtime/Core/Public/Misc/TextFilterUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** Defines the comparison operators that can be used for a complex (key->value) comparison */ diff --git a/Engine/Source/Runtime/Core/Public/Misc/Timespan.h b/Engine/Source/Runtime/Core/Public/Misc/Timespan.h index 7a353458e9ba..32b7349592c4 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Timespan.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Timespan.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h b/Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h index 2a07cfc1f6c2..328c5b9305cd 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h +++ b/Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/UProjectInfo.h b/Engine/Source/Runtime/Core/Public/Misc/UProjectInfo.h index 8f5adafaf4a0..792972717e05 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/UProjectInfo.h +++ b/Engine/Source/Runtime/Core/Public/Misc/UProjectInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Misc/Variant.h b/Engine/Source/Runtime/Core/Public/Misc/Variant.h index 39680692277c..0e4eddfe2b12 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/Variant.h +++ b/Engine/Source/Runtime/Core/Public/Misc/Variant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Math/RandomStream.h" diff --git a/Engine/Source/Runtime/Core/Public/Misc/WildcardString.h b/Engine/Source/Runtime/Core/Public/Misc/WildcardString.h index 3bd7650d71d8..11c94af63cc6 100644 --- a/Engine/Source/Runtime/Core/Public/Misc/WildcardString.h +++ b/Engine/Source/Runtime/Core/Public/Misc/WildcardString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Modules/Boilerplate/ModuleBoilerplate.h b/Engine/Source/Runtime/Core/Public/Modules/Boilerplate/ModuleBoilerplate.h index be1716ffa203..3d7e35930265 100644 --- a/Engine/Source/Runtime/Core/Public/Modules/Boilerplate/ModuleBoilerplate.h +++ b/Engine/Source/Runtime/Core/Public/Modules/Boilerplate/ModuleBoilerplate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Modules/ModuleInterface.h b/Engine/Source/Runtime/Core/Public/Modules/ModuleInterface.h index 8b85dfe6e1e5..462a3185762b 100644 --- a/Engine/Source/Runtime/Core/Public/Modules/ModuleInterface.h +++ b/Engine/Source/Runtime/Core/Public/Modules/ModuleInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h b/Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h index 36d46dad4b92..c1795dcd15ee 100644 --- a/Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h +++ b/Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Modules/ModuleVersion.h b/Engine/Source/Runtime/Core/Public/Modules/ModuleVersion.h index 51a4cfdeb391..cf5817863ceb 100644 --- a/Engine/Source/Runtime/Core/Public/Modules/ModuleVersion.h +++ b/Engine/Source/Runtime/Core/Public/Modules/ModuleVersion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ABTesting.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ABTesting.h index 7747fa6b6803..2eb52b5ae2e3 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ABTesting.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ABTesting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Declarations for ABTesting framework. diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DDCStatsHelper.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DDCStatsHelper.h index c1cc3e79af45..103326d10ceb 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DDCStatsHelper.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DDCStatsHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DebuggingDefines.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DebuggingDefines.h index a0e7e86c875a..84289edcd946 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DebuggingDefines.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DebuggingDefines.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DebuggingDefines.h: Defines used for toggling debugging code throughout the engine. diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DiagnosticTable.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DiagnosticTable.h index eb59778299cb..79e32aec2810 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DiagnosticTable.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/DiagnosticTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DiagnosticTable.h: Diagnostic table implementation diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h index 849e07ad05e1..d95bdbe26619 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/MallocProfiler.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/MallocProfiler.h index 13d4dc3184a9..444ab42e33d9 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/MallocProfiler.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/MallocProfiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MallocProfiler.h: Memory profiling support. diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h index 34060ea16c70..ba4d7fa00f38 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Here are a number of profiling helper functions so we do not have to duplicate a lot of the glue diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedDebugInfo.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedDebugInfo.h index 01ed636b4074..8b221d39c70e 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedDebugInfo.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedDebugInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScopedDebugInfo.h: Scoped debug info definitions. diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedTimers.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedTimers.h index 5a5b681fd906..ba68437f6240 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedTimers.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedTimers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/UMemoryDefines.h b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/UMemoryDefines.h index c95c8c8a8b02..20cef58b9beb 100644 --- a/Engine/Source/Runtime/Core/Public/ProfilingDebugging/UMemoryDefines.h +++ b/Engine/Source/Runtime/Core/Public/ProfilingDebugging/UMemoryDefines.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Core/Public/Serialization/Archive.h b/Engine/Source/Runtime/Core/Public/Serialization/Archive.h index f8eb9f33fe0f..f44736603f49 100644 --- a/Engine/Source/Runtime/Core/Public/Serialization/Archive.h +++ b/Engine/Source/Runtime/Core/Public/Serialization/Archive.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Core utility archive classes. Must be separate from ArchiveBase.h since diff --git a/Engine/Source/Runtime/Core/Public/Serialization/ArchiveBase.h b/Engine/Source/Runtime/Core/Public/Serialization/ArchiveBase.h index 1538a2f581a7..d9caef99b624 100644 --- a/Engine/Source/Runtime/Core/Public/Serialization/ArchiveBase.h +++ b/Engine/Source/Runtime/Core/Public/Serialization/ArchiveBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Serialization/Bitstreams.h b/Engine/Source/Runtime/Core/Public/Serialization/Bitstreams.h index 69dbc9f8f70d..5a2599d8b2e9 100644 --- a/Engine/Source/Runtime/Core/Public/Serialization/Bitstreams.h +++ b/Engine/Source/Runtime/Core/Public/Serialization/Bitstreams.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Serialization/Csv/CsvParser.h b/Engine/Source/Runtime/Core/Public/Serialization/Csv/CsvParser.h index 2f16afd27034..e2827524fcf8 100644 --- a/Engine/Source/Runtime/Core/Public/Serialization/Csv/CsvParser.h +++ b/Engine/Source/Runtime/Core/Public/Serialization/Csv/CsvParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Serialization/CustomVersion.h b/Engine/Source/Runtime/Core/Public/Serialization/CustomVersion.h index bc03ed64a097..b305ffba35ae 100644 --- a/Engine/Source/Runtime/Core/Public/Serialization/CustomVersion.h +++ b/Engine/Source/Runtime/Core/Public/Serialization/CustomVersion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Stats/Stats.h b/Engine/Source/Runtime/Core/Public/Stats/Stats.h index 46a2ee615fd9..af269611e091 100644 --- a/Engine/Source/Runtime/Core/Public/Stats/Stats.h +++ b/Engine/Source/Runtime/Core/Public/Stats/Stats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Stats/Stats2.h b/Engine/Source/Runtime/Core/Public/Stats/Stats2.h index 2dde688cbd15..065823dfc6f3 100644 --- a/Engine/Source/Runtime/Core/Public/Stats/Stats2.h +++ b/Engine/Source/Runtime/Core/Public/Stats/Stats2.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Stats/StatsData.h b/Engine/Source/Runtime/Core/Public/Stats/StatsData.h index 3507f5b6feee..3601afb97a5e 100644 --- a/Engine/Source/Runtime/Core/Public/Stats/StatsData.h +++ b/Engine/Source/Runtime/Core/Public/Stats/StatsData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Stats/StatsFile.h b/Engine/Source/Runtime/Core/Public/Stats/StatsFile.h index 21de6d812926..564ad4a6a250 100644 --- a/Engine/Source/Runtime/Core/Public/Stats/StatsFile.h +++ b/Engine/Source/Runtime/Core/Public/Stats/StatsFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Stats/StatsMallocProfilerProxy.h b/Engine/Source/Runtime/Core/Public/Stats/StatsMallocProfilerProxy.h index f72bdf0f5760..aa814ddb1d6d 100644 --- a/Engine/Source/Runtime/Core/Public/Stats/StatsMallocProfilerProxy.h +++ b/Engine/Source/Runtime/Core/Public/Stats/StatsMallocProfilerProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h b/Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h index 8a02bc1dd1f9..33fd05f0497f 100644 --- a/Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h +++ b/Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/AreTypesEqual.h b/Engine/Source/Runtime/Core/Public/Templates/AreTypesEqual.h index 13c4d279811e..3cd48fa9d686 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/AreTypesEqual.h +++ b/Engine/Source/Runtime/Core/Public/Templates/AreTypesEqual.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/EnableIf.h b/Engine/Source/Runtime/Core/Public/Templates/EnableIf.h index 10df9ca6fe2d..6a19cecab859 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/EnableIf.h +++ b/Engine/Source/Runtime/Core/Public/Templates/EnableIf.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/Function.h b/Engine/Source/Runtime/Core/Public/Templates/Function.h index d375e8871659..6983f238cc61 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/Function.h +++ b/Engine/Source/Runtime/Core/Public/Templates/Function.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h b/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h index 865b89a22b3a..4e1489dd7eb0 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h +++ b/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/PointerIsConvertibleFromTo.h b/Engine/Source/Runtime/Core/Public/Templates/PointerIsConvertibleFromTo.h index 20118cfe6523..3e0e1e9c96d5 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/PointerIsConvertibleFromTo.h +++ b/Engine/Source/Runtime/Core/Public/Templates/PointerIsConvertibleFromTo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/RefCounting.h b/Engine/Source/Runtime/Core/Public/Templates/RefCounting.h index 0b152c6eee5e..6debd8d9f4fe 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/RefCounting.h +++ b/Engine/Source/Runtime/Core/Public/Templates/RefCounting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/RemoveCV.h b/Engine/Source/Runtime/Core/Public/Templates/RemoveCV.h index 6aad90dad476..8803a7f4fd63 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/RemoveCV.h +++ b/Engine/Source/Runtime/Core/Public/Templates/RemoveCV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/ScopedCallback.h b/Engine/Source/Runtime/Core/Public/Templates/ScopedCallback.h index 5d79b7c29a87..0df7e1bcc43c 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/ScopedCallback.h +++ b/Engine/Source/Runtime/Core/Public/Templates/ScopedCallback.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/ScopedPointer.h b/Engine/Source/Runtime/Core/Public/Templates/ScopedPointer.h index 4a121938f25f..b117c158f571 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/ScopedPointer.h +++ b/Engine/Source/Runtime/Core/Public/Templates/ScopedPointer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h b/Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h index bcfc884eff96..57ca232f41f1 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h +++ b/Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h b/Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h index 9a1904e17a8a..4cfb6bf6e91c 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h +++ b/Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/SharedPointerTesting.inl b/Engine/Source/Runtime/Core/Public/Templates/SharedPointerTesting.inl index a8e151ffd894..3525db3fcdc4 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/SharedPointerTesting.inl +++ b/Engine/Source/Runtime/Core/Public/Templates/SharedPointerTesting.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/Sorting.h b/Engine/Source/Runtime/Core/Public/Templates/Sorting.h index e43d6489327e..804db98a9032 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/Sorting.h +++ b/Engine/Source/Runtime/Core/Public/Templates/Sorting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/TypeHash.h b/Engine/Source/Runtime/Core/Public/Templates/TypeHash.h index 0546d71c1d60..b1c6d1f7f447 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/TypeHash.h +++ b/Engine/Source/Runtime/Core/Public/Templates/TypeHash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/TypeWrapper.h b/Engine/Source/Runtime/Core/Public/Templates/TypeWrapper.h index 4aca5c1c86e8..540958bc42e8 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/TypeWrapper.h +++ b/Engine/Source/Runtime/Core/Public/Templates/TypeWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/UniqueObj.h b/Engine/Source/Runtime/Core/Public/Templates/UniqueObj.h index 2e8e354949fc..67bf92b5a130 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/UniqueObj.h +++ b/Engine/Source/Runtime/Core/Public/Templates/UniqueObj.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/UniquePtr.h b/Engine/Source/Runtime/Core/Public/Templates/UniquePtr.h index 06ffd8001b71..eda54bfb2af4 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/UniquePtr.h +++ b/Engine/Source/Runtime/Core/Public/Templates/UniquePtr.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h b/Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h index 3c7b932b7919..3e1e79cb758b 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h +++ b/Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h b/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h index e59636c1cde2..bbc5acfcffd1 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h +++ b/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealTypeTraits.h: Unreal type traits definitions. diff --git a/Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h b/Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h index 6ddfde4249c2..de0a1551a1d5 100644 --- a/Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h +++ b/Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/UObject/AutoPointer.h b/Engine/Source/Runtime/Core/Public/UObject/AutoPointer.h index 13f00a4ce00f..5ff14d6fa145 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/AutoPointer.h +++ b/Engine/Source/Runtime/Core/Public/UObject/AutoPointer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/UObject/DebugSerializationFlags.h b/Engine/Source/Runtime/Core/Public/UObject/DebugSerializationFlags.h index 6ad10bd0d29f..ebf8f0b0872f 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/DebugSerializationFlags.h +++ b/Engine/Source/Runtime/Core/Public/UObject/DebugSerializationFlags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DebugSerializationFlags.h: diff --git a/Engine/Source/Runtime/Core/Public/UObject/NameTypes.h b/Engine/Source/Runtime/Core/Public/UObject/NameTypes.h index deaacfae550e..08c1c049483c 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/NameTypes.h +++ b/Engine/Source/Runtime/Core/Public/UObject/NameTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Containers/StringConv.h" diff --git a/Engine/Source/Runtime/Core/Public/UObject/PendingVersions.h b/Engine/Source/Runtime/Core/Public/UObject/PendingVersions.h index 0486e63b496f..2135357c525e 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/PendingVersions.h +++ b/Engine/Source/Runtime/Core/Public/UObject/PendingVersions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PendingVersions.h: A list of engine versions which are awaiting insertion diff --git a/Engine/Source/Runtime/Core/Public/UObject/PropertyPortFlags.h b/Engine/Source/Runtime/Core/Public/UObject/PropertyPortFlags.h index 6272d965d16c..dc65842b9e88 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/PropertyPortFlags.h +++ b/Engine/Source/Runtime/Core/Public/UObject/PropertyPortFlags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PropertyPortFlags.h: Property import/export flags. diff --git a/Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h b/Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h index efdb0e24e539..7854a65201dc 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h +++ b/Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/UObject/UObjectHierarchyFwd.h b/Engine/Source/Runtime/Core/Public/UObject/UObjectHierarchyFwd.h index b258ae6c3fa2..3cd1c7e57533 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/UObjectHierarchyFwd.h +++ b/Engine/Source/Runtime/Core/Public/UObject/UObjectHierarchyFwd.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/UObject/UnrealNames.h b/Engine/Source/Runtime/Core/Public/UObject/UnrealNames.h index 0c7a74a4c679..550d8b4cb10a 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/UnrealNames.h +++ b/Engine/Source/Runtime/Core/Public/UObject/UnrealNames.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/UObject/UnrealNames.inl b/Engine/Source/Runtime/Core/Public/UObject/UnrealNames.inl index 1081e849ad2d..e19b540ce310 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/UnrealNames.inl +++ b/Engine/Source/Runtime/Core/Public/UObject/UnrealNames.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Special zero value, meaning no name. REGISTER_NAME(0,None) diff --git a/Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h b/Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h index f515674e3974..a440bb73fb83 100644 --- a/Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h +++ b/Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/WinRT/AllowWinRTPlatformTypes.h b/Engine/Source/Runtime/Core/Public/WinRT/AllowWinRTPlatformTypes.h index 8b70d68020e6..ea658dd833c3 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/AllowWinRTPlatformTypes.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/AllowWinRTPlatformTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AllowWinRTPLatformTypes.h: Defines for allowing the use of WinRT types. diff --git a/Engine/Source/Runtime/Core/Public/WinRT/HideWinRTPlatformTypes.h b/Engine/Source/Runtime/Core/Public/WinRT/HideWinRTPlatformTypes.h index 808c21ac862e..756e6bd24391 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/HideWinRTPlatformTypes.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/HideWinRTPlatformTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HideWinRTPlatformTypes.h: Defines for hiding WinRT type names. diff --git a/Engine/Source/Runtime/Core/Public/WinRT/MinWinRTApi.h b/Engine/Source/Runtime/Core/Public/WinRT/MinWinRTApi.h index 73d2067cf7e9..79126d9e329f 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/MinWinRTApi.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/MinWinRTApi.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MinWinRTApi.h: Minimal includes for WinRT diff --git a/Engine/Source/Runtime/Core/Public/WinRT/PostWinRTApi.h b/Engine/Source/Runtime/Core/Public/WinRT/PostWinRTApi.h index 7fd4b77250b3..7bc52e4b0d87 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/PostWinRTApi.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/PostWinRTApi.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostWinRTApi.h: The post-include part of UE4's WinRT API wrapper. diff --git a/Engine/Source/Runtime/Core/Public/WinRT/PreWinRTApi.h b/Engine/Source/Runtime/Core/Public/WinRT/PreWinRTApi.h index 922a7b224dbc..55e2f170db34 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/PreWinRTApi.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/PreWinRTApi.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PreWindowsApi.h: The pre-include part of UE4's Win32 API wrapper. diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTARMPlatform.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTARMPlatform.h index 32673894727f..f62c7a7b5fe2 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTARMPlatform.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTARMPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ WinRTPlatform.h: Setup for the windows platform diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTApplication.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTApplication.h index 80dd16bf4d8d..5b3057253a6a 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTApplication.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTAtomics.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTAtomics.h index c1f62e73bf29..8191f55208bb 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTAtomics.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTAtomics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTAtomics.h: WinRT platform Atomics functions diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTCompilerSetup.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTCompilerSetup.h index a353b7fcabdf..7c4a8c4c12c4 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTCompilerSetup.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTCompilerSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTCompilerSetup.h: pragmas, version checks and other things for the WinRT compiler diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTCriticalSection.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTCriticalSection.h index cb3e05e5707e..0dcebdf33df5 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTCriticalSection.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTCriticalSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTFile.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTFile.h index 75c32a678465..69957c1ea3a0 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTFile.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTFile.h: WinRT platform File functions diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTIncludes.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTIncludes.h index a3598db1f467..bea04fcede0d 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTIncludes.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ WinRTIncludes.h: Includes the platform specific headers for WinRT diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTMath.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTMath.h index ff0e7a0043ed..3607c0095c43 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTMath.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTMath.h: WinRT platform Math functions diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTMemory.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTMemory.h index e3d03978f6a8..ceef0de138c8 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTMemory.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTMisc.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTMisc.h index 817bea6f360a..29aa0730f733 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTMisc.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTMisc.h: WinRT platform misc functions diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTOutputDevices.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTOutputDevices.h index 5d9c4ad16539..454dc6055b38 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTOutputDevices.h: Windows platform OutputDevices functions diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatform.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatform.h index c06f2996bec3..98f7651402da 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatform.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ WinRTPlatform.h: Setup for the windows platform diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatformCompilerPreSetup.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatformCompilerPreSetup.h index d226dd5fb49b..be41102ffe05 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatformCompilerPreSetup.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatformCompilerPreSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatformIncludes.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatformIncludes.h index 40ee266a5273..3fd7033b6991 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatformIncludes.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTPlatformIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ WinRTPlatformIncludes.h: Includes the platform specific headers for WinRT diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTProcess.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTProcess.h index a5ca8a0a6631..f7c54f29fa53 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTProcess.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTProcess.h: WinRT platform Process functions diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTProperties.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTProperties.h index 6ef29a148ae3..dddccb890982 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTProperties.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ WinRTProperties.h - Basic static properties of a platform diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTSplash.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTSplash.h index dd0159de9c7d..f3d74de63f44 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTSplash.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformSplash.h" diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTStackWalk.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTStackWalk.h index 808e0c2447ef..a019870c2e89 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTStackWalk.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTStackWalk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTStackWalk.h: WinRT platform stack walk functions diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTString.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTString.h index dba60a101acd..399ff590ed28 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTString.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTString.h: WinRT platform string classes, mostly implemented with ANSI C++ diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTSurvey.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTSurvey.h index f19665e772fd..97613a8c95e7 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTSurvey.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTSystemIncludes.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTSystemIncludes.h index 78a3bb50a027..4c509fe50a5a 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTSystemIncludes.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTSystemIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // Pre-system API include diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTTLS.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTTLS.h index b14922031c0a..63a549919a2f 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTTLS.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTTLS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTTLS.h: WinRT platform TLS (Thread local storage and thread ID) functions diff --git a/Engine/Source/Runtime/Core/Public/WinRT/WinRTTime.h b/Engine/Source/Runtime/Core/Public/WinRT/WinRTTime.h index fce2730423e4..80ca84003ae0 100644 --- a/Engine/Source/Runtime/Core/Public/WinRT/WinRTTime.h +++ b/Engine/Source/Runtime/Core/Public/WinRT/WinRTTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================================= WinRTTime.h: WinRT platform Time functions diff --git a/Engine/Source/Runtime/Core/Public/Windows/AllowWindowsPlatformTypes.h b/Engine/Source/Runtime/Core/Public/Windows/AllowWindowsPlatformTypes.h index 287ef315bc04..8d8d865a7432 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/AllowWindowsPlatformTypes.h +++ b/Engine/Source/Runtime/Core/Public/Windows/AllowWindowsPlatformTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef WINDOWS_PLATFORM_TYPES_GUARD #define WINDOWS_PLATFORM_TYPES_GUARD diff --git a/Engine/Source/Runtime/Core/Public/Windows/COMPointer.h b/Engine/Source/Runtime/Core/Public/Windows/COMPointer.h index 3b8b24bd0ca6..d53aa2039472 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/COMPointer.h +++ b/Engine/Source/Runtime/Core/Public/Windows/COMPointer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/HideWindowsPlatformTypes.h b/Engine/Source/Runtime/Core/Public/Windows/HideWindowsPlatformTypes.h index 6dbbfe13b134..85411e8843f7 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/HideWindowsPlatformTypes.h +++ b/Engine/Source/Runtime/Core/Public/Windows/HideWindowsPlatformTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifdef WINDOWS_PLATFORM_TYPES_GUARD #undef WINDOWS_PLATFORM_TYPES_GUARD diff --git a/Engine/Source/Runtime/Core/Public/Windows/MinWindows.h b/Engine/Source/Runtime/Core/Public/Windows/MinWindows.h index 6d6c58388088..06520f9cb864 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/MinWindows.h +++ b/Engine/Source/Runtime/Core/Public/Windows/MinWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/PostWindowsApi.h b/Engine/Source/Runtime/Core/Public/Windows/PostWindowsApi.h index 6fc4c986195b..3e1fb3a28e44 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/PostWindowsApi.h +++ b/Engine/Source/Runtime/Core/Public/Windows/PostWindowsApi.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Undo any Windows defines. #undef uint8 diff --git a/Engine/Source/Runtime/Core/Public/Windows/PreWindowsApi.h b/Engine/Source/Runtime/Core/Public/Windows/PreWindowsApi.h index d83e40f8833b..6b5d2f4abc4d 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/PreWindowsApi.h +++ b/Engine/Source/Runtime/Core/Public/Windows/PreWindowsApi.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Disable the warning that the pack size is changed in this header. #pragma warning(disable:4103) diff --git a/Engine/Source/Runtime/Core/Public/Windows/TextStoreACP.h b/Engine/Source/Runtime/Core/Public/Windows/TextStoreACP.h index c71bec2e381e..07e074b91dde 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/TextStoreACP.h +++ b/Engine/Source/Runtime/Core/Public/Windows/TextStoreACP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WIndowsPlatform.h b/Engine/Source/Runtime/Core/Public/Windows/WIndowsPlatform.h index 9dd257d4efe4..cc2091c483e1 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WIndowsPlatform.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WIndowsPlatform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsApplication.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsApplication.h index 25a93fe1db66..4e7b9fc815af 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsApplication.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsCriticalSection.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsCriticalSection.h index 70dcb011dfa9..d52850a247e1 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsCriticalSection.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsCriticalSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsCursor.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsCursor.h index 04a7183a3b61..247456476bbe 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsCursor.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsCursor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsHWrapper.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsHWrapper.h index b9847f10eed9..c5304547f91b 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsHWrapper.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsHWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Windows/PreWindowsApi.h" diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformAtomics.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformAtomics.h index cf43d4486324..41ea09aa8df6 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformAtomics.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformAtomics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCodeAnalysis.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCodeAnalysis.h index cb512bb7e2b9..92ea6b1d9904 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCodeAnalysis.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCodeAnalysis.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCompilerPreSetup.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCompilerPreSetup.h index e8a44ffb508e..7df8db82749b 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCompilerPreSetup.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCompilerPreSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCompilerSetup.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCompilerSetup.h index 7a6d09dd3a1b..69d5dddfa362 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCompilerSetup.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCompilerSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCrashContext.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCrashContext.h index 13f8da49e45a..0a73ca0cd0ae 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCrashContext.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformCrashContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformFile.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformFile.h index dedd5759ba7a..bb985e650f92 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformFile.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformFile.h @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformIncludes.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformIncludes.h index 504c5d727c87..ecb6c1699101 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformIncludes.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMath.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMath.h index a91e018f9d14..50b446e60e06 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMath.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformMath.h" diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMemory.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMemory.h index 04391df62dd6..2296cff535a2 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMemory.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMemory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMisc.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMisc.h index 8f54d884ce3d..06445a5c7886 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMisc.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformMisc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformNamedPipe.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformNamedPipe.h index 54071ee75607..c108dabf390a 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformNamedPipe.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformNamedPipe.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformOutputDevices.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformOutputDevices.h index 247d6916908f..d7bd6f633c53 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformOutputDevices.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformOutputDevices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformProcess.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformProcess.h index 134516fe947c..f09359c9e628 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformProcess.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformProcess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformProperties.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformProperties.h index ad4ef9db3321..13b94b06b82a 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformProperties.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformSplash.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformSplash.h index a2418df51504..8b5912c6e54f 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformSplash.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformSplash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformStackWalk.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformStackWalk.h index 98b2a5a2efa2..03564f8b9c22 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformStackWalk.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformStackWalk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformString.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformString.h index 653df349a86f..d3473e1754ef 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformString.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformSurvey.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformSurvey.h index 84904005b7e1..1e53abc8002f 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformSurvey.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformSurvey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformTLS.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformTLS.h index bef35cf93c46..dd28e022205f 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformTLS.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformTLS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformTime.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformTime.h index 73fff8124afd..f7becf1f560d 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformTime.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsPlatformTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsSystemIncludes.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsSystemIncludes.h index ae98ebdce378..6ffc2cb70139 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsSystemIncludes.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsSystemIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsTextInputMethodSystem.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsTextInputMethodSystem.h index 8cb6d48c4774..081c2570ce05 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsTextInputMethodSystem.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsTextInputMethodSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Public/Windows/WindowsWindow.h b/Engine/Source/Runtime/Core/Public/Windows/WindowsWindow.h index 856ef5aa8c1f..99f3ddfd36a5 100644 --- a/Engine/Source/Runtime/Core/Public/Windows/WindowsWindow.h +++ b/Engine/Source/Runtime/Core/Public/Windows/WindowsWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Resources/Windows/ModuleVersionResource.h b/Engine/Source/Runtime/Core/Resources/Windows/ModuleVersionResource.h index feb6e17c4b2f..43512e8b91d3 100644 --- a/Engine/Source/Runtime/Core/Resources/Windows/ModuleVersionResource.h +++ b/Engine/Source/Runtime/Core/Resources/Windows/ModuleVersionResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Core/Resources/Windows/ModuleVersionResource.rc.inl b/Engine/Source/Runtime/Core/Resources/Windows/ModuleVersionResource.rc.inl index dd29038def57..a5994059cb1d 100644 --- a/Engine/Source/Runtime/Core/Resources/Windows/ModuleVersionResource.rc.inl +++ b/Engine/Source/Runtime/Core/Resources/Windows/ModuleVersionResource.rc.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include #include "Public/Modules/ModuleVersion.h" diff --git a/Engine/Source/Runtime/CoreUObject/Classes/Object.h b/Engine/Source/Runtime/CoreUObject/Classes/Object.h index 2c943892c3d2..f2e52b3cc90a 100644 --- a/Engine/Source/Runtime/CoreUObject/Classes/Object.h +++ b/Engine/Source/Runtime/CoreUObject/Classes/Object.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Runtime/CoreUObject/CoreUObject.Build.cs b/Engine/Source/Runtime/CoreUObject/CoreUObject.Build.cs index fc685769bd6c..b62cc902fcdb 100644 --- a/Engine/Source/Runtime/CoreUObject/CoreUObject.Build.cs +++ b/Engine/Source/Runtime/CoreUObject/CoreUObject.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp b/Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp index 24c5f5fade42..cc9922bba1c1 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "UObject/LinkerPlaceholderClass.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h b/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h index 47cc14fe15bf..46d016d1157d 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h +++ b/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CoreUObjectPrivate.h: Unreal core private header file. diff --git a/Engine/Source/Runtime/CoreUObject/Private/Interface.cpp b/Engine/Source/Runtime/CoreUObject/Private/Interface.cpp index c53a27a3d045..efca4384bf19 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Interface.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Interface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "Interface.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/ExclusiveLoadPackageTimeTracker.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/ExclusiveLoadPackageTimeTracker.cpp index 102515fd2e7e..697fa9f2b81a 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/ExclusiveLoadPackageTimeTracker.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/ExclusiveLoadPackageTimeTracker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "ExclusiveLoadPackageTimeTracker.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/GCObjectReferencer.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/GCObjectReferencer.cpp index df32292ee03a..64dab99268b7 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/GCObjectReferencer.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/GCObjectReferencer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GCObjectReferencer.cpp: Implementation of UGCObjectReferencer diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/NotifyHook.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/NotifyHook.cpp index 15e2055c1ab6..9662364cdcde 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/NotifyHook.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/NotifyHook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnMisc.cpp: Various core platform-independent functions. diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp index 9048e980a303..2a62d43f52fa 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectHash.cpp: Unreal object name hashes diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/RedirectCollector.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/RedirectCollector.cpp index cc3d9c032657..c084e2bd5d9b 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/RedirectCollector.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/RedirectCollector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Core includes. diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/StartupPackages.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/StartupPackages.cpp index b4c8494f68ea..14cd862025e9 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/StartupPackages.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/StartupPackages.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StartupPackages.cpp: Startup Package Functions diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/StringAssetReference.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/StringAssetReference.cpp index be34e952dd8b..db8a83773ce4 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/StringAssetReference.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/StringAssetReference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/StringClassReference.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/StringClassReference.cpp index a5a2f50d92f2..1210a69267fd 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/StringClassReference.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/StringClassReference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/StringReferenceTemplates.h b/Engine/Source/Runtime/CoreUObject/Private/Misc/StringReferenceTemplates.h index cc16e3ac33d5..bd4e03185bdc 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/StringReferenceTemplates.h +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/StringReferenceTemplates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/TextBuffer.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/TextBuffer.cpp index ef21ba4f62c9..22f3a172346f 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/TextBuffer.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/TextBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextBuffer.cpp: UObject class for storing text diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/UObjectToken.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/UObjectToken.cpp index b749a864bfd3..95a9bceb376f 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/UObjectToken.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/UObjectToken.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "UObjectToken.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Misc/WorldCompositionUtility.cpp b/Engine/Source/Runtime/CoreUObject/Private/Misc/WorldCompositionUtility.cpp index 29c52d4a4f9a..1209f312ecd4 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Misc/WorldCompositionUtility.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Misc/WorldCompositionUtility.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WorldCompositionUtility.cpp : Support structures for world composition diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveDescribeReference.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveDescribeReference.cpp index 3c3dfe86f45a..4dfcce5796e3 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveDescribeReference.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveDescribeReference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "ArchiveDescribeReference.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveDescribeReference.h b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveDescribeReference.h index 57f2885542e2..99578f8d7e53 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveDescribeReference.h +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveDescribeReference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindAllRefs.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindAllRefs.cpp index 4e5f59c79366..5ccf2be81fb8 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindAllRefs.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindAllRefs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "ArchiveFindAllRefs.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindAllRefs.h b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindAllRefs.h index 4006f28c90e7..03b3fe053db5 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindAllRefs.h +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindAllRefs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindCulprit.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindCulprit.cpp index ea01a025aa4e..15b008363585 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindCulprit.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindCulprit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectCrc32.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectCrc32.cpp index cd8c017686ef..e71f4326070e 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectCrc32.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectCrc32.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectGraph.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectGraph.cpp index 88dc2e267da5..c32a48adbc04 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectGraph.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveObjectGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveShowReferences.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveShowReferences.cpp index b437386ca0f2..cdb7a044a2fd 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveShowReferences.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveShowReferences.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveTraceRoute.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveTraceRoute.cpp index e26b2fdb4653..2cd25b1a77b0 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveTraceRoute.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveTraceRoute.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveUObject.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveUObject.cpp index 7fa94a7bd2ad..f61684fb1927 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveUObject.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveUObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoading.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoading.cpp index 6aacd3e7b525..24b3e2c8c78c 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoading.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoading.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnAsyncLoading.cpp: Unreal async loading code. diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoadingThread.h b/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoadingThread.h index 37073ba2dfcf..e605baee3b46 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoadingThread.h +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoadingThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AsyncLoadingThread.h: Unreal async loading code. diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp index f4ce0ed7a96e..2068a66b3b2c 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/DeferredMessageLog.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/DeferredMessageLog.cpp index 29d92ddc8e6f..c120191bbb39 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/DeferredMessageLog.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/DeferredMessageLog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnAsyncLoading.cpp: Unreal async messsage log. diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/DeferredMessageLog.h b/Engine/Source/Runtime/CoreUObject/Private/Serialization/DeferredMessageLog.h index c8631381004b..e8c7ffd3ec19 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/DeferredMessageLog.h +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/DeferredMessageLog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeferredMessgaeLog.h: Unreal async loading log. diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataReader.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataReader.cpp index a5af39e2036d..ea968be7ec0a 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataReader.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataReader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "UObject/UObjectThreadContext.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataWriter.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataWriter.cpp index 80144ca6be14..403913239633 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataWriter.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/DuplicateDataWriter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/FindReferencersArchive.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/FindReferencersArchive.cpp index ff558f6eace2..7178e8be4acd 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/FindReferencersArchive.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/FindReferencersArchive.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ObjectReader.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ObjectReader.cpp index c7d91ff8fd72..813ec9018eb4 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ObjectReader.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ObjectReader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ObjectWriter.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ObjectWriter.cpp index ed8d06344105..7a988c01a67e 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ObjectWriter.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ObjectWriter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/PropertyLocalizationDataGathering.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/PropertyLocalizationDataGathering.cpp index 680fc63b121e..7a96e0142b6b 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/PropertyLocalizationDataGathering.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/PropertyLocalizationDataGathering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyLocalizationDataGathering.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ReloadObjectArc.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ReloadObjectArc.cpp index d06c5aa76673..1f12c2c6aca3 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/ReloadObjectArc.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/ReloadObjectArc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" /** Constructor */ diff --git a/Engine/Source/Runtime/CoreUObject/Private/Serialization/TraceReferences.cpp b/Engine/Source/Runtime/CoreUObject/Private/Serialization/TraceReferences.cpp index ee43915722d2..5be2464acf91 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Serialization/TraceReferences.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Serialization/TraceReferences.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/Templates/Casts.cpp b/Engine/Source/Runtime/CoreUObject/Private/Templates/Casts.cpp index e7954b45d21a..9e0451b9d02a 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/Templates/Casts.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/Templates/Casts.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "Casts.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp index fca7b8638b64..a422d3c001e4 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnClass.cpp: Object class implementation. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp index 4c70afcebbe6..16d778df3168 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNative.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNet.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNet.cpp index c190f73280eb..22cfd4fcde66 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNet.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreNet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnCoreNet.cpp: Core networking support. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/EditPropertyChain.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/EditPropertyChain.cpp index ec3f4a813e2e..dc09346c3707 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/EditPropertyChain.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/EditPropertyChain.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp index 438ee8e208a2..5d70c01e9d7b 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "UObjectThreadContext.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/FastReferenceCollector.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/FastReferenceCollector.h index 37ff8f43f559..aae509bfd5ec 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/FastReferenceCollector.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/FastReferenceCollector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/FindStronglyConnected.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/FindStronglyConnected.cpp index f8748a59e07f..563784b101f4 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/FindStronglyConnected.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/FindStronglyConnected.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "FindStronglyConnected.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/FindStronglyConnected.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/FindStronglyConnected.h index 2129fd0d81ca..99d04c095393 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/FindStronglyConnected.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/FindStronglyConnected.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/GCScopeLock.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/GCScopeLock.h index e7908e2008cd..bcb05bb05a4c 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/GCScopeLock.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/GCScopeLock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Garbage Collection scope lock. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp index 7b4483e3250d..ef2501f7d221 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObjGC.cpp: Unreal object garbage collection code. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LazyObjectPtr.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/LazyObjectPtr.cpp index 0a744531abac..8b4b520515d4 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LazyObjectPtr.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LazyObjectPtr.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LazyObjectPtr.cpp: Guid-based lazy pointer to UObject diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/Linker.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/Linker.cpp index 1db608dfcd22..10e17e2fd89e 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/Linker.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/Linker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Linker.cpp: Unreal object linker. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp index 240eb43b6757..1e9ceae81976 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "SecureHash.h" #include "DebuggingDefines.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.cpp index f4850e1a7566..8ca7fee2182f 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinkerManager.h: Unreal object linker manager diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.h index 54bb9bb27880..a164edd6d486 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LinkerManager.h: Unreal object linker manager diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.cpp index 963e99d4688e..3bd4b49ff02b 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "LinkerPlaceholderBase.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.h index 1522e975aca1..f6670d2063c9 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.inl b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.inl index 0a36ada352f5..0592142bfcaf 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.inl +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderBase.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderClass.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderClass.cpp index bba3c844be3a..8ac5305912f8 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderClass.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "LinkerPlaceholderClass.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderClass.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderClass.h index fcc21769b2fe..7a7e079c4bfd 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderClass.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Class.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderExportObject.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderExportObject.cpp index 1e89a228cfb6..fdb09f049f42 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderExportObject.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderExportObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "LinkerPlaceholderExportObject.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderExportObject.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderExportObject.h index 71d54de0390c..37a8aeeea007 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderExportObject.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderExportObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Object.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderFunction.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderFunction.cpp index f2f016989ad8..0c185bcc7060 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderFunction.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "LinkerPlaceholderFunction.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderFunction.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderFunction.h index 7218826091f3..678793992f3b 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderFunction.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerPlaceholderFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Class.h" // for UFunction diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerSave.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerSave.cpp index 2273dd268b6b..4375fa7f3a1f 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerSave.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerSave.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp index 7453cfe3cb16..240e71103a72 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp index bad6a7215d0e..166d0bcb3a59 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObj.cpp: Unreal object manager. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectBaseUtility.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectBaseUtility.cpp index 6dce6d4de7a4..cbbe48f95351 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectBaseUtility.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectBaseUtility.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectMemoryAnalyzer.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectMemoryAnalyzer.cpp index d0c1a79c452a..ffd2a334be23 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectMemoryAnalyzer.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectMemoryAnalyzer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "UObject/ObjectMemoryAnalyzer.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectRedirector.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectRedirector.cpp index abe2e41f7634..4a1ec0cc17e5 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectRedirector.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectRedirector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnRedirector.cpp: Object redirector implementation. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectResource.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectResource.cpp index af212c07ced5..8ca4cbb24e68 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectResource.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectResource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/Package.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/Package.cpp index 10caf2099323..229be9308ccc 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/Package.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/Package.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "UObject/LinkerManager.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PackageFileSummary.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PackageFileSummary.cpp index 6371f444180c..350de5969ca9 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PackageFileSummary.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PackageFileSummary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "EngineVersion.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp index feca2d0e95ee..beccb0528e29 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Property.cpp: UProperty implementation diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyArray.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyArray.cpp index c7d3af17993f..0ada1cc8244f 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyArray.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyArray.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyHelper.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyAssetClass.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyAssetClass.cpp index 2b42bfb48935..4f8b42660af1 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyAssetClass.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyAssetClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "LinkerPlaceholderClass.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyAssetObject.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyAssetObject.cpp index ee8b999d14b8..becc099eba7d 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyAssetObject.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyAssetObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBaseObject.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBaseObject.cpp index 285bfa5a6c8b..cb3e675e09f4 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBaseObject.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBaseObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyHelper.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBool.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBool.cpp index 112b9d2e3218..709eaf806854 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBool.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyBool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyHelper.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyByte.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyByte.cpp index 139ee0f867a1..f3975bb1be2d 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyByte.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyByte.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyClass.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyClass.cpp index 1b24238a5b3b..9050b85e9a55 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyClass.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyHelper.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyDelegate.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyDelegate.cpp index 553482fcbdc2..8428192810ad 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyDelegate.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyDelegate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyHelper.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyDouble.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyDouble.cpp index ae4ac12357a0..ef8fb2587ea2 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyDouble.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyDouble.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyFloat.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyFloat.cpp index 1c1c45ca4eed..9b351834b3ce 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyFloat.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyFloat.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyHelper.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyHelper.h index 1c3529b2f0d5..a7dc599fa339 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyHelper.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once DECLARE_LOG_CATEGORY_EXTERN(LogProperty, Log, All); diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt.cpp index d1bd42dd00c6..0dd0ab8ef11f 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt16.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt16.cpp index 326fd52e579c..3eb196c71041 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt16.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt16.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt64.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt64.cpp index b8ae41e4fc02..56a57df335d7 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt64.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt64.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt8.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt8.cpp index b640302953cb..2d1697177084 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt8.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt8.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInterface.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInterface.cpp index b74fb6ba6e06..943442e228b4 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInterface.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "LinkerPlaceholderClass.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyLazyObjectPtr.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyLazyObjectPtr.cpp index be882d869773..4fcd94941ad7 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyLazyObjectPtr.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyLazyObjectPtr.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyHelper.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMap.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMap.cpp index 7b73f16cdd94..d307a6a8f808 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMap.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyHelper.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMulticastDelegate.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMulticastDelegate.cpp index 98c8a1287bc9..4511a61f565e 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMulticastDelegate.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMulticastDelegate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "PropertyHelper.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyName.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyName.cpp index 8f25f6bc4a71..fd9afe7153eb 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyName.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyName.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyObject.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyObject.cpp index 35cb051f0382..063ffccda6b3 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyObject.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "LinkerPlaceholderExportObject.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyStr.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyStr.cpp index 1da86041dd1e..b9becf73dec6 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyStr.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyStr.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyStruct.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyStruct.cpp index 60c225c02172..b93ae3dbab8e 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyStruct.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyStruct.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "Archive.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt16.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt16.cpp index 9851c660d6fb..0e68bb0f2e50 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt16.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt16.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt32.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt32.cpp index 0a57e397663e..6a5066b9b89d 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt32.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt32.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt64.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt64.cpp index 3d7dac48ae13..90dc94ab5ff2 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt64.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyUInt64.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyWeakObjectPtr.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyWeakObjectPtr.cpp index 6508cb4aabea..f7ae240b97c6 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyWeakObjectPtr.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyWeakObjectPtr.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/ReferenceChainSearch.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/ReferenceChainSearch.cpp index 00397ce46301..08249d2b0996 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/ReferenceChainSearch.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/ReferenceChainSearch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/ReferencerInformation.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/ReferencerInformation.cpp index 89fac01c04f2..5a91be3d19cc 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/ReferencerInformation.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/ReferencerInformation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/SavePackage.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/SavePackage.cpp index 75fd9a5bcd2c..1aa21af31679 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/SavePackage.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/SavePackage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "UObject/UTextProperty.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp index 551c16d4a19f..aed9f7d10d0b 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScriptCore.cpp: Kismet VM execution and support code. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptStackTracker.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptStackTracker.cpp index 5016e181b19a..504c54f83636 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptStackTracker.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptStackTracker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScriptStackTracker.cpp: Stack Tracking within Unreal Engine. diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/StructScriptLoader.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/StructScriptLoader.cpp index 11bfa1e4e334..96f5699a8a86 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/StructScriptLoader.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/StructScriptLoader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "StructScriptLoader.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/StructScriptLoader.h b/Engine/Source/Runtime/CoreUObject/Private/UObject/StructScriptLoader.h index 8673058493c8..ecc164523c28 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/StructScriptLoader.h +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/StructScriptLoader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/TextureAllocations.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/TextureAllocations.cpp index fa50dad6b9aa..4902b72fc437 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/TextureAllocations.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/TextureAllocations.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectAllocator.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectAllocator.cpp index f41edfacdba7..d0601bb03c77 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectAllocator.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectAllocator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObjAllocator.cpp: Unreal object allocation diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectArchetype.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectArchetype.cpp index 027b286ed527..4d144465d281 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectArchetype.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectArchetype.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectArchetype.cpp: Unreal object archetype relationship management diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectArray.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectArray.cpp index 74db954e63e1..a0a308683569 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectArray.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectArray.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObjArray.cpp: Unreal array of all objects diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp index 5981d0efab30..2714a20b3903 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectBase.cpp: Unreal UObject base class diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp index 000042c17a58..13a560ad4e15 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectBaseUtility.cpp: Unreal UObject functions that only depend on UObjectBase diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectClusters.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectClusters.cpp index 7a05c611d7ad..429eaa406ac2 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectClusters.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectClusters.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectClusters.cpp: Unreal UObject Cluster helper functions diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp index e5bfafa8935e..a6f4dbd7d2d6 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObj.cpp: Unreal object global data and functions diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp index 04085c649b0b..a3d6169d35b8 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectHash.cpp: Unreal object name hashes diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectLinker.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectLinker.cpp index 5cf50fee9a19..438a9fcb7540 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectLinker.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectLinker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectLinker.cpp: Unreal object linker relationship management diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectMarks.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectMarks.cpp index ad5abad205d5..6c1225e464c8 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectMarks.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectMarks.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectMarks.cpp: Unreal save marks annotation diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectNetIndex.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectNetIndex.cpp index 936c324f71cd..1fc38c5299f6 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectNetIndex.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectNetIndex.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObjLinker.cpp: Unreal object linker relationship management diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectThreadContext.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectThreadContext.cpp index 7f67e14cfad7..28c5b14b1143 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectThreadContext.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectThreadContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectThreadContext.cpp: Unreal object globals diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UTextProperty.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UTextProperty.cpp index 83dc26126382..ee8b8ef4e034 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UTextProperty.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UTextProperty.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" #include "UObject/UTextProperty.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/UnrealType.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/UnrealType.cpp index 0bcc018dcfb4..d13351dca710 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/UnrealType.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/UnrealType.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CoreUObjectPrivate.h" diff --git a/Engine/Source/Runtime/CoreUObject/Private/UObject/WeakObjectPtr.cpp b/Engine/Source/Runtime/CoreUObject/Private/UObject/WeakObjectPtr.cpp index c798b6452e83..8ecb10f96689 100644 --- a/Engine/Source/Runtime/CoreUObject/Private/UObject/WeakObjectPtr.cpp +++ b/Engine/Source/Runtime/CoreUObject/Private/UObject/WeakObjectPtr.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WeakObjectPtr.cpp: Weak pointer to UObject diff --git a/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h b/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h index d58336da5227..58955b69370c 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/CoreUObject.h b/Engine/Source/Runtime/CoreUObject/Public/CoreUObject.h index ea8cd9a2f9a7..6d2959e0fe9d 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/CoreUObject.h +++ b/Engine/Source/Runtime/CoreUObject/Public/CoreUObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __CoreUObject_h__ #define __CoreUObject_h__ diff --git a/Engine/Source/Runtime/CoreUObject/Public/Interface.h b/Engine/Source/Runtime/CoreUObject/Public/Interface.h index 7442f4c0ba57..8e14b7491e2b 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Interface.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Interface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h index 77497bb95c94..764f96a68350 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/ExclusiveLoadPackageTimeTracker.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/ExclusiveLoadPackageTimeTracker.h index 11bf4ad52722..3ca7e5195cb9 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/ExclusiveLoadPackageTimeTracker.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/ExclusiveLoadPackageTimeTracker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/HotReloadInterface.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/HotReloadInterface.h index 5db21e182d98..cf7b5dfcba41 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/HotReloadInterface.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/HotReloadInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/NotifyHook.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/NotifyHook.h index 741bb9406124..bf1b6c6e4d89 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/NotifyHook.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/NotifyHook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CoreMisc.h: General-purpose file utilities. diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h index 65c8152c5c8c..0920ae3bcc31 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PackageName.h: Unreal package name utility functions. diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/RedirectCollector.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/RedirectCollector.h index 2d362c9422fc..1738981a92b8 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/RedirectCollector.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/RedirectCollector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CallbackDevice.h: Allows the engine to do callbacks into the editor diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/StartupPackages.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/StartupPackages.h index 32d3e5bfc9f6..574a937f8952 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/StartupPackages.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/StartupPackages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StartupPackages.h: Startup Package Functions diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/StringAssetReference.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/StringAssetReference.h index 7607829114cf..9e0c6b5c7bcf 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/StringAssetReference.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/StringAssetReference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/StringClassReference.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/StringClassReference.h index ed3a65ca3cc7..083eded2f578 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/StringClassReference.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/StringClassReference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/TextBuffer.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/TextBuffer.h index 8310ecdea513..35431d7f7f4d 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/TextBuffer.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/TextBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/UObjectToken.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/UObjectToken.h index faf392e7be16..f4d9426afa8e 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/UObjectToken.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/UObjectToken.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Misc/WorldCompositionUtility.h b/Engine/Source/Runtime/CoreUObject/Public/Misc/WorldCompositionUtility.h index a0d48065659e..2ec6f2dbb6a4 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Misc/WorldCompositionUtility.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Misc/WorldCompositionUtility.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WorldCompositionUtility.h: Support structures for world composition diff --git a/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObject.h b/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObject.h index 3430fabff0ee..e5d1937ff4fa 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObject.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObjectBase.h b/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObjectBase.h index 26b31709b9f0..4803172b5fc0 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObjectBase.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveUObjectBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*==================================================================================== ArchiveUObjectBase.h: Implements the FArchiveUObject class for serializing UObjects diff --git a/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoading.h b/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoading.h index af780c2a98ad..2a0a5d435aea 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoading.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoading.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AsyncLoading.h: Unreal async loading definitions. diff --git a/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncPackage.h b/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncPackage.h index dec1505c2ec7..c195b86c58b1 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncPackage.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AsyncPackage.h: Unreal async loading definitions. diff --git a/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h b/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h index 18ccc6cc5d24..0c8e66b07b8b 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef _UNBULKDATA_H #define _UNBULKDATA_H diff --git a/Engine/Source/Runtime/CoreUObject/Public/Serialization/PropertyLocalizationDataGathering.h b/Engine/Source/Runtime/CoreUObject/Public/Serialization/PropertyLocalizationDataGathering.h index e6a298f60d99..c605d4fd8d3e 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Serialization/PropertyLocalizationDataGathering.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Serialization/PropertyLocalizationDataGathering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h b/Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h index 3d3a993c1cc5..c84c4f30d29b 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h +++ b/Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/AssetPtr.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/AssetPtr.h index c698ba8a031c..69c54c5801a4 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/AssetPtr.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/AssetPtr.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AssetPtr.h: Pointer to UObject asset, keeps extra information so that it is robust to missing assets. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h index 0864a7457df2..fdd01f27df29 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Class.h: UClass definition. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h index 8d36a95b1154..892f4e3277a4 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ClassTree.h: Class hierarchy management classes. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ConstructorHelpers.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ConstructorHelpers.h index bfa6c12a2f61..136d58388d85 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ConstructorHelpers.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ConstructorHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ConstructorHelpers.h: Constructor helper templates diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNative.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNative.h index 85e142e195cd..7343515cc26a 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNative.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNative.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CoreNative.h: Native function lookup table. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h index eaf2cad62156..8b2bdafe6902 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreObject.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreObject.h index ec67bbc40571..b0b6f9d0b424 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreObject.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/GCObject.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/GCObject.h index 752b15bf02a7..f5dc56dfa4d7 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/GCObject.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/GCObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GCObject.h: Abstract base class to allow non-UObject objects reference diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h index 95d3b110cc55..315d81cf9655 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /*============================================================================= diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h index 50f735ad1ecf..3377feb8c2e6 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/LazyObjectPtr.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LazyObjectPtr.h: Lazy, guid-based pointer to UObject diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h index d8064bb8587c..df4bd7f18323 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectBase.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectBase.h index 4af50b6201de..ffe28cdb376f 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectBase.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ObjectBase.h: Unreal object base class. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectKey.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectKey.h index 8cf80a13f281..2f3115acb2d2 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectKey.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectKey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMemoryAnalyzer.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMemoryAnalyzer.h index 106377c58d78..8d7e7170ab39 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMemoryAnalyzer.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMemoryAnalyzer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectRedirector.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectRedirector.h index 445fab562976..78ab9d578e9a 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectRedirector.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectRedirector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnRedirector.h: Object redirector definition. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/PersistentObjectPtr.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/PersistentObjectPtr.h index 3fde79289aed..9f0ae4c2f4b5 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/PersistentObjectPtr.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/PersistentObjectPtr.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PersistentObjectPtr.h: Template that is a base class for Lazy and Asset pointers diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyTag.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyTag.h index db6500e58af5..443408abc68b 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyTag.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyTag.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*----------------------------------------------------------------------------- FPropertyTag. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ReferenceChainSearch.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ReferenceChainSearch.h index f130e40aa513..0011f9a4a28d 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ReferenceChainSearch.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ReferenceChainSearch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/Script.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/Script.h index 63ffb36e658b..ada2a59cc6e3 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/Script.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/Script.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Script.h: Blueprint bytecode execution engine. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h index c0bedbd154b0..87b180b4c64e 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScriptInterface.h: Script interface definitions. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptMacros.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptMacros.h index b329039ebd57..8bd9ff87397a 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptMacros.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptMacros.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScriptMacros.h: Kismet VM execution engine. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptSerialization.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptSerialization.h index 0a370c67e1bb..864af8a7a4b3 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptSerialization.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptSerialization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This header contains the code for serialization of script bytecode and [eventually] tagged property values. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptStackTracker.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptStackTracker.h index ddaae0f35be5..fcf3765e8185 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptStackTracker.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptStackTracker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScriptStackTracker.h: Script Stack Tracking within Unreal Engine. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h index 2628ecd4dc8c..a8296ce3a66d 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Stack.h: Kismet VM execution stack definition. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObject.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObject.h index 0e9e29a48fa5..b2a579e00375 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObject.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAllocator.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAllocator.h index 22d51b885c17..6573f6eb3b5b 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAllocator.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAllocator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObjAllocator.h: Unreal object allocation diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h index 1be67e1bbaf1..b64d00d5191c 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectAnnotation.h: Unreal object annotation template diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h index b430ec193010..0fb3227ddc59 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectArray.h: Unreal object array diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h index d92092f998dd..24088797e00e 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectBase.h: Unreal UObject base class diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h index ae458b4f3122..2ec3561879ea 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectBaseUtility.h: Unreal UObject functions that only depend on UObjectBase diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h index ecead8232988..4ccf90bc0790 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnObjGlobals.h: Unreal object system globals. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h index 739ae9618b1b..9eaf4e565f61 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectHash.h: Unreal object name hashes diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectIterator.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectIterator.h index e29524df1bc1..276946bb0d38 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectIterator.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectIterator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectIterator.h: High level iterators for uobject diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectMarks.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectMarks.h index a06dfde31ed4..5f8b5ee44576 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectMarks.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectMarks.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UObjectMark.h: Unreal object marks diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectThreadContext.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectThreadContext.h index edc01b37cfd6..2b761eb6fd27 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectThreadContext.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectThreadContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnAsyncLoading.cpp: Unreal async loading code. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UTextProperty.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UTextProperty.h index dd8fd3d163c4..36c62875d606 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UTextProperty.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UTextProperty.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ObjectBase.h" diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h index 74c3dd337a13..238113771cce 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealType.h: Unreal engine base type definitions. diff --git a/Engine/Source/Runtime/CoreUObject/Public/UObject/WeakObjectPtr.h b/Engine/Source/Runtime/CoreUObject/Public/UObject/WeakObjectPtr.h index 3f9c34f1828d..39c28823fc2e 100644 --- a/Engine/Source/Runtime/CoreUObject/Public/UObject/WeakObjectPtr.h +++ b/Engine/Source/Runtime/CoreUObject/Public/UObject/WeakObjectPtr.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WeakObjectPtr.h: Weak pointer to UObject diff --git a/Engine/Source/Runtime/DatabaseSupport/DatabaseSupport.Build.cs b/Engine/Source/Runtime/DatabaseSupport/DatabaseSupport.Build.cs index 2ee647b25442..d06362d50581 100644 --- a/Engine/Source/Runtime/DatabaseSupport/DatabaseSupport.Build.cs +++ b/Engine/Source/Runtime/DatabaseSupport/DatabaseSupport.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/DatabaseSupport/Private/Database.cpp b/Engine/Source/Runtime/DatabaseSupport/Private/Database.cpp index dbaf87aa5283..acf2545591a2 100644 --- a/Engine/Source/Runtime/DatabaseSupport/Private/Database.cpp +++ b/Engine/Source/Runtime/DatabaseSupport/Private/Database.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Precompiled header include. Can't add anything above this line. #include "DatabaseSupportPrivatePCH.h" diff --git a/Engine/Source/Runtime/DatabaseSupport/Private/DatabaseSupport.cpp b/Engine/Source/Runtime/DatabaseSupport/Private/DatabaseSupport.cpp index 17b7c94a051d..37c1065fb668 100644 --- a/Engine/Source/Runtime/DatabaseSupport/Private/DatabaseSupport.cpp +++ b/Engine/Source/Runtime/DatabaseSupport/Private/DatabaseSupport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "DatabaseSupportPrivatePCH.h" #include "DatabaseSupport.h" diff --git a/Engine/Source/Runtime/DatabaseSupport/Private/DatabaseSupportPrivatePCH.h b/Engine/Source/Runtime/DatabaseSupport/Private/DatabaseSupportPrivatePCH.h index a7aa6339b9a9..f24fe6db1c5a 100644 --- a/Engine/Source/Runtime/DatabaseSupport/Private/DatabaseSupportPrivatePCH.h +++ b/Engine/Source/Runtime/DatabaseSupport/Private/DatabaseSupportPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Database.h" diff --git a/Engine/Source/Runtime/DatabaseSupport/Public/Database.h b/Engine/Source/Runtime/DatabaseSupport/Public/Database.h index 3d0eae5ba9d2..459bfe351224 100644 --- a/Engine/Source/Runtime/DatabaseSupport/Public/Database.h +++ b/Engine/Source/Runtime/DatabaseSupport/Public/Database.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/DatabaseSupport/Public/DatabaseSupport.h b/Engine/Source/Runtime/DatabaseSupport/Public/DatabaseSupport.h index 8b51fcd1e9e3..4d68de60f410 100644 --- a/Engine/Source/Runtime/DatabaseSupport/Public/DatabaseSupport.h +++ b/Engine/Source/Runtime/DatabaseSupport/Public/DatabaseSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EmptyRHI/EmptyRHI.Build.cs b/Engine/Source/Runtime/EmptyRHI/EmptyRHI.Build.cs index a575b3e38a90..fc6c616f809d 100644 --- a/Engine/Source/Runtime/EmptyRHI/EmptyRHI.Build.cs +++ b/Engine/Source/Runtime/EmptyRHI/EmptyRHI.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyCommands.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyCommands.cpp index 6f3c43809045..e94a0678cce2 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyCommands.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyCommands.cpp: Empty RHI commands implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyGlobalUniformBuffer.h b/Engine/Source/Runtime/EmptyRHI/Private/EmptyGlobalUniformBuffer.h index 421f5c332e9d..c6933c9983f3 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyGlobalUniformBuffer.h +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyGlobalUniformBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyGlobalUniformBuffer.h: Empty Global uniform definitions. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyIndexBuffer.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyIndexBuffer.cpp index d59292f6c397..b22e39c02dca 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyIndexBuffer.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyIndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyIndexBuffer.cpp: Empty Index buffer RHI implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyQuery.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyQuery.cpp index 14f33c4754e9..4a2d2a3fc040 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyQuery.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyQuery.cpp: Empty query RHI implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyRHI.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyRHI.cpp index e65095d4031c..884509374b5b 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyRHI.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyRHI.cpp: Empty device RHI implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyRHIPrivate.h b/Engine/Source/Runtime/EmptyRHI/Private/EmptyRHIPrivate.h index 332f0d314601..ce7f53eb036f 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyRHIPrivate.h +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyRHIPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyRHIPrivate.h: Private Empty RHI definitions. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyRenderTarget.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyRenderTarget.cpp index a72d26b17f14..0f28603a0fcc 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyRenderTarget.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyRenderTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyRenderTarget.cpp: Empty render target implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyShaders.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyShaders.cpp index 71700038f3c5..9f3fb4dedfba 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyShaders.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyShaders.cpp: Empty shader RHI implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyState.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyState.cpp index 4379df97400c..405d325f11e4 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyState.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyState.cpp: Empty state implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyStructuredBuffer.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyStructuredBuffer.cpp index c1bd0d88fd9f..c0541af5737c 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyStructuredBuffer.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyStructuredBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EmptyRHIPrivate.h" diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyTexture.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyTexture.cpp index e41c836e95d5..ac5471f77c83 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyTexture.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyTexture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyVertexBuffer.cpp: Empty texture RHI implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyUAV.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyUAV.cpp index a1189701784d..3a133c4e4acb 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyUAV.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyUAV.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EmptyRHIPrivate.h" diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyUniformBuffer.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyUniformBuffer.cpp index e13f8f9a1c5d..fd4b6442410c 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyUniformBuffer.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyUniformBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyConstantBuffer.cpp: Empty Constant buffer implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyVertexBuffer.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyVertexBuffer.cpp index b3911081595c..3dc3add5b825 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyVertexBuffer.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyVertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyVertexBuffer.cpp: Empty vertex buffer RHI implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyVertexDeclaration.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyVertexDeclaration.cpp index 5750748c7e45..e1186f554b6c 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyVertexDeclaration.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyVertexDeclaration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyVertexDeclaration.cpp: Empty vertex declaration RHI implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Private/EmptyViewport.cpp b/Engine/Source/Runtime/EmptyRHI/Private/EmptyViewport.cpp index 064b368078ba..c14ee20c6752 100644 --- a/Engine/Source/Runtime/EmptyRHI/Private/EmptyViewport.cpp +++ b/Engine/Source/Runtime/EmptyRHI/Private/EmptyViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyViewport.cpp: Empty viewport RHI implementation. diff --git a/Engine/Source/Runtime/EmptyRHI/Public/EmptyRHI.h b/Engine/Source/Runtime/EmptyRHI/Public/EmptyRHI.h index 599fda034a76..682eb2ea125d 100644 --- a/Engine/Source/Runtime/EmptyRHI/Public/EmptyRHI.h +++ b/Engine/Source/Runtime/EmptyRHI/Public/EmptyRHI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyRHI.h: Public Empty RHI definitions. diff --git a/Engine/Source/Runtime/EmptyRHI/Public/EmptyResources.h b/Engine/Source/Runtime/EmptyRHI/Public/EmptyResources.h index 58b82f3b97f2..c6f5c8851cc4 100644 --- a/Engine/Source/Runtime/EmptyRHI/Public/EmptyResources.h +++ b/Engine/Source/Runtime/EmptyRHI/Public/EmptyResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyResources.h: Empty resource RHI definitions. diff --git a/Engine/Source/Runtime/EmptyRHI/Public/EmptyShaderResources.h b/Engine/Source/Runtime/EmptyRHI/Public/EmptyShaderResources.h index ccacc80e9750..e90707dc251a 100644 --- a/Engine/Source/Runtime/EmptyRHI/Public/EmptyShaderResources.h +++ b/Engine/Source/Runtime/EmptyRHI/Public/EmptyShaderResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyShaderResources.h: Empty shader resource RHI definitions. diff --git a/Engine/Source/Runtime/EmptyRHI/Public/EmptyState.h b/Engine/Source/Runtime/EmptyRHI/Public/EmptyState.h index 6b5a5c9e870a..ad0e2415878c 100644 --- a/Engine/Source/Runtime/EmptyRHI/Public/EmptyState.h +++ b/Engine/Source/Runtime/EmptyRHI/Public/EmptyState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyState.h: Empty state definitions. diff --git a/Engine/Source/Runtime/EmptyRHI/Public/EmptyViewport.h b/Engine/Source/Runtime/EmptyRHI/Public/EmptyViewport.h index 03fdde52fff9..0144165c62da 100644 --- a/Engine/Source/Runtime/EmptyRHI/Public/EmptyViewport.h +++ b/Engine/Source/Runtime/EmptyRHI/Public/EmptyViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EmptyViewport.h: Empty viewport RHI definitions. diff --git a/Engine/Source/Runtime/Engine/Classes/AI/AISystemBase.h b/Engine/Source/Runtime/Engine/Classes/AI/AISystemBase.h index 57ed9da2f94a..a83ba164f06a 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/AISystemBase.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/AISystemBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Math/IntPoint.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AbstractNavData.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AbstractNavData.h index b2f09819c593..4b4162dd8737 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AbstractNavData.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AbstractNavData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavigationData.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AvoidanceManager.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AvoidanceManager.h index 3f305b379332..27230628de17 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AvoidanceManager.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AvoidanceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TimerManager.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAgentInterface.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAgentInterface.h index d6c352b59751..bcb449f888e3 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAgentInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAgentInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea.h index a12df4054480..7b882b36c35b 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavArea.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavAreaMeta.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavAreaMeta.h index ca38fcc975bd..1a1325a2c360 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavAreaMeta.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavAreaMeta.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavAreaMeta_SwitchByAgent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavAreaMeta_SwitchByAgent.h index 8923dd4ad125..d621659dc749 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavAreaMeta_SwitchByAgent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavAreaMeta_SwitchByAgent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Default.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Default.h index 93d0d91aef77..fe6f80dca341 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Default.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Default.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavAreas/NavArea.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_LowHeight.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_LowHeight.h index 0d4f62fd3688..f54342d339dd 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_LowHeight.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_LowHeight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavAreas/NavArea.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Null.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Null.h index e50169d2d3e6..c374b0f64b75 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Null.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Null.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavAreas/NavArea.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Obstacle.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Obstacle.h index bf23b71b5a15..07e13dca39b3 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Obstacle.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAreas/NavArea_Obstacle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavAreas/NavArea.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavCollision.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavCollision.h index 6d2b585e7521..24b4be2fe551 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavCollision.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavCollision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavEdgeProviderInterface.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavEdgeProviderInterface.h index ae0d4ab69e88..a1c484025e18 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavEdgeProviderInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavEdgeProviderInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavFilters/NavigationQueryFilter.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavFilters/NavigationQueryFilter.h index dddd44c3a4a3..cd362004e816 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavFilters/NavigationQueryFilter.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavFilters/NavigationQueryFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavigationQueryFilter.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.h index 28c528c786e2..53bdef9d1c4b 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "RecastFilter_UseDefaultArea.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkCustomComponent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkCustomComponent.h index 54b001505258..5cd7e84c9231 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkCustomComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkCustomComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavLinkCustomInterface.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkCustomInterface.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkCustomInterface.h index c9b124d6e904..7c7046828ea4 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkCustomInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkCustomInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavLinkDefinition.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkDefinition.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkDefinition.h index 6238c8aa1481..93abd8d60cdb 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkDefinition.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkDefinition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkHostInterface.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkHostInterface.h index cd9dbcb1c7a4..bd546f16a6d6 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkHostInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkHostInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interface.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkProxy.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkProxy.h index 360e115aebc5..15f246fb34a7 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkProxy.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavLinkDefinition.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkRenderingComponent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkRenderingComponent.h index 7c5bcbd96676..41e0175b2a9d 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkRenderingComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkRenderingComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkTrivial.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkTrivial.h index ba56f05eecf9..009818ead55e 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkTrivial.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkTrivial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavLinkTrivial.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavMeshBoundsVolume.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavMeshBoundsVolume.h index b1c6a00a7ecb..8f14d2ceaa48 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavMeshBoundsVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavMeshBoundsVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * this volume only blocks the path builder - it has no gameplay collision diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavMeshRenderingComponent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavMeshRenderingComponent.h index f90bfefa61ee..a829e8d9478f 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavMeshRenderingComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavMeshRenderingComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavMeshRenderingComponent.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavModifierComponent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavModifierComponent.h index 13806d260254..d17782e222e1 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavModifierComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavModifierComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavModifierVolume.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavModifierVolume.h index d2a0d292786c..3c171d0f858b 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavModifierVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavModifierVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Volume.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavNodeInterface.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavNodeInterface.h index f4a3f0635991..dd45b7cf6e42 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavNodeInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavNodeInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavNodeInterface.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavPathObserverInterface.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavPathObserverInterface.h index 1b49e7f764e6..22422ff93ec9 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavPathObserverInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavPathObserverInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavPathObserverInterface.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantComponent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantComponent.h index 46d55de10157..8ad67be05d80 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/ActorComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantInterface.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantInterface.h index a2d279a451c0..4fb0daef067f 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavRelevantInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interface.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavTestRenderingComponent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavTestRenderingComponent.h index 99199c76c81c..2de08c6f30f7 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavTestRenderingComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavTestRenderingComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavTestRenderingComponent.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationAvoidanceTypes.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationAvoidanceTypes.h index 9aa3de677c7d..8996aaec272c 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationAvoidanceTypes.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationAvoidanceTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavigationAvoidanceTypes.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationData.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationData.h index c2618b86e856..a401056d1f29 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationData.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavFilters/NavigationQueryFilter.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationDataChunk.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationDataChunk.h index f8836c492a4a..48635f0a9504 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationDataChunk.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationDataChunk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavigationTypes.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraph.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraph.h index e08ef7bfc1d2..65e0bfde8dfa 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraph.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavigationData.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraphNode.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraphNode.h index e7e8f954d82b..094227d02006 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraphNode.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraphNodeComponent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraphNodeComponent.h index 13dd309a57a9..62648c4887db 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraphNodeComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationGraphNodeComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavigationGraph.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationInvokerComponent.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationInvokerComponent.h index f640665e3a8b..ce707acd1e59 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationInvokerComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationInvokerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavigationSystem.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationPath.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationPath.h index 9cfe0a55a0ad..914a880c29ef 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationPath.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationPath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavigationTypes.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationPathGenerator.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationPathGenerator.h index be739f2fa854..c5e0ec6f1592 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationPathGenerator.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationPathGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavigationPathGenerator.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationSystem.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationSystem.h index d26376339aa0..11a368d4633b 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationSystem.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTestingActor.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTestingActor.h index 48b0d187e099..ef7c6a9da2bb 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTestingActor.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTestingActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Tickable.h" diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h index be6e5b3d28ca..77cbc60ac9ee 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/RecastNavMesh.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/RecastNavMesh.h index d576e770cf83..cf089a7b9dd1 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/RecastNavMesh.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/RecastNavMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/RecastNavMeshDataChunk.h b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/RecastNavMeshDataChunk.h index f8b90ed1d59f..fd309746aa02 100644 --- a/Engine/Source/Runtime/Engine/Classes/AI/Navigation/RecastNavMeshDataChunk.h +++ b/Engine/Source/Runtime/Engine/Classes/AI/Navigation/RecastNavMeshDataChunk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NavigationDataChunk.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace.h b/Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace.h index 9089c7f8cc2f..2f8a66fabc7f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Blend Space. Contains a grid of data points with weights from sample points in the space diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace1D.h b/Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace1D.h index 42a5f8adb697..d616aaf7aa57 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace1D.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AimOffsetBlendSpace1D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Blend Space 1D. Contains 1 axis blend 'space' diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprint.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprint.h index ef3f632a3a15..bb36566dbfca 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprint.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/Blueprint.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprintGeneratedClass.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprintGeneratedClass.h index 7e169bda075f..a0bf8a224725 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprintGeneratedClass.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprintGeneratedClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimClassData.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimClassData.h index 2e71b8511f22..4d319c83ce60 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimClassData.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimClassData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h index 535e0351148b..66dce005bd5c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimComposite.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimComposite.h index b3839db7774a..cc5ae21e507d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimComposite.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimComposite.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Abstract base class of animation made of multiple sequences. diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompositeBase.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompositeBase.h index b1f666357507..509dbe965398 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompositeBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompositeBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h index a64e115fbce9..f37a39a4c354 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_Automatic.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_Automatic.h index 4b0de3bd7f7b..c428281f6934 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_Automatic.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_Automatic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Animation compression algorithm that is just a shell for trying the range of other compression schemes and pikcing the diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_BitwiseCompressOnly.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_BitwiseCompressOnly.h index 9d66fbfdb0b8..e087461a96cb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_BitwiseCompressOnly.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_BitwiseCompressOnly.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Bitwise animation compression only; performs no key reduction. diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_LeastDestructive.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_LeastDestructive.h index cd20477e722e..4d90ab1b5822 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_LeastDestructive.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_LeastDestructive.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_PerTrackCompression.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_PerTrackCompression.h index 7d4fcb227482..2134dea1d533 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_PerTrackCompression.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_PerTrackCompression.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveEverySecondKey.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveEverySecondKey.h index a1b55b93d876..1794cd3a7672 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveEverySecondKey.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveEverySecondKey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Keyframe reduction algorithm that simply removes every second key. diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveLinearKeys.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveLinearKeys.h index ea5dab485329..3eee905683a3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveLinearKeys.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveLinearKeys.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Keyframe reduction algorithm that simply removes keys which are linear interpolations of surrounding keys. diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveTrivialKeys.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveTrivialKeys.h index d719288d946d..a1d4162b315d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveTrivialKeys.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveTrivialKeys.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Removes trivial frames -- frames of tracks when position or orientation is constant diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimData/BoneMaskFilter.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimData/BoneMaskFilter.h index fc00cab8d49c..1702824d0246 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimData/BoneMaskFilter.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimData/BoneMaskFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h index 6638d29d3a0b..741629538d8f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.cpp b/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.cpp index 365b6a28741f..53e03f5e52de 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.cpp +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AnimLinkableElement.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h index b18dd6c7c906..7fe558c9e2c4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimMetaData.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimMetaData.h index 31bdb4ce22e6..ca1345256185 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimMetaData.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimMetaData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Base Class for UAnimMetaData that can be implemented for each game needs diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h index 3817cf1a3e28..a3300cd482ad 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h index 1110fdb0f59b..b298c0ca194c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeSpaceConversions.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeSpaceConversions.h index 16839c231e46..1175fcbbd9f9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeSpaceConversions.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeSpaceConversions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_ApplyMeshSpaceAdditive.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_ApplyMeshSpaceAdditive.h index 8705f5237cea..2b2de7aa27ea 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_ApplyMeshSpaceAdditive.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_ApplyMeshSpaceAdditive.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.cpp b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.cpp index b8f217c53bf9..26a3379d97f5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.cpp +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AnimNode_AssetPlayerBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.h index aee6eba6e45b..03817e07a55c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_SequencePlayer.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_SequencePlayer.h index c739cddb201c..78ad11ca8cef 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_SequencePlayer.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_SequencePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimNodeBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_StateMachine.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_StateMachine.h index b1d8accf05d5..bb18d5b8d00d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_StateMachine.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_StateMachine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimNodeBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_TransitionPoseEvaluator.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_TransitionPoseEvaluator.h index c27947aa78e6..7270930082a5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_TransitionPoseEvaluator.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_TransitionPoseEvaluator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimNodeBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_TransitionResult.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_TransitionResult.h index be7b6d4f87ac..990b16383c3a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_TransitionResult.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_TransitionResult.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimNodeBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_UseCachedPose.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_UseCachedPose.h index 4bcb4155ebcf..330c3606dc09 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_UseCachedPose.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_UseCachedPose.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimNodeBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify.h index 7a38f8e4783b..9f63977e9862 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState.h index 9316849e3a43..a5c3bff6b373 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState_TimedParticleEffect.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState_TimedParticleEffect.h index 04578ef5a3b3..40d43875bdd7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState_TimedParticleEffect.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState_TimedParticleEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimNotifies/AnimNotifyState.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState_Trail.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState_Trail.h index b0eb0b879056..b20e9100ba55 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState_Trail.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotifyState_Trail.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimNotifyState.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlayParticleEffect.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlayParticleEffect.h index eea721002471..8ba9d1f6e636 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlayParticleEffect.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlayParticleEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlaySound.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlaySound.h index 9e9b70afde15..dee4785a0e4d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlaySound.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimNotifies/AnimNotify_PlaySound.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h index e159dd557071..0eb0ceb9ade8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceBase.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceBase.h index 12f778d0c843..57071bf4e03e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimSet.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimSet.h index 73259bab3515..71813df41186 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimSet.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This is a set of AnimSequences diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimSingleNodeInstance.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimSingleNodeInstance.h index 05901c0953db..1bb7855bb9bb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimSingleNodeInstance.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimSingleNodeInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimStateMachineTypes.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimStateMachineTypes.h index eb88b132f91f..2f02c0baac18 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimStateMachineTypes.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimStateMachineTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h index f44047841ce3..b76497b1e854 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Abstract base class of animation assets that can be played back and evaluated to produce a pose. diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/AnimationSettings.h b/Engine/Source/Runtime/Engine/Classes/Animation/AnimationSettings.h index 4b9e73f6be8e..dd85c64b0e35 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/AnimationSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/AnimationSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationSettings.h: Declares the AnimationSettings class. diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/BlendProfile.h b/Engine/Source/Runtime/Engine/Classes/Animation/BlendProfile.h index b2c5dd7a242f..652ed8d72289 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/BlendProfile.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/BlendProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h b/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h index 0bba844d5a8b..ef519a1ddb88 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace1D.h b/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace1D.h index e622174a6b62..3f9bfd2f3382 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace1D.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace1D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Blend Space 1D. Contains 1 axis blend 'space' diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpaceBase.h b/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpaceBase.h index b6039a1b65ba..00b1ef406407 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpaceBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpaceBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Blend Space Base. Contains base functionality shared across all blend space objects diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/InputScaleBias.h b/Engine/Source/Runtime/Engine/Classes/Animation/InputScaleBias.h index fb61291bac45..bfacb867fa88 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/InputScaleBias.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/InputScaleBias.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/PreviewAssetAttachComponent.h b/Engine/Source/Runtime/Engine/Classes/Animation/PreviewAssetAttachComponent.h index 03dadbd59ab5..5058b86f5813 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/PreviewAssetAttachComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/PreviewAssetAttachComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This is a component used by USkeleton and USkeletalMesh diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/Rig.h b/Engine/Source/Runtime/Engine/Classes/Animation/Rig.h index 5ce3b44d9040..19fb31f3627f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/Rig.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/Rig.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This is the definition for a Rig that is used for retargeting animations diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/SkeletalMeshActor.h b/Engine/Source/Runtime/Engine/Classes/Animation/SkeletalMeshActor.h index d7fea0b0eae7..d7065c8cc3e7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/SkeletalMeshActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/SkeletalMeshActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/SkeletalMeshComponent.h" #include "Matinee/MatineeAnimInterface.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h b/Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h index 6ea63f752ca7..ec538e1dafcb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This is the definition for a skeleton, used to animate USkeletalMesh diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h b/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h index 13b06c57e72c..84afeff0127f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/MorphTarget.h b/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/MorphTarget.h index 44d17159b989..e5ca6e5a58c9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/MorphTarget.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/MorphTarget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/VertexAnim/VertexAnimBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/VertexAnimBase.h b/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/VertexAnimBase.h index 786526555c16..e125f5297465 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/VertexAnimBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/VertexAnimBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/VertexAnimation.h b/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/VertexAnimation.h index a367ee5cd766..a8a11b6dd088 100644 --- a/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/VertexAnimation.h +++ b/Engine/Source/Runtime/Engine/Classes/Animation/VertexAnim/VertexAnimation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Atmosphere/AtmosphericFog.h b/Engine/Source/Runtime/Engine/Classes/Atmosphere/AtmosphericFog.h index bc7a40402579..52a152a7afa0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Atmosphere/AtmosphericFog.h +++ b/Engine/Source/Runtime/Engine/Classes/Atmosphere/AtmosphericFog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Atmosphere/AtmosphericFogComponent.h b/Engine/Source/Runtime/Engine/Classes/Atmosphere/AtmosphericFogComponent.h index 2a805ce9d30a..8c1b8423de71 100644 --- a/Engine/Source/Runtime/Engine/Classes/Atmosphere/AtmosphericFogComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Atmosphere/AtmosphericFogComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AtmosphericFogComponent.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraActor.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraActor.h index 986fb2bcaa72..dcd9d8540b3f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnim.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnim.h index 02959af81bea..d42b8063816c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnim.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnim.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnimInst.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnimInst.h index 4deeee2db5ad..d327edda219c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnimInst.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraAnimInst.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * A CameraAnimInst is an active instance of a CameraAnim. diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraComponent.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraComponent.h index 320a85bacd22..420de6027305 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Camera/CameraTypes.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier.h index 1ca3bdc74f44..b80b7b5c8020 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier_CameraShake.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier_CameraShake.h index f925ad9f3ba9..427ed88e61d2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier_CameraShake.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier_CameraShake.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Camera modifier that provides support for code-based oscillating camera shakes. diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraShake.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraShake.h index 2a5e99a5aa39..57c9847e9af0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraShake.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraShake.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraStackTypes.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraStackTypes.h index 02c2a9e6fb90..c8a5563f1e9c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraStackTypes.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraStackTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h b/Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h index cd027f5591b9..02453ab6ae2e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h b/Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h index 150430a7be3c..eb2ff02678a0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h +++ b/Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Commandlets/Commandlet.h b/Engine/Source/Runtime/Engine/Classes/Commandlets/Commandlet.h index 6ab09bfeb9ef..80da37116371 100644 --- a/Engine/Source/Runtime/Engine/Classes/Commandlets/Commandlet.h +++ b/Engine/Source/Runtime/Engine/Classes/Commandlets/Commandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Commandlets/PluginCommandlet.h b/Engine/Source/Runtime/Engine/Classes/Commandlets/PluginCommandlet.h index 10a74644ff6e..c14a30f4d8f1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Commandlets/PluginCommandlet.h +++ b/Engine/Source/Runtime/Engine/Classes/Commandlets/PluginCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Commandlets/SmokeTestCommandlet.h b/Engine/Source/Runtime/Engine/Classes/Commandlets/SmokeTestCommandlet.h index c19c623dd880..2927ce94875f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Commandlets/SmokeTestCommandlet.h +++ b/Engine/Source/Runtime/Engine/Classes/Commandlets/SmokeTestCommandlet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h index f7289f2f258e..10c3e8061ae9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/EngineBaseTypes.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/ApplicationLifecycleComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/ApplicationLifecycleComponent.h index 9e2c85644279..7929e6c59c78 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/ApplicationLifecycleComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/ApplicationLifecycleComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // ApplicationLifecycleComponent.: See FCoreDelegates for details #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/ArrowComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/ArrowComponent.h index 548bc56b6823..70ba6713d438 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/ArrowComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/ArrowComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h index a0595010534a..ee5deafc5047 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/AudioComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/BillboardComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/BillboardComponent.h index 4dea7d6b38f5..42340b1afd97 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/BillboardComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/BillboardComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/BoxComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/BoxComponent.h index a1de7d744de2..112d960aef4f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/BoxComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/BoxComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/BoxReflectionCaptureComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/BoxReflectionCaptureComponent.h index 4bbad9727642..845ffe4c4873 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/BoxReflectionCaptureComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/BoxReflectionCaptureComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/BrushComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/BrushComponent.h index c3553d26b1d1..3700a54aa0f7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/BrushComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/BrushComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BrushComponent.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/CapsuleComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/CapsuleComponent.h index a763b50d2df3..d303dd67af51 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/CapsuleComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/CapsuleComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/ShapeComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/ChildActorComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/ChildActorComponent.h index 07031f8c7b96..24c8439004f6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/ChildActorComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/ChildActorComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/DecalComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/DecalComponent.h index 8c31ccdfafcf..25f7821b58d6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/DecalComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/DecalComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/DestructibleComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/DestructibleComponent.h index 44211af4bc4c..344d226d2a74 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/DestructibleComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/DestructibleComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PhysxUserData.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/DirectionalLightComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/DirectionalLightComponent.h index 00f8ce1260a0..43d18400f829 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/DirectionalLightComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/DirectionalLightComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/DrawFrustumComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/DrawFrustumComponent.h index a8333bdba90f..20d82bd980e8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/DrawFrustumComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/DrawFrustumComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/DrawSphereComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/DrawSphereComponent.h index 00e260c183c7..8a748d1c13e8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/DrawSphereComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/DrawSphereComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/ExponentialHeightFogComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/ExponentialHeightFogComponent.h index dd2429c20f73..93221faf58ff 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/ExponentialHeightFogComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/ExponentialHeightFogComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h index e5ee7f0c736e..5eff44250c18 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h index 1d6c396f5db5..0f1a79fd879b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Runtime/InputCore/Classes/InputCoreTypes.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h index 1800c0db0967..ae44c80dd682 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/InstancedStaticMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h index 6349c759dd98..af4dfc4b1c7a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/MovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/LightComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/LightComponent.h index 8febf723f6d8..e0e74e84686d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/LightComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/LightComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/LightComponentBase.h b/Engine/Source/Runtime/Engine/Classes/Components/LightComponentBase.h index 2b2d145f7e45..b0e116e73d51 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/LightComponentBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/LightComponentBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LightComponentBase.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/LightmassPortalComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/LightmassPortalComponent.h index de8c821abc13..4d488223367a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/LightmassPortalComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/LightmassPortalComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h index d605f3a2cfaa..342462642eae 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/MaterialBillboardComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/MaterialBillboardComponent.h index 7ba0e1289b57..c7afb3a605ef 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/MaterialBillboardComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/MaterialBillboardComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h index f8d210fbfff5..78cb9ffc1833 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/ModelComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/ModelComponent.h index e7e27989aad1..199e3c825bd3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/ModelComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/ModelComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/PawnNoiseEmitterComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/PawnNoiseEmitterComponent.h index 44be15db4c87..e6c1be7adf11 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/PawnNoiseEmitterComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/PawnNoiseEmitterComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Runtime/Engine/Classes/Components/PlaneReflectionCaptureComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/PlaneReflectionCaptureComponent.h index 4b2f6dd33056..d33f19273473 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/PlaneReflectionCaptureComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/PlaneReflectionCaptureComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/PlatformEventsComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/PlatformEventsComponent.h index 930404f73954..2166fc978497 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/PlatformEventsComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/PlatformEventsComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/PointLightComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/PointLightComponent.h index bfd212d777fd..37e8484aa0a8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/PointLightComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/PointLightComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/PoseableMeshComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/PoseableMeshComponent.h index 130fdc37a58f..39c7849f6355 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/PoseableMeshComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/PoseableMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimationAsset.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/PostProcessComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/PostProcessComponent.h index b8107393fd8e..f7ee74372d92 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/PostProcessComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/PostProcessComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interfaces/Interface_PostProcessVolume.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h index 184fc642ad62..f1d66ac06737 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/ReflectionCaptureComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/ReflectionCaptureComponent.h index 713c86158c32..d3409d1e6be9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/ReflectionCaptureComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/ReflectionCaptureComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReflectionCaptureComponent.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h index 8fd08e5862a9..f24281d3b2c9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent2D.h b/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent2D.h index 047e1a4e8568..54b02ef6284b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponentCube.h b/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponentCube.h index 8fd1f9b680ca..d1e3893ac616 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponentCube.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponentCube.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h index 17fb2b7e9c31..7b6474eb6aaa 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/ActorComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/ShapeComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/ShapeComponent.h index a1f66781bf7e..9cbf0626830f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/ShapeComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/ShapeComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PrimitiveComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h index 5b30558a2ebd..63bc90f4dba1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h index a7de1fae9d08..f13ac3246c43 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h index 78ccbab41db9..8e3b26558d7b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SphereComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SphereComponent.h index a022353190de..0e8c43d54583 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SphereComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SphereComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SphereReflectionCaptureComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SphereReflectionCaptureComponent.h index e6d9b54e17f5..7008e6492468 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SphereReflectionCaptureComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SphereReflectionCaptureComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h index d4b8e2677779..c3e95d1c3e52 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SplineMeshComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SplineMeshComponent.h index 5cca7b4c0b34..5db027d5199b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SplineMeshComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SplineMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/SpotLightComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/SpotLightComponent.h index 5de51427022a..78a36eeb373c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/SpotLightComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/SpotLightComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PointLightComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h index 7bc7e7a39a0e..1fdb8c32d12d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/TextRenderComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/TextRenderComponent.h index ae89276b038a..e8d33139eeb8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/TextRenderComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/TextRenderComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h index b800aa951b3b..abf08efe8e44 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Components/VectorFieldComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/VectorFieldComponent.h index a677a4b15c79..f9d691ff85f6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/VectorFieldComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/VectorFieldComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Runtime/Engine/Classes/Components/WindDirectionalSourceComponent.h b/Engine/Source/Runtime/Engine/Classes/Components/WindDirectionalSourceComponent.h index 802635332827..66b4e070e454 100644 --- a/Engine/Source/Runtime/Engine/Classes/Components/WindDirectionalSourceComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Components/WindDirectionalSourceComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Curves/CurveBase.h b/Engine/Source/Runtime/Engine/Classes/Curves/CurveBase.h index 8784d9043316..de063f3bbbf4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Curves/CurveBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Curves/CurveBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Curves/CurveEdPresetCurve.h b/Engine/Source/Runtime/Engine/Classes/Curves/CurveEdPresetCurve.h index 9984c065bd07..c5b099412b4c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Curves/CurveEdPresetCurve.h +++ b/Engine/Source/Runtime/Engine/Classes/Curves/CurveEdPresetCurve.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // CurveEdPresetCurve diff --git a/Engine/Source/Runtime/Engine/Classes/Curves/CurveFloat.h b/Engine/Source/Runtime/Engine/Classes/Curves/CurveFloat.h index efdfd72ffe27..90629c5194d9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Curves/CurveFloat.h +++ b/Engine/Source/Runtime/Engine/Classes/Curves/CurveFloat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Curves/CurveLinearColor.h b/Engine/Source/Runtime/Engine/Classes/Curves/CurveLinearColor.h index 5ff633c83d50..133c3c601c4b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Curves/CurveLinearColor.h +++ b/Engine/Source/Runtime/Engine/Classes/Curves/CurveLinearColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Curves/CurveVector.h b/Engine/Source/Runtime/Engine/Classes/Curves/CurveVector.h index b2f3ab0aa536..3e7b3b16ea00 100644 --- a/Engine/Source/Runtime/Engine/Classes/Curves/CurveVector.h +++ b/Engine/Source/Runtime/Engine/Classes/Curves/CurveVector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Debug/DebugDrawService.h b/Engine/Source/Runtime/Engine/Classes/Debug/DebugDrawService.h index 51d966f5b340..a66358c4964f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Debug/DebugDrawService.h +++ b/Engine/Source/Runtime/Engine/Classes/Debug/DebugDrawService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ShowFlags.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Debug/GameplayDebuggerBaseObject.h b/Engine/Source/Runtime/Engine/Classes/Debug/GameplayDebuggerBaseObject.h index d91d056eb288..4c05a8328b36 100644 --- a/Engine/Source/Runtime/Engine/Classes/Debug/GameplayDebuggerBaseObject.h +++ b/Engine/Source/Runtime/Engine/Classes/Debug/GameplayDebuggerBaseObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Debug/ReporterBase.h b/Engine/Source/Runtime/Engine/Classes/Debug/ReporterBase.h index f5b75dbcebb1..f8e7f3a41b58 100644 --- a/Engine/Source/Runtime/Engine/Classes/Debug/ReporterBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Debug/ReporterBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReporterBase.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h b/Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h index 6c22e6714d32..f9fb61cd425a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h +++ b/Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReporterBase.h" #include "ReporterGraph.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfile.h b/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfile.h index 213e2acf2286..de4895487fb2 100644 --- a/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfile.h +++ b/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeviceProfile.h: Declares the UDeviceProfile class. diff --git a/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileManager.h b/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileManager.h index f9e44508f57f..7bca3484d18d 100644 --- a/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileManager.h +++ b/Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeviceProfileManager.h: Declares the FDeviceProfileManager class. diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/Distribution.h b/Engine/Source/Runtime/Engine/Classes/Distributions/Distribution.h index 40bbd03736d8..70349d583bcc 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/Distribution.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/Distribution.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloat.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloat.h index 923bb72d9715..4ccbe0dbeab4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloat.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstant.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstant.h index 14f3887923d8..9c7f8383275f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstant.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstantCurve.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstantCurve.h index 7436e6649053..eedff36388f3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstantCurve.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatConstantCurve.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatParameterBase.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatParameterBase.h index 44a16aafec24..9276f81feb57 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatParameterBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatParameterBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatParticleParameter.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatParticleParameter.h index 7691ecc59905..72151c491ace 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatParticleParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatParticleParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniform.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniform.h index 216e844ef027..3e5f83f11f35 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniform.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniformCurve.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniformCurve.h index 3324a8d19409..82951fac76e9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniformCurve.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniformCurve.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVector.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVector.h index c26d65b77af0..658604992051 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVector.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstant.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstant.h index 49f6d654380e..b70d8f7a30ae 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstant.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstantCurve.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstantCurve.h index e0fbfc18b2c0..7071d3334e99 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstantCurve.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorConstantCurve.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorParameterBase.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorParameterBase.h index 62f3233f150d..1f5eef3fde0f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorParameterBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorParameterBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorParticleParameter.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorParticleParameter.h index a517f9854ce6..b8aa18469d69 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorParticleParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorParticleParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniform.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniform.h index 31d8c75cdfc2..11a597f6869a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniform.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniformCurve.h b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniformCurve.h index a414dd9de05c..d2d7c6a8c5ea 100644 --- a/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniformCurve.h +++ b/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionVectorUniformCurve.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h index 402f54aaed7b..8eb400b3a321 100644 --- a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h +++ b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h index 4e0404794fef..ca373e358652 100644 --- a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h +++ b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode_Documentation.h b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode_Documentation.h index d62a321d14d5..4737652aa50e 100644 --- a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode_Documentation.h +++ b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode_Documentation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraphNode_Documentation.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h index 64701b05b1e1..6cd1499a5e24 100644 --- a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h +++ b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h index cbac07ec6007..8fe836d99064 100644 --- a/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h +++ b/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EdGraph/EdGraphNode.h" diff --git a/Engine/Source/Runtime/Engine/Classes/EditorFramework/AssetImportData.h b/Engine/Source/Runtime/Engine/Classes/EditorFramework/AssetImportData.h index 4f4de5336f25..12bb961e2ece 100644 --- a/Engine/Source/Runtime/Engine/Classes/EditorFramework/AssetImportData.h +++ b/Engine/Source/Runtime/Engine/Classes/EditorFramework/AssetImportData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/EditorFramework/ThumbnailInfo.h b/Engine/Source/Runtime/Engine/Classes/EditorFramework/ThumbnailInfo.h index e8ce3f05bab5..da82d23dfbdb 100644 --- a/Engine/Source/Runtime/Engine/Classes/EditorFramework/ThumbnailInfo.h +++ b/Engine/Source/Runtime/Engine/Classes/EditorFramework/ThumbnailInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * A base class for the helper object that holds thumbnail information an asset. diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ActorChannel.h b/Engine/Source/Runtime/Engine/Classes/Engine/ActorChannel.h index a403feaed2d1..d42f4df669ab 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ActorChannel.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ActorChannel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/AssetUserData.h b/Engine/Source/Runtime/Engine/Classes/Engine/AssetUserData.h index cec81ab58fc8..66e73a7a22d0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/AssetUserData.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/AssetUserData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BlendableInterface.h b/Engine/Source/Runtime/Engine/Classes/Engine/BlendableInterface.h index 0b995e7b4fd2..4d37dd6a7215 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BlendableInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BlendableInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interface.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BlockingVolume.h b/Engine/Source/Runtime/Engine/Classes/Engine/BlockingVolume.h index 7e64e4d1c175..7e2f30dc6ebb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BlockingVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BlockingVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h b/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h index 13e1632aad17..d6c8b73f9b8a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintCore.h b/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintCore.h index aeb81f9d3273..1a15551a403d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintCore.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintCore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h b/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h index b363b11f728b..adf5ed7cbe49 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BookMark.h b/Engine/Source/Runtime/Engine/Classes/Engine/BookMark.h index 5839ae53e309..d80ec9143d28 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BookMark.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BookMark.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BookMark2D.h b/Engine/Source/Runtime/Engine/Classes/Engine/BookMark2D.h index 0979c5a30be3..490585ef379f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BookMark2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BookMark2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BoxReflectionCapture.h b/Engine/Source/Runtime/Engine/Classes/Engine/BoxReflectionCapture.h index ac17b1b9d244..35a4622a7408 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BoxReflectionCapture.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BoxReflectionCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Breakpoint.h b/Engine/Source/Runtime/Engine/Classes/Engine/Breakpoint.h index 149701830927..ca85feb5586e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Breakpoint.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Breakpoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Brush.h b/Engine/Source/Runtime/Engine/Classes/Engine/Brush.h index ccd4820cc41c..1955d9558bbb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Brush.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Brush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BrushBuilder.h b/Engine/Source/Runtime/Engine/Classes/Engine/BrushBuilder.h index 13cf4df12c36..f2a3d1d2f3ec 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BrushBuilder.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BrushBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/BrushShape.h b/Engine/Source/Runtime/Engine/Classes/Engine/BrushShape.h index 5a8fddf32d2a..96269a28d269 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/BrushShape.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/BrushShape.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h b/Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h index 90f9f2276b71..18cfa3b6b821 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/CanvasRenderTarget2D.h b/Engine/Source/Runtime/Engine/Classes/Engine/CanvasRenderTarget2D.h index de21665f9f58..0a045feba8d0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/CanvasRenderTarget2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/CanvasRenderTarget2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Channel.h b/Engine/Source/Runtime/Engine/Classes/Engine/Channel.h index 750e7f208227..69626cec89cf 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Channel.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Channel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ChildConnection.h b/Engine/Source/Runtime/Engine/Classes/Engine/ChildConnection.h index 2701755c6ad5..0813651c9ac6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ChildConnection.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ChildConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h b/Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h index 139229935b77..739403e4c1d8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/CollisionProfile.h b/Engine/Source/Runtime/Engine/Classes/Engine/CollisionProfile.h index 5382e9f936d0..93dca10e5087 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/CollisionProfile.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/CollisionProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ComponentDelegateBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/ComponentDelegateBinding.h index 3b92dce2f889..0e8ccf6e7f6a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ComponentDelegateBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ComponentDelegateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Console.h b/Engine/Source/Runtime/Engine/Classes/Engine/Console.h index 6f1e55db7cf5..6058cd29eb47 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Console.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Console.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ControlChannel.h b/Engine/Source/Runtime/Engine/Classes/Engine/ControlChannel.h index 62dc6d7bd95d..2d325836f885 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ControlChannel.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ControlChannel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/CoreSettings.h b/Engine/Source/Runtime/Engine/Classes/Engine/CoreSettings.h index 2ec4877cc43b..afb9520542b7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/CoreSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/CoreSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/CullDistanceVolume.h b/Engine/Source/Runtime/Engine/Classes/Engine/CullDistanceVolume.h index f6b21c7789dd..4b98463debaa 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/CullDistanceVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/CullDistanceVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h b/Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h index 72503886c73f..ec405b5a82d4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DPICustomScalingRule.h b/Engine/Source/Runtime/Engine/Classes/Engine/DPICustomScalingRule.h index 8e025475f49d..68bff89d6062 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DPICustomScalingRule.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DPICustomScalingRule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DataAsset.h b/Engine/Source/Runtime/Engine/Classes/Engine/DataAsset.h index a9a221b1d7e5..0bec4d76ced8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DataAsset.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DataAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h b/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h index 84aaf04e2ebd..4b023eac0f37 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraController.h b/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraController.h index ca13c96baca1..a23d02716b59 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraController.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraHUD.h b/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraHUD.h index 8129335dfc0a..6743336bcfd1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraHUD.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraHUD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DebugDisplayProperty.h b/Engine/Source/Runtime/Engine/Classes/Engine/DebugDisplayProperty.h index b768b8a67ceb..fe41fb4e2479 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DebugDisplayProperty.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DebugDisplayProperty.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DecalActor.h b/Engine/Source/Runtime/Engine/Classes/Engine/DecalActor.h index dba6732cf05a..487ba35794d3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DecalActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DecalActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetConnection.h b/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetConnection.h index db00b0c7bc97..027c2f652dd8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetConnection.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h b/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h index d271e36ef80a..fc1b2314a7a3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DemoPendingNetGame.h b/Engine/Source/Runtime/Engine/Classes/Engine/DemoPendingNetGame.h index 1dc50d9b59ea..be3799fea4cf 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DemoPendingNetGame.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DemoPendingNetGame.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DestructibleFractureSettings.h b/Engine/Source/Runtime/Engine/Classes/Engine/DestructibleFractureSettings.h index 4afb3b773bd1..dfc1cd3aa6ee 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DestructibleFractureSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DestructibleFractureSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DestructibleMesh.h b/Engine/Source/Runtime/Engine/Classes/Engine/DestructibleMesh.h index 6c3dc4b6b5d4..d50d6c367387 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DestructibleMesh.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DestructibleMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DeveloperSettings.h b/Engine/Source/Runtime/Engine/Classes/Engine/DeveloperSettings.h index 0e30d337a5ed..99ed3d2c8e81 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DeveloperSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DeveloperSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DirectionalLight.h b/Engine/Source/Runtime/Engine/Classes/Engine/DirectionalLight.h index f477f01074f7..c419cdb131a0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DirectionalLight.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DirectionalLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DocumentationActor.h b/Engine/Source/Runtime/Engine/Classes/Engine/DocumentationActor.h index 357e699f5e4c..61cd01c4734f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DocumentationActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DocumentationActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/DynamicBlueprintBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/DynamicBlueprintBinding.h index b5229c8e6d26..519d85bec312 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/DynamicBlueprintBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/DynamicBlueprintBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/EndUserSettings.h b/Engine/Source/Runtime/Engine/Classes/Engine/EndUserSettings.h index 1864bdeec4f5..b3c61949652b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/EndUserSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/EndUserSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // EndUserSettings.h diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h b/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h index 5f75f2ffc736..552efc060d90 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h b/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h index c4fc7b88adb9..73d395431c89 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h b/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h index 44eb32d1bf65..96f2e0053b8e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ExponentialHeightFog.h b/Engine/Source/Runtime/Engine/Classes/Engine/ExponentialHeightFog.h index b67ac1271ab6..ecfca26e8dea 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ExponentialHeightFog.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ExponentialHeightFog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Font.h b/Engine/Source/Runtime/Engine/Classes/Engine/Font.h index bfdbb3e3814b..09f4f775bc74 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Font.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Font.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/FontImportOptions.h b/Engine/Source/Runtime/Engine/Classes/Engine/FontImportOptions.h index 2beac7c18fb9..fd9692648f71 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/FontImportOptions.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/FontImportOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/GameEngine.h b/Engine/Source/Runtime/Engine/Classes/Engine/GameEngine.h index f1679c01f19f..ba17d19d4b40 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/GameEngine.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/GameEngine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/GameInstance.h b/Engine/Source/Runtime/Engine/Classes/Engine/GameInstance.h index 11cbd1b6e18a..9e3d120ef970 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/GameInstance.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/GameInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportClient.h b/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportClient.h index d6c637597d50..b3621bf2c373 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportClient.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportDelegates.h b/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportDelegates.h index 13268014f225..d056d3f46dac 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportDelegates.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/GeneratedMeshAreaLight.h b/Engine/Source/Runtime/Engine/Classes/Engine/GeneratedMeshAreaLight.h index cadb6a31c9f3..6eeacdecffe7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/GeneratedMeshAreaLight.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/GeneratedMeshAreaLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ImportantToggleSettingInterface.h b/Engine/Source/Runtime/Engine/Classes/Engine/ImportantToggleSettingInterface.h index b11670f931b1..4632b6197e1e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ImportantToggleSettingInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ImportantToggleSettingInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // ImportantToogleSettingInterface.h diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InGameAdManager.h b/Engine/Source/Runtime/Engine/Classes/Engine/InGameAdManager.h index 2b5dca08b5bc..98dcdfcb8fec 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InGameAdManager.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InGameAdManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InheritableComponentHandler.h b/Engine/Source/Runtime/Engine/Classes/Engine/InheritableComponentHandler.h index 3482f1809b71..c6f55cb1dc42 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InheritableComponentHandler.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InheritableComponentHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InputActionDelegateBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/InputActionDelegateBinding.h index f9ef2e7db55c..eb8fee3ab0e5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InputActionDelegateBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InputActionDelegateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/InputDelegateBinding.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InputAxisDelegateBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/InputAxisDelegateBinding.h index 3992fe833bb9..839cb1a1857a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InputAxisDelegateBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InputAxisDelegateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/InputDelegateBinding.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InputAxisKeyDelegateBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/InputAxisKeyDelegateBinding.h index bb9ff5036919..fc830e3de718 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InputAxisKeyDelegateBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InputAxisKeyDelegateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/InputDelegateBinding.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InputDelegateBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/InputDelegateBinding.h index 5d254f0bf8e2..483373353fb5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InputDelegateBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InputDelegateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DynamicBlueprintBinding.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InputKeyDelegateBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/InputKeyDelegateBinding.h index 85c433a8137c..c912c0b5c0a6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InputKeyDelegateBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InputKeyDelegateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/InputComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InputTouchDelegateBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/InputTouchDelegateBinding.h index b57742c18567..c8e85e53c082 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InputTouchDelegateBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InputTouchDelegateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/InputDelegateBinding.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InputVectorAxisDelegateBinding.h b/Engine/Source/Runtime/Engine/Classes/Engine/InputVectorAxisDelegateBinding.h index 1b79f653e7ee..1536059e57dc 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InputVectorAxisDelegateBinding.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InputVectorAxisDelegateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/InputAxisKeyDelegateBinding.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/IntSerialization.h b/Engine/Source/Runtime/Engine/Classes/Engine/IntSerialization.h index 02bef8e36713..8ed0c3bc827b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/IntSerialization.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/IntSerialization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/InterpCurveEdSetup.h b/Engine/Source/Runtime/Engine/Classes/Engine/InterpCurveEdSetup.h index d8128ca5f0e8..6f8d432cf893 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/InterpCurveEdSetup.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/InterpCurveEdSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LODActor.h b/Engine/Source/Runtime/Engine/Classes/Engine/LODActor.h index 945bd2ecbaa3..fbb0c14cee90 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LODActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LODActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LatentActionManager.h b/Engine/Source/Runtime/Engine/Classes/Engine/LatentActionManager.h index 91b2f88aaff8..a11d2f1047b6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LatentActionManager.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LatentActionManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Level.h b/Engine/Source/Runtime/Engine/Classes/Engine/Level.h index c74b8b871dc2..7ffc26ef2952 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Level.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Level.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/World.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LevelBounds.h b/Engine/Source/Runtime/Engine/Classes/Engine/LevelBounds.h index 1662771c6723..72fdb82cf1d3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LevelBounds.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LevelBounds.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Tickable.h" #include "LevelBounds.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptActor.h b/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptActor.h index 30b765a8ef40..5eb2fba046b7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptBlueprint.h b/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptBlueprint.h index 9656f99a2ad1..6893b6f00eed 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptBlueprint.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreaming.h b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreaming.h index 4af836d4b720..3345f5866f3f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreaming.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LatentActions.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingAlwaysLoaded.h b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingAlwaysLoaded.h index b2acf02b7601..ef3581d5f353 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingAlwaysLoaded.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingAlwaysLoaded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * LevelStreamingAlwaysLoaded diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingKismet.h b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingKismet.h index 35817a592734..6f8da9c132ee 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingKismet.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingKismet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * LevelStreamingKismet diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingPersistent.h b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingPersistent.h index aa373b3ed645..a32a2d891152 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingPersistent.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingPersistent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * LevelStreamingPersistent diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingVolume.h b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingVolume.h index a4de10d7c8f7..2dbd1562afad 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreamingVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Light.h b/Engine/Source/Runtime/Engine/Classes/Engine/Light.h index c7a7142768af..dd541067942b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Light.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Light.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LightMapTexture2D.h b/Engine/Source/Runtime/Engine/Classes/Engine/LightMapTexture2D.h index 8dd2d5b7d0de..0f63455b1c2c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LightMapTexture2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LightMapTexture2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * A 2D texture containing lightmap coefficients. diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h b/Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h index ca38e3c6417c..f3a9639e5048 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // LocalPlayer diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h b/Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h index 5f6ea92bf549..a76bffa9dbdb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/MicroTransactionBase.h b/Engine/Source/Runtime/Engine/Classes/Engine/MicroTransactionBase.h index cc89355a0bb4..d6d7aa367d3f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/MicroTransactionBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/MicroTransactionBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NavigationObjectBase.h b/Engine/Source/Runtime/Engine/Classes/Engine/NavigationObjectBase.h index 2401824da82d..646fb530db41 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NavigationObjectBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NavigationObjectBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h b/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h index 0bb7b56b7930..c580ba9a1fb3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // A network connection. diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h b/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h index 2fe4e0cfe14b..b7ebf849580b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Base class of a network driver attached to an active or pending level. diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h b/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h index 4d1541f87d13..db6fbd358893 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NetworkSerialization.h: diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NetworkSettings.h b/Engine/Source/Runtime/Engine/Classes/Engine/NetworkSettings.h index 9a7d42b9a08a..873f4aed25ca 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NetworkSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NetworkSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraEffectRenderer.h b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraEffectRenderer.h index 5c2156687443..9b8018468480 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraEffectRenderer.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraEffectRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== NiagaraEffectRenderer.h: Base class for Niagara render modules diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraEffectRendererProperties.h b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraEffectRendererProperties.h index 1ff078912383..480c46cb3b3e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraEffectRendererProperties.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraEffectRendererProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraEffectRendererProperties.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraMeshRendererProperties.h b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraMeshRendererProperties.h index 3ebcf448015b..28c21881899d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraMeshRendererProperties.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraMeshRendererProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraRibbonRendererProperties.h b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraRibbonRendererProperties.h index f3f0c152c256..0fc9af9f3501 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraRibbonRendererProperties.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraRibbonRendererProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraSpriteRendererProperties.h b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraSpriteRendererProperties.h index 2a1e5f2d37bf..4490b9ff724f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraSpriteRendererProperties.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/NiagaraSpriteRendererProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Note.h b/Engine/Source/Runtime/Engine/Classes/Engine/Note.h index 54f1b5c9c31e..594a455f4883 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Note.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Note.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * A sticky note. Level designers can place these in the level and then diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ObjectLibrary.h b/Engine/Source/Runtime/Engine/Classes/Engine/ObjectLibrary.h index 70271ae10151..f0a62b7a2ef2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ObjectLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ObjectLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AssetData.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ObjectReferencer.h b/Engine/Source/Runtime/Engine/Classes/Engine/ObjectReferencer.h index 2439bcdb57c6..0309773c8e4a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ObjectReferencer.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ObjectReferencer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h b/Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h index ba47f231c834..98933f21b4e3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PendingNetGame.h b/Engine/Source/Runtime/Engine/Classes/Engine/PendingNetGame.h index 2d83e58dd372..321338bf3dda 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PendingNetGame.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PendingNetGame.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PendingNetGame.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PlaneReflectionCapture.h b/Engine/Source/Runtime/Engine/Classes/Engine/PlaneReflectionCapture.h index 26a7c3343bec..d36f57d79b12 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PlaneReflectionCapture.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PlaneReflectionCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Not yet implemented plane capture class diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h b/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h index eac244c79316..464031261440 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceWebResponse.h b/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceWebResponse.h index 6e1db8bc45b7..c5bae2b0cffd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceWebResponse.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceWebResponse.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Player.h b/Engine/Source/Runtime/Engine/Classes/Engine/Player.h index 1369a461618e..a509bf13117d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Player.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Player.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Player: Corresponds to a real player (a local camera or remote net player). diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PlayerStartPIE.h b/Engine/Source/Runtime/Engine/Classes/Engine/PlayerStartPIE.h index ce27cf65c88e..c81cc6a5091c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PlayerStartPIE.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PlayerStartPIE.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // Player start for PIE - can be spawned during play. diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PointLight.h b/Engine/Source/Runtime/Engine/Classes/Engine/PointLight.h index 8d68854189cf..1e187401258f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PointLight.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PointLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Light.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Polys.h b/Engine/Source/Runtime/Engine/Classes/Engine/Polys.h index 77a2024743ae..6186d8dd3f18 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Polys.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Polys.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // List of FPolys. diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PostProcessVolume.h b/Engine/Source/Runtime/Engine/Classes/Engine/PostProcessVolume.h index bb78e00459ef..c60bc6dd3faf 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PostProcessVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PostProcessVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * PostProcessVolume: a post process settings volume diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/PreCullTrianglesVolume.h b/Engine/Source/Runtime/Engine/Classes/Engine/PreCullTrianglesVolume.h index b82abf941ff2..646388ee0fd4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/PreCullTrianglesVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/PreCullTrianglesVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // PreCullTrianglesVolume: diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ReflectionCapture.h b/Engine/Source/Runtime/Engine/Classes/Engine/ReflectionCapture.h index d08f02ef61de..d4eda0464e80 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ReflectionCapture.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ReflectionCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReflectionCapture.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h b/Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h index 68318b1620f0..2d5bedcc9299 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SCS_Node.h b/Engine/Source/Runtime/Engine/Classes/Engine/SCS_Node.h index afaa5341dcbb..2f5306b39bd5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SCS_Node.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SCS_Node.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Scene.h b/Engine/Source/Runtime/Engine/Classes/Engine/Scene.h index 2c24a361fe6d..6074a16712a9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Scene.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Scene.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // Scene - script exposed scene enums diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SceneCapture.h b/Engine/Source/Runtime/Engine/Classes/Engine/SceneCapture.h index 309c9724af2d..4cc0a5e49c37 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SceneCapture.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SceneCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Base class for all SceneCapture actors diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SceneCapture2D.h b/Engine/Source/Runtime/Engine/Classes/Engine/SceneCapture2D.h index 81c9f1ec368b..ea4d89cb9fc4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SceneCapture2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SceneCapture2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SceneCaptureCube.h b/Engine/Source/Runtime/Engine/Classes/Engine/SceneCaptureCube.h index 1932f001aeff..9af4eb5d46f7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SceneCaptureCube.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SceneCaptureCube.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ScriptViewportClient.h b/Engine/Source/Runtime/Engine/Classes/Engine/ScriptViewportClient.h index 58a772e62c0b..feb777caa5c3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ScriptViewportClient.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ScriptViewportClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Base class for FViewportClients that are also UObjects diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Selection.h b/Engine/Source/Runtime/Engine/Classes/Engine/Selection.h index e9ccaf07c72f..1befa998bb40 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Selection.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Selection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Manages selections of objects. Used in the editor for selecting diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ShadowMapTexture2D.h b/Engine/Source/Runtime/Engine/Classes/Engine/ShadowMapTexture2D.h index fea7c393d619..fc370ebfe567 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ShadowMapTexture2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ShadowMapTexture2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Texture2D.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SimpleConstructionScript.h b/Engine/Source/Runtime/Engine/Classes/Engine/SimpleConstructionScript.h index d0a20041e4cb..f4299d0a0eef 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SimpleConstructionScript.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SimpleConstructionScript.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h b/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h index ca3b6cb817c8..ef62227742af 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMeshSocket.h b/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMeshSocket.h index 1039e8fb5720..d8b1235d732a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMeshSocket.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMeshSocket.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SkyLight.h b/Engine/Source/Runtime/Engine/Classes/Engine/SkyLight.h index ae5071380339..1694004b65a5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SkyLight.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SkyLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Info.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SphereReflectionCapture.h b/Engine/Source/Runtime/Engine/Classes/Engine/SphereReflectionCapture.h index 2d7a22d0d368..033607a0ee81 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SphereReflectionCapture.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SphereReflectionCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ReflectionCapture.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SplineMeshActor.h b/Engine/Source/Runtime/Engine/Classes/Engine/SplineMeshActor.h index f3ae611038ea..9dffb12b1ea7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SplineMeshActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SplineMeshActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SplineMeshActor.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SpotLight.h b/Engine/Source/Runtime/Engine/Classes/Engine/SpotLight.h index d9bc475729fa..86bf5d72822b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SpotLight.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SpotLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h b/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h index 09139a5c370a..c3120c8d3e66 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interfaces/Interface_CollisionDataProvider.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshActor.h b/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshActor.h index 1417ff0104de..b4f2be67dfcf 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavigationTypes.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshSocket.h b/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshSocket.h index 2aedb8db66e2..157845bca4bd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshSocket.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/StaticMeshSocket.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h b/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h index 1258bcaaf564..c0e5adaa1dff 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "StreamableManager.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/SubsurfaceProfile.h b/Engine/Source/Runtime/Engine/Classes/Engine/SubsurfaceProfile.h index 9c81462dc098..0f7295412563 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/SubsurfaceProfile.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/SubsurfaceProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "../Curves/CurveFloat.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TargetPoint.h b/Engine/Source/Runtime/Engine/Classes/Engine/TargetPoint.h index 145953a3cb25..46426835f9fb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TargetPoint.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TargetPoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TextRenderActor.h b/Engine/Source/Runtime/Engine/Classes/Engine/TextRenderActor.h index 22c4eae5b007..e3228d4cb534 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TextRenderActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TextRenderActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * To render text in the 3d world (quads with UV assignment to render text with material support). diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Texture.h b/Engine/Source/Runtime/Engine/Classes/Engine/Texture.h index d765da1503df..d2a873ee4d4e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Texture.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Texture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Texture2D.h b/Engine/Source/Runtime/Engine/Classes/Engine/Texture2D.h index 1a9e250cdcbd..6d1ef43fb0bd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Texture2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Texture2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/Texture2DDynamic.h b/Engine/Source/Runtime/Engine/Classes/Engine/Texture2DDynamic.h index 94d5b517e77e..71fe867b3f24 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/Texture2DDynamic.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/Texture2DDynamic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TextureCube.h b/Engine/Source/Runtime/Engine/Classes/Engine/TextureCube.h index f978dce20a02..144ab20dc745 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TextureCube.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TextureCube.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TextureDefines.h b/Engine/Source/Runtime/Engine/Classes/Engine/TextureDefines.h index da087aaa0213..872df9abe6e7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TextureDefines.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TextureDefines.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TextureLODSettings.h b/Engine/Source/Runtime/Engine/Classes/Engine/TextureLODSettings.h index 9c4ae99c7261..d10afdc54477 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TextureLODSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TextureLODSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TextureLightProfile.h b/Engine/Source/Runtime/Engine/Classes/Engine/TextureLightProfile.h index 38ba00fb3fd2..b059ca75b29f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TextureLightProfile.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TextureLightProfile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget.h b/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget.h index 7edff93a44ae..61eded76889a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * TextureRenderTarget diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget2D.h b/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget2D.h index 553734a32939..bc45369c6d37 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "RenderUtils.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTargetCube.h b/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTargetCube.h index 6be62ca8caf5..0d0aa4e637a2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTargetCube.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTargetCube.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TextureRenderTarget.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h b/Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h index 30137c4eaee8..b4888b8438f2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TimelineTemplate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/TimelineComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TitleSafeZone.h b/Engine/Source/Runtime/Engine/Classes/Engine/TitleSafeZone.h index 9a34fd6b642a..555a0481b952 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TitleSafeZone.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TitleSafeZone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerBase.h b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerBase.h index 4fb7d5b23275..031563041248 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerBox.h b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerBox.h index 9e9cda0e9f2a..96b295ad9b7d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerBox.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerCapsule.h b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerCapsule.h index 2161bf618bfc..eb1c11c57170 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerCapsule.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerCapsule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerSphere.h b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerSphere.h index 41787c5a9861..a66db97d4149 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerSphere.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerSphere.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerVolume.h b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerVolume.h index 40dc3dc40a05..edba79377458 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TriggerVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TriggerVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/TwitterIntegrationBase.h b/Engine/Source/Runtime/Engine/Classes/Engine/TwitterIntegrationBase.h index d442e647487a..5345ad873fca 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/TwitterIntegrationBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/TwitterIntegrationBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedEnum.h b/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedEnum.h index 50e0bf26aec0..ef036c3c63f6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedEnum.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedEnum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedStruct.h b/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedStruct.h index f6a64954ec49..5e0013849577 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedStruct.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedStruct.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/UserInterfaceSettings.h b/Engine/Source/Runtime/Engine/Classes/Engine/UserInterfaceSettings.h index ae76db31cc53..fb7cad8bc1cc 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/UserInterfaceSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/UserInterfaceSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/ViewportSplitScreen.h b/Engine/Source/Runtime/Engine/Classes/Engine/ViewportSplitScreen.h index bb1c0610e49b..399293ddc90d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/ViewportSplitScreen.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/ViewportSplitScreen.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/VoiceChannel.h b/Engine/Source/Runtime/Engine/Classes/Engine/VoiceChannel.h index 198f3c250365..2923e4d17ecb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/VoiceChannel.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/VoiceChannel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // A channel for exchanging voice data. diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/WindDirectionalSource.h b/Engine/Source/Runtime/Engine/Classes/Engine/WindDirectionalSource.h index 941e4e950eb2..ce9ceddd59c3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/WindDirectionalSource.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/WindDirectionalSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Info.h" #include "WindDirectionalSource.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/World.h b/Engine/Source/Runtime/Engine/Classes/Engine/World.h index 2d8e8bbfc6c5..76e686c83c83 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/World.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/World.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Engine/WorldComposition.h b/Engine/Source/Runtime/Engine/Classes/Engine/WorldComposition.h index ac559f300f18..0ebc31b06bcc 100644 --- a/Engine/Source/Runtime/Engine/Classes/Engine/WorldComposition.h +++ b/Engine/Source/Runtime/Engine/Classes/Engine/WorldComposition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "WorldComposition.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h b/Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h index 198a50156a96..71bd3932a4ec 100644 --- a/Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h +++ b/Engine/Source/Runtime/Engine/Classes/Exporters/Exporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Base class for all Exporters diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h index e0f8a853d6ce..7d4f8b83e565 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ComponentInstanceDataCache.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/CameraBlockingVolume.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/CameraBlockingVolume.h index b1691e723e7f..f8a7d4fc5405 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/CameraBlockingVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/CameraBlockingVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "CameraBlockingVolume.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h index 5ba8048e6097..331224893d5f 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Pawn.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h index 78f970230291..b260028ebc32 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavigationAvoidanceTypes.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h index 1daa4cbad4d8..4412ddb00a48 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // CheatManager diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h index d7a53cce804e..f0ebdb109121 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavAgentInterface.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/DamageType.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/DamageType.h index a5722d1589d1..21247e595f7f 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/DamageType.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/DamageType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DamageType.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/DebugTextInfo.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/DebugTextInfo.h index b2c59606fd29..8e312f46609e 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/DebugTextInfo.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/DebugTextInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/DefaultPawn.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/DefaultPawn.h index 7b791676d8ae..ff5ff96be8e2 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/DefaultPawn.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/DefaultPawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // DefaultPawns are simple pawns that can fly around the world. diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/DefaultPhysicsVolume.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/DefaultPhysicsVolume.h index b8ab7e46c445..7db48e890282 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/DefaultPhysicsVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/DefaultPhysicsVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // DefaultPhysicsVolume: the default physics volume for areas of the level with diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/EngineMessage.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/EngineMessage.h index c9b0151d4356..544fc9338f85 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/EngineMessage.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/EngineMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LocalMessage.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/FloatingPawnMovement.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/FloatingPawnMovement.h index ca4ec1e303ea..9e8e54038106 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/FloatingPawnMovement.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/FloatingPawnMovement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Movement component updates position of associated PrimitiveComponent during its tick diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/ForceFeedbackEffect.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/ForceFeedbackEffect.h index 774e3efe88c3..593137de5474 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/ForceFeedbackEffect.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/ForceFeedbackEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Curves/CurveFloat.h" #include "ForceFeedbackEffect.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameMode.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameMode.h index 38ea9d211650..ed9a3d26eaf4 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameMode.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TimerManager.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameNetworkManager.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameNetworkManager.h index 472b45af0076..6ae04f2d6b28 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameNetworkManager.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameNetworkManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TimerManager.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameSession.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameSession.h index 45e00facf459..7072c41c3cdc 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameSession.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameSession.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Multiplayer game session. diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameState.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameState.h index b4d916957216..3f7abb0969aa 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameState.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TimerManager.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameUserSettings.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameUserSettings.h index 6255ba9027e5..4e763e6f883a 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/GameUserSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/GameUserSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h index cef94ea93b24..3f60c6a6703c 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/HUDHitBox.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/HUDHitBox.h index 4102f56f34d1..0685fc89dd54 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/HUDHitBox.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/HUDHitBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/HapticFeedbackEffect.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/HapticFeedbackEffect.h index 0239acc0776c..252af368ecb3 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/HapticFeedbackEffect.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/HapticFeedbackEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HapticFeedbackEffect.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/Info.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/Info.h index bc6b378f9ce4..0d9c7d781eb7 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/Info.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/Info.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Info, the root of all information holding classes. diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/InputSettings.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/InputSettings.h index 4ef4cbb47499..31a9bcbb9240 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/InputSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/InputSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PlayerInput.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/KillZVolume.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/KillZVolume.h index ffd7f5aa7efd..11773303165a 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/KillZVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/KillZVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/PhysicsVolume.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/LocalMessage.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/LocalMessage.h index 1831db98cd41..8b0e938567f4 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/LocalMessage.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/LocalMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // LocalMessage diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/MovementComponent.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/MovementComponent.h index 56bf6907ab12..8cc6601266b2 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/MovementComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/MovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Movement component updates position of associated PrimitiveComponent during its tick. diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementComponent.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementComponent.h index 5d68dca97e72..c33d222d2f4d 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Movement component that is compatible with the navigation system's PathFollowingComponent diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/OnlineReplStructs.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/OnlineReplStructs.h index 0a041f383232..fa1589c05570 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/OnlineReplStructs.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/OnlineReplStructs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Unreal networking serialization helpers diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/OnlineSession.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/OnlineSession.h index eb7f4768fc94..691a83e54047 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/OnlineSession.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/OnlineSession.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Everything a local player will use to manage an online session. diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/PainCausingVolume.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/PainCausingVolume.h index b660fa28f1d4..4c91dcd86854 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/PainCausingVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/PainCausingVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // PhysicsVolume: a bounding volume which affects actor physics diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h index e319b5daf562..95f993c08294 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavAgentInterface.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/PawnMovementComponent.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/PawnMovementComponent.h index 0db2445522ca..f4d8f7a48442 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/PawnMovementComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/PawnMovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Movement component meant for use with Pawns. diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/PhysicsVolume.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/PhysicsVolume.h index c78d850c6ca4..7d2e914a0ac6 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/PhysicsVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/PhysicsVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Volume.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h index 23e1848b672a..54260d06a379 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TimerManager.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerInput.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerInput.h index 80e6337a8a49..839f2f804a8f 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerInput.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerInput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // PlayerInput diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerMuteList.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerMuteList.h index eca629d433c5..0b8bd24ebc7d 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerMuteList.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerMuteList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerStart.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerStart.h index 85a59199e956..22e1ecca2b78 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerStart.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerStart.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/NavigationObjectBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerState.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerState.h index 33c1cd2f3946..d63c0197d3df 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerState.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Info.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/ProjectileMovementComponent.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/ProjectileMovementComponent.h index 040262e431ce..18babe8ad460 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/ProjectileMovementComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/ProjectileMovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/MovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h index 53046aee6465..b4fff0224a70 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Animation/AnimationAsset.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/RotatingMovementComponent.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/RotatingMovementComponent.h index 7df14898abe2..32ebb3348afd 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/RotatingMovementComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/RotatingMovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/MovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/SaveGame.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/SaveGame.h index 32d9c7225849..8e22bdd9576b 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/SaveGame.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/SaveGame.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SaveGame.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/SimpleReticle.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/SimpleReticle.h index 771b96e7d850..b700d82e1aaf 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/SimpleReticle.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/SimpleReticle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawn.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawn.h index 78f129f99b5f..b2e77a1fd765 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawn.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * SpectatorPawns are simple pawns that can fly around the world, used by diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawnMovement.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawnMovement.h index 389fda9afdc6..d2a271d31b4f 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawnMovement.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/SpectatorPawnMovement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Movement component used by SpectatorPawn. diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/SpringArmComponent.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/SpringArmComponent.h index fc89434af8cd..2472a0a128a6 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/SpringArmComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/SpringArmComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/TouchInterface.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/TouchInterface.h index 8e019f165239..58ea23c6d919 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/TouchInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/TouchInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/Volume.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/Volume.h index f4936b08c30d..c1df9d6fe52f 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/Volume.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/Volume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/Brush.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/WheeledVehicle.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/WheeledVehicle.h index fe0988070f4e..3f8ae838defb 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/WheeledVehicle.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/WheeledVehicle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Pawn.h" diff --git a/Engine/Source/Runtime/Engine/Classes/GameFramework/WorldSettings.h b/Engine/Source/Runtime/Engine/Classes/GameFramework/WorldSettings.h index 080c39d1a568..883c411d1236 100644 --- a/Engine/Source/Runtime/Engine/Classes/GameFramework/WorldSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/GameFramework/WorldSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Info.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_AssetUserData.h b/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_AssetUserData.h index c8126a96c5c8..987e4d7cd447 100644 --- a/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_AssetUserData.h +++ b/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_AssetUserData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interface_AssetUserData.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_CollisionDataProvider.h b/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_CollisionDataProvider.h index 5313dd2fd49b..fcb5d65bc432 100644 --- a/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_CollisionDataProvider.h +++ b/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_CollisionDataProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Interface for objects that have a PhysX collision representation and need their geometry cooked diff --git a/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PostProcessVolume.h b/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PostProcessVolume.h index 1df45f1f402f..263666d0988d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PostProcessVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PostProcessVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interface_PostProcessVolume.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Interfaces/NetworkPredictionInterface.h b/Engine/Source/Runtime/Engine/Classes/Interfaces/NetworkPredictionInterface.h index 4d79c87d7355..41cbad0fbbc3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Interfaces/NetworkPredictionInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/Interfaces/NetworkPredictionInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // INetworkPredictionInterface is an interface for objects that want to perform diff --git a/Engine/Source/Runtime/Engine/Classes/Intrinsic/Model.h b/Engine/Source/Runtime/Engine/Classes/Intrinsic/Model.h index d1d8d8b619bd..38ed4f81068b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Intrinsic/Model.h +++ b/Engine/Source/Runtime/Engine/Classes/Intrinsic/Model.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if !CPP && !UE_BUILD_DOCS //noexport class diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintAsyncActionBase.h b/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintAsyncActionBase.h index 908ba630b4d0..b1ffd1fb95d7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintAsyncActionBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintAsyncActionBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintAsyncActionBase.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintFunctionLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintFunctionLibrary.h index 649a41a787c9..409444adab4b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintFunctionLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintFunctionLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintFunctionLibrary.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h index df79766abef3..6cd5ca4d09eb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/DataTable.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h b/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h index fcd053802d95..585a7b065962 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine/LatentActionManager.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/HeadMountedDisplayFunctionLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/HeadMountedDisplayFunctionLibrary.h index a458e8e44c78..41b349655385 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/HeadMountedDisplayFunctionLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/HeadMountedDisplayFunctionLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HeadMountedDisplayFunctionLibrary.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetArrayLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetArrayLibrary.h index d613b9e2f4bd..1ad3099e1b4a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetArrayLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetArrayLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "KismetArrayLibrary.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetGuidLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetGuidLibrary.h index 1a7a75aab955..ba55f5a4cafb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetGuidLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetGuidLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetInputLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetInputLibrary.h index fdc7f936db3d..39b5094d9f28 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetInputLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetInputLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMaterialLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMaterialLibrary.h index 6507f184afa1..669f1d4df786 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMaterialLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMaterialLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h index 9753ea964882..71a2cf6589d2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetNodeHelperLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetNodeHelperLibrary.h index 2a722f8768ed..09061e014f5a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetNodeHelperLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetNodeHelperLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This kismet library is used for helper functions primarily used in the kismet compiler diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h index 52b975b9cf65..890c37ecd935 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "BlueprintFunctionLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h index 91e4745be3d3..7b992b9987d9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetTextLibrary.h b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetTextLibrary.h index 13c3c03b2f14..35f69091606d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Kismet/KismetTextLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/Kismet/KismetTextLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "KismetTextLibrary.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Layers/Layer.h b/Engine/Source/Runtime/Engine/Classes/Layers/Layer.h index 21a132be92c0..916b14b68345 100644 --- a/Engine/Source/Runtime/Engine/Classes/Layers/Layer.h +++ b/Engine/Source/Runtime/Engine/Classes/Layers/Layer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Layer.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmappedSurfaceCollection.h b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmappedSurfaceCollection.h index ae986a1cb319..9571c79eac74 100644 --- a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmappedSurfaceCollection.h +++ b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmappedSurfaceCollection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Collection of surfaces in a single static lighting mapping. diff --git a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassCharacterIndirectDetailVolume.h b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassCharacterIndirectDetailVolume.h index 765e07323d8e..35e57c123a87 100644 --- a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassCharacterIndirectDetailVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassCharacterIndirectDetailVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // LightmassCharacterIndirectDetailVolume: Defines areas where Lightmass should place more indirect lighting samples than normal. diff --git a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassImportanceVolume.h b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassImportanceVolume.h index d3d8b8b03ba2..dfe828d9e1ab 100644 --- a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassImportanceVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassImportanceVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // LightmassImportanceVolume: a bounding volume outside of which Lightmass diff --git a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassPortal.h b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassPortal.h index 2e1cb0309f1a..ea7b5d514a15 100644 --- a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassPortal.h +++ b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassPortal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LightmassPortal.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassPrimitiveSettingsObject.h b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassPrimitiveSettingsObject.h index e41d6a2844f6..fed0d42681b3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassPrimitiveSettingsObject.h +++ b/Engine/Source/Runtime/Engine/Classes/Lightmass/LightmassPrimitiveSettingsObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Primitive settings for Lightmass diff --git a/Engine/Source/Runtime/Engine/Classes/Lightmass/PrecomputedVisibilityOverrideVolume.h b/Engine/Source/Runtime/Engine/Classes/Lightmass/PrecomputedVisibilityOverrideVolume.h index 5349ba158d58..c3112509f92e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Lightmass/PrecomputedVisibilityOverrideVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Lightmass/PrecomputedVisibilityOverrideVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // PrecomputedVisibilityOverrideVolume: Overrides visibility for a set of actors diff --git a/Engine/Source/Runtime/Engine/Classes/Lightmass/PrecomputedVisibilityVolume.h b/Engine/Source/Runtime/Engine/Classes/Lightmass/PrecomputedVisibilityVolume.h index 23c602654171..36cdd6552f09 100644 --- a/Engine/Source/Runtime/Engine/Classes/Lightmass/PrecomputedVisibilityVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Lightmass/PrecomputedVisibilityVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // PrecomputedVisibilityVolume: Indicates where visibility should be precomputed diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/Material.h b/Engine/Source/Runtime/Engine/Classes/Materials/Material.h index 5c64355ece68..7bd7aa78114d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/Material.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/Material.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpression.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpression.h index f72264876a3a..3a885089243e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpression.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpression.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAbs.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAbs.h index be242d28dcd5..419d4d69ab0e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAbs.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAbs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Absolute value material expression for user-defined materials diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionActorPositionWS.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionActorPositionWS.h index 924b7c4ef351..7855d5daaed2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionActorPositionWS.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionActorPositionWS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAdd.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAdd.h index 326b13a4fea4..8f68f28e9433 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAdd.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAdd.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAntialiasedTextureMask.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAntialiasedTextureMask.h index e8527449bd91..65eba02be03b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAntialiasedTextureMask.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAntialiasedTextureMask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAppendVector.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAppendVector.h index 0fd6a33e6fc9..6f3b203670d5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAppendVector.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAppendVector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAtmosphericFogColor.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAtmosphericFogColor.h index 130ea2cf99cb..2b521358c571 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAtmosphericFogColor.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionAtmosphericFogColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Materials/MaterialExpression.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBlackBody.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBlackBody.h index bc2fb20ffb60..45fa6fa24905 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBlackBody.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBlackBody.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBreakMaterialAttributes.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBreakMaterialAttributes.h index f95cd88a2425..3acf6aa617c1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBreakMaterialAttributes.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBreakMaterialAttributes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBumpOffset.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBumpOffset.h index 641d9dfad654..b8cbb8c17057 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBumpOffset.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionBumpOffset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCameraPositionWS.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCameraPositionWS.h index 47ae9af40153..2d39c6d342f5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCameraPositionWS.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCameraPositionWS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCameraVectorWS.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCameraVectorWS.h index d7c409c6f942..ff4748f65aff 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCameraVectorWS.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCameraVectorWS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCeil.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCeil.h index b9b54c720a5e..327f015966b6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCeil.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCeil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionClamp.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionClamp.h index 404dc3362240..8f2a9e3fca9a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionClamp.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionClamp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCollectionParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCollectionParameter.h index 360e2836763e..0710e606b73a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCollectionParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCollectionParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * MaterialExpressionCollectionParameter.h - a node that references a single parameter in a MaterialParameterCollection diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComment.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComment.h index eed2a41a55e8..858ec68b1eb8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComment.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComponentMask.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComponentMask.h index 5b1126c74c19..52eeaaf5797e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComponentMask.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionComponentMask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant.h index 24c631f5b84e..9060c792f0a0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant2Vector.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant2Vector.h index 026ae0b99e60..e120c1bbd980 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant2Vector.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant2Vector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant3Vector.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant3Vector.h index 9c43bd503b8b..e7b781f156be 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant3Vector.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant3Vector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant4Vector.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant4Vector.h index 164aab8c3774..5b1d5bd18fff 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant4Vector.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant4Vector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstantBiasScale.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstantBiasScale.h index 85bf514c8463..bdd48c807911 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstantBiasScale.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstantBiasScale.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCosine.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCosine.h index b6560a1e13be..a2cd91810195 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCosine.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCosine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCrossProduct.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCrossProduct.h index 4a30c20834bc..3459e0b4d71a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCrossProduct.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCrossProduct.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCustom.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCustom.h index d1e173bef191..8805fa8e1b06 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCustom.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCustom.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCustomOutput.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCustomOutput.h index c13e89a36754..bf68af5c159d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCustomOutput.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCustomOutput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDDX.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDDX.h index 7faee9096997..a333f6e13c6b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDDX.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDDX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDDY.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDDY.h index 59f431cef0e3..2d0c13c46dc3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDDY.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDDY.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDecalDerivative.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDecalDerivative.h index 109e35c4bbed..4b8f49bf256c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDecalDerivative.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDecalDerivative.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDecalMipmapLevel.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDecalMipmapLevel.h index acce07692acd..295def9d1432 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDecalMipmapLevel.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDecalMipmapLevel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDepthFade.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDepthFade.h index d9fb311bac0e..0b6b357fd9ac 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDepthFade.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDepthFade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Scales Opacity by a Linear fade based on SceneDepth, from 0 at PixelDepth to 1 at FadeDistance diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDepthOfFieldFunction.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDepthOfFieldFunction.h index 4a2b96adcb09..b2b19b1f197f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDepthOfFieldFunction.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDepthOfFieldFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDeriveNormalZ.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDeriveNormalZ.h index ed7789d3d088..cb0d18ea7cec 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDeriveNormalZ.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDeriveNormalZ.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDesaturation.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDesaturation.h index d741b41e9862..ece4e0ceb3e3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDesaturation.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDesaturation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistance.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistance.h index 712dea38fe60..72bcbb4414d1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistance.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceCullFade.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceCullFade.h index e32482667589..92ffeecf2b36 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceCullFade.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceCullFade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceFieldGradient.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceFieldGradient.h index 80541fe8d13f..08f7ff288179 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceFieldGradient.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceFieldGradient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceToNearestSurface.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceToNearestSurface.h index 6e5a7b80f0fb..392226d1f1e1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceToNearestSurface.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDistanceToNearestSurface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDivide.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDivide.h index 8811500f9122..ede30b5c9271 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDivide.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDivide.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDotProduct.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDotProduct.h index 54fc93e8b8e7..35e4bba6ea92 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDotProduct.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDotProduct.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDynamicParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDynamicParameter.h index 6e10c289d5d4..a461691acc86 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDynamicParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionDynamicParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionEyeAdaptation.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionEyeAdaptation.h index 4e8b9e181896..342d674b8e29 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionEyeAdaptation.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionEyeAdaptation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Materials/MaterialExpression.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFeatureLevelSwitch.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFeatureLevelSwitch.h index 6c0d5d80d3af..105681ce155f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFeatureLevelSwitch.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFeatureLevelSwitch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFloor.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFloor.h index 8b16be81aa21..16b51a96f81e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFloor.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFloor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFmod.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFmod.h index e6e57dbd692d..4240b9315737 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFmod.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFmod.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFontSample.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFontSample.h index 3bb7bd0d7f8f..3d51a5ca4ccd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFontSample.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFontSample.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFontSampleParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFontSampleParameter.h index f91fe625e539..e8a4aff2ba07 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFontSampleParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFontSampleParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFrac.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFrac.h index f207dfc338f7..af354d3138ce 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFrac.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFrac.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFresnel.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFresnel.h index 58b0d61541c0..24ce9ede45c5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFresnel.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFresnel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFunctionInput.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFunctionInput.h index f391ed0db28a..e764b3ccebbb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFunctionInput.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFunctionInput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFunctionOutput.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFunctionOutput.h index abb704aa0088..f773043e9732 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFunctionOutput.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionFunctionOutput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionGIReplace.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionGIReplace.h index 9b9fd2cf0557..d44c02f8edd7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionGIReplace.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionGIReplace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionIf.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionIf.h index 9949c7c7df93..1edebfe8c68b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionIf.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionIf.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightVector.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightVector.h index bebc12aa582a..1a1f5d458214 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightVector.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightVector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightmapUVs.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightmapUVs.h index 481204fe495b..507c15eeca97 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightmapUVs.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightmapUVs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightmassReplace.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightmassReplace.h index e2f3dc9ab0ce..428c1df15348 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightmassReplace.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLightmassReplace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLinearInterpolate.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLinearInterpolate.h index ac4513374183..4128611aeb7a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLinearInterpolate.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLinearInterpolate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLogarithm2.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLogarithm2.h index 4850c06af16c..9868f2f8b817 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLogarithm2.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionLogarithm2.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMakeMaterialAttributes.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMakeMaterialAttributes.h index 3322d9922314..94f1bbbb0e3f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMakeMaterialAttributes.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMakeMaterialAttributes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialFunctionCall.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialFunctionCall.h index 0526ea4e909d..f760e9cf3f47 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialFunctionCall.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialFunctionCall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * MaterialExpressionMaterialFunctionCall - an expression which allows a material to use a material function diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialProxyReplace.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialProxyReplace.h index db77f0153b2e..80e217defcfd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialProxyReplace.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMaterialProxyReplace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMax.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMax.h index c4c10c52f331..be085e0976fd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMax.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMax.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMin.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMin.h index 080028179320..9558809e159e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMin.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMultiply.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMultiply.h index 8bfd12111a2c..f2e2c4152f37 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMultiply.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionMultiply.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNoise.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNoise.h index 52eb87b2bbcc..7a9f598d0570 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNoise.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNoise.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNormalize.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNormalize.h index a8955c404b21..ad7c1ba18903 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNormalize.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionNormalize.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectBounds.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectBounds.h index a94b5a3b7e42..3a06e9a6bcdc 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectBounds.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectBounds.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectOrientation.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectOrientation.h index 69f7bfb369da..3054f8e70e12 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectOrientation.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectOrientation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectPositionWS.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectPositionWS.h index 21e068660d33..6fe71af4a426 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectPositionWS.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectPositionWS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectRadius.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectRadius.h index 0d6bc88d1a49..3f3bb68f4eb9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectRadius.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionObjectRadius.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionOneMinus.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionOneMinus.h index 6d057f52fd84..fa0b27be5946 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionOneMinus.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionOneMinus.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPanner.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPanner.h index cf718675be1d..9c0f23d653fd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPanner.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPanner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParameter.h index afb455540b5f..956c908bf720 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleColor.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleColor.h index 4f06fa41f60a..cc4c57222993 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleColor.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleDirection.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleDirection.h index 6d66fc05c112..d4c7a5e84193 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleDirection.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleDirection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== MaterialExpressionParticleDirection: Exposes the direction of a particle to diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleMacroUV.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleMacroUV.h index 1affa479e863..b02c9dac2471 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleMacroUV.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleMacroUV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This UV node generates texture coordinates in view space centered on the particle system's MacroUVPosition, with tiling controlled by the particle system's MacroUVRadius. diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleMotionBlurFade.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleMotionBlurFade.h index 637ee6bad3db..018c42c4b63e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleMotionBlurFade.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleMotionBlurFade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== UMaterialExpressionParticleMotionBlurFade: Exposes a value used to fade diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticlePositionWS.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticlePositionWS.h index f66f1c0ca775..5f73eb042f59 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticlePositionWS.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticlePositionWS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRadius.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRadius.h index c4b976b2eda0..b090daa93728 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRadius.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRadius.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRandom.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRandom.h index 490d35053764..61945c7c1171 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRandom.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRandom.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== UMaterialExpressionParticleMotionBlurFade: Exposes a value used to fade diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRelativeTime.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRelativeTime.h index 8774e3067b5d..847c84639d54 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRelativeTime.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleRelativeTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== MaterialExpressionParticleRelativeTime: Exposes the relative time of a diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSize.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSize.h index 216e8eb1d0f9..c927c76912de 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSize.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSize.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== MaterialExpressionParticleSize: Exposes the size of a particle to diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSpeed.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSpeed.h index 88a43b6e702e..d7c27ddd8188 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSpeed.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSpeed.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== MaterialExpressionParticleSpeed: Exposes the speed of a particle to diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSubUV.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSubUV.h index ce072d9dfb0c..0b1319e53367 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSubUV.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParticleSubUV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPerInstanceFadeAmount.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPerInstanceFadeAmount.h index 9c838c3d6da6..4b73d283f5df 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPerInstanceFadeAmount.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPerInstanceFadeAmount.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPerInstanceRandom.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPerInstanceRandom.h index 663f7131b7eb..c3b5205d92c1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPerInstanceRandom.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPerInstanceRandom.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPixelDepth.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPixelDepth.h index 5474d2773314..b9123789e096 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPixelDepth.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPixelDepth.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Gives the depth of the current pixel being drawn for use in a material diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPixelNormalWS.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPixelNormalWS.h index 82c7d74ef3a8..3f57efad4623 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPixelNormalWS.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPixelNormalWS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPower.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPower.h index 80435e56bf1a..25594745efb4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPower.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPower.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPrecomputedAOMask.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPrecomputedAOMask.h index b0381cd1dc31..79406f630642 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPrecomputedAOMask.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPrecomputedAOMask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionQualitySwitch.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionQualitySwitch.h index 96136fcc1888..53ec7a37eb4e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionQualitySwitch.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionQualitySwitch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionReflectionVectorWS.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionReflectionVectorWS.h index 92ceaac5c1bc..3dc6b90e4f84 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionReflectionVectorWS.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionReflectionVectorWS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRotateAboutAxis.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRotateAboutAxis.h index 232d112d930c..795e91df2d49 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRotateAboutAxis.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRotateAboutAxis.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRotator.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRotator.h index e521759e6a37..4d08f3f2aca2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRotator.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRotator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionScalarParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionScalarParameter.h index a17939a09696..dc838d75a3d5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionScalarParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionScalarParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneColor.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneColor.h index 74fdde30c875..92f6ba22c5a3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneColor.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneDepth.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneDepth.h index 9dec0122c670..6c1ef3c4aefd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneDepth.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneDepth.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneTexelSize.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneTexelSize.h index 816bf607c893..113414bb609d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneTexelSize.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneTexelSize.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneTexture.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneTexture.h index 4b29a14ec580..0ee326e3a05a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneTexture.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSceneTexture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionScreenPosition.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionScreenPosition.h index 67d087a968bb..a848ec335acd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionScreenPosition.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionScreenPosition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSine.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSine.h index a0bfe7c59a22..1ca408b652ba 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSine.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSpeedTree.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSpeedTree.h index d90742230895..235f06c073b1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSpeedTree.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSpeedTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Materials/MaterialExpression.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSphereMask.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSphereMask.h index 36fbed48fa5e..fb102cf04a7e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSphereMask.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSphereMask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSphericalParticleOpacity.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSphericalParticleOpacity.h index 57f6590278cf..945119b1b21c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSphericalParticleOpacity.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSphericalParticleOpacity.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSquareRoot.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSquareRoot.h index 8da9710bd340..cf4bf6444468 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSquareRoot.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSquareRoot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBool.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBool.h index aabb7f056af4..ea9503c5281c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBool.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBoolParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBoolParameter.h index 023e3f9a9b16..dafd6ff1f3f8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBoolParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticBoolParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticComponentMaskParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticComponentMaskParameter.h index 4902734475ee..18421800d056 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticComponentMaskParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticComponentMaskParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticSwitch.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticSwitch.h index a2b789bcb7ac..6127c8b910a5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticSwitch.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticSwitch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticSwitchParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticSwitchParameter.h index c16288d01cc9..9870aa27bedd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticSwitchParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticSwitchParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSubtract.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSubtract.h index db0fcd2e6469..94e9b04dc170 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSubtract.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionSubtract.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTangentOutput.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTangentOutput.h index ab7e89bbad62..82231fa48eb6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTangentOutput.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTangentOutput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureBase.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureBase.h index c1e00ba36e7b..e3601427cef8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Node acts as a base class for TextureSamples and TextureObjects diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureCoordinate.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureCoordinate.h index 9a41dafb00a0..e3dfc8f903b4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureCoordinate.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureCoordinate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureObject.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureObject.h index 8e6a6f947543..978bb63f80d6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureObject.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Node which outputs a texture object itself, instead of sampling the texture first. diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureObjectParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureObjectParameter.h index 7048e94ffb7f..578e7eba00ea 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureObjectParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureObjectParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Node which creates a texture parameter and outputs the texture object itself, instead of sampling the texture first. diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureProperty.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureProperty.h index 043bd898ccdd..e6cec31612a4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureProperty.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureProperty.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSample.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSample.h index e3c9d1ab0bde..487a109874b6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSample.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSample.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter.h index 4bd8a8f33b45..9d37909f277d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter2D.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter2D.h index 9097b99f499a..870bc8a93d6d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter2D.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterCube.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterCube.h index 57da1795df57..428a3eeecdb4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterCube.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterCube.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterSubUV.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterSubUV.h index a178459cefb3..523bd1e8ff68 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterSubUV.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameterSubUV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTime.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTime.h index 0270fb55179a..6b2ef4b7d46d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTime.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTransform.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTransform.h index d9617097b9c9..837802ecc03f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTransform.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTransform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTransformPosition.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTransformPosition.h index 5e24f4c9bb96..629611538e7a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTransformPosition.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTransformPosition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTwoSidedSign.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTwoSidedSign.h index 469eacab1e7b..6f31c314ae1d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTwoSidedSign.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTwoSidedSign.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVectorParameter.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVectorParameter.h index 1ac227d8f628..89682527dfa0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVectorParameter.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVectorParameter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVertexColor.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVertexColor.h index 6c7e83939d98..5383d8946e7e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVertexColor.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVertexColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVertexNormalWS.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVertexNormalWS.h index 0dcb43a53439..0787a18dea5f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVertexNormalWS.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionVertexNormalWS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionViewProperty.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionViewProperty.h index ca4c0df76416..5884f741f0be 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionViewProperty.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionViewProperty.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionViewSize.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionViewSize.h index 4c589738ba3d..58188535b019 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionViewSize.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionViewSize.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionWorldPosition.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionWorldPosition.h index cae74fb8cf8a..97d85e6a53be 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionWorldPosition.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionWorldPosition.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialFunction.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialFunction.h index dc293e73f378..e7f9e478b71d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialFunction.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "MaterialFunction.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstance.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstance.h index ff7c79f26be4..55e2cafb3dd7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstance.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceActor.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceActor.h index a8ca4cc1071b..bd60ea3cb123 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceBasePropertyOverrides.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceBasePropertyOverrides.h index a03c542643ab..113c43ea0bb5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceBasePropertyOverrides.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceBasePropertyOverrides.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "MaterialInstanceBasePropertyOverrides.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceConstant.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceConstant.h index 69ffe154179a..0dc874ebbb43 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceConstant.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceDynamic.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceDynamic.h index 4539e76fc1cb..8e1d6c06b4df 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceDynamic.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstanceDynamic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h index 701da46bb9b8..d7234621e707 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollection.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollection.h index 24220411f17d..861619674316 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollection.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * MaterialParameterCollection.h - defines an asset that has a list of parameters, which can be referenced by any material and updated efficiently at runtime diff --git a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollectionInstance.h b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollectionInstance.h index 9a9d3bc2d4d6..3d275a242e2c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollectionInstance.h +++ b/Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollectionInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * MaterialParameterCollectionInstance.h diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpData.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpData.h index e77d567e2c6d..bbabd41367ea 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpData.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter.h index 2f2f279ca0e4..c8565fc1c94d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * InterpFilter: Filter class for filtering matinee groups. diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter_Classes.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter_Classes.h index ddb218a59c6c..a1b451cdfe12 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter_Classes.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter_Classes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * InterpFilter_Classes: Filter class for filtering matinee groups. diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter_Custom.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter_Custom.h index 92f658ca1dd5..4746bbd46812 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter_Custom.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpFilter_Custom.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * InterpFilter_Custom: Filter class for filtering matinee groups. diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroup.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroup.h index 47660bfa3916..c3be9100ab2c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroup.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interpolation.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupCamera.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupCamera.h index a46fa5c38991..f53c78e0170d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupCamera.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupCamera.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupDirector.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupDirector.h index b544a42b6229..3f89dc9aebd3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupDirector.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupDirector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInst.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInst.h index 44ca3fbaaf83..5a7c80319620 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInst.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInst.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InterpGroupInst.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInstCamera.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInstCamera.h index 4be714197ead..6c833e16859d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInstCamera.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInstCamera.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInstDirector.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInstDirector.h index 310ba5bba06c..20f475b551ba 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInstDirector.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroupInstDirector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrack.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrack.h index d939dd1a7db6..9b4d82ab9f89 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrack.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAnimControl.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAnimControl.h index 9fa1933ec1a2..5dec61697ae7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAnimControl.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAnimControl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrackFloatBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAudioMaster.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAudioMaster.h index b66882388f09..6139a60d31d6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAudioMaster.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAudioMaster.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackBoolProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackBoolProp.h index 379989ff269f..2f2c21da97c3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackBoolProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackBoolProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackColorProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackColorProp.h index 179b79f71f6c..4273f46f06d6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackColorProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackColorProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackColorScale.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackColorScale.h index e7c87c0010c7..8b6271be3451 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackColorScale.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackColorScale.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * InterpTrackColorScale diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackDirector.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackDirector.h index 00e69fde4992..014869216c5d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackDirector.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackDirector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrack.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackEvent.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackEvent.h index 4afa81afad0c..37219106c161 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackEvent.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrack.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFade.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFade.h index 90b5875186d9..01f399cf5d02 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFade.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrackFloatBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatAnimBPParam.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatAnimBPParam.h index 4db257534d09..d3f6bdf5ccc4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatAnimBPParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatAnimBPParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InterpTrackFloatAnimBPParam.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatBase.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatBase.h index f18772f69bf7..36b9d47cd84b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrack.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatMaterialParam.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatMaterialParam.h index 9c10ca7cf7a6..7a1913d7b586 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatMaterialParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatMaterialParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InterpTrackFloatMaterialParam.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatParticleParam.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatParticleParam.h index 6764a9f1a0dd..dc48cae7d340 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatParticleParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatParticleParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InterpTrackFloatParticleParam.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatProp.h index 23f031c103b6..6b61c4ab0d56 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrackFloatBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInst.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInst.h index 6c5e26769c67..19eddec3ca9b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInst.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInst.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstAnimControl.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstAnimControl.h index 68a05c2c7469..0a85e25f3780 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstAnimControl.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstAnimControl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InterpTrackInstAnimControl.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstAudioMaster.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstAudioMaster.h index 043f3af1e7ac..7a548cf4f62b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstAudioMaster.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstAudioMaster.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstBoolProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstBoolProp.h index bd0cc3a966ad..9591afc95cde 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstBoolProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstBoolProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstColorProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstColorProp.h index 783ba2afaf7f..83b87b6405ae 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstColorProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstColorProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstColorScale.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstColorScale.h index 4a8fad99d5eb..4c539ed5d703 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstColorScale.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstColorScale.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InterpTrackInstColorScale.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstDirector.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstDirector.h index 129ab3b8dad8..67f8fe72694b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstDirector.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstDirector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstEvent.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstEvent.h index 14eb9296ec07..ccbb978ac001 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstEvent.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFade.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFade.h index 6ee2f564cc96..ab62fd2e2695 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFade.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatAnimBPParam.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatAnimBPParam.h index a4727ba0f815..de5e6502b597 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatAnimBPParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatAnimBPParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatMaterialParam.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatMaterialParam.h index 3326ab1ce6f5..b888ffbb7be4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatMaterialParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatMaterialParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatParticleParam.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatParticleParam.h index 735a90a338bd..c99c7085012c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatParticleParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatParticleParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatProp.h index 579b10b314c5..720823bb66ff 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstFloatProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstLinearColorProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstLinearColorProp.h index d34be296d59e..91b2665dbe35 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstLinearColorProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstLinearColorProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstMove.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstMove.h index eff7373168ca..112e09055900 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstMove.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstMove.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstParticleReplay.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstParticleReplay.h index 3ba3971ae731..8d34938bf267 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstParticleReplay.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstParticleReplay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstProperty.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstProperty.h index dac21f1654b3..2781a7d25de9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstProperty.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstProperty.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstSlomo.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstSlomo.h index 4f5e7306e961..36fd08db0489 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstSlomo.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstSlomo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstSound.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstSound.h index a7481afd36bf..451f2cad83e4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstSound.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstSound.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstToggle.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstToggle.h index 4f986920b4ed..21b4f565f9a9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstToggle.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstToggle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVectorMaterialParam.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVectorMaterialParam.h index 1b1f732abb87..f6a8a077671d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVectorMaterialParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVectorMaterialParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVectorProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVectorProp.h index 14ce2bb3f500..2a84b28cfc5e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVectorProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVectorProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVisibility.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVisibility.h index 1d0eec00e9e2..35906a331202 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVisibility.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackInstVisibility.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackLinearColorBase.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackLinearColorBase.h index 70531cb4cc45..f514cef5f5e6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackLinearColorBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackLinearColorBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackLinearColorProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackLinearColorProp.h index 84f79e6501bd..f21c254c4978 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackLinearColorProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackLinearColorProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h index ef28c1a91e81..d51b618ade9a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrack.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMoveAxis.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMoveAxis.h index 33cba165497d..cf0bd3cd7701 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMoveAxis.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMoveAxis.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrackFloatBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackParticleReplay.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackParticleReplay.h index a40ad5d08657..eae32b3365da 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackParticleReplay.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackParticleReplay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrack.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSlomo.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSlomo.h index 7bd7587f28a8..9b2dee906d0d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSlomo.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSlomo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSound.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSound.h index 0a2538a9df80..8245d62d49b8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSound.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackSound.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrackVectorBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackToggle.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackToggle.h index b5c70ff9c2dc..b25e76b8206c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackToggle.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackToggle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/InterpTrack.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorBase.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorBase.h index 7ced7f96c5c3..126d859bf32e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorMaterialParam.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorMaterialParam.h index 35b57829b2a6..411f19fc2706 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorMaterialParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorMaterialParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InterpTrackVectorMaterialParam.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorProp.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorProp.h index 661f3d1635f8..f7e70bd3d8db 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorProp.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVectorProp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVisibility.h b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVisibility.h index c49a4827efc6..795ac3069794 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVisibility.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackVisibility.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InterpTrackVisibility.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActor.h b/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActor.h index 67df1547f47f..e2014a7b8d12 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActor.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // AActor used to controll matinee's and to replicate activation, playback, and other relevant flags to net clients diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActorCameraAnim.h b/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActorCameraAnim.h index 0bd0952a2b1d..b2fa9fb30549 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActorCameraAnim.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActorCameraAnim.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Matinee/MatineeActor.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeAnimInterface.h b/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeAnimInterface.h index 57bc8086ff72..9d82f5a282d3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeAnimInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeAnimInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeInterface.h b/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeInterface.h index a99d5766519b..51388afab189 100644 --- a/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeInterface.h +++ b/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainter.h b/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainter.h index 1888f7dc08b8..c581182bf51d 100644 --- a/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainter.h +++ b/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h b/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h index 174b0ab545c7..ae4461809324 100644 --- a/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/MeshVertexPainter/MeshVertexPainterKismetLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAcceleration.h b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAcceleration.h index 0c9db22d0bf2..381715e0f334 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAcceleration.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAcceleration.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationBase.h index d7482374fc38..27596e81e3f9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationConstant.h b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationConstant.h index bc2525234f03..c93446fb736c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationConstant.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleAccelerationConstant: Constant particle acceleration. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDrag.h b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDrag.h index 477b6fe507bd..38221809a35d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDrag.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDrag.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleAccelerationDrag: Drag coefficient. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDragScaleOverLife.h b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDragScaleOverLife.h index 409a4919803a..90f380df8353 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDragScaleOverLife.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationDragScaleOverLife.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleAccelerationDragScaleOverLife: Drag scale over lifetime. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationOverLifetime.h b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationOverLifetime.h index 57f40ae582d7..0712f63dedfc 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationOverLifetime.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Acceleration/ParticleModuleAccelerationOverLifetime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorBase.h index 8ce69fb9fe1a..25a3a8a32731 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorLine.h b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorLine.h index f4b6a3991fc0..430cf826b1cc 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorLine.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorLine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorParticle.h b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorParticle.h index 7620debe0b32..3a11a46d145c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorParticle.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorParticle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorPoint.h b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorPoint.h index 57398ce468ef..e8b47ce26fcd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorPoint.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorPoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorPointGravity.h b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorPointGravity.h index 0aabaa911394..bcdfa11fbdfa 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorPointGravity.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Attractor/ParticleModuleAttractorPointGravity.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleAttractorPointGravity: Causes particles to accelerate towards diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamBase.h index 40c2132ec2b5..9b205d2db61e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleBeamBase diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h index d124b17981ef..bc1d4f20a59f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamModifier.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleBeamModifier diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamNoise.h b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamNoise.h index cfddfed05c19..c7ff36af0c83 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamNoise.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamNoise.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleBeamNoise diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamSource.h b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamSource.h index 0c4e143c3d74..9fed7944e60f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamSource.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleBeamSource diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamTarget.h b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamTarget.h index 5fed3397e3ea..dfaba90983fb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamTarget.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Beam/ParticleModuleBeamTarget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleBeamTarget diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraBase.h index 6a8ce9c586bf..85bd31311841 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraOffset.h b/Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraOffset.h index 91bd31e441da..fc40bd37e954 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraOffset.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraOffset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollision.h b/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollision.h index a9313f7780ad..34b18e970b9c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollision.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionBase.h index b2a0afe4af63..323efdaab946 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionGPU.h b/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionGPU.h index d02a6df48b53..d10a59acbd8d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionGPU.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollisionGPU.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Particles/Collision/ParticleModuleCollisionBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor.h b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor.h index ce76859cc73c..f444a530e00d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorBase.h index 08769264c946..1ab815ff0fda 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorOverLife.h b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorOverLife.h index 205dc2d12686..67a798253f41 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorOverLife.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorOverLife.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorScaleOverLife.h b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorScaleOverLife.h index 804f92003c0d..b54ba344caf0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorScaleOverLife.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColorScaleOverLife.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleColorScaleOverLife diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor_Seeded.h index 2df734af9448..5c1f5c24fd76 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Color/ParticleModuleColor_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Emitter.h b/Engine/Source/Runtime/Engine/Classes/Particles/Emitter.h index 7b3bdb3ca259..c498fb3888df 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Emitter.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Emitter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // Emitter actor class. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/EmitterCameraLensEffectBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/EmitterCameraLensEffectBase.h index ebf43afcc2f4..a2f0b755e331 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/EmitterCameraLensEffectBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/EmitterCameraLensEffectBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Base class for Camera Lens Effects. Needed so we can have AnimNotifies be able to show camera effects diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventBase.h index 804043183f57..cb898ef917ad 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventGenerator.h b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventGenerator.h index a9d9776792bb..36baf547b18d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventGenerator.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverBase.h index 858e11f87023..5354b4be5848 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverKillParticles.h b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverKillParticles.h index e7307e7777bd..215abe4c84db 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverKillParticles.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverKillParticles.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverSpawn.h b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverSpawn.h index 844aa4f12557..1a138a64154a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverSpawn.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverSpawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventSendToGame.h b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventSendToGame.h index 869afc220459..dfa2ed1c96eb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventSendToGame.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventSendToGame.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBase.h index 27e6bf04c251..7414f72a5d54 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBox.h b/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBox.h index 362ca534b9cf..b76f15d56cb3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBox.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillHeight.h b/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillHeight.h index 68efbc100718..20944f93b435 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillHeight.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Kill/ParticleModuleKillHeight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime.h b/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime.h index 6cf8a2703217..8dfb87d84b62 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetimeBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetimeBase.h index 364f3af0fcb5..1c57eb330625 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetimeBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetimeBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime_Seeded.h index 70ebfaa17dd2..06071129bd66 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight.h b/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight.h index f95a59d38a34..5801ead6a087 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLightBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLightBase.h index 8dd897049de6..a2f686760b9f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLightBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLightBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight_Seeded.h index 1a5e3ec4d14b..b6b832766178 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocation.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocation.h index e82b880e1e2f..1605a83cdf56 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocation.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBase.h index 2b8b64b1748f..7cb857421192 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBoneSocket.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBoneSocket.h index e9d52b331be8..d5c5db8445d0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBoneSocket.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBoneSocket.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationDirect.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationDirect.h index ba308d9222c4..fdba86f83c0b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationDirect.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationDirect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleLocationDirect diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitter.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitter.h index e248cdb411b7..dd4b3e487ff9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitter.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ParticleModuleLocationEmitter diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitterDirect.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitterDirect.h index 6b65eafd7100..3e5e4248237c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitterDirect.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationEmitterDirect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ParticleModuleLocationEmitterDirect diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveBase.h index ba38dd016fbb..b6050d2b91c8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // ParticleModuleLocationPrimitiveBase diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveCylinder.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveCylinder.h index 819e525424f2..e84e72f732c6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveCylinder.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveCylinder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ParticleModuleLocationPrimitiveCylinder diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveCylinder_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveCylinder_Seeded.h index d5eb7195dbfb..a11309b64724 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveCylinder_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveCylinder_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere.h index ffdb81e41f02..db1a5efac533 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ParticleModuleLocationPrimitiveSphere diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere_Seeded.h index b91c20924485..334c5b3736f9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveTriangle.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveTriangle.h index d4fe2b0d3a8c..a03d17f826b9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveTriangle.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationPrimitiveTriangle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ParticleModuleLocationPrimitiveTriangle diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationSkelVertSurface.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationSkelVertSurface.h index 8600746f4311..493fd2cb66a4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationSkelVertSurface.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationSkelVertSurface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset.h index 709a095c0589..cb5b9adde1c7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset_Seeded.h index 315dadec433c..7fc8cb91a901 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocation_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocation_Seeded.h index d1079e1261e8..cbaa048fa7fc 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocation_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocation_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleSourceMovement.h b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleSourceMovement.h index 1c4a8286fcab..8547dc2e227d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleSourceMovement.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleSourceMovement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMaterialBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMaterialBase.h index f00aa9a01f65..96fcf261d474 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMaterialBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMaterialBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMeshMaterial.h b/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMeshMaterial.h index e40496b99816..fa0e1a673d98 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMeshMaterial.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMeshMaterial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Modules/Location/ParticleModulePivotOffset.h b/Engine/Source/Runtime/Engine/Classes/Particles/Modules/Location/ParticleModulePivotOffset.h index b2933a99195f..80928e9838d2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Modules/Location/ParticleModulePivotOffset.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Modules/Location/ParticleModulePivotOffset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Particles/Location/ParticleModuleLocationBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h b/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h index 07a7d72af4ed..6aa7fd1f35b0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbitBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbitBase.h index 54e381d99276..f5cfb46a7d60 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbitBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbitBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationAxisLock.h b/Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationAxisLock.h index 255b9e50aa77..11cdfd1ce53b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationAxisLock.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationAxisLock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationBase.h index 7ca70cf42b54..70f6e4b8b4bb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterBase.h index 3e31a5c828b5..ba3bea84ebbd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic.h b/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic.h index 96a7fd1581b1..9d8ca0a59928 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic_Seeded.h index 323b279b6a28..2d1d24203dcd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEmitter.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEmitter.h index 16ca7a29714c..dc453757cbf4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEmitter.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEmitter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // ParticleEmitter diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEventManager.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEventManager.h index e30c764ce40b..bdebc075b456 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEventManager.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEventManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleLODLevel.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleLODLevel.h index b9264ab447cf..5f3d1914c2e7 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleLODLevel.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleLODLevel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleLODLevel diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h index 65795e27d529..cf3c3d808271 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModuleRequired.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModuleRequired.h index 77e22326abb0..50214c868d15 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModuleRequired.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModuleRequired.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSpriteEmitter.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSpriteEmitter.h index d8d40c6463f8..ba3e85278cf0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSpriteEmitter.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSpriteEmitter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h index 601e0a40442f..8622b093954f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h index 9d3e1556eab6..26ab5a825300 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemReplay.h b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemReplay.h index e3871289bcd6..1ea73a785c41 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemReplay.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemReplay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleMeshRotation.h b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleMeshRotation.h index 9c072e2e0d4c..52c705d3f74c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleMeshRotation.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleMeshRotation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleMeshRotation_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleMeshRotation_Seeded.h index 30cb554f87f8..95b0e0d3b6b9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleMeshRotation_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleMeshRotation_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation.h b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation.h index 2edd3fcd591b..347260e38f85 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationBase.h index 4234ad1a1e65..deaef194950d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationOverLifetime.h b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationOverLifetime.h index 050a5dee0227..e945c54498ca 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationOverLifetime.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationOverLifetime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation_Seeded.h index 581973964f96..6481aded8484 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotation_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate.h b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate.h index 13f5243792fd..a1ce5f7e2826 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateMultiplyLife.h b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateMultiplyLife.h index 15655d78bc01..befcb0b9ef49 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateMultiplyLife.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateMultiplyLife.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateOverLife.h b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateOverLife.h index 31f44cd4c6e4..f178953d6f0d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateOverLife.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRateOverLife.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate_Seeded.h index 64f7ee4337b7..317f94a1146f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleMeshRotationRate_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRate.h b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRate.h index 01158e127540..abfa556c2113 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRate.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateBase.h index c893e3aef36d..768d3415ff0e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateMultiplyLife.h b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateMultiplyLife.h index 2896c54c49b6..4e19312ec428 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateMultiplyLife.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRateMultiplyLife.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRate_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRate_Seeded.h index 7ccef0d043d7..6a99ff57a5de 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRate_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/RotationRate/ParticleModuleRotationRate_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSize.h b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSize.h index ce999c044049..04c439929d82 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSize.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSize.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeBase.h index 3e5f6cce66f4..273495eafb05 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeMultiplyLife.h b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeMultiplyLife.h index 4c6d6da5b2fe..fead6244437d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeMultiplyLife.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeMultiplyLife.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScale.h b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScale.h index 34d31d1049be..253609bb8aec 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScale.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScale.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScaleBySpeed.h b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScaleBySpeed.h index 25f2cd8fa534..fcc0929b22d9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScaleBySpeed.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScaleBySpeed.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleSizeScaleBySpeed: Scale the size of a particle by its velocity. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSize_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSize_Seeded.h index ec7baca8648f..ac9279b459e6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSize_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSize_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawn.h b/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawn.h index 1d577a28d6cc..8e5de6b5daca 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawn.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnBase.h index 742388a6b132..76e0093863a4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnPerUnit.h b/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnPerUnit.h index a47390a10166..ab696a38aa56 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnPerUnit.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnPerUnit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUV.h b/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUV.h index 16936dd824d1..864d5830b7dd 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUV.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVBase.h index 894cdfda58df..bd24d296b094 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h b/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h index a86ce9c954a0..f44c7900d63e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/SubUVAnimation.h b/Engine/Source/Runtime/Engine/Classes/Particles/SubUVAnimation.h index f3a4e0064065..ab0c2e017e76 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/SubUVAnimation.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/SubUVAnimation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * SubUV animation asset diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailBase.h index eefa8a9d0c1c..92604025210e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleTrailBase diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailSource.h b/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailSource.h index c7be8dd51b3f..f9b6a987e722 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailSource.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Trail/ParticleModuleTrailSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleTrailSource diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataAnimTrail.h b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataAnimTrail.h index 22916542be9e..6df18e66aba3 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataAnimTrail.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataAnimTrail.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleTypeDataAnimTrail diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBase.h index e595db5e9754..75cc67237018 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBeam2.h b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBeam2.h index 12a9dd21570d..2d43ca096138 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBeam2.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataBeam2.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataGpu.h b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataGpu.h index 08eec2cc3597..49ce6e2b253e 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataGpu.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataGpu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModuleTypeDataGpu: Type data definition for GPU particle simulation. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataMesh.h b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataMesh.h index 89597c55f346..76ab2be7481d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataMesh.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataRibbon.h b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataRibbon.h index 98e7fd8cb483..37dd0ac1fde1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataRibbon.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/TypeData/ParticleModuleTypeDataRibbon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ParticleModuleTypeDataRibbon diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldBase.h index 3106f497e297..e3cb79c0711a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleVectorFieldBase: Base class for organizing vector field diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h index c634d94a829b..03af024c7fdb 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleVectorFieldGlobal: Global vector field scale. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldLocal.h b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldLocal.h index 1414f0e36f0f..bbafa5cf5a86 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldLocal.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldLocal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleVectorFieldLocal: Emitter-local vector field. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldRotation.h b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldRotation.h index 8f2c2fec8cb3..539eca0181af 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldRotation.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldRotation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleVectorFieldRotation: Random initial rotation for local diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldRotationRate.h b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldRotationRate.h index be8039c3ac96..1864c755cc4b 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldRotationRate.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldRotationRate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleVectorFieldRotationRate: Rotation rate for vector fields. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldScale.h b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldScale.h index ff88237d250d..9a7b024b051d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldScale.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldScale.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleVectorFieldScale: Per-particle vector field scale. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldScaleOverLife.h b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldScaleOverLife.h index 7f44edb04215..4e143101afa9 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldScaleOverLife.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/VectorField/ParticleModuleVectorFieldScaleOverLife.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModuleVectorFieldScaleOverLife: Per-particle vector field scale over life. diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity.h b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity.h index e507f5a51fe4..6e1b326e1871 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityBase.h b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityBase.h index ca40b93e60d3..3f1f904d45c0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityCone.h b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityCone.h index 91bf4cbac949..04556f77ec9f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityCone.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityCone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityInheritParent.h b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityInheritParent.h index 331de9505f9b..73ac152035c8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityInheritParent.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityInheritParent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityOverLifetime.h b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityOverLifetime.h index cba4d67643f6..f813e8a23db0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityOverLifetime.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityOverLifetime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity_Seeded.h b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity_Seeded.h index 31bd12ef598b..f66e6bb809bf 100644 --- a/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity_Seeded.h +++ b/Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocity_Seeded.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicalMaterials/PhysicalMaterial.h b/Engine/Source/Runtime/Engine/Classes/PhysicalMaterials/PhysicalMaterial.h index 06f66c0899df..c17f0353e54e 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicalMaterials/PhysicalMaterial.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicalMaterials/PhysicalMaterial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PhysicsEngine/PhysicsSettings.h" diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicalMaterials/PhysicalMaterialPropertyBase.h b/Engine/Source/Runtime/Engine/Classes/PhysicalMaterials/PhysicalMaterialPropertyBase.h index a4170c8c8e01..86321a7bdbdd 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicalMaterials/PhysicalMaterialPropertyBase.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicalMaterials/PhysicalMaterialPropertyBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This is the PhysicalMaterialPropertyBase which the PhysicalMaterial has. diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeom.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeom.h index 9248483a37e8..cea2ea6803a5 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeom.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeom.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeometry2D.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeometry2D.h index 969c2094d8c2..809c242f6bca 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeometry2D.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/AggregateGeometry2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h index e82ab8be66a1..0a22beafead5 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup.h index 9553bf7605c3..a93fd9dd36e7 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup2D.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup2D.h index b518295b9e23..fc44ae02875b 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup2D.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup2D.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PhysicsEngine/AggregateGeometry2D.h" diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetupEnums.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetupEnums.h index 360c98a5dcc7..026d22a1e04d 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetupEnums.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetupEnums.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BoxElem.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BoxElem.h index 1d60fcb9b11a..cb38961abbcd 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BoxElem.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BoxElem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h index 4b140603312b..fd044d1da43f 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ConstraintInstance.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConvexElem.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConvexElem.h index f1a336b52fa5..d4a3217340aa 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConvexElem.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConvexElem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/DestructibleActor.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/DestructibleActor.h index b830fa23f59e..95b88fdfa149 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/DestructibleActor.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/DestructibleActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsAsset.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsAsset.h index 5d1efecc25d0..fd5ef4acaf14 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsAsset.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsCollisionHandler.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsCollisionHandler.h index 689d5429eba6..113ab6a20737 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsCollisionHandler.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsCollisionHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PhysicsCollisionHandler.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintActor.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintActor.h index b45477b473c9..16efc54dcb52 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintActor.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once //~============================================================================= diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.h index 2a55fee2ed43..a43a271cdc52 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PhysicsEngine/ConstraintInstance.h" #include "PhysicsConstraintComponent.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintTemplate.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintTemplate.h index 8bc262ee2745..959181c50a65 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintTemplate.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintTemplate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= // Complete constraint definition used by rigid body physics. diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsHandleComponent.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsHandleComponent.h index ffef53fd7667..e90f03323fa3 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsHandleComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsHandleComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h index 29667cd43ca8..4da67da30dd9 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysicsSettings.h: Declares the PhysicsSettings class. diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettingsEnums.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettingsEnums.h index 709a82a3cc05..c773c772afc4 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettingsEnums.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettingsEnums.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysicsSettingsEnums.h: Declares the PhysicsSettings enums diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSpringComponent.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSpringComponent.h index 732aca388eb3..dda2eedae63c 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSpringComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSpringComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsThruster.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsThruster.h index 4d434a6077b6..3cc9290ca921 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsThruster.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsThruster.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsThrusterComponent.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsThrusterComponent.h index 1e9d0555ae17..c893bd3d4478 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsThrusterComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsThrusterComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RadialForceActor.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RadialForceActor.h index 5fbd706d21f7..bf44a344157a 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RadialForceActor.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RadialForceActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RadialForceComponent.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RadialForceComponent.h index e8e7787b8579..aa19053d75bd 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RadialForceComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RadialForceComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyBase.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyBase.h index 07cec1c8fa3b..4dac1628870d 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyBase.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // RigidBodyBase: The base class of all rigid bodies. diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyIndexPair.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyIndexPair.h index ba8fbcdb9118..aa0cad7679de 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyIndexPair.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyIndexPair.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ShapeElem.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ShapeElem.h index 7b14f02afdda..d164ad99845d 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ShapeElem.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ShapeElem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/SphereElem.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/SphereElem.h index 91129a91501a..507e0e8df04b 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/SphereElem.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/SphereElem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/SphylElem.h b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/SphylElem.h index 17aa36e7155d..cf9ecdfa4dd4 100644 --- a/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/SphylElem.h +++ b/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/SphylElem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Slate/ButtonStyleAsset.h b/Engine/Source/Runtime/Engine/Classes/Slate/ButtonStyleAsset.h index 3a17450c7c70..400342c8480f 100644 --- a/Engine/Source/Runtime/Engine/Classes/Slate/ButtonStyleAsset.h +++ b/Engine/Source/Runtime/Engine/Classes/Slate/ButtonStyleAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Slate/CheckboxStyleAsset.h b/Engine/Source/Runtime/Engine/Classes/Slate/CheckboxStyleAsset.h index a9c832550c23..b3a4b8443328 100644 --- a/Engine/Source/Runtime/Engine/Classes/Slate/CheckboxStyleAsset.h +++ b/Engine/Source/Runtime/Engine/Classes/Slate/CheckboxStyleAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Slate/SlateBrushAsset.h b/Engine/Source/Runtime/Engine/Classes/Slate/SlateBrushAsset.h index 2e87eb514cd2..c600d52d83b2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Slate/SlateBrushAsset.h +++ b/Engine/Source/Runtime/Engine/Classes/Slate/SlateBrushAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/AmbientSound.h b/Engine/Source/Runtime/Engine/Classes/Sound/AmbientSound.h index ef8fd0d50f6e..cd804f7c679a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/AmbientSound.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/AmbientSound.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AmbientSound.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/AudioSettings.h b/Engine/Source/Runtime/Engine/Classes/Sound/AudioSettings.h index c965d17ae8bb..8e2f436d607c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/AudioSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/AudioSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h b/Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h index c2688ac1baca..08228815d4b6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/DialogueSoundWaveProxy.h b/Engine/Source/Runtime/Engine/Classes/Sound/DialogueSoundWaveProxy.h index bf570971054f..941958bc0398 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/DialogueSoundWaveProxy.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/DialogueSoundWaveProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/DialogueTypes.h b/Engine/Source/Runtime/Engine/Classes/Sound/DialogueTypes.h index 944d3ad73a4e..b9cbd8810f89 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/DialogueTypes.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/DialogueTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/DialogueVoice.h b/Engine/Source/Runtime/Engine/Classes/Sound/DialogueVoice.h index 98a5ca897bd7..b3af40a17b61 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/DialogueVoice.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/DialogueVoice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/DialogueWave.h b/Engine/Source/Runtime/Engine/Classes/Sound/DialogueWave.h index 2b93bb8fa142..6fe03f283f72 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/DialogueWave.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/DialogueWave.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/ReverbEffect.h b/Engine/Source/Runtime/Engine/Classes/Sound/ReverbEffect.h index 48e1e5c42827..f4a58fbc3b24 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/ReverbEffect.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/ReverbEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h index ab6d44d8aa00..dcc4fbf67e9d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundAttenuation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundBase.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundBase.h index 52fea44fac95..ab2088374570 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundBase.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundClass.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundClass.h index c1043347322e..b37936f89bb2 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundClass.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SoundClass.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundConcurrency.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundConcurrency.h index cd148ebd4945..ffd936fb0f3a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundConcurrency.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundConcurrency.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundCue.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundCue.h index 78d20fd44584..70abf11bd5c1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundCue.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundCue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundBase.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundGroups.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundGroups.h index bb91d5268bb4..33650ecd01d0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundGroups.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundGroups.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SoundGroups.generated.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundMix.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundMix.h index f01d29e990d6..224bdadb2de4 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundMix.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundMix.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Audio.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNode.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNode.h index 3255251c241e..22c0674ecadf 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNode.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeAssetReferencer.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeAssetReferencer.h index 2b9f2af1ab95..14dde7243e60 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeAssetReferencer.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeAssetReferencer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeAttenuation.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeAttenuation.h index 64bb28115282..27e141e6e5a8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeAttenuation.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeAttenuation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeBranch.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeBranch.h index c2667d4f32e8..4410c76e46da 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeBranch.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeBranch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundNode.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeConcatenator.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeConcatenator.h index cc1c2a359180..c4c5778c73aa 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeConcatenator.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeConcatenator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDelay.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDelay.h index a03c4d060b33..87191caeb755 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDelay.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDelay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundNode.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDialoguePlayer.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDialoguePlayer.h index f25f8df7edc2..135b137a4011 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDialoguePlayer.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDialoguePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDistanceCrossFade.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDistanceCrossFade.h index f8c45570c314..a0583766ed94 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDistanceCrossFade.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDistanceCrossFade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDoppler.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDoppler.h index 4fb56320d575..c91578e59d24 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDoppler.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeDoppler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundNode.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeEnveloper.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeEnveloper.h index d54bc058f298..6e0c25f45575 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeEnveloper.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeEnveloper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundNode.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeGroupControl.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeGroupControl.h index 3269a1e4a828..9fec8bbf599c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeGroupControl.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeGroupControl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundNode.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeLooping.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeLooping.h index 7313ad7df6d5..b5887040459c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeLooping.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeLooping.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeMature.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeMature.h index dd4744da84f7..f57a686379f8 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeMature.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeMature.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeMixer.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeMixer.h index 545e9bb4713a..20c7a98605d6 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeMixer.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeMixer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulator.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulator.h index 030f38fdcb43..55d378292064 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulator.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulatorContinuous.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulatorContinuous.h index d5bc69595382..eadaed22b447 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulatorContinuous.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulatorContinuous.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeOscillator.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeOscillator.h index 76e7db896a2a..fc91fb93f03c 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeOscillator.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeOscillator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeParamCrossFade.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeParamCrossFade.h index 82af34b9017d..4031ba5f9658 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeParamCrossFade.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeParamCrossFade.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundNodeDistanceCrossFade.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeQualityLevel.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeQualityLevel.h index 34d38a753d66..2a2e25a6680a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeQualityLevel.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeQualityLevel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeRandom.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeRandom.h index de0e27f89a5d..d7a176c374e5 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeRandom.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeRandom.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeSoundClass.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeSoundClass.h index b3e89fe0be43..2c7b2eb0a641 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeSoundClass.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeSoundClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeSwitch.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeSwitch.h index 7498b31382e6..a829a6f16e4a 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeSwitch.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeSwitch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundNode.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWaveParam.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWaveParam.h index 81f549e7a638..f4e8b8fdf323 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWaveParam.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWaveParam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Sound/SoundNode.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWavePlayer.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWavePlayer.h index 61c851b60001..9e623429ed59 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWavePlayer.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeWavePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h index 7541b3d5d7a8..959925217e51 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProcedural.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProcedural.h index 3e97418d0b9b..80fbc5c4738d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProcedural.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProcedural.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** diff --git a/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveStreaming.h b/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveStreaming.h index 6b426bfbfeec..19319a7dd6db 100644 --- a/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveStreaming.h +++ b/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifdef _MSC_VER #pragma message(__FILE__"(9): warning : #include SoundWaveProcedural.h instead of SoundWaveStreaming.h") diff --git a/Engine/Source/Runtime/Engine/Classes/Tests/AutomationTestSettings.h b/Engine/Source/Runtime/Engine/Classes/Tests/AutomationTestSettings.h index 59417af3287a..13dedf1f1b65 100644 --- a/Engine/Source/Runtime/Engine/Classes/Tests/AutomationTestSettings.h +++ b/Engine/Source/Runtime/Engine/Classes/Tests/AutomationTestSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AutomationTestSettings.h: Declares the UAutomationTestSettings class. diff --git a/Engine/Source/Runtime/Engine/Classes/Tests/TextPropertyTestObject.h b/Engine/Source/Runtime/Engine/Classes/Tests/TextPropertyTestObject.h index eb487e19e585..6a3718724d68 100644 --- a/Engine/Source/Runtime/Engine/Classes/Tests/TextPropertyTestObject.h +++ b/Engine/Source/Runtime/Engine/Classes/Tests/TextPropertyTestObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Runtime/Engine/Classes/VectorField/VectorField.h b/Engine/Source/Runtime/Engine/Classes/VectorField/VectorField.h index 99dd81f8c294..6b3bacc9ea5e 100644 --- a/Engine/Source/Runtime/Engine/Classes/VectorField/VectorField.h +++ b/Engine/Source/Runtime/Engine/Classes/VectorField/VectorField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VectorField: A 3D grid of vectors. diff --git a/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldAnimated.h b/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldAnimated.h index d8aaaeb21d84..7c93a27f9e85 100644 --- a/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldAnimated.h +++ b/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldAnimated.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== VectorFieldAnimated: An animated 3D grid of vectors. diff --git a/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldStatic.h b/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldStatic.h index e3e3155c08f2..77a611e9503d 100644 --- a/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldStatic.h +++ b/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldStatic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VectorField: A 3D grid of vectors. diff --git a/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldVolume.h b/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldVolume.h index de7c3b1fa26b..246a61d8249c 100644 --- a/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldVolume.h +++ b/Engine/Source/Runtime/Engine/Classes/VectorField/VectorFieldVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VectorFieldVolume: Volume encompassing a vector field. diff --git a/Engine/Source/Runtime/Engine/Classes/Vehicles/TireType.h b/Engine/Source/Runtime/Engine/Classes/Vehicles/TireType.h index 77240e1b3610..0bdcbc7604fe 100644 --- a/Engine/Source/Runtime/Engine/Classes/Vehicles/TireType.h +++ b/Engine/Source/Runtime/Engine/Classes/Vehicles/TireType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Represents a type of tire surface used to specify friction values against physical materials. diff --git a/Engine/Source/Runtime/Engine/Classes/Vehicles/VehicleAnimInstance.h b/Engine/Source/Runtime/Engine/Classes/Vehicles/VehicleAnimInstance.h index f1967565d707..32b42ed50c0d 100644 --- a/Engine/Source/Runtime/Engine/Classes/Vehicles/VehicleAnimInstance.h +++ b/Engine/Source/Runtime/Engine/Classes/Vehicles/VehicleAnimInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Runtime/Engine/Classes/Vehicles/VehicleWheel.h b/Engine/Source/Runtime/Engine/Classes/Vehicles/VehicleWheel.h index ea4c52b91179..73ee3af33da0 100644 --- a/Engine/Source/Runtime/Engine/Classes/Vehicles/VehicleWheel.h +++ b/Engine/Source/Runtime/Engine/Classes/Vehicles/VehicleWheel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Component to handle the vehicle simulation for an actor diff --git a/Engine/Source/Runtime/Engine/Classes/Vehicles/WheeledVehicleMovementComponent.h b/Engine/Source/Runtime/Engine/Classes/Vehicles/WheeledVehicleMovementComponent.h index 780127ecbb67..e7d5bc9fb8af 100644 --- a/Engine/Source/Runtime/Engine/Classes/Vehicles/WheeledVehicleMovementComponent.h +++ b/Engine/Source/Runtime/Engine/Classes/Vehicles/WheeledVehicleMovementComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/PawnMovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Classes/Vehicles/WheeledVehicleMovementComponent4W.h b/Engine/Source/Runtime/Engine/Classes/Vehicles/WheeledVehicleMovementComponent4W.h index e22bdc0f307c..721067c22cf1 100644 --- a/Engine/Source/Runtime/Engine/Classes/Vehicles/WheeledVehicleMovementComponent4W.h +++ b/Engine/Source/Runtime/Engine/Classes/Vehicles/WheeledVehicleMovementComponent4W.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /* * Base VehicleSim for the 4W PhysX vehicle class diff --git a/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerAutomationTests.h b/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerAutomationTests.h index a425b4737ece..f75a2324ce8d 100644 --- a/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerAutomationTests.h +++ b/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerAutomationTests.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerBinaryFileDevice.h b/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerBinaryFileDevice.h index 728531255c68..9ed2374e21a6 100644 --- a/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerBinaryFileDevice.h +++ b/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerBinaryFileDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "VisualLogger/VisualLogger.h" diff --git a/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerKismetLibrary.h b/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerKismetLibrary.h index 256716de870c..9aac4079a2a0 100644 --- a/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerKismetLibrary.h +++ b/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerKismetLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Engine.Build.cs b/Engine/Source/Runtime/Engine/Engine.Build.cs index f8f6646c87e7..ca3593c68514 100644 --- a/Engine/Source/Runtime/Engine/Engine.Build.cs +++ b/Engine/Source/Runtime/Engine/Engine.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Engine/Private/ADPCMAudioInfo.cpp b/Engine/Source/Runtime/Engine/Private/ADPCMAudioInfo.cpp index 30d34559c363..9353c5bb647e 100644 --- a/Engine/Source/Runtime/Engine/Private/ADPCMAudioInfo.cpp +++ b/Engine/Source/Runtime/Engine/Private/ADPCMAudioInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/AISystemBase.cpp b/Engine/Source/Runtime/Engine/Private/AI/AISystemBase.cpp index f3564f41d079..abaa9a425358 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/AISystemBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/AISystemBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/AISystemBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/AbstractNavData.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/AbstractNavData.cpp index f335386c4e62..4e3b75bc3a33 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/AbstractNavData.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/AbstractNavData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/AbstractNavData.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/AvoidanceManager.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/AvoidanceManager.cpp index 3df8376db1fe..76a1404ba4eb 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/AvoidanceManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/AvoidanceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/MovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea.cpp index fb3c2b0ac3d8..60400f4d05fd 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavAreas/NavArea.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavAreaMeta.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavAreaMeta.cpp index 7560fe4b8609..1a35bb16115f 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavAreaMeta.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavAreaMeta.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavAreas/NavAreaMeta.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavAreaMeta_SwitchByAgent.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavAreaMeta_SwitchByAgent.cpp index fc1221971ce6..525f3e48e96c 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavAreaMeta_SwitchByAgent.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavAreaMeta_SwitchByAgent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavAreas/NavArea_Default.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Default.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Default.cpp index 0e568dd08321..d8e7c0c92b51 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Default.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Default.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavAreas/NavArea_Default.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_LowHeight.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_LowHeight.cpp index 39056350dc11..e0bd510a978b 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_LowHeight.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_LowHeight.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavAreas/NavArea_LowHeight.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Null.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Null.cpp index 8a621b03bc8a..dfdb5ffc47bf 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Null.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Null.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavAreas/NavArea_Null.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Obstacle.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Obstacle.cpp index 023ac79aab1e..747f034e8c2b 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Obstacle.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavAreas/NavArea_Obstacle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavAreas/NavArea_Obstacle.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavCollision.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavCollision.cpp index 4f65840a7172..b2c11b407899 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavCollision.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavCollision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavCollision.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavFilters/NavigationQueryFilter.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavFilters/NavigationQueryFilter.cpp index 9c8b85ff5572..418404b91583 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavFilters/NavigationQueryFilter.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavFilters/NavigationQueryFilter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" // @todo AIModule circular dependency diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.cpp index 286210ae53a8..e9c0f0794de3 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavFilters/RecastFilter_UseDefaultArea.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavGraphGenerator.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavGraphGenerator.cpp index d60d555d06c2..3014e6e1fc09 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavGraphGenerator.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavGraphGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "NavGraphGenerator.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavGraphGenerator.h b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavGraphGenerator.h index 725234035fc9..e85ad1850a5c 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavGraphGenerator.h +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavGraphGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkCustomComponent.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkCustomComponent.cpp index 631016829f11..23cc4b5db01c 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkCustomComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkCustomComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "VisualLogger/VisualLogger.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkProxy.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkProxy.cpp index a4585abddd17..90c38097ac65 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkProxy.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ObjectEditorUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkRenderingComponent.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkRenderingComponent.cpp index d3ba50bfb2e4..8e3ab858b65a 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkRenderingComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavLinkRenderingComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/NavLinkRenderingProxy.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavModifierComponent.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavModifierComponent.cpp index 582ced60708e..28733cad52ae 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavModifierComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavModifierComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/NavigationModifier.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavModifierVolume.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavModifierVolume.cpp index cc7ef7730c3b..8b84c00bd669 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavModifierVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavModifierVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/NavigationModifier.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavRelevantComponent.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavRelevantComponent.cpp index 3d789d1572af..225c8be51956 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavRelevantComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavRelevantComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavRelevantComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavTestRenderingComponent.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavTestRenderingComponent.cpp index 219fe6ac432d..94aaa8196c99 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavTestRenderingComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavTestRenderingComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DebugRenderSceneProxy.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationData.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationData.cpp index 12b24158853c..0f1a6ca742cc 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationData.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/NavDataGenerator.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationDataChunk.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationDataChunk.cpp index 8188cdabd2b8..68f3c86b775c 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationDataChunk.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationDataChunk.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavigationDataChunk.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationGraph.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationGraph.cpp index d1b12bfa96e3..03279d714f4e 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationGraph.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "NavGraphGenerator.h" #include "AI/NavDataGenerator.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInterfaces.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInterfaces.cpp index ebf37fb2fdca..5dbcdee94114 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInterfaces.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInterfaces.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavAgentInterface.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInvokerComponent.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInvokerComponent.cpp index 806dfc18959a..2a52666f736a 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInvokerComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInvokerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavigationInvokerComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationModifier.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationModifier.cpp index d27e11f1bb69..1946dbd61b01 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationModifier.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationModifier.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "NavigationModifier.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationOctree.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationOctree.cpp index 439c0c219290..fbfd923faf1d 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationOctree.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationOctree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "NavigationOctree.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationPath.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationPath.cpp index bd67334b77df..d1000031a699 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationPath.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationPath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "VisualLogger/VisualLogger.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationSystem.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationSystem.cpp index 4f69e9f751bd..a7312cdc2f5c 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationSystem.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationSystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "MessageLog.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationSystemHelpers.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationSystemHelpers.cpp index 9c076b6da3de..81529f1aa2b8 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationSystemHelpers.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationSystemHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "NavDataGenerator.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationTestingActor.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationTestingActor.cpp index c06817e280e1..e6ab19d5a8e9 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationTestingActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationTestingActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #if WITH_EDITOR diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/PImplRecastNavMesh.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/PImplRecastNavMesh.cpp index e9014122955c..7959c08d7207 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/PImplRecastNavMesh.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/PImplRecastNavMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastHelpers.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastHelpers.cpp index 834a578741cc..91a9abc30d63 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastHelpers.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/RecastHelpers.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMesh.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMesh.cpp index db59a8ada709..52e53f3e348c 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMesh.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "RecastHelpers.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMeshDataChunk.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMeshDataChunk.cpp index 334061e7a6dc..80c972fd71c3 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMeshDataChunk.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMeshDataChunk.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/RecastNavMeshDataChunk.h" diff --git a/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMeshGenerator.cpp b/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMeshGenerator.cpp index 3ad864187b1f..94ad85b139e3 100644 --- a/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMeshGenerator.cpp +++ b/Engine/Source/Runtime/Engine/Private/AI/Navigation/RecastNavMeshGenerator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #if WITH_RECAST diff --git a/Engine/Source/Runtime/Engine/Private/AVIWriter.cpp b/Engine/Source/Runtime/Engine/Private/AVIWriter.cpp index 540f46b37af4..76e2d22d2c69 100644 --- a/Engine/Source/Runtime/Engine/Private/AVIWriter.cpp +++ b/Engine/Source/Runtime/Engine/Private/AVIWriter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AVIWriter.cpp: AVI creation implementation. diff --git a/Engine/Source/Runtime/Engine/Private/ActiveSound.cpp b/Engine/Source/Runtime/Engine/Private/ActiveSound.cpp index 7cb8d8431dc3..c8bc3e56c2f3 100644 --- a/Engine/Source/Runtime/Engine/Private/ActiveSound.cpp +++ b/Engine/Source/Runtime/Engine/Private/ActiveSound.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ActiveSound.h" diff --git a/Engine/Source/Runtime/Engine/Private/Actor.cpp b/Engine/Source/Runtime/Engine/Private/Actor.cpp index 678f1fcef75a..02f4b1566076 100644 --- a/Engine/Source/Runtime/Engine/Private/Actor.cpp +++ b/Engine/Source/Runtime/Engine/Private/Actor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/InputDelegateBinding.h" diff --git a/Engine/Source/Runtime/Engine/Private/ActorConstruction.cpp b/Engine/Source/Runtime/Engine/Private/ActorConstruction.cpp index eac54cb901fe..bf6462288e3d 100644 --- a/Engine/Source/Runtime/Engine/Private/ActorConstruction.cpp +++ b/Engine/Source/Runtime/Engine/Private/ActorConstruction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/ActorEditor.cpp b/Engine/Source/Runtime/Engine/Private/ActorEditor.cpp index adddec8e0977..ed09db4dbc26 100644 --- a/Engine/Source/Runtime/Engine/Private/ActorEditor.cpp +++ b/Engine/Source/Runtime/Engine/Private/ActorEditor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EditorSupportDelegates.h" diff --git a/Engine/Source/Runtime/Engine/Private/ActorEditorUtils.cpp b/Engine/Source/Runtime/Engine/Private/ActorEditorUtils.cpp index 707cf0b9c74f..ce2e08573776 100644 --- a/Engine/Source/Runtime/Engine/Private/ActorEditorUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/ActorEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ActorEditorUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/ActorReplication.cpp b/Engine/Source/Runtime/Engine/Private/ActorReplication.cpp index d42a9f3fb3e5..f253d5c33562 100644 --- a/Engine/Source/Runtime/Engine/Private/ActorReplication.cpp +++ b/Engine/Source/Runtime/Engine/Private/ActorReplication.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Net/UnrealNetwork.h" diff --git a/Engine/Source/Runtime/Engine/Private/AlphaBlend.cpp b/Engine/Source/Runtime/Engine/Private/AlphaBlend.cpp index c643f5e5fd28..34dac87bd5bd 100644 --- a/Engine/Source/Runtime/Engine/Private/AlphaBlend.cpp +++ b/Engine/Source/Runtime/Engine/Private/AlphaBlend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AlphaBlend.h" diff --git a/Engine/Source/Runtime/Engine/Private/AmbientSound.cpp b/Engine/Source/Runtime/Engine/Private/AmbientSound.cpp index e7b4e42a77e1..9352488f636a 100644 --- a/Engine/Source/Runtime/Engine/Private/AmbientSound.cpp +++ b/Engine/Source/Runtime/Engine/Private/AmbientSound.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Audio.cpp: Unreal base audio. diff --git a/Engine/Source/Runtime/Engine/Private/AnimBlueprint.cpp b/Engine/Source/Runtime/Engine/Private/AnimBlueprint.cpp index b0b57c1b2348..fc3d4f7a2bd2 100644 --- a/Engine/Source/Runtime/Engine/Private/AnimBlueprint.cpp +++ b/Engine/Source/Runtime/Engine/Private/AnimBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AimOffsetBlendSpace.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AimOffsetBlendSpace.cpp index c2e183642902..1e329f82b577 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AimOffsetBlendSpace.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AimOffsetBlendSpace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AimOffsetBlendSpace.cpp: AimOffsetBlendSpace functionality diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AimOffsetBlendSpace1D.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AimOffsetBlendSpace1D.cpp index 2d0106fcb6c8..8eefea78ba26 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AimOffsetBlendSpace1D.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AimOffsetBlendSpace1D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AimOffsetBlendSpace1D.cpp: AimOffsetBlendSpace functionality diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimBlueprintGeneratedClass.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimBlueprintGeneratedClass.cpp index 71a993d1f281..ae0b4ea153cb 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimBlueprintGeneratedClass.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimBlueprintGeneratedClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimBlueprintGeneratedClass.cpp: The object generated by compiling a AnimBlueprint diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimComposite.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimComposite.cpp index a2c8ba9469bf..a5693b510760 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimComposite.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimComposite.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimComposite.cpp: Composite classes that contains sequence for each section diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompositeBase.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompositeBase.cpp index 295ce09e8e31..62b206e404c6 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompositeBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompositeBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompositeBase.cpp: Anim Composite base class that contains AnimTrack data structure/interface diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress.cpp index 3d275ca76941..e6b9e190cd7b 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompress.cpp: Skeletal mesh animation compression. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_Automatic.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_Automatic.cpp index 1ac2eb3a6c6e..b02d2485ced3 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_Automatic.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_Automatic.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_BitwiseCompressOnly.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_BitwiseCompressOnly.cpp index ab8287e3c23a..34d787f23d04 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_BitwiseCompressOnly.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_BitwiseCompressOnly.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompress_BitwiseCompressionOnly.cpp: Bitwise animation compression only; performs no key reduction. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_LeastDestructive.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_LeastDestructive.cpp index a2ec568ff31a..bef706758687 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_LeastDestructive.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_LeastDestructive.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompress_LeastDestructive.cpp: Uses the Bitwise compressor with really light settings diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_PerTrackCompression.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_PerTrackCompression.cpp index b58a0976175c..0ca8737f93a3 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_PerTrackCompression.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_PerTrackCompression.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompress_PerTrackCompression.cpp diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveEverySecondKey.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveEverySecondKey.cpp index ed462b83593b..fff7c881af25 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveEverySecondKey.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveEverySecondKey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompress_RemoveEverySecondKey.cpp: Keyframe reduction algorithm that simply removes every second key. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveLinearKeys.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveLinearKeys.cpp index 53a41c4d89f9..01ff9c2469ad 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveLinearKeys.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveLinearKeys.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompress_RemoveLinearKeys.cpp: Keyframe reduction algorithm that simply removes every second key. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveTrivialKeys.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveTrivialKeys.cpp index 5f3b22891279..80d8f33af3b4 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveTrivialKeys.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveTrivialKeys.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimCompress_RemoveTrivialKeys.cpp: Removes trivial frames from the raw animation data. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp index aced7dbcb3f5..4fd9edbe44ef 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AnimCurveTypes.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimData.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimData.cpp index 3f3e7bec50cf..923f98af13c5 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimData.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimData.cpp: Anim data template code and related. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding.cpp index dd4915e0daa2..37c252bf11e0 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimEncoding.cpp: Skeletal mesh animation functions. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_ConstantKeyLerp.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_ConstantKeyLerp.cpp index 42bb5369e443..02b708883c1f 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_ConstantKeyLerp.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_ConstantKeyLerp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimEncoding_ConstantKeyLerp.cpp: Skeletal mesh animation functions. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_PerTrackCompression.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_PerTrackCompression.cpp index 7924d1b656cb..10c4f50a895b 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_PerTrackCompression.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_PerTrackCompression.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimEncoding_PerTrackCompression.cpp: Per-track decompressor diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_VariableKeyLerp.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_VariableKeyLerp.cpp index 362ead00e225..5bdb1e51ecac 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_VariableKeyLerp.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_VariableKeyLerp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimEncoding_VariableKeyLerp.cpp: Skeletal mesh animation functions. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp index 160889144c64..434a99b45481 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimInstance.cpp: Anim Instance implementation diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimInstanceProxy.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimInstanceProxy.cpp index 373082239249..2f2095168fb2 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimInstanceProxy.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimInstanceProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AnimInstanceProxy.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimInterpFilter.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimInterpFilter.cpp index 26b660dacf6e..dbcdaeb03917 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimInterpFilter.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimInterpFilter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InterpFilter.h diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimMetaData.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimMetaData.cpp index 731b703ebe0f..80fe8a48176e 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimMetaData.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimMetaData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimMetaData.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimMontage.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimMontage.cpp index 0bdf71e3d45d..57709396a5f1 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimMontage.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimMontage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimMontage.cpp: Montage classes that contains slots diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNodeBase.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNodeBase.cpp index c3befa6a9170..5a814334ebba 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNodeBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNodeBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNodeBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNodeSpaceConversions.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNodeSpaceConversions.cpp index 5df19089fa0d..73d2d6393fa7 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNodeSpaceConversions.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNodeSpaceConversions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNodeSpaceConversions.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_ApplyMeshSpaceAdditive.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_ApplyMeshSpaceAdditive.cpp index 57e41ab47401..fef0a3f61328 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_ApplyMeshSpaceAdditive.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_ApplyMeshSpaceAdditive.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNode_ApplyMeshSpaceAdditive.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_SequencePlayer.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_SequencePlayer.cpp index c03caec742ca..dc5a22dc6e57 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_SequencePlayer.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_SequencePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNode_SequencePlayer.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_StateMachine.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_StateMachine.cpp index 4d80ce6f2922..0e0b0cb2f16f 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_StateMachine.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_StateMachine.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNode_StateMachine.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_TransitionPoseEvaluator.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_TransitionPoseEvaluator.cpp index d358e8057a6c..3570f9f8361f 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_TransitionPoseEvaluator.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_TransitionPoseEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNode_TransitionPoseEvaluator.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_TransitionResult.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_TransitionResult.cpp index 011cb2fb9f86..3ecaee0f9c3c 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_TransitionResult.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_TransitionResult.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNode_TransitionResult.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_UseCachedPose.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_UseCachedPose.cpp index 927c7fb0f161..5ef316308b97 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_UseCachedPose.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_UseCachedPose.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNode_UseCachedPose.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify.cpp index efb0fd54d648..0298f0ca0fa1 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNotifies/AnimNotify.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyQueue.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyQueue.cpp index 3d3ed9bba413..aba60e9308f1 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyQueue.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyQueue.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNotifyQueue.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState.cpp index 3903005f8941..635dfb5dfdca 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNotifies/AnimNotifyState.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState_TimedParticleEffect.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState_TimedParticleEffect.cpp index 16bfdd1c90cf..e094f2d2ebdd 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState_TimedParticleEffect.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState_TimedParticleEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNotifies/AnimNotifyState_TimedParticleEffect.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState_Trail.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState_Trail.cpp index 37c18a1e789c..be11039e9033 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState_Trail.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotifyState_Trail.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNotifies/AnimNotifyState_Trail.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify_PlayParticleEffect.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify_PlayParticleEffect.cpp index 7858809b153e..03246d0f9e5f 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify_PlayParticleEffect.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify_PlayParticleEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNotifies/AnimNotify_PlayParticleEffect.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify_PlaySound.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify_PlaySound.cpp index 33109b9c12e6..a59275c8d4ea 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify_PlaySound.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimNotify_PlaySound.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimNotifies/AnimNotify_PlaySound.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimPhysicsSolver.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimPhysicsSolver.cpp index 3ce49ccce2fc..7f48006f4cba 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimPhysicsSolver.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimPhysicsSolver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is based upon and adapted to UE4 from the code // provided in the Sandbox project here: diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimSequence.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimSequence.cpp index c2f8f48c8b9a..852b52e46a8d 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimSequence.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimSequence.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimSequence.cpp: Skeletal mesh animation functions. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceBase.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceBase.cpp index 6d071a2556bf..dc532e72918f 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AnimationUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimSet.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimSet.cpp index d46af41b970f..39d326445e7f 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimSet.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimSet.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimSingleNodeInstance.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimSingleNodeInstance.cpp index fd17c346c703..bb1e64a35b89 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimSingleNodeInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimSingleNodeInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UAnimSingleNodeInstance.cpp: Single Node Tree Instance diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimSingleNodeInstanceProxy.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimSingleNodeInstanceProxy.cpp index 3803b51f3a29..7cef6f509611 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimSingleNodeInstanceProxy.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimSingleNodeInstanceProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AnimSingleNodeInstanceProxy.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimStateMachineTypes.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimStateMachineTypes.cpp index 68727670e804..6a77b2a70a4b 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimStateMachineTypes.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimStateMachineTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AnimationRuntime.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimTypes.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimTypes.cpp index b8fd5e8ed6bc..c1883d144769 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimTypes.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AnimationUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp index 202c27b98b9a..00e76912a2d7 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationUE4.cpp: Animation runtime utilities diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimationSettings.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimationSettings.cpp index 9aedb82704f1..3fec6136715a 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimationSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimationSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimationSettings.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/AnimationUtils.cpp b/Engine/Source/Runtime/Engine/Private/Animation/AnimationUtils.cpp index 3b6f26d0c4a3..5bd8141b1032 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/AnimationUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/AnimationUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationUtils.cpp: Skeletal mesh animation utilities. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/BlendProfile.cpp b/Engine/Source/Runtime/Engine/Private/Animation/BlendProfile.cpp index ffc1d17e4a3b..8b3d479b6c89 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/BlendProfile.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/BlendProfile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/BlendProfile.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/BlendSpace.cpp b/Engine/Source/Runtime/Engine/Private/Animation/BlendSpace.cpp index f2852b0cc2f0..d7c98531167d 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/BlendSpace.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/BlendSpace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BlendSpace.cpp: 2D BlendSpace functionality diff --git a/Engine/Source/Runtime/Engine/Private/Animation/BlendSpace1D.cpp b/Engine/Source/Runtime/Engine/Private/Animation/BlendSpace1D.cpp index 1bb3565c953c..dd8674cb59c3 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/BlendSpace1D.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/BlendSpace1D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BlendSpace1D.cpp: 1D BlendSpace functionality diff --git a/Engine/Source/Runtime/Engine/Private/Animation/BlendSpaceBase.cpp b/Engine/Source/Runtime/Engine/Private/Animation/BlendSpaceBase.cpp index af509bc0526a..43bc58fd00ea 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/BlendSpaceBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/BlendSpaceBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BlendSpaceBase.cpp: Base class for blend space objects diff --git a/Engine/Source/Runtime/Engine/Private/Animation/BonePose.cpp b/Engine/Source/Runtime/Engine/Private/Animation/BonePose.cpp index 16f3c2472f84..414dbe256caa 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/BonePose.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/BonePose.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BonePose.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/InputScaleBias.cpp b/Engine/Source/Runtime/Engine/Private/Animation/InputScaleBias.cpp index a79176b180ba..9497a07b895a 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/InputScaleBias.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/InputScaleBias.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/InputScaleBias.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/PreviewAssetAttachComponent.cpp b/Engine/Source/Runtime/Engine/Private/Animation/PreviewAssetAttachComponent.cpp index a26f2c094720..75d4aa583384 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/PreviewAssetAttachComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/PreviewAssetAttachComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/PreviewAssetAttachComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/ReferenceSkeleton.cpp b/Engine/Source/Runtime/Engine/Private/Animation/ReferenceSkeleton.cpp index 80cdd9cb1ecd..332844b0e420 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/ReferenceSkeleton.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/ReferenceSkeleton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ReferenceSkeleton.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/Rig.cpp b/Engine/Source/Runtime/Engine/Private/Animation/Rig.cpp index e9fa553af98f..0ae111c16a85 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/Rig.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/Rig.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= URig.cpp: Rig functionality for sharing animations diff --git a/Engine/Source/Runtime/Engine/Private/Animation/SkeletalControl.cpp b/Engine/Source/Runtime/Engine/Private/Animation/SkeletalControl.cpp index 5b3b499d2c90..f8ba2206e1d6 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/SkeletalControl.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/SkeletalControl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalControl.cpp: SkeletalControl code and related. diff --git a/Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp b/Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp index a08a8e173ee4..41d23e75bd09 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Skeleton.cpp: Skeleton features diff --git a/Engine/Source/Runtime/Engine/Private/Animation/SmartName.cpp b/Engine/Source/Runtime/Engine/Private/Animation/SmartName.cpp index 2460ffdb398f..bc9e6d72b04e 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/SmartName.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/SmartName.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/SmartName.h" diff --git a/Engine/Source/Runtime/Engine/Private/Animation/VertexAnimation.cpp b/Engine/Source/Runtime/Engine/Private/Animation/VertexAnimation.cpp index 307b0b27a578..18535500df87 100644 --- a/Engine/Source/Runtime/Engine/Private/Animation/VertexAnimation.cpp +++ b/Engine/Source/Runtime/Engine/Private/Animation/VertexAnimation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/AnimationAsset.cpp b/Engine/Source/Runtime/Engine/Private/AnimationAsset.cpp index 2e49f66cd61c..57b44326085f 100644 --- a/Engine/Source/Runtime/Engine/Private/AnimationAsset.cpp +++ b/Engine/Source/Runtime/Engine/Private/AnimationAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Animation/AnimSequence.h" diff --git a/Engine/Source/Runtime/Engine/Private/AssetUserData.cpp b/Engine/Source/Runtime/Engine/Private/AssetUserData.cpp index fb2cd101d692..bcb0eceb3490 100644 --- a/Engine/Source/Runtime/Engine/Private/AssetUserData.cpp +++ b/Engine/Source/Runtime/Engine/Private/AssetUserData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/AssetUserData.h" diff --git a/Engine/Source/Runtime/Engine/Private/Atmosphere/Atmosphere.cpp b/Engine/Source/Runtime/Engine/Private/Atmosphere/Atmosphere.cpp index 09ddfc8069b9..30ee4a04696e 100644 --- a/Engine/Source/Runtime/Engine/Private/Atmosphere/Atmosphere.cpp +++ b/Engine/Source/Runtime/Engine/Private/Atmosphere/Atmosphere.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "../../../Renderer/Private/ScenePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Atmosphere/Atmosphere.h b/Engine/Source/Runtime/Engine/Private/Atmosphere/Atmosphere.h index 7d3031efe761..87c572cb69b3 100644 --- a/Engine/Source/Runtime/Engine/Private/Atmosphere/Atmosphere.h +++ b/Engine/Source/Runtime/Engine/Private/Atmosphere/Atmosphere.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Atmosphere/AtmosphericFogComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Audio.cpp b/Engine/Source/Runtime/Engine/Private/Audio.cpp index 988a8da68c44..0c21f9cd75f7 100644 --- a/Engine/Source/Runtime/Engine/Private/Audio.cpp +++ b/Engine/Source/Runtime/Engine/Private/Audio.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Audio.cpp: Unreal base audio. diff --git a/Engine/Source/Runtime/Engine/Private/AudioDecompress.cpp b/Engine/Source/Runtime/Engine/Private/AudioDecompress.cpp index 4390db6d1006..dc8b74f0ff0c 100644 --- a/Engine/Source/Runtime/Engine/Private/AudioDecompress.cpp +++ b/Engine/Source/Runtime/Engine/Private/AudioDecompress.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/AudioDerivedData.cpp b/Engine/Source/Runtime/Engine/Private/AudioDerivedData.cpp index 9e8421bdf5f2..039fe6353da8 100644 --- a/Engine/Source/Runtime/Engine/Private/AudioDerivedData.cpp +++ b/Engine/Source/Runtime/Engine/Private/AudioDerivedData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AudioDerivedData.h" #include "TargetPlatform.h" diff --git a/Engine/Source/Runtime/Engine/Private/AudioDevice.cpp b/Engine/Source/Runtime/Engine/Private/AudioDevice.cpp index e68b95ad2a88..9e21401f07f9 100644 --- a/Engine/Source/Runtime/Engine/Private/AudioDevice.cpp +++ b/Engine/Source/Runtime/Engine/Private/AudioDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ActiveSound.h" diff --git a/Engine/Source/Runtime/Engine/Private/AudioDeviceManager.cpp b/Engine/Source/Runtime/Engine/Private/AudioDeviceManager.cpp index 18e478553bf3..b2ff5a5b6806 100644 --- a/Engine/Source/Runtime/Engine/Private/AudioDeviceManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/AudioDeviceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Audio.h" diff --git a/Engine/Source/Runtime/Engine/Private/AudioEffect.cpp b/Engine/Source/Runtime/Engine/Private/AudioEffect.cpp index ae7bd3b31223..e6de50912560 100644 --- a/Engine/Source/Runtime/Engine/Private/AudioEffect.cpp +++ b/Engine/Source/Runtime/Engine/Private/AudioEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AudioEffect.cpp: Unreal base audio. diff --git a/Engine/Source/Runtime/Engine/Private/AudioSettings.cpp b/Engine/Source/Runtime/Engine/Private/AudioSettings.cpp index 86757f24706c..166c49527434 100644 --- a/Engine/Source/Runtime/Engine/Private/AudioSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/AudioSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PlayerInput.cpp: Unreal input system. diff --git a/Engine/Source/Runtime/Engine/Private/AudioStreaming.cpp b/Engine/Source/Runtime/Engine/Private/AudioStreaming.cpp index 668933ce5b2b..95edcf885740 100644 --- a/Engine/Source/Runtime/Engine/Private/AudioStreaming.cpp +++ b/Engine/Source/Runtime/Engine/Private/AudioStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AudioStreaming.cpp: Implementation of audio streaming classes. diff --git a/Engine/Source/Runtime/Engine/Private/AudioVolume.cpp b/Engine/Source/Runtime/Engine/Private/AudioVolume.cpp index 9e73b03cb578..42a629712aee 100644 --- a/Engine/Source/Runtime/Engine/Private/AudioVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/AudioVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AudioVolume.cpp: Used to affect audio settings in the game and editor. diff --git a/Engine/Source/Runtime/Engine/Private/BasedPosition.cpp b/Engine/Source/Runtime/Engine/Private/BasedPosition.cpp index 53e2e8ec6831..83d573319a2b 100644 --- a/Engine/Source/Runtime/Engine/Private/BasedPosition.cpp +++ b/Engine/Source/Runtime/Engine/Private/BasedPosition.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/BatchedElements.cpp b/Engine/Source/Runtime/Engine/Private/BatchedElements.cpp index 99c24ee03342..89225d11aee9 100644 --- a/Engine/Source/Runtime/Engine/Private/BatchedElements.cpp +++ b/Engine/Source/Runtime/Engine/Private/BatchedElements.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/BlockingVolume.cpp b/Engine/Source/Runtime/Engine/Private/BlockingVolume.cpp index 222e7fade975..c00885c8a3c0 100644 --- a/Engine/Source/Runtime/Engine/Private/BlockingVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/BlockingVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Blueprint.cpp b/Engine/Source/Runtime/Engine/Private/Blueprint.cpp index 7aa35e80e94b..25660929b14b 100644 --- a/Engine/Source/Runtime/Engine/Private/Blueprint.cpp +++ b/Engine/Source/Runtime/Engine/Private/Blueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/Breakpoint.h" diff --git a/Engine/Source/Runtime/Engine/Private/BlueprintGeneratedClass.cpp b/Engine/Source/Runtime/Engine/Private/BlueprintGeneratedClass.cpp index 0340248edada..ba1d3f12077e 100644 --- a/Engine/Source/Runtime/Engine/Private/BlueprintGeneratedClass.cpp +++ b/Engine/Source/Runtime/Engine/Private/BlueprintGeneratedClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/BookMark.cpp b/Engine/Source/Runtime/Engine/Private/BookMark.cpp index c4af6300f5d3..d2beb77c720f 100644 --- a/Engine/Source/Runtime/Engine/Private/BookMark.cpp +++ b/Engine/Source/Runtime/Engine/Private/BookMark.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/BookMark.h" diff --git a/Engine/Source/Runtime/Engine/Private/Breakpoint.cpp b/Engine/Source/Runtime/Engine/Private/Breakpoint.cpp index abba7a82c4a0..9bd0cff07d47 100644 --- a/Engine/Source/Runtime/Engine/Private/Breakpoint.cpp +++ b/Engine/Source/Runtime/Engine/Private/Breakpoint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Brush.cpp b/Engine/Source/Runtime/Engine/Private/Brush.cpp index 07faac1daa9e..84f3f82eae1a 100644 --- a/Engine/Source/Runtime/Engine/Private/Brush.cpp +++ b/Engine/Source/Runtime/Engine/Private/Brush.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Brush.cpp: Brush Actor implementation diff --git a/Engine/Source/Runtime/Engine/Private/BrushBuilder.cpp b/Engine/Source/Runtime/Engine/Private/BrushBuilder.cpp index b07746d821c4..c25703594f6f 100644 --- a/Engine/Source/Runtime/Engine/Private/BrushBuilder.cpp +++ b/Engine/Source/Runtime/Engine/Private/BrushBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UBrushBuilder.cpp: UnrealEd brush builder. diff --git a/Engine/Source/Runtime/Engine/Private/BrushShape.cpp b/Engine/Source/Runtime/Engine/Private/BrushShape.cpp index fd9fadb28d89..bcc642a76dbe 100644 --- a/Engine/Source/Runtime/Engine/Private/BrushShape.cpp +++ b/Engine/Source/Runtime/Engine/Private/BrushShape.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/BufferVisualizationData.cpp b/Engine/Source/Runtime/Engine/Private/BufferVisualizationData.cpp index 6e485907f71f..b56259667277 100644 --- a/Engine/Source/Runtime/Engine/Private/BufferVisualizationData.cpp +++ b/Engine/Source/Runtime/Engine/Private/BufferVisualizationData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BufferVisualizationData.h" diff --git a/Engine/Source/Runtime/Engine/Private/CDKey.cpp b/Engine/Source/Runtime/Engine/Private/CDKey.cpp index 544b54dc9cec..03b2e31e05f7 100644 --- a/Engine/Source/Runtime/Engine/Private/CDKey.cpp +++ b/Engine/Source/Runtime/Engine/Private/CDKey.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CDKey.cpp: CD Key validation diff --git a/Engine/Source/Runtime/Engine/Private/Camera/CameraActor.cpp b/Engine/Source/Runtime/Engine/Private/Camera/CameraActor.cpp index d92ef2e0d38a..017eeb749e57 100644 --- a/Engine/Source/Runtime/Engine/Private/Camera/CameraActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/Camera/CameraActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Camera/CameraComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Camera/CameraAnim.cpp b/Engine/Source/Runtime/Engine/Private/Camera/CameraAnim.cpp index ea541b580cc7..71b03cb582e1 100644 --- a/Engine/Source/Runtime/Engine/Private/Camera/CameraAnim.cpp +++ b/Engine/Source/Runtime/Engine/Private/Camera/CameraAnim.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Camera/CameraActor.h" diff --git a/Engine/Source/Runtime/Engine/Private/Camera/CameraAnimInst.cpp b/Engine/Source/Runtime/Engine/Private/Camera/CameraAnimInst.cpp index 673f0fcca381..99822528741e 100644 --- a/Engine/Source/Runtime/Engine/Private/Camera/CameraAnimInst.cpp +++ b/Engine/Source/Runtime/Engine/Private/Camera/CameraAnimInst.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Camera/CameraComponent.cpp b/Engine/Source/Runtime/Engine/Private/Camera/CameraComponent.cpp index 571815f64e04..4e280eecaedf 100644 --- a/Engine/Source/Runtime/Engine/Private/Camera/CameraComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Camera/CameraComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "MessageLog.h" diff --git a/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier.cpp b/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier.cpp index 29c4001f23ef..c310b9880479 100644 --- a/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier.cpp +++ b/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ParticleDefinitions.h" diff --git a/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier_CameraShake.cpp b/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier_CameraShake.cpp index 26899136ffc3..e233f012a64a 100644 --- a/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier_CameraShake.cpp +++ b/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier_CameraShake.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Camera/CameraModifier_CameraShake.h" diff --git a/Engine/Source/Runtime/Engine/Private/Camera/CameraShake.cpp b/Engine/Source/Runtime/Engine/Private/Camera/CameraShake.cpp index b1d2ea05e4d9..49aced1ba689 100644 --- a/Engine/Source/Runtime/Engine/Private/Camera/CameraShake.cpp +++ b/Engine/Source/Runtime/Engine/Private/Camera/CameraShake.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Camera/PlayerCameraManager.h" diff --git a/Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp b/Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp index 31ffc33359b4..4c3ca637a3af 100644 --- a/Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp +++ b/Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Camera/CameraStackTypes.h" diff --git a/Engine/Source/Runtime/Engine/Private/CameraBlockingVolume.cpp b/Engine/Source/Runtime/Engine/Private/CameraBlockingVolume.cpp index bf26119b2b06..7ae7aa7a2dbf 100644 --- a/Engine/Source/Runtime/Engine/Private/CameraBlockingVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/CameraBlockingVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/CanvasRenderTarget2D.cpp b/Engine/Source/Runtime/Engine/Private/CanvasRenderTarget2D.cpp index 7407b1063011..95974f014ee7 100644 --- a/Engine/Source/Runtime/Engine/Private/CanvasRenderTarget2D.cpp +++ b/Engine/Source/Runtime/Engine/Private/CanvasRenderTarget2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/CanvasRenderTarget2D.h" diff --git a/Engine/Source/Runtime/Engine/Private/CapturePin.cpp b/Engine/Source/Runtime/Engine/Private/CapturePin.cpp index 5dd324fbefb5..d578678bff30 100644 --- a/Engine/Source/Runtime/Engine/Private/CapturePin.cpp +++ b/Engine/Source/Runtime/Engine/Private/CapturePin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "CapturePin.h" diff --git a/Engine/Source/Runtime/Engine/Private/CapturePin.h b/Engine/Source/Runtime/Engine/Private/CapturePin.h index 67e42f9d38a6..404ceee9f6e4 100644 --- a/Engine/Source/Runtime/Engine/Private/CapturePin.h +++ b/Engine/Source/Runtime/Engine/Private/CapturePin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CapturePin.h: CapturePin definition diff --git a/Engine/Source/Runtime/Engine/Private/CaptureSource.cpp b/Engine/Source/Runtime/Engine/Private/CaptureSource.cpp index f8d42b3e0390..3ea940505a3a 100644 --- a/Engine/Source/Runtime/Engine/Private/CaptureSource.cpp +++ b/Engine/Source/Runtime/Engine/Private/CaptureSource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CaptureSource.h: CaptureSource implementation diff --git a/Engine/Source/Runtime/Engine/Private/CaptureSource.h b/Engine/Source/Runtime/Engine/Private/CaptureSource.h index c8acc1c1f6c6..73cdeac2bc90 100644 --- a/Engine/Source/Runtime/Engine/Private/CaptureSource.h +++ b/Engine/Source/Runtime/Engine/Private/CaptureSource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CaptureSource.h: CaptureSource definition diff --git a/Engine/Source/Runtime/Engine/Private/Character.cpp b/Engine/Source/Runtime/Engine/Private/Character.cpp index 1429e7f31ccb..5508810768d5 100644 --- a/Engine/Source/Runtime/Engine/Private/Character.cpp +++ b/Engine/Source/Runtime/Engine/Private/Character.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Character.cpp: ACharacter implementation diff --git a/Engine/Source/Runtime/Engine/Private/ChartCreation.cpp b/Engine/Source/Runtime/Engine/Private/ChartCreation.cpp index a4b9e36c51e1..bf7f7afb42e7 100644 --- a/Engine/Source/Runtime/Engine/Private/ChartCreation.cpp +++ b/Engine/Source/Runtime/Engine/Private/ChartCreation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ChartCreation diff --git a/Engine/Source/Runtime/Engine/Private/CheatManager.cpp b/Engine/Source/Runtime/Engine/Private/CheatManager.cpp index 86c529843511..2bf5ff649bc7 100644 --- a/Engine/Source/Runtime/Engine/Private/CheatManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/CheatManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "UnrealNetwork.h" diff --git a/Engine/Source/Runtime/Engine/Private/Collision/Collision.cpp b/Engine/Source/Runtime/Engine/Private/Collision/Collision.cpp index 9b61e2ccbc02..6a1c4b48bc3c 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/Collision.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/Collision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Collision.cpp: AActor collision implementation diff --git a/Engine/Source/Runtime/Engine/Private/Collision/CollisionConversions.cpp b/Engine/Source/Runtime/Engine/Private/Collision/CollisionConversions.cpp index 52932265ba8c..b053878cab58 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/CollisionConversions.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/CollisionConversions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Collision/CollisionConversions.h b/Engine/Source/Runtime/Engine/Private/Collision/CollisionConversions.h index 0230b3de9aa4..2f5dca624e55 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/CollisionConversions.h +++ b/Engine/Source/Runtime/Engine/Private/Collision/CollisionConversions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Utilities to convert from PhysX result structs to Unreal ones #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.cpp b/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.cpp index 790080b1bd16..5803702ed00c 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.h b/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.h index 2163f24d0747..7d826e6b0d12 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.h +++ b/Engine/Source/Runtime/Engine/Private/Collision/CollisionDebugDrawing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Draw functions for debugging trace/sweeps/overlaps diff --git a/Engine/Source/Runtime/Engine/Private/Collision/CollisionProfile.cpp b/Engine/Source/Runtime/Engine/Private/Collision/CollisionProfile.cpp index 770c5012ce71..4af463652f44 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/CollisionProfile.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/CollisionProfile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Collision/KAggregateGeom.cpp b/Engine/Source/Runtime/Engine/Private/Collision/KAggregateGeom.cpp index b02575533925..e92dd9fb08e1 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/KAggregateGeom.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/KAggregateGeom.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysCollision.cpp: Skeletal mesh collision code diff --git a/Engine/Source/Runtime/Engine/Private/Collision/PhysXCollision.cpp b/Engine/Source/Runtime/Engine/Private/Collision/PhysXCollision.cpp index db71f6baf1a2..d554b7d6d34c 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/PhysXCollision.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/PhysXCollision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/Collision/PhysXCollision.h b/Engine/Source/Runtime/Engine/Private/Collision/PhysXCollision.h index c8b4bfd15486..874514229cb2 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/PhysXCollision.h +++ b/Engine/Source/Runtime/Engine/Private/Collision/PhysXCollision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*======================================================================================= PhysXCollision.h: Collision related data structures/types specific to PhysX diff --git a/Engine/Source/Runtime/Engine/Private/Collision/PhysicsFiltering.cpp b/Engine/Source/Runtime/Engine/Private/Collision/PhysicsFiltering.cpp index 945f896fd6ac..d238c2c5ba45 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/PhysicsFiltering.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/PhysicsFiltering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Collision/PhysicsFiltering.h b/Engine/Source/Runtime/Engine/Private/Collision/PhysicsFiltering.h index 09f2e7805180..e4ef5ea81a95 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/PhysicsFiltering.h +++ b/Engine/Source/Runtime/Engine/Private/Collision/PhysicsFiltering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/Collision/WorldCollision.cpp b/Engine/Source/Runtime/Engine/Private/Collision/WorldCollision.cpp index 81fe8a15230c..37696f973bbe 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/WorldCollision.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/WorldCollision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WorldCollision.cpp: UWorld collision implementation diff --git a/Engine/Source/Runtime/Engine/Private/Collision/WorldCollisionAsync.cpp b/Engine/Source/Runtime/Engine/Private/Collision/WorldCollisionAsync.cpp index 00b6bbd22417..d401c8a9b137 100644 --- a/Engine/Source/Runtime/Engine/Private/Collision/WorldCollisionAsync.cpp +++ b/Engine/Source/Runtime/Engine/Private/Collision/WorldCollisionAsync.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WorldCollisionAsync.cpp: UWorld async collision implementation diff --git a/Engine/Source/Runtime/Engine/Private/ColorVertexBuffer.cpp b/Engine/Source/Runtime/Engine/Private/ColorVertexBuffer.cpp index 969455da5378..8613df7a7938 100644 --- a/Engine/Source/Runtime/Engine/Private/ColorVertexBuffer.cpp +++ b/Engine/Source/Runtime/Engine/Private/ColorVertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Commandlets/Commandlet.cpp b/Engine/Source/Runtime/Engine/Private/Commandlets/Commandlet.cpp index 2571f2e26b34..c3c8f2f4b54a 100644 --- a/Engine/Source/Runtime/Engine/Private/Commandlets/Commandlet.cpp +++ b/Engine/Source/Runtime/Engine/Private/Commandlets/Commandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Commandlets/Commandlet.h" diff --git a/Engine/Source/Runtime/Engine/Private/Commandlets/PluginCommandlet.cpp b/Engine/Source/Runtime/Engine/Private/Commandlets/PluginCommandlet.cpp index 67bd998b9fe1..568161a6e986 100644 --- a/Engine/Source/Runtime/Engine/Private/Commandlets/PluginCommandlet.cpp +++ b/Engine/Source/Runtime/Engine/Private/Commandlets/PluginCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Commandlets/PluginCommandlet.h" diff --git a/Engine/Source/Runtime/Engine/Private/Commandlets/SmokeTestCommandlet.cpp b/Engine/Source/Runtime/Engine/Private/Commandlets/SmokeTestCommandlet.cpp index feff38eeb027..c129038c7f1b 100644 --- a/Engine/Source/Runtime/Engine/Private/Commandlets/SmokeTestCommandlet.cpp +++ b/Engine/Source/Runtime/Engine/Private/Commandlets/SmokeTestCommandlet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SmokeTestCommandlet.cpp: Commandled used for smoke testing. diff --git a/Engine/Source/Runtime/Engine/Private/ComponentDelegateBinding.cpp b/Engine/Source/Runtime/Engine/Private/ComponentDelegateBinding.cpp index 3b2bc0fe7aa0..683d9ae7bc21 100644 --- a/Engine/Source/Runtime/Engine/Private/ComponentDelegateBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/ComponentDelegateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/ComponentInstanceDataCache.cpp b/Engine/Source/Runtime/Engine/Private/ComponentInstanceDataCache.cpp index e819991caaff..bd9db787f1a9 100644 --- a/Engine/Source/Runtime/Engine/Private/ComponentInstanceDataCache.cpp +++ b/Engine/Source/Runtime/Engine/Private/ComponentInstanceDataCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ComponentInstanceDataCache.h" diff --git a/Engine/Source/Runtime/Engine/Private/ComponentUtils.cpp b/Engine/Source/Runtime/Engine/Private/ComponentUtils.cpp index 287d675ae71b..519cf6d1a061 100644 --- a/Engine/Source/Runtime/Engine/Private/ComponentUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/ComponentUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ComponentUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp index 4c4ce5c7584d..3920d53a5ed5 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // ActorComponent.cpp: Actor component implementation. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/ApplicationLifecycleComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/ApplicationLifecycleComponent.cpp index 75460944aa74..78e94582de84 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/ApplicationLifecycleComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/ApplicationLifecycleComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // ApplicationLifecycleComponent.cpp: Component to handle receiving notifications from the OS about application state (activated, suspended, termination, etc) #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/ArrowComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/ArrowComponent.cpp index 2ab4792b7c01..7ce30918f650 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/ArrowComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/ArrowComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DynamicMeshBuilder.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp index 12882aaae8d8..040a54bf89fa 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/AudioComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/BillboardComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/BillboardComponent.cpp index 01bfbcd71c8f..2d9723d7c6bc 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/BillboardComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/BillboardComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/Light.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/BoxComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/BoxComponent.cpp index c4f26d958566..4b596e9659c7 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/BoxComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/BoxComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/BrushComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/BrushComponent.cpp index 7fb01951af62..73aa8630fd2b 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/BrushComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/BrushComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BrushComponent.cpp: Unreal brush component implementation diff --git a/Engine/Source/Runtime/Engine/Private/Components/CapsuleComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/CapsuleComponent.cpp index f1b998614e46..d52946f9a4c0 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/CapsuleComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/CapsuleComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp index b7174e26dc3f..44b7dcf3968a 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Movement.cpp: Character movement implementation diff --git a/Engine/Source/Runtime/Engine/Private/Components/ChildActorComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/ChildActorComponent.cpp index 1f23de84af67..f4423b142fb8 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/ChildActorComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/ChildActorComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ComponentInstanceDataCache.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/DecalComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/DecalComponent.cpp index 38449370d66e..6708e5e59573 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/DecalComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/DecalComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DecalComponent.cpp: Decal component implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/DestructibleComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/DestructibleComponent.cpp index c6012a76ff6b..cdad47ef2235 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/DestructibleComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/DestructibleComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DestructibleComponent.cpp: UDestructibleComponent methods. diff --git a/Engine/Source/Runtime/Engine/Private/Components/DirectionalLightComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/DirectionalLightComponent.cpp index cbc304468262..6470731b03cc 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/DirectionalLightComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/DirectionalLightComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DirectionalLightComponent.cpp: DirectionalLightComponent implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/DrawFrustumComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/DrawFrustumComponent.cpp index 18eab6c92c2e..9498cd1e0d53 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/DrawFrustumComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/DrawFrustumComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DrawFrsutumComponent.cpp: UDrawFrsutumComponent implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/DrawSphereComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/DrawSphereComponent.cpp index 0dea260d5325..e9c39cf94751 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/DrawSphereComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/DrawSphereComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/DrawSphereComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/HeightFogComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/HeightFogComponent.cpp index cee79e5b653a..47bc190be29c 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/HeightFogComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/HeightFogComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HeightFogComponent.cpp: Height fog implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/InputComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/InputComponent.cpp index da0fe3e215ff..0f488002262a 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/InputComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/InputComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/InterpToMovementComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/InterpToMovementComponent.cpp index 2516ec4ef3b5..eb898b6ba3d7 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/InterpToMovementComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/InterpToMovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/InterpToMovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/LightComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/LightComponent.cpp index b40c8e855859..5f77da0f733b 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/LightComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/LightComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightComponent.cpp: LightComponent implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/LineBatchComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/LineBatchComponent.cpp index e3893b2e3919..2dd2648bd19c 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/LineBatchComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/LineBatchComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*----------------------------------------------------------------------------- ULineBatchComponent implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/MaterialBillboardComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/MaterialBillboardComponent.cpp index ce3f015c42ac..bc99a9350907 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/MaterialBillboardComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/MaterialBillboardComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "LevelUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/MeshComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/MeshComponent.cpp index da690e3d9059..93e8947fcbe5 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/MeshComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/MeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/ModelComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/ModelComponent.cpp index 8f533a071b8b..299a2bf2e7b1 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/ModelComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/ModelComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ModelComponent.cpp: Model component implementation diff --git a/Engine/Source/Runtime/Engine/Private/Components/MovementComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/MovementComponent.cpp index b09427fcbdca..415dadac21fc 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/MovementComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/MovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/NavMeshRenderingComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/NavMeshRenderingComponent.cpp index 40ed5cc26248..f5c2386be314 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/NavMeshRenderingComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/NavMeshRenderingComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NavMeshRenderingComponent.cpp: A component that renders a nav mesh. diff --git a/Engine/Source/Runtime/Engine/Private/Components/NavMovementComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/NavMovementComponent.cpp index 9baf29919e86..ea6b7ac9549a 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/NavMovementComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/NavMovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/NavMovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/PawnMovementComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/PawnMovementComponent.cpp index d173bddc32e3..86ad9eecacda 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/PawnMovementComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/PawnMovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/PawnMovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/PawnNoiseEmitterComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/PawnNoiseEmitterComponent.cpp index eb8d6b556e9e..0a04c0dde842 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/PawnNoiseEmitterComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/PawnNoiseEmitterComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/PlatformEventsComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/PlatformEventsComponent.cpp index 3b5898450f02..4913d5ec2a04 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/PlatformEventsComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/PlatformEventsComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/PlatformEventsComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/PointLightComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/PointLightComponent.cpp index a53d686c9786..1aaee717dd55 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/PointLightComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/PointLightComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PointLightComponent.cpp: PointLightComponent implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/PortalComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/PortalComponent.cpp index e1379345394d..962114ea39ae 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/PortalComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/PortalComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Runtime/Engine/Private/Components/PoseableMeshComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/PoseableMeshComponent.cpp index 36034834e476..4ddd190cbf7a 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/PoseableMeshComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/PoseableMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PoseableMeshComponent.cpp: UPoseableMeshComponent methods. diff --git a/Engine/Source/Runtime/Engine/Private/Components/PostProcessComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/PostProcessComponent.cpp index b7f6e312b733..93d48ed68a36 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/PostProcessComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/PostProcessComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/PostProcessComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp index 423afbc0805e..d769ac2c2d0c 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PrimitiveComponent.cpp: Primitive component implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/ProjectileMovementComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/ProjectileMovementComponent.cpp index 5da87f9265d7..2010b7738d00 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/ProjectileMovementComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/ProjectileMovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/ProjectileMovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/ReflectionCaptureComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/ReflectionCaptureComponent.cpp index f0c97645753f..06b3126d25bb 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/ReflectionCaptureComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/ReflectionCaptureComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Runtime/Engine/Private/Components/RotatingMovementComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/RotatingMovementComponent.cpp index 42f077d782ac..cb2566864b47 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/RotatingMovementComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/RotatingMovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/RotatingMovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/SceneCaptureComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SceneCaptureComponent.cpp index fe3016b2f961..1c26bbed7e20 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SceneCaptureComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SceneCaptureComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Runtime/Engine/Private/Components/SceneComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SceneComponent.cpp index 5a89d348e017..42404f801f4d 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SceneComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SceneComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneComponent.cpp diff --git a/Engine/Source/Runtime/Engine/Private/Components/ShapeComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/ShapeComponent.cpp index 2bf2da8a4bab..46e5d2c4f001 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/ShapeComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/ShapeComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp index 965aa0c49738..b85a4e096a9c 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnSkeletalComponent.cpp: Actor component implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp index 41a1ecf3f8f1..50de4553b299 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnSkeletalComponent.cpp: Actor component implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/SkyLightComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SkyLightComponent.cpp index e8e0b0d5c100..06c6806311b6 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SkyLightComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SkyLightComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkyLightComponent.cpp: SkyLightComponent implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/SphereComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SphereComponent.cpp index 01df20b13bde..6b4677304e34 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SphereComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SphereComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/SplineComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SplineComponent.cpp index 795bb8113a52..84ea9f959a47 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SplineComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SplineComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Spline.cpp diff --git a/Engine/Source/Runtime/Engine/Private/Components/SplineMeshComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SplineMeshComponent.cpp index 2b0c76de0f50..05b5a9c7841a 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SplineMeshComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SplineMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/SplineMeshComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/SpotLightComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/SpotLightComponent.cpp index 3741abe9588e..aca83a8142c4 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/SpotLightComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/SpotLightComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SpotLightComponent.cpp: LightComponent implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp index cd0c3460527d..0f968cf76530 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "StaticMeshResources.h" diff --git a/Engine/Source/Runtime/Engine/Private/Components/TextRenderComponent.cpp b/Engine/Source/Runtime/Engine/Private/Components/TextRenderComponent.cpp index febdddd78426..af5daffd8d68 100644 --- a/Engine/Source/Runtime/Engine/Private/Components/TextRenderComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Components/TextRenderComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/TextRenderComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp b/Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp index a667a6f79c22..9f3f49492d07 100644 --- a/Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp +++ b/Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ContentStreaming.cpp: Implementation of content streaming classes. diff --git a/Engine/Source/Runtime/Engine/Private/Controller.cpp b/Engine/Source/Runtime/Engine/Private/Controller.cpp index 9717e8b87afd..ab79c44ba9fd 100644 --- a/Engine/Source/Runtime/Engine/Private/Controller.cpp +++ b/Engine/Source/Runtime/Engine/Private/Controller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Controller.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp b/Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp index ef7a0b382a02..2fac18a51af8 100644 --- a/Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ConvexVolume.cpp: Convex volume implementation. diff --git a/Engine/Source/Runtime/Engine/Private/CoreSettings.cpp b/Engine/Source/Runtime/Engine/Private/CoreSettings.cpp index 9a6d6ce95c85..12915bf004f9 100644 --- a/Engine/Source/Runtime/Engine/Private/CoreSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/CoreSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/CoreSettings.h" diff --git a/Engine/Source/Runtime/Engine/Private/CullDistanceVolume.cpp b/Engine/Source/Runtime/Engine/Private/CullDistanceVolume.cpp index 1d3afdeb80a8..e126f2582678 100644 --- a/Engine/Source/Runtime/Engine/Private/CullDistanceVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/CullDistanceVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/CullDistanceVolume.h" diff --git a/Engine/Source/Runtime/Engine/Private/CurveBase.cpp b/Engine/Source/Runtime/Engine/Private/CurveBase.cpp index d315d86706b5..096617b7887a 100644 --- a/Engine/Source/Runtime/Engine/Private/CurveBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/CurveBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "CsvParser.h" diff --git a/Engine/Source/Runtime/Engine/Private/CurveEdPresetCurve.cpp b/Engine/Source/Runtime/Engine/Private/CurveEdPresetCurve.cpp index 840b20e7708b..7523db293262 100644 --- a/Engine/Source/Runtime/Engine/Private/CurveEdPresetCurve.cpp +++ b/Engine/Source/Runtime/Engine/Private/CurveEdPresetCurve.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CurveEdPresetCurve.cpp: Preset curve implementation. diff --git a/Engine/Source/Runtime/Engine/Private/CurveFloat.cpp b/Engine/Source/Runtime/Engine/Private/CurveFloat.cpp index b21615e74c87..ab7a4c24597d 100644 --- a/Engine/Source/Runtime/Engine/Private/CurveFloat.cpp +++ b/Engine/Source/Runtime/Engine/Private/CurveFloat.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CurveFloat.cpp diff --git a/Engine/Source/Runtime/Engine/Private/CurveLinearColor.cpp b/Engine/Source/Runtime/Engine/Private/CurveLinearColor.cpp index 2e7f6be30218..231905bf8ccb 100644 --- a/Engine/Source/Runtime/Engine/Private/CurveLinearColor.cpp +++ b/Engine/Source/Runtime/Engine/Private/CurveLinearColor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UCurveLinearColor.cpp diff --git a/Engine/Source/Runtime/Engine/Private/CurveTable.cpp b/Engine/Source/Runtime/Engine/Private/CurveTable.cpp index 1f3048ecdaf8..f01c09ba1796 100644 --- a/Engine/Source/Runtime/Engine/Private/CurveTable.cpp +++ b/Engine/Source/Runtime/Engine/Private/CurveTable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/CurveTable.h" diff --git a/Engine/Source/Runtime/Engine/Private/CurveVector.cpp b/Engine/Source/Runtime/Engine/Private/CurveVector.cpp index 2892a32be72a..5b09350bda9b 100644 --- a/Engine/Source/Runtime/Engine/Private/CurveVector.cpp +++ b/Engine/Source/Runtime/Engine/Private/CurveVector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CurveVector.cpp diff --git a/Engine/Source/Runtime/Engine/Private/DDSLoader.cpp b/Engine/Source/Runtime/Engine/Private/DDSLoader.cpp index b4a23a19df91..34fa52e977b9 100644 --- a/Engine/Source/Runtime/Engine/Private/DDSLoader.cpp +++ b/Engine/Source/Runtime/Engine/Private/DDSLoader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/DPICustomScalingRule.cpp b/Engine/Source/Runtime/Engine/Private/DPICustomScalingRule.cpp index 17ed8438d8d9..f99fbe4dc553 100644 --- a/Engine/Source/Runtime/Engine/Private/DPICustomScalingRule.cpp +++ b/Engine/Source/Runtime/Engine/Private/DPICustomScalingRule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/DamageType.cpp b/Engine/Source/Runtime/Engine/Private/DamageType.cpp index 464b69406d7d..6fe5a48de2b0 100644 --- a/Engine/Source/Runtime/Engine/Private/DamageType.cpp +++ b/Engine/Source/Runtime/Engine/Private/DamageType.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/DamageType.h" diff --git a/Engine/Source/Runtime/Engine/Private/DataAsset.cpp b/Engine/Source/Runtime/Engine/Private/DataAsset.cpp index 4aea8024cd18..db63da9faa15 100644 --- a/Engine/Source/Runtime/Engine/Private/DataAsset.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/DataAsset.h" diff --git a/Engine/Source/Runtime/Engine/Private/DataBunch.cpp b/Engine/Source/Runtime/Engine/Private/DataBunch.cpp index 3f8d41de9864..5e39d3250513 100644 --- a/Engine/Source/Runtime/Engine/Private/DataBunch.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataBunch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DataBunch.cpp: Unreal bunch (sub-packet) functions. diff --git a/Engine/Source/Runtime/Engine/Private/DataChannel.cpp b/Engine/Source/Runtime/Engine/Private/DataChannel.cpp index 804b7a4bc86a..b6bc2c0f1505 100644 --- a/Engine/Source/Runtime/Engine/Private/DataChannel.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataChannel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DataChannel.cpp: Unreal datachannel implementation. diff --git a/Engine/Source/Runtime/Engine/Private/DataReplication.cpp b/Engine/Source/Runtime/Engine/Private/DataReplication.cpp index 836ecf42a301..78a5159a3513 100644 --- a/Engine/Source/Runtime/Engine/Private/DataReplication.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataReplication.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DataChannel.cpp: Unreal datachannel implementation. diff --git a/Engine/Source/Runtime/Engine/Private/DataTable.cpp b/Engine/Source/Runtime/Engine/Private/DataTable.cpp index ce4f41d66c7d..a4692f7be32e 100644 --- a/Engine/Source/Runtime/Engine/Private/DataTable.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataTable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/DataTable.h" diff --git a/Engine/Source/Runtime/Engine/Private/DataTableCSV.cpp b/Engine/Source/Runtime/Engine/Private/DataTableCSV.cpp index 11bfe5b27b08..2ade1123e988 100644 --- a/Engine/Source/Runtime/Engine/Private/DataTableCSV.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataTableCSV.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DataTableCSV.h" diff --git a/Engine/Source/Runtime/Engine/Private/DataTableCSV.h b/Engine/Source/Runtime/Engine/Private/DataTableCSV.h index 1c47dbb06ff9..105e0afc901a 100644 --- a/Engine/Source/Runtime/Engine/Private/DataTableCSV.h +++ b/Engine/Source/Runtime/Engine/Private/DataTableCSV.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/DataTableFunctionLibrary.cpp b/Engine/Source/Runtime/Engine/Private/DataTableFunctionLibrary.cpp index 8f159f355831..e0345525bb29 100644 --- a/Engine/Source/Runtime/Engine/Private/DataTableFunctionLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataTableFunctionLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "../Classes/Kismet/DataTableFunctionLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/DataTableJSON.cpp b/Engine/Source/Runtime/Engine/Private/DataTableJSON.cpp index 3f51eda90f91..c8c81ae1ccaa 100644 --- a/Engine/Source/Runtime/Engine/Private/DataTableJSON.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataTableJSON.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DataTableJSON.h" diff --git a/Engine/Source/Runtime/Engine/Private/DataTableJSON.h b/Engine/Source/Runtime/Engine/Private/DataTableJSON.h index 1f67d8dff7ec..aebbe2bff018 100644 --- a/Engine/Source/Runtime/Engine/Private/DataTableJSON.h +++ b/Engine/Source/Runtime/Engine/Private/DataTableJSON.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/DataTableUtils.cpp b/Engine/Source/Runtime/Engine/Private/DataTableUtils.cpp index 9da0ad1f9fd8..5255cf8b6d46 100644 --- a/Engine/Source/Runtime/Engine/Private/DataTableUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/DataTableUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DataTableUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/Debug/DebugDrawService.cpp b/Engine/Source/Runtime/Engine/Private/Debug/DebugDrawService.cpp index 7eff5ba1d54c..fd32f8bc6fc4 100644 --- a/Engine/Source/Runtime/Engine/Private/Debug/DebugDrawService.cpp +++ b/Engine/Source/Runtime/Engine/Private/Debug/DebugDrawService.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DebugRenderSceneProxy.h" diff --git a/Engine/Source/Runtime/Engine/Private/Debug/GameplayDebuggerBaseObject.cpp b/Engine/Source/Runtime/Engine/Private/Debug/GameplayDebuggerBaseObject.cpp index f5eae0d6a8e6..d987a3ff5fc9 100644 --- a/Engine/Source/Runtime/Engine/Private/Debug/GameplayDebuggerBaseObject.cpp +++ b/Engine/Source/Runtime/Engine/Private/Debug/GameplayDebuggerBaseObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Net/UnrealNetwork.h" #include "Misc/CoreMisc.h" diff --git a/Engine/Source/Runtime/Engine/Private/Debug/ReporterBase.cpp b/Engine/Source/Runtime/Engine/Private/Debug/ReporterBase.cpp index 88d8ef4750a7..dba8881c4f35 100644 --- a/Engine/Source/Runtime/Engine/Private/Debug/ReporterBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/Debug/ReporterBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "../../Classes/Debug/ReporterBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/Debug/ReporterGraph.cpp b/Engine/Source/Runtime/Engine/Private/Debug/ReporterGraph.cpp index 97a8c5da8d9c..d66daaf1998c 100644 --- a/Engine/Source/Runtime/Engine/Private/Debug/ReporterGraph.cpp +++ b/Engine/Source/Runtime/Engine/Private/Debug/ReporterGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "../../Classes/Debug/ReporterBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/DebugCameraController.cpp b/Engine/Source/Runtime/Engine/Private/DebugCameraController.cpp index a99b17a04964..28ab25337b41 100644 --- a/Engine/Source/Runtime/Engine/Private/DebugCameraController.cpp +++ b/Engine/Source/Runtime/Engine/Private/DebugCameraController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DebugCameraController.cpp: Native implementation for the debug camera diff --git a/Engine/Source/Runtime/Engine/Private/DebugCameraHUD.cpp b/Engine/Source/Runtime/Engine/Private/DebugCameraHUD.cpp index 78b5129ba2c2..c930d0cc3fac 100644 --- a/Engine/Source/Runtime/Engine/Private/DebugCameraHUD.cpp +++ b/Engine/Source/Runtime/Engine/Private/DebugCameraHUD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DebugCameraInput.cpp: Native implementation for the debug camera diff --git a/Engine/Source/Runtime/Engine/Private/DebugRenderSceneProxy.cpp b/Engine/Source/Runtime/Engine/Private/DebugRenderSceneProxy.cpp index 53b66faf5c1b..a7b17d30f6fd 100644 --- a/Engine/Source/Runtime/Engine/Private/DebugRenderSceneProxy.cpp +++ b/Engine/Source/Runtime/Engine/Private/DebugRenderSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DebugRenderSceneProxy.h: Useful scene proxy for rendering non performance-critical information. diff --git a/Engine/Source/Runtime/Engine/Private/DecalActor.cpp b/Engine/Source/Runtime/Engine/Private/DecalActor.cpp index d42d7a68c2b3..c5a4addf89f5 100644 --- a/Engine/Source/Runtime/Engine/Private/DecalActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/DecalActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/DecalActor.h" diff --git a/Engine/Source/Runtime/Engine/Private/DefaultPawn.cpp b/Engine/Source/Runtime/Engine/Private/DefaultPawn.cpp index 999a7a6ca28f..8b9500bf8536 100644 --- a/Engine/Source/Runtime/Engine/Private/DefaultPawn.cpp +++ b/Engine/Source/Runtime/Engine/Private/DefaultPawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/DefaultPhysicsVolume.cpp b/Engine/Source/Runtime/Engine/Private/DefaultPhysicsVolume.cpp index d7d243a9b6c4..3deb0629f1ef 100644 --- a/Engine/Source/Runtime/Engine/Private/DefaultPhysicsVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/DefaultPhysicsVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/DefaultPhysicsVolume.h" diff --git a/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp b/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp index 6b5659df6f59..b9093a8bc182 100644 --- a/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp +++ b/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UDemoNetDriver.cpp: Simulated network driver for recording and playing back game sessions. diff --git a/Engine/Source/Runtime/Engine/Private/DestructibleActor.cpp b/Engine/Source/Runtime/Engine/Private/DestructibleActor.cpp index df9b682d72b0..26daea52d15b 100644 --- a/Engine/Source/Runtime/Engine/Private/DestructibleActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/DestructibleActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DestructibleActor.cpp: ADestructibleActor methods. diff --git a/Engine/Source/Runtime/Engine/Private/DestructibleFractureSettings.cpp b/Engine/Source/Runtime/Engine/Private/DestructibleFractureSettings.cpp index cc46859ee0b5..cd5bfa83eadf 100644 --- a/Engine/Source/Runtime/Engine/Private/DestructibleFractureSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/DestructibleFractureSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/DestructibleMesh.cpp b/Engine/Source/Runtime/Engine/Private/DestructibleMesh.cpp index cd95b95e7af5..457c32dcac36 100644 --- a/Engine/Source/Runtime/Engine/Private/DestructibleMesh.cpp +++ b/Engine/Source/Runtime/Engine/Private/DestructibleMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DestructibleMesh.cpp: UDestructibleMesh methods. diff --git a/Engine/Source/Runtime/Engine/Private/DeveloperSettings.cpp b/Engine/Source/Runtime/Engine/Private/DeveloperSettings.cpp index f42bfa2b1801..02fad41d0d84 100644 --- a/Engine/Source/Runtime/Engine/Private/DeveloperSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/DeveloperSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/DeveloperSettings.h" diff --git a/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfile.cpp b/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfile.cpp index 98e5213cedf2..605c62871b8d 100644 --- a/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfile.cpp +++ b/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DeviceProfiles/DeviceProfile.h" diff --git a/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfileManager.cpp b/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfileManager.cpp index e59378b45250..5badd1e5e8b9 100644 --- a/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfileManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfileManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DeviceProfiles/DeviceProfileManager.h" diff --git a/Engine/Source/Runtime/Engine/Private/DialogueTypes.cpp b/Engine/Source/Runtime/Engine/Private/DialogueTypes.cpp index 4cbb6f3024e7..30b2b5893b1f 100644 --- a/Engine/Source/Runtime/Engine/Private/DialogueTypes.cpp +++ b/Engine/Source/Runtime/Engine/Private/DialogueTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Runtime/Engine/Private/DialogueVoice.cpp b/Engine/Source/Runtime/Engine/Private/DialogueVoice.cpp index 662e159d19be..d98869923c25 100644 --- a/Engine/Source/Runtime/Engine/Private/DialogueVoice.cpp +++ b/Engine/Source/Runtime/Engine/Private/DialogueVoice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Runtime/Engine/Private/DialogueWave.cpp b/Engine/Source/Runtime/Engine/Private/DialogueWave.cpp index 4c782dfa3cb4..388c11182c39 100644 --- a/Engine/Source/Runtime/Engine/Private/DialogueWave.cpp +++ b/Engine/Source/Runtime/Engine/Private/DialogueWave.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ActiveSound.h" diff --git a/Engine/Source/Runtime/Engine/Private/DistanceFieldAtlas.cpp b/Engine/Source/Runtime/Engine/Private/DistanceFieldAtlas.cpp index 0171ce1252fc..caf6b5a58e0f 100644 --- a/Engine/Source/Runtime/Engine/Private/DistanceFieldAtlas.cpp +++ b/Engine/Source/Runtime/Engine/Private/DistanceFieldAtlas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldAtlas.cpp diff --git a/Engine/Source/Runtime/Engine/Private/Distributions.cpp b/Engine/Source/Runtime/Engine/Private/Distributions.cpp index 1faffa826f4d..049a4c6b0240 100644 --- a/Engine/Source/Runtime/Engine/Private/Distributions.cpp +++ b/Engine/Source/Runtime/Engine/Private/Distributions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Distributions.cpp: Implementation of distribution classes. diff --git a/Engine/Source/Runtime/Engine/Private/DocumentationActor.cpp b/Engine/Source/Runtime/Engine/Private/DocumentationActor.cpp index 07ef9c8b0a6a..d2d89814ee3d 100644 --- a/Engine/Source/Runtime/Engine/Private/DocumentationActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/DocumentationActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/DocumentationActor.h" diff --git a/Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp b/Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp index 6d1cf047f66a..cb8813b0dd4d 100644 --- a/Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp +++ b/Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Private/DynamicBlueprintBinding.cpp b/Engine/Source/Runtime/Engine/Private/DynamicBlueprintBinding.cpp index e5ab7f890c8e..c7c3b475e5f2 100644 --- a/Engine/Source/Runtime/Engine/Private/DynamicBlueprintBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/DynamicBlueprintBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/DynamicMeshBuilder.cpp b/Engine/Source/Runtime/Engine/Private/DynamicMeshBuilder.cpp index 000cb65f5e3e..7b0c1ce62ce7 100644 --- a/Engine/Source/Runtime/Engine/Private/DynamicMeshBuilder.cpp +++ b/Engine/Source/Runtime/Engine/Private/DynamicMeshBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DynamicMeshBuilder.cpp: Dynamic mesh builder implementation. diff --git a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp index 95dd4ffeb468..fd2eed44b7f1 100644 --- a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp +++ b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp index 278285db72d0..364d93731423 100644 --- a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp +++ b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode_Documentation.cpp b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode_Documentation.cpp index d83142062e2d..0eb4ab3c62fb 100644 --- a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode_Documentation.cpp +++ b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode_Documentation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EdGraph/EdGraphNode_Documentation.h" diff --git a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphPin.cpp b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphPin.cpp index c8e8098a862c..21f81f55fa36 100644 --- a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphPin.cpp +++ b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphPin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp index 3fe00dfadd5a..65d9b0e9874a 100644 --- a/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp +++ b/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EdGraph/EdGraph.h" diff --git a/Engine/Source/Runtime/Engine/Private/EditorFramework/AssetImportData.cpp b/Engine/Source/Runtime/Engine/Private/EditorFramework/AssetImportData.cpp index 5a79e5039834..7baf7e1f1686 100644 --- a/Engine/Source/Runtime/Engine/Private/EditorFramework/AssetImportData.cpp +++ b/Engine/Source/Runtime/Engine/Private/EditorFramework/AssetImportData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/EditorFramework/ThumbnailInfo.cpp b/Engine/Source/Runtime/Engine/Private/EditorFramework/ThumbnailInfo.cpp index deea2ea2862c..5a0c00425508 100644 --- a/Engine/Source/Runtime/Engine/Private/EditorFramework/ThumbnailInfo.cpp +++ b/Engine/Source/Runtime/Engine/Private/EditorFramework/ThumbnailInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EditorFramework/ThumbnailInfo.h" diff --git a/Engine/Source/Runtime/Engine/Private/EndUserSettings.cpp b/Engine/Source/Runtime/Engine/Private/EndUserSettings.cpp index 9b6e6bed360e..0adc5bc8a096 100644 --- a/Engine/Source/Runtime/Engine/Private/EndUserSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/EndUserSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/EndUserSettings.h" diff --git a/Engine/Source/Runtime/Engine/Private/Engine.cpp b/Engine/Source/Runtime/Engine/Private/Engine.cpp index 09cc8187ddd0..755c8199f6d7 100644 --- a/Engine/Source/Runtime/Engine/Private/Engine.cpp +++ b/Engine/Source/Runtime/Engine/Private/Engine.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Engine.cpp: Unreal engine package. diff --git a/Engine/Source/Runtime/Engine/Private/EngineAnalytics.cpp b/Engine/Source/Runtime/Engine/Private/EngineAnalytics.cpp index d08beaa802cc..bc1d61836f63 100644 --- a/Engine/Source/Runtime/Engine/Private/EngineAnalytics.cpp +++ b/Engine/Source/Runtime/Engine/Private/EngineAnalytics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EngineAnalytics.h" diff --git a/Engine/Source/Runtime/Engine/Private/EngineMessage.cpp b/Engine/Source/Runtime/Engine/Private/EngineMessage.cpp index 520ed39b0d8d..4e94e08622ca 100644 --- a/Engine/Source/Runtime/Engine/Private/EngineMessage.cpp +++ b/Engine/Source/Runtime/Engine/Private/EngineMessage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/Console.h" diff --git a/Engine/Source/Runtime/Engine/Private/EnginePrivate.h b/Engine/Source/Runtime/Engine/Private/EnginePrivate.h index 2ecf4aae5a6f..16b2b4eec678 100644 --- a/Engine/Source/Runtime/Engine/Private/EnginePrivate.h +++ b/Engine/Source/Runtime/Engine/Private/EnginePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EnginePrivate.h: Unreal engine private header file. diff --git a/Engine/Source/Runtime/Engine/Private/EngineService.cpp b/Engine/Source/Runtime/Engine/Private/EngineService.cpp index f0065b079c83..e37010d93c20 100644 --- a/Engine/Source/Runtime/Engine/Private/EngineService.cpp +++ b/Engine/Source/Runtime/Engine/Private/EngineService.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EngineService.h" diff --git a/Engine/Source/Runtime/Engine/Private/EngineTypes.cpp b/Engine/Source/Runtime/Engine/Private/EngineTypes.cpp index 8b47d586c3e6..ea767ef17639 100644 --- a/Engine/Source/Runtime/Engine/Private/EngineTypes.cpp +++ b/Engine/Source/Runtime/Engine/Private/EngineTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicalMaterials/PhysicalMaterial.h" diff --git a/Engine/Source/Runtime/Engine/Private/EngineUtils.cpp b/Engine/Source/Runtime/Engine/Private/EngineUtils.cpp index f5f31fa480f2..0d42af061702 100644 --- a/Engine/Source/Runtime/Engine/Private/EngineUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/EngineUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= =============================================================================*/ diff --git a/Engine/Source/Runtime/Engine/Private/ErrorChecking.cpp b/Engine/Source/Runtime/Engine/Private/ErrorChecking.cpp index 3b958e950a08..b885d4514878 100644 --- a/Engine/Source/Runtime/Engine/Private/ErrorChecking.cpp +++ b/Engine/Source/Runtime/Engine/Private/ErrorChecking.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*=========================================================================== ErrorChecking.cpp diff --git a/Engine/Source/Runtime/Engine/Private/FloatingPawnMovement.cpp b/Engine/Source/Runtime/Engine/Private/FloatingPawnMovement.cpp index 919841ed2986..21d18f59e6e3 100644 --- a/Engine/Source/Runtime/Engine/Private/FloatingPawnMovement.cpp +++ b/Engine/Source/Runtime/Engine/Private/FloatingPawnMovement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/FloatingPawnMovement.h" diff --git a/Engine/Source/Runtime/Engine/Private/Font.cpp b/Engine/Source/Runtime/Engine/Private/Font.cpp index 7d7290501fa5..a25beab30006 100644 --- a/Engine/Source/Runtime/Engine/Private/Font.cpp +++ b/Engine/Source/Runtime/Engine/Private/Font.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Font.cpp: Unreal font code. diff --git a/Engine/Source/Runtime/Engine/Private/GPUSkinCache.cpp b/Engine/Source/Runtime/Engine/Private/GPUSkinCache.cpp index 1f67e7b56c79..d20bf44f6ace 100644 --- a/Engine/Source/Runtime/Engine/Private/GPUSkinCache.cpp +++ b/Engine/Source/Runtime/Engine/Private/GPUSkinCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Copyright (C) Microsoft. All rights reserved. /*============================================================================= diff --git a/Engine/Source/Runtime/Engine/Private/GPUSkinCache.h b/Engine/Source/Runtime/Engine/Private/GPUSkinCache.h index 1a8c68cd88c9..a2ff05b0b021 100644 --- a/Engine/Source/Runtime/Engine/Private/GPUSkinCache.h +++ b/Engine/Source/Runtime/Engine/Private/GPUSkinCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Copyright (C) Microsoft. All rights reserved. /*============================================================================= diff --git a/Engine/Source/Runtime/Engine/Private/GPUSkinVertexFactory.cpp b/Engine/Source/Runtime/Engine/Private/GPUSkinVertexFactory.cpp index 128960058ae9..33ec51719965 100644 --- a/Engine/Source/Runtime/Engine/Private/GPUSkinVertexFactory.cpp +++ b/Engine/Source/Runtime/Engine/Private/GPUSkinVertexFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUVertexFactory.cpp: GPU skin vertex factory implementation diff --git a/Engine/Source/Runtime/Engine/Private/GPUSort.cpp b/Engine/Source/Runtime/Engine/Private/GPUSort.cpp index 5d23eccced7f..f05a32a445e2 100644 --- a/Engine/Source/Runtime/Engine/Private/GPUSort.cpp +++ b/Engine/Source/Runtime/Engine/Private/GPUSort.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUSort.cpp: Implementation for sorting buffers on the GPU. diff --git a/Engine/Source/Runtime/Engine/Private/GPUSort.h b/Engine/Source/Runtime/Engine/Private/GPUSort.h index d7d6bc571d36..79b019772cbb 100644 --- a/Engine/Source/Runtime/Engine/Private/GPUSort.h +++ b/Engine/Source/Runtime/Engine/Private/GPUSort.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUSort.cpp: Interface for sorting buffers on the GPU. diff --git a/Engine/Source/Runtime/Engine/Private/GameDelegates.cpp b/Engine/Source/Runtime/Engine/Private/GameDelegates.cpp index f7a5e83e7e32..db6e164cd637 100644 --- a/Engine/Source/Runtime/Engine/Private/GameDelegates.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameDelegates.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameDelegates.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameEngine.cpp b/Engine/Source/Runtime/Engine/Private/GameEngine.cpp index 15fe1760ee16..6f10dbcb92bc 100644 --- a/Engine/Source/Runtime/Engine/Private/GameEngine.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameEngine.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameEngine.cpp: Unreal game engine. diff --git a/Engine/Source/Runtime/Engine/Private/GameFramework/HUDHitBox.cpp b/Engine/Source/Runtime/Engine/Private/GameFramework/HUDHitBox.cpp index 6a851049c05a..3f9e11e19eb9 100644 --- a/Engine/Source/Runtime/Engine/Private/GameFramework/HUDHitBox.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameFramework/HUDHitBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/HUDHitBox.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameFramework/RootMotionSource.cpp b/Engine/Source/Runtime/Engine/Private/GameFramework/RootMotionSource.cpp index cc4d4c897494..7980851d4e5c 100644 --- a/Engine/Source/Runtime/Engine/Private/GameFramework/RootMotionSource.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameFramework/RootMotionSource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/RootMotionSource.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameFramework/SaveGame.cpp b/Engine/Source/Runtime/Engine/Private/GameFramework/SaveGame.cpp index 2e91aab05b67..24d2c493081f 100644 --- a/Engine/Source/Runtime/Engine/Private/GameFramework/SaveGame.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameFramework/SaveGame.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/SaveGame.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameFramework/SimpleReticle.cpp b/Engine/Source/Runtime/Engine/Private/GameFramework/SimpleReticle.cpp index 2b3a18d62502..b70364cc366a 100644 --- a/Engine/Source/Runtime/Engine/Private/GameFramework/SimpleReticle.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameFramework/SimpleReticle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/SimpleReticle.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameFramework/SpawnActorTimer.cpp b/Engine/Source/Runtime/Engine/Private/GameFramework/SpawnActorTimer.cpp index 5ad3f16b243a..7c023917361b 100644 --- a/Engine/Source/Runtime/Engine/Private/GameFramework/SpawnActorTimer.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameFramework/SpawnActorTimer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/SpawnActorTimer.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameFramework/SpawnActorTimer.h b/Engine/Source/Runtime/Engine/Private/GameFramework/SpawnActorTimer.h index 3e7de1be2cf2..ade6b181aab0 100644 --- a/Engine/Source/Runtime/Engine/Private/GameFramework/SpawnActorTimer.h +++ b/Engine/Source/Runtime/Engine/Private/GameFramework/SpawnActorTimer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** Util for recording SpawnActor times */ diff --git a/Engine/Source/Runtime/Engine/Private/GameFramework/SpringArmComponent.cpp b/Engine/Source/Runtime/Engine/Private/GameFramework/SpringArmComponent.cpp index b7fb34eed191..1b58ac3fcd5c 100644 --- a/Engine/Source/Runtime/Engine/Private/GameFramework/SpringArmComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameFramework/SpringArmComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/SpringArmComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameFramework/TouchInterface.cpp b/Engine/Source/Runtime/Engine/Private/GameFramework/TouchInterface.cpp index abb9b96ccc1b..67ac25bf1d6a 100644 --- a/Engine/Source/Runtime/Engine/Private/GameFramework/TouchInterface.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameFramework/TouchInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/TouchInterface.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameInstance.cpp b/Engine/Source/Runtime/Engine/Private/GameInstance.cpp index 6cb45903170a..146cbc93e1cb 100644 --- a/Engine/Source/Runtime/Engine/Private/GameInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameInstance.cpp: Implementation of GameInstance class diff --git a/Engine/Source/Runtime/Engine/Private/GameMode.cpp b/Engine/Source/Runtime/Engine/Private/GameMode.cpp index 839ac9cf7366..de0cf28c145a 100644 --- a/Engine/Source/Runtime/Engine/Private/GameMode.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameMode.cpp: AGameMode c++ code. diff --git a/Engine/Source/Runtime/Engine/Private/GameNetworkManager.cpp b/Engine/Source/Runtime/Engine/Private/GameNetworkManager.cpp index 3cf0e8ec7725..636292a228db 100644 --- a/Engine/Source/Runtime/Engine/Private/GameNetworkManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameNetworkManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameNetworkManager.cpp: AGameNetworkMAnager C++ code. diff --git a/Engine/Source/Runtime/Engine/Private/GameSession.cpp b/Engine/Source/Runtime/Engine/Private/GameSession.cpp index 5d1d4f6bfb02..4a35deb5a11b 100644 --- a/Engine/Source/Runtime/Engine/Private/GameSession.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameSession.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameSession.cpp: GameSession code. diff --git a/Engine/Source/Runtime/Engine/Private/GameState.cpp b/Engine/Source/Runtime/Engine/Private/GameState.cpp index ccd607ad03fa..640de63dbba7 100644 --- a/Engine/Source/Runtime/Engine/Private/GameState.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameState.cpp: GameState C++ code. diff --git a/Engine/Source/Runtime/Engine/Private/GameUserSettings.cpp b/Engine/Source/Runtime/Engine/Private/GameUserSettings.cpp index 9d377b0564d8..1cf646fe016e 100644 --- a/Engine/Source/Runtime/Engine/Private/GameUserSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameUserSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SlateBasics.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameViewportClient.cpp b/Engine/Source/Runtime/Engine/Private/GameViewportClient.cpp index f545f1aee1fd..92ac17caee66 100644 --- a/Engine/Source/Runtime/Engine/Private/GameViewportClient.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/Console.h" diff --git a/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp b/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp index e3ec080e66e7..f522346b95b0 100644 --- a/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp +++ b/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ParticleDefinitions.h" diff --git a/Engine/Source/Runtime/Engine/Private/GenericOctree.cpp b/Engine/Source/Runtime/Engine/Private/GenericOctree.cpp index 834a9e601f2f..e1c37a83750b 100644 --- a/Engine/Source/Runtime/Engine/Private/GenericOctree.cpp +++ b/Engine/Source/Runtime/Engine/Private/GenericOctree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GenericOctree.h" diff --git a/Engine/Source/Runtime/Engine/Private/GestureRecognizer.cpp b/Engine/Source/Runtime/Engine/Private/GestureRecognizer.cpp index c9e31dde6bd1..441acddcc157 100644 --- a/Engine/Source/Runtime/Engine/Private/GestureRecognizer.cpp +++ b/Engine/Source/Runtime/Engine/Private/GestureRecognizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GestureRecognizer - handles detecting when gestures happen diff --git a/Engine/Source/Runtime/Engine/Private/GlobalShader.cpp b/Engine/Source/Runtime/Engine/Private/GlobalShader.cpp index 06abd1475a55..72516b71a842 100644 --- a/Engine/Source/Runtime/Engine/Private/GlobalShader.cpp +++ b/Engine/Source/Runtime/Engine/Private/GlobalShader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GlobalShader.cpp: Global shader implementation. diff --git a/Engine/Source/Runtime/Engine/Private/HModel.cpp b/Engine/Source/Runtime/Engine/Private/HModel.cpp index baa67ab989be..2a5acfb8e948 100644 --- a/Engine/Source/Runtime/Engine/Private/HModel.cpp +++ b/Engine/Source/Runtime/Engine/Private/HModel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HModel.cpp: HModel implementation diff --git a/Engine/Source/Runtime/Engine/Private/HUD.cpp b/Engine/Source/Runtime/Engine/Private/HUD.cpp index 2f12238ca8f0..af05e6420e55 100644 --- a/Engine/Source/Runtime/Engine/Private/HUD.cpp +++ b/Engine/Source/Runtime/Engine/Private/HUD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HUD.cpp: Heads up Display related functionality diff --git a/Engine/Source/Runtime/Engine/Private/HardwareInfo.cpp b/Engine/Source/Runtime/Engine/Private/HardwareInfo.cpp index ce14ce409d16..a0baf0ac17dd 100644 --- a/Engine/Source/Runtime/Engine/Private/HardwareInfo.cpp +++ b/Engine/Source/Runtime/Engine/Private/HardwareInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Runtime/Engine/Private/HeadMountedDisplayFunctionLibrary.cpp b/Engine/Source/Runtime/Engine/Private/HeadMountedDisplayFunctionLibrary.cpp index ebe6343f501c..a702f2bf0dbf 100644 --- a/Engine/Source/Runtime/Engine/Private/HeadMountedDisplayFunctionLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/HeadMountedDisplayFunctionLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/HeadMountedDisplayFunctionLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp b/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp index a9c25b48065a..b629439d8d24 100644 --- a/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp +++ b/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InstancedStaticMesh.cpp: Static mesh rendering code. diff --git a/Engine/Source/Runtime/Engine/Private/HighResScreenshot.cpp b/Engine/Source/Runtime/Engine/Private/HighResScreenshot.cpp index b6b9286d7cdb..ee39ece59066 100644 --- a/Engine/Source/Runtime/Engine/Private/HighResScreenshot.cpp +++ b/Engine/Source/Runtime/Engine/Private/HighResScreenshot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "HighResScreenshot.h" #include "Slate/SceneViewport.h" diff --git a/Engine/Source/Runtime/Engine/Private/HitProxies.cpp b/Engine/Source/Runtime/Engine/Private/HitProxies.cpp index a7e4a4135e1a..f4733ce9e8ef 100644 --- a/Engine/Source/Runtime/Engine/Private/HitProxies.cpp +++ b/Engine/Source/Runtime/Engine/Private/HitProxies.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HitProxies.cpp: Hit proxy implementation. diff --git a/Engine/Source/Runtime/Engine/Private/ImageUtils.cpp b/Engine/Source/Runtime/Engine/Private/ImageUtils.cpp index 696dbb804531..ce0440001e6a 100644 --- a/Engine/Source/Runtime/Engine/Private/ImageUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/ImageUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ImageUtils.cpp: Image utility functions. diff --git a/Engine/Source/Runtime/Engine/Private/ImportantToggleSettingInterface.cpp b/Engine/Source/Runtime/Engine/Private/ImportantToggleSettingInterface.cpp index e3345097d6d0..2e4db2431a41 100644 --- a/Engine/Source/Runtime/Engine/Private/ImportantToggleSettingInterface.cpp +++ b/Engine/Source/Runtime/Engine/Private/ImportantToggleSettingInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/ImportantToggleSettingInterface.h" diff --git a/Engine/Source/Runtime/Engine/Private/InGameAdvertising.cpp b/Engine/Source/Runtime/Engine/Private/InGameAdvertising.cpp index a5a9ac534be8..5b0bee6626b7 100644 --- a/Engine/Source/Runtime/Engine/Private/InGameAdvertising.cpp +++ b/Engine/Source/Runtime/Engine/Private/InGameAdvertising.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InGameAdvertising.cpp: Base implementation for ingame advertising management diff --git a/Engine/Source/Runtime/Engine/Private/Info.cpp b/Engine/Source/Runtime/Engine/Private/Info.cpp index a904bba185d8..24bd613c8806 100644 --- a/Engine/Source/Runtime/Engine/Private/Info.cpp +++ b/Engine/Source/Runtime/Engine/Private/Info.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/InheritableComponentHandler.cpp b/Engine/Source/Runtime/Engine/Private/InheritableComponentHandler.cpp index e0a20d7b8c43..a5ca2b43f125 100644 --- a/Engine/Source/Runtime/Engine/Private/InheritableComponentHandler.cpp +++ b/Engine/Source/Runtime/Engine/Private/InheritableComponentHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/SCS_Node.h" diff --git a/Engine/Source/Runtime/Engine/Private/InputActionDelegateBinding.cpp b/Engine/Source/Runtime/Engine/Private/InputActionDelegateBinding.cpp index b7b505ae4434..e109b780f060 100644 --- a/Engine/Source/Runtime/Engine/Private/InputActionDelegateBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/InputActionDelegateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/InputAxisDelegateBinding.cpp b/Engine/Source/Runtime/Engine/Private/InputAxisDelegateBinding.cpp index 14db0a975f0f..e18d14f90d1a 100644 --- a/Engine/Source/Runtime/Engine/Private/InputAxisDelegateBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/InputAxisDelegateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/InputAxisKeyDelegateBinding.cpp b/Engine/Source/Runtime/Engine/Private/InputAxisKeyDelegateBinding.cpp index b84a69852631..d11cb0d6dc3d 100644 --- a/Engine/Source/Runtime/Engine/Private/InputAxisKeyDelegateBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/InputAxisKeyDelegateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/InputDelegateBinding.cpp b/Engine/Source/Runtime/Engine/Private/InputDelegateBinding.cpp index 7d38081c98cf..1953050ff6d2 100644 --- a/Engine/Source/Runtime/Engine/Private/InputDelegateBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/InputDelegateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/InputKeyDelegateBinding.cpp b/Engine/Source/Runtime/Engine/Private/InputKeyDelegateBinding.cpp index e0368da9336a..9200a921ecad 100644 --- a/Engine/Source/Runtime/Engine/Private/InputKeyDelegateBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/InputKeyDelegateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/InputTouchDelegateBinding.cpp b/Engine/Source/Runtime/Engine/Private/InputTouchDelegateBinding.cpp index 5866e938a57f..79b21f504ddf 100644 --- a/Engine/Source/Runtime/Engine/Private/InputTouchDelegateBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/InputTouchDelegateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/InputVectorAxisDelegateBinding.cpp b/Engine/Source/Runtime/Engine/Private/InputVectorAxisDelegateBinding.cpp index 8f04fce47339..b01d9f8675f1 100644 --- a/Engine/Source/Runtime/Engine/Private/InputVectorAxisDelegateBinding.cpp +++ b/Engine/Source/Runtime/Engine/Private/InputVectorAxisDelegateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp b/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp index 4bc525d6d156..996faf383b01 100644 --- a/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp +++ b/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InstancedStaticMesh.cpp: Static mesh rendering code. diff --git a/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.h b/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.h index 876b3a5b7ebb..4d834c08a976 100644 --- a/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.h +++ b/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InstancedStaticMesh.h: Instanced static mesh header diff --git a/Engine/Source/Runtime/Engine/Private/IntSerialization.cpp b/Engine/Source/Runtime/Engine/Private/IntSerialization.cpp index ea4d853874eb..cc30b02b8cea 100644 --- a/Engine/Source/Runtime/Engine/Private/IntSerialization.cpp +++ b/Engine/Source/Runtime/Engine/Private/IntSerialization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IntSerialization.cpp: UObject class for testing serialization int types diff --git a/Engine/Source/Runtime/Engine/Private/Interface.cpp b/Engine/Source/Runtime/Engine/Private/Interface.cpp index 8dce7e36a516..9e68653f8123 100644 --- a/Engine/Source/Runtime/Engine/Private/Interface.cpp +++ b/Engine/Source/Runtime/Engine/Private/Interface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Interfaces/Interface_CollisionDataProvider.h" diff --git a/Engine/Source/Runtime/Engine/Private/InterpCurveEdSetup.cpp b/Engine/Source/Runtime/Engine/Private/InterpCurveEdSetup.cpp index 37dc40f45f81..b6f897f0a459 100644 --- a/Engine/Source/Runtime/Engine/Private/InterpCurveEdSetup.cpp +++ b/Engine/Source/Runtime/Engine/Private/InterpCurveEdSetup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InterpCurveEdSetup.cpp: Implementation of distribution classes. diff --git a/Engine/Source/Runtime/Engine/Private/InterpolateComponentToAction.h b/Engine/Source/Runtime/Engine/Private/InterpolateComponentToAction.h index 4d6bcb0cc03e..3dfe7948668e 100644 --- a/Engine/Source/Runtime/Engine/Private/InterpolateComponentToAction.h +++ b/Engine/Source/Runtime/Engine/Private/InterpolateComponentToAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/Interpolation.cpp b/Engine/Source/Runtime/Engine/Private/Interpolation.cpp index bcb6ba980a23..e01cfb0dcea9 100644 --- a/Engine/Source/Runtime/Engine/Private/Interpolation.cpp +++ b/Engine/Source/Runtime/Engine/Private/Interpolation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Interpolation.cpp: Code for supporting interpolation of properties in-game. diff --git a/Engine/Source/Runtime/Engine/Private/InterpolationCurveEd.cpp b/Engine/Source/Runtime/Engine/Private/InterpolationCurveEd.cpp index ea2a5d89522b..15cfb1edf425 100644 --- a/Engine/Source/Runtime/Engine/Private/InterpolationCurveEd.cpp +++ b/Engine/Source/Runtime/Engine/Private/InterpolationCurveEd.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InterpolationCurveEd.cpp: Implementation of CurveEdInterface for various track types. diff --git a/Engine/Source/Runtime/Engine/Private/InterpolationDraw.cpp b/Engine/Source/Runtime/Engine/Private/InterpolationDraw.cpp index 602b89c65053..1ef67912a490 100644 --- a/Engine/Source/Runtime/Engine/Private/InterpolationDraw.cpp +++ b/Engine/Source/Runtime/Engine/Private/InterpolationDraw.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InterpolationDraw.cpp: Code for supporting interpolation of properties in-game. diff --git a/Engine/Source/Runtime/Engine/Private/KillZVolume.cpp b/Engine/Source/Runtime/Engine/Private/KillZVolume.cpp index 188b296b8c44..a81f4f8ce169 100644 --- a/Engine/Source/Runtime/Engine/Private/KillZVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/KillZVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/KillZVolume.h" diff --git a/Engine/Source/Runtime/Engine/Private/Kismet/BlueprintAsyncActionBase.cpp b/Engine/Source/Runtime/Engine/Private/Kismet/BlueprintAsyncActionBase.cpp index ed352ae5a32b..3f2d81f832e4 100644 --- a/Engine/Source/Runtime/Engine/Private/Kismet/BlueprintAsyncActionBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/Kismet/BlueprintAsyncActionBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/BlueprintAsyncActionBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetArrayLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetArrayLibrary.cpp index 5deceb3cbd43..a77b0878fe33 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetArrayLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetArrayLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/KismetArrayLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetFunctionLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetFunctionLibrary.cpp index 7f8dd6b8f0b3..c2b604d4d908 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetFunctionLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetFunctionLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetGuidLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetGuidLibrary.cpp index 4666aa38c6c5..0325dcbbcd0b 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetGuidLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetGuidLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/KismetGuidLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetInputLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetInputLibrary.cpp index 3239add8a534..fc7d36017198 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetInputLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetInputLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/KismetInputLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetMaterialLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetMaterialLibrary.cpp index ce101902b02f..3f5ea384df89 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetMaterialLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetMaterialLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/KismetMaterialLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetMathLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetMathLibrary.cpp index 9170675cb692..5746c737e106 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetMathLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetMathLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/KismetMathLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetNodeHelperLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetNodeHelperLibrary.cpp index fc33c24bf3ad..449d25427b44 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetNodeHelperLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetNodeHelperLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/KismetNodeHelperLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp index 998c3aaca432..2a567be4444b 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/KismetStringLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp index cb6d46fecfe7..6e5a717fb714 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/GameEngine.h" diff --git a/Engine/Source/Runtime/Engine/Private/KismetTextLibrary.cpp b/Engine/Source/Runtime/Engine/Private/KismetTextLibrary.cpp index 9535a99ddb6f..6a4631e920d2 100644 --- a/Engine/Source/Runtime/Engine/Private/KismetTextLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/KismetTextLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Kismet/KismetTextLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/LODActor.cpp b/Engine/Source/Runtime/Engine/Private/LODActor.cpp index fa7270a43620..37e4c3804c79 100644 --- a/Engine/Source/Runtime/Engine/Private/LODActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/LODActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LODActorBase.cpp: Static mesh actor base class implementation. diff --git a/Engine/Source/Runtime/Engine/Private/LatentActionManager.cpp b/Engine/Source/Runtime/Engine/Private/LatentActionManager.cpp index 2a26f4ca855d..3f37e7f0e0b1 100644 --- a/Engine/Source/Runtime/Engine/Private/LatentActionManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/LatentActionManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "LatentActions.h" diff --git a/Engine/Source/Runtime/Engine/Private/Layers/Layer.cpp b/Engine/Source/Runtime/Engine/Private/Layers/Layer.cpp index 3826d127f28c..c1ba99b40c4a 100644 --- a/Engine/Source/Runtime/Engine/Private/Layers/Layer.cpp +++ b/Engine/Source/Runtime/Engine/Private/Layers/Layer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Layers/Layer.h" diff --git a/Engine/Source/Runtime/Engine/Private/Level.cpp b/Engine/Source/Runtime/Engine/Private/Level.cpp index 2ce15a1d905b..67552bb00802 100644 --- a/Engine/Source/Runtime/Engine/Private/Level.cpp +++ b/Engine/Source/Runtime/Engine/Private/Level.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Level.cpp: Level-related functions diff --git a/Engine/Source/Runtime/Engine/Private/LevelActor.cpp b/Engine/Source/Runtime/Engine/Private/LevelActor.cpp index 20046432c563..8580dac5b212 100644 --- a/Engine/Source/Runtime/Engine/Private/LevelActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/LevelActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/LevelBounds.cpp b/Engine/Source/Runtime/Engine/Private/LevelBounds.cpp index f7643621f3b6..8c00ee90eaff 100644 --- a/Engine/Source/Runtime/Engine/Private/LevelBounds.cpp +++ b/Engine/Source/Runtime/Engine/Private/LevelBounds.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/LevelBounds.h" diff --git a/Engine/Source/Runtime/Engine/Private/LevelScriptActor.cpp b/Engine/Source/Runtime/Engine/Private/LevelScriptActor.cpp index ca4640c36255..cc57b5b4b787 100644 --- a/Engine/Source/Runtime/Engine/Private/LevelScriptActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/LevelScriptActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/LevelScriptBlueprint.cpp b/Engine/Source/Runtime/Engine/Private/LevelScriptBlueprint.cpp index 497813937d8b..7d9e64752658 100644 --- a/Engine/Source/Runtime/Engine/Private/LevelScriptBlueprint.cpp +++ b/Engine/Source/Runtime/Engine/Private/LevelScriptBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/LevelScriptActor.h" diff --git a/Engine/Source/Runtime/Engine/Private/LevelStreaming.cpp b/Engine/Source/Runtime/Engine/Private/LevelStreaming.cpp index cb21280176a2..8d0dd3b2270f 100644 --- a/Engine/Source/Runtime/Engine/Private/LevelStreaming.cpp +++ b/Engine/Source/Runtime/Engine/Private/LevelStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/LevelStreamingAlwaysLoaded.h" diff --git a/Engine/Source/Runtime/Engine/Private/LevelStreamingVolume.cpp b/Engine/Source/Runtime/Engine/Private/LevelStreamingVolume.cpp index c2b3e61e9076..4c6f7fdd1e29 100644 --- a/Engine/Source/Runtime/Engine/Private/LevelStreamingVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/LevelStreamingVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/LevelTick.cpp b/Engine/Source/Runtime/Engine/Private/LevelTick.cpp index 20b21b10a690..5efc92377616 100644 --- a/Engine/Source/Runtime/Engine/Private/LevelTick.cpp +++ b/Engine/Source/Runtime/Engine/Private/LevelTick.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LevelTick.cpp: Level timer tick function diff --git a/Engine/Source/Runtime/Engine/Private/LevelUtils.cpp b/Engine/Source/Runtime/Engine/Private/LevelUtils.cpp index bf485293990c..4be2786f8b0b 100644 --- a/Engine/Source/Runtime/Engine/Private/LevelUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/LevelUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Light.cpp b/Engine/Source/Runtime/Engine/Private/Light.cpp index b0e6affe1860..1b34f914e9f2 100644 --- a/Engine/Source/Runtime/Engine/Private/Light.cpp +++ b/Engine/Source/Runtime/Engine/Private/Light.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/LightMap.cpp b/Engine/Source/Runtime/Engine/Private/LightMap.cpp index 72226fc59fc9..88fc5c9bc4bd 100644 --- a/Engine/Source/Runtime/Engine/Private/LightMap.cpp +++ b/Engine/Source/Runtime/Engine/Private/LightMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMap.cpp: Light-map implementation. diff --git a/Engine/Source/Runtime/Engine/Private/LightmappedSurfaceCollection.cpp b/Engine/Source/Runtime/Engine/Private/LightmappedSurfaceCollection.cpp index 55bc744c2836..d4333678b586 100644 --- a/Engine/Source/Runtime/Engine/Private/LightmappedSurfaceCollection.cpp +++ b/Engine/Source/Runtime/Engine/Private/LightmappedSurfaceCollection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Lightmass/LightmappedSurfaceCollection.h" diff --git a/Engine/Source/Runtime/Engine/Private/LightmassCharacterIndirectDetailVolume.cpp b/Engine/Source/Runtime/Engine/Private/LightmassCharacterIndirectDetailVolume.cpp index 07a2b52f4b09..b6cdef80e852 100644 --- a/Engine/Source/Runtime/Engine/Private/LightmassCharacterIndirectDetailVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/LightmassCharacterIndirectDetailVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/LightmassImportanceVolume.cpp b/Engine/Source/Runtime/Engine/Private/LightmassImportanceVolume.cpp index b784faeb438f..15dc0994187d 100644 --- a/Engine/Source/Runtime/Engine/Private/LightmassImportanceVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/LightmassImportanceVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/LightmassPrimitiveSettingsObject.cpp b/Engine/Source/Runtime/Engine/Private/LightmassPrimitiveSettingsObject.cpp index 4a28c96667bc..336d92f34367 100644 --- a/Engine/Source/Runtime/Engine/Private/LightmassPrimitiveSettingsObject.cpp +++ b/Engine/Source/Runtime/Engine/Private/LightmassPrimitiveSettingsObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Lightmass/LightmassPrimitiveSettingsObject.h" diff --git a/Engine/Source/Runtime/Engine/Private/LocalMessage.cpp b/Engine/Source/Runtime/Engine/Private/LocalMessage.cpp index 887533544a4c..77a9f8dd0e2e 100644 --- a/Engine/Source/Runtime/Engine/Private/LocalMessage.cpp +++ b/Engine/Source/Runtime/Engine/Private/LocalMessage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/LocalMessage.h" diff --git a/Engine/Source/Runtime/Engine/Private/LocalPlayer.cpp b/Engine/Source/Runtime/Engine/Private/LocalPlayer.cpp index 50aedcd25fc3..501417b461d7 100644 --- a/Engine/Source/Runtime/Engine/Private/LocalPlayer.cpp +++ b/Engine/Source/Runtime/Engine/Private/LocalPlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/LocalVertexFactory.cpp b/Engine/Source/Runtime/Engine/Private/LocalVertexFactory.cpp index a51133e8c543..74d542d6a6b9 100644 --- a/Engine/Source/Runtime/Engine/Private/LocalVertexFactory.cpp +++ b/Engine/Source/Runtime/Engine/Private/LocalVertexFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LocalVertexFactory.cpp: Local vertex factory implementation diff --git a/Engine/Source/Runtime/Engine/Private/MallocProfilerEx.cpp b/Engine/Source/Runtime/Engine/Private/MallocProfilerEx.cpp index 22d3de997a82..1e5604fd3346 100644 --- a/Engine/Source/Runtime/Engine/Private/MallocProfilerEx.cpp +++ b/Engine/Source/Runtime/Engine/Private/MallocProfilerEx.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MallocProfilerEx.cpp: Extended memory profiling support. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/HLSLMaterialTranslator.h b/Engine/Source/Runtime/Engine/Private/Materials/HLSLMaterialTranslator.h index 3280d36733b1..86e8780a865e 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/HLSLMaterialTranslator.h +++ b/Engine/Source/Runtime/Engine/Private/Materials/HLSLMaterialTranslator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HLSLMaterialTranslator.h: Translates material expressions into HLSL code. =============================================================================*/ diff --git a/Engine/Source/Runtime/Engine/Private/Materials/Material.cpp b/Engine/Source/Runtime/Engine/Private/Materials/Material.cpp index 032d78902d2d..b58a2d28aa30 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/Material.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/Material.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnMaterial.cpp: Shader implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp index d7c43777adf0..cc58cf188844 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialExpressions.cpp - Material expressions implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstance.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstance.cpp index 5f2e5f5cbb94..264d96f4ab85 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Materials/MaterialExpressionScalarParameter.h" diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceConstant.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceConstant.cpp index 7582b5b56eef..c0f101837089 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceConstant.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceConstant.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialInstanceConstant.cpp: MaterialInstanceConstant implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceDynamic.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceDynamic.cpp index 14b924fa4466..d2692d9cfe03 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceDynamic.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceDynamic.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== MaterialInstanceDynamic.cpp: MaterialInstanceDynamic implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceSupport.h b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceSupport.h index 46c6123193aa..5cc4537d4e02 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceSupport.h +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInstanceSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialInstance.h: MaterialInstance definitions. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp index 912f0e19f33e..9ad8849e2e94 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialInterface.cpp: UMaterialInterface implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialShader.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MaterialShader.cpp index d56151c7f6e5..10b20ecaa0d3 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialShader.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialShader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DiagnosticTable.h" diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialShared.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MaterialShared.cpp index b11509e6a78d..a444215cc322 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialShared.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialShared.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialShared.cpp: Shared material implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.cpp index a92299856d6b..57bbfcc8a609 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialShared.cpp: Shared material implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.h b/Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.h index 5f551819198d..b154f45b369a 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.h +++ b/Engine/Source/Runtime/Engine/Private/Materials/MaterialUniformExpressions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UniformExpressions.h: Uniform expression definitions. =============================================================================*/ diff --git a/Engine/Source/Runtime/Engine/Private/Materials/MeshMaterialShader.cpp b/Engine/Source/Runtime/Engine/Private/Materials/MeshMaterialShader.cpp index f60fd6378e13..205a741a9374 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/MeshMaterialShader.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/MeshMaterialShader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshMaterialShader.cpp: Mesh material shader implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp b/Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp index ceddd894ce48..491c3c630bb9 100644 --- a/Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp +++ b/Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ParameterCollection.h" diff --git a/Engine/Source/Runtime/Engine/Private/MatineeAnimInterface.cpp b/Engine/Source/Runtime/Engine/Private/MatineeAnimInterface.cpp index 4de7af6f78c3..7546fd358aeb 100644 --- a/Engine/Source/Runtime/Engine/Private/MatineeAnimInterface.cpp +++ b/Engine/Source/Runtime/Engine/Private/MatineeAnimInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Matinee/MatineeAnimInterface.h" diff --git a/Engine/Source/Runtime/Engine/Private/MatineeDelegates.cpp b/Engine/Source/Runtime/Engine/Private/MatineeDelegates.cpp index 24ddce466742..dd1ff29936aa 100644 --- a/Engine/Source/Runtime/Engine/Private/MatineeDelegates.cpp +++ b/Engine/Source/Runtime/Engine/Private/MatineeDelegates.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "MatineeDelegates.h" diff --git a/Engine/Source/Runtime/Engine/Private/MatineeInterface.cpp b/Engine/Source/Runtime/Engine/Private/MatineeInterface.cpp index 122708357260..9629d26d5396 100644 --- a/Engine/Source/Runtime/Engine/Private/MatineeInterface.cpp +++ b/Engine/Source/Runtime/Engine/Private/MatineeInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Matinee/MatineeInterface.h" diff --git a/Engine/Source/Runtime/Engine/Private/MatineeUtils.cpp b/Engine/Source/Runtime/Engine/Private/MatineeUtils.cpp index 9b4b3e14c473..85200cf93892 100644 --- a/Engine/Source/Runtime/Engine/Private/MatineeUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/MatineeUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "MatineeUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/MemberReference.cpp b/Engine/Source/Runtime/Engine/Private/MemberReference.cpp index 356ce3975ba1..e3fdfb900784 100644 --- a/Engine/Source/Runtime/Engine/Private/MemberReference.cpp +++ b/Engine/Source/Runtime/Engine/Private/MemberReference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/MeshParticleVertexFactory.cpp b/Engine/Source/Runtime/Engine/Private/MeshParticleVertexFactory.cpp index 3b64f083bf5f..d12b55b4778e 100644 --- a/Engine/Source/Runtime/Engine/Private/MeshParticleVertexFactory.cpp +++ b/Engine/Source/Runtime/Engine/Private/MeshParticleVertexFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshParticleVertexFactory.cpp: Mesh particle vertex factory implementation diff --git a/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainter.cpp b/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainter.cpp index fcd124ab1393..feb0b5bda234 100644 --- a/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainter.cpp +++ b/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/StaticMeshComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainterKismetLibrary.cpp b/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainterKismetLibrary.cpp index 7da95f623f0c..b8aa041d9747 100644 --- a/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainterKismetLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/MeshVertexPainter/MeshVertexPainterKismetLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "MeshVertexPainter/MeshVertexPainterKismetLibrary.h" diff --git a/Engine/Source/Runtime/Engine/Private/Model.cpp b/Engine/Source/Runtime/Engine/Private/Model.cpp index e62c74c94c6d..eda44d63be7c 100644 --- a/Engine/Source/Runtime/Engine/Private/Model.cpp +++ b/Engine/Source/Runtime/Engine/Private/Model.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Model.cpp: Unreal model functions diff --git a/Engine/Source/Runtime/Engine/Private/ModelCollision.cpp b/Engine/Source/Runtime/Engine/Private/ModelCollision.cpp index 64a556d0c473..b2db6ac83880 100644 --- a/Engine/Source/Runtime/Engine/Private/ModelCollision.cpp +++ b/Engine/Source/Runtime/Engine/Private/ModelCollision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ModelCollision.cpp: Simple physics and occlusion testing for editor diff --git a/Engine/Source/Runtime/Engine/Private/ModelLight.cpp b/Engine/Source/Runtime/Engine/Private/ModelLight.cpp index 622c1bd810be..9302558513c3 100644 --- a/Engine/Source/Runtime/Engine/Private/ModelLight.cpp +++ b/Engine/Source/Runtime/Engine/Private/ModelLight.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ModelLight.cpp: Unreal model lighting. diff --git a/Engine/Source/Runtime/Engine/Private/ModelRender.cpp b/Engine/Source/Runtime/Engine/Private/ModelRender.cpp index a83849195c81..6ff246f3fdca 100644 --- a/Engine/Source/Runtime/Engine/Private/ModelRender.cpp +++ b/Engine/Source/Runtime/Engine/Private/ModelRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ModelRender.cpp: Unreal model rendering diff --git a/Engine/Source/Runtime/Engine/Private/MorphMesh.cpp b/Engine/Source/Runtime/Engine/Private/MorphMesh.cpp index c5d5c02c2905..8726f6955da6 100644 --- a/Engine/Source/Runtime/Engine/Private/MorphMesh.cpp +++ b/Engine/Source/Runtime/Engine/Private/MorphMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MorphMesh.cpp: Unreal morph target mesh and blending implementation. diff --git a/Engine/Source/Runtime/Engine/Private/MorphTools.cpp b/Engine/Source/Runtime/Engine/Private/MorphTools.cpp index c46d970bd5d7..d8257106a470 100644 --- a/Engine/Source/Runtime/Engine/Private/MorphTools.cpp +++ b/Engine/Source/Runtime/Engine/Private/MorphTools.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MorphTools.cpp: Morph target creation helper classes. diff --git a/Engine/Source/Runtime/Engine/Private/NavMeshBoundsVolume.cpp b/Engine/Source/Runtime/Engine/Private/NavMeshBoundsVolume.cpp index b1e5c8123983..79132a2a787a 100644 --- a/Engine/Source/Runtime/Engine/Private/NavMeshBoundsVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/NavMeshBoundsVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AI/Navigation/NavMeshBoundsVolume.h" diff --git a/Engine/Source/Runtime/Engine/Private/NavMeshRenderingHelpers.h b/Engine/Source/Runtime/Engine/Private/NavMeshRenderingHelpers.h index 21e1536e06c3..677024fc54a4 100644 --- a/Engine/Source/Runtime/Engine/Private/NavMeshRenderingHelpers.h +++ b/Engine/Source/Runtime/Engine/Private/NavMeshRenderingHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DebugRenderSceneProxy.h" #include "Debug/DebugDrawService.h" diff --git a/Engine/Source/Runtime/Engine/Private/NavigationObjectBase.cpp b/Engine/Source/Runtime/Engine/Private/NavigationObjectBase.cpp index b325d9427e5c..6b71595345ee 100644 --- a/Engine/Source/Runtime/Engine/Private/NavigationObjectBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/NavigationObjectBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/PhysicsVolume.h" diff --git a/Engine/Source/Runtime/Engine/Private/NetConnection.cpp b/Engine/Source/Runtime/Engine/Private/NetConnection.cpp index b8a7a892c0de..5d1e7ef191d2 100644 --- a/Engine/Source/Runtime/Engine/Private/NetConnection.cpp +++ b/Engine/Source/Runtime/Engine/Private/NetConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NetConnection.cpp: Unreal connection base class. diff --git a/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp b/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp index 15f74e76a381..997f484fdd66 100644 --- a/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp +++ b/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NetworkDriver.cpp: Unreal network driver base class. diff --git a/Engine/Source/Runtime/Engine/Private/NetworkPrediction.cpp b/Engine/Source/Runtime/Engine/Private/NetworkPrediction.cpp index 9bfe971deff9..17e26dd0d27d 100644 --- a/Engine/Source/Runtime/Engine/Private/NetworkPrediction.cpp +++ b/Engine/Source/Runtime/Engine/Private/NetworkPrediction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Interfaces/NetworkPredictionInterface.h" diff --git a/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp b/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp index f3db595ec4f8..aec34f58302b 100644 --- a/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp +++ b/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NetworkProfiler.cpp: server network profiling support. diff --git a/Engine/Source/Runtime/Engine/Private/NetworkSettings.cpp b/Engine/Source/Runtime/Engine/Private/NetworkSettings.cpp index 43daebc8615b..c7472a96d415 100644 --- a/Engine/Source/Runtime/Engine/Private/NetworkSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/NetworkSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/NetworkSettings.h" diff --git a/Engine/Source/Runtime/Engine/Private/NiagaraEffectRenderer.cpp b/Engine/Source/Runtime/Engine/Private/NiagaraEffectRenderer.cpp index 1fb0b91336cf..649878229b03 100644 --- a/Engine/Source/Runtime/Engine/Private/NiagaraEffectRenderer.cpp +++ b/Engine/Source/Runtime/Engine/Private/NiagaraEffectRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Note.cpp b/Engine/Source/Runtime/Engine/Private/Note.cpp index 479b1889274d..09e12a3bb42c 100644 --- a/Engine/Source/Runtime/Engine/Private/Note.cpp +++ b/Engine/Source/Runtime/Engine/Private/Note.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/Note.h" diff --git a/Engine/Source/Runtime/Engine/Private/ObjectEditorUtils.cpp b/Engine/Source/Runtime/Engine/Private/ObjectEditorUtils.cpp index 0ba4426a3045..3bf228321771 100644 --- a/Engine/Source/Runtime/Engine/Private/ObjectEditorUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/ObjectEditorUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ObjectEditorUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/ObjectLibrary.cpp b/Engine/Source/Runtime/Engine/Private/ObjectLibrary.cpp index b5961cbcfb51..10706e912382 100644 --- a/Engine/Source/Runtime/Engine/Private/ObjectLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/ObjectLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Runtime/Engine/Private/ObjectReferencer.cpp b/Engine/Source/Runtime/Engine/Private/ObjectReferencer.cpp index a14b900f4553..5c73907f0549 100644 --- a/Engine/Source/Runtime/Engine/Private/ObjectReferencer.cpp +++ b/Engine/Source/Runtime/Engine/Private/ObjectReferencer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/ObjectReferencer.h" diff --git a/Engine/Source/Runtime/Engine/Private/OnlineReplStructs.cpp b/Engine/Source/Runtime/Engine/Private/OnlineReplStructs.cpp index c563e778189a..4851723ba486 100644 --- a/Engine/Source/Runtime/Engine/Private/OnlineReplStructs.cpp +++ b/Engine/Source/Runtime/Engine/Private/OnlineReplStructs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OnlineReplStructs.cpp: Unreal networking serialization helpers diff --git a/Engine/Source/Runtime/Engine/Private/OnlineSession.cpp b/Engine/Source/Runtime/Engine/Private/OnlineSession.cpp index 66c953f38cb0..8c210ef8412c 100644 --- a/Engine/Source/Runtime/Engine/Private/OnlineSession.cpp +++ b/Engine/Source/Runtime/Engine/Private/OnlineSession.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GameSession.cpp: GameSession code. diff --git a/Engine/Source/Runtime/Engine/Private/OpusAudioInfo.cpp b/Engine/Source/Runtime/Engine/Private/OpusAudioInfo.cpp index e022b35ef916..dcc675ed110d 100644 --- a/Engine/Source/Runtime/Engine/Private/OpusAudioInfo.cpp +++ b/Engine/Source/Runtime/Engine/Private/OpusAudioInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp b/Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp index 4bbb1fa2f60e..11ec7a43eed9 100644 --- a/Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp +++ b/Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Net/UnrealNetwork.h" diff --git a/Engine/Source/Runtime/Engine/Private/PainCausingVolume.cpp b/Engine/Source/Runtime/Engine/Private/PainCausingVolume.cpp index ea70ca23bccc..bed92fa2894e 100644 --- a/Engine/Source/Runtime/Engine/Private/PainCausingVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/PainCausingVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/PainCausingVolume.h" diff --git a/Engine/Source/Runtime/Engine/Private/Particles/Emitter.cpp b/Engine/Source/Runtime/Engine/Private/Particles/Emitter.cpp index 14cd080802e4..4bd5e64ad5f9 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/Emitter.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/Emitter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Particles/Emitter.h" diff --git a/Engine/Source/Runtime/Engine/Private/Particles/FXSystem.cpp b/Engine/Source/Runtime/Engine/Private/Particles/FXSystem.cpp index 48bed48973e2..569239f9e5f7 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/FXSystem.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/FXSystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FXSystem.cpp: Implementation of the effects system. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/FXSystemPrivate.h b/Engine/Source/Runtime/Engine/Private/Particles/FXSystemPrivate.h index df3fec03285d..b3a928add913 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/FXSystemPrivate.h +++ b/Engine/Source/Runtime/Engine/Private/Particles/FXSystemPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FXSystemPrivate.h: Internal effects system interface. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeam2EmitterInstance.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeam2EmitterInstance.cpp index 06899e7ff585..b410cee726fb 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeam2EmitterInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeam2EmitterInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FParticleBeam2EmitterInstance.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamModules.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamModules.cpp index 63f3c47a5b0e..dfabb87203fd 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamModules.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamModules.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleBeamModules.cpp: Particle module implementations for beams. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamTrailVertexFactory.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamTrailVertexFactory.cpp index 1de425b21030..3affbec1ff52 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamTrailVertexFactory.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleBeamTrailVertexFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleBeamTrailVertexFactory.cpp: Particle vertex factory implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp index bf0a9a244d27..25b4747468a6 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnParticleComponent.cpp: Particle component implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleCurveTexture.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleCurveTexture.cpp index 29ebd927d426..c65ff54db396 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleCurveTexture.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleCurveTexture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleCurveTexture.cpp: Texture used to hold particle curves. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleCurveTexture.h b/Engine/Source/Runtime/Engine/Private/Particles/ParticleCurveTexture.h index 9128a3e91cbf..00f960f745e5 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleCurveTexture.h +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleCurveTexture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleCurveTexture.h: Texture used to hold particle curves. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp index 865fee3f8945..93631bf3041f 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleEmitterInstances.cpp: Particle emitter instance implementations. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleEventManager.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleEventManager.cpp index 189d7a6aa6df..9af5c481dd3b 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleEventManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleEventManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ParticleDefinitions.h" diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleGpuSimulation.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleGpuSimulation.cpp index b9a4db64b351..b77f173bf42b 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleGpuSimulation.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleGpuSimulation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleGpuSimulation.cpp: Implementation of GPU particle simulation. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleMemoryStatManager.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleMemoryStatManager.cpp index 1ffb48704572..e742513ba117 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleMemoryStatManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleMemoryStatManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleMemoryStatManager.cpp: Particle dynamic data memory manager implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp index 5cdfde59b471..6758578d76b6 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules.cpp: Particle module implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Camera.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Camera.cpp index ab49a41ac7f0..55198875dc1c 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Camera.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Camera.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Camera.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Collision.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Collision.cpp index 20cbb857bc7e..4583a4b2d5c3 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Collision.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Collision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Collision.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Color.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Color.cpp index c194ca003e14..7fc383c30b9b 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Color.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Color.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Color.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Event.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Event.cpp index 53e2e574e616..d6c272bd35f3 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Event.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Event.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Event.cpp: Particle event-related module implementations. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Location.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Location.cpp index 57881e690127..9272145b625c 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Location.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Location.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Location.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Material.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Material.cpp index a894860f8728..d970b8962cc5 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Material.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Material.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Material.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Orbit.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Orbit.cpp index abd3e7553e78..61d1deab30e5 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Orbit.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Orbit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Orbit.cpp: Orbit particle modules implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Parameter.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Parameter.cpp index e32cd711c6dd..a96b0fa0b0be 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Parameter.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Parameter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Parameter.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Size.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Size.cpp index 1fd8f622fd7c..073d9d693cf3 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Size.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Size.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Size.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Spawn.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Spawn.cpp index 6e59a80321ba..e47feb555f41 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Spawn.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Spawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Spawn.cpp: Particle spawn-related module implementations. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_VectorField.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_VectorField.cpp index d88b931fb412..6776c066f26e 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_VectorField.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_VectorField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleModules_VectorField.cpp: Vector field module implementations. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Velocity.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Velocity.cpp index 02460400d23c..6da669969708 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Velocity.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Velocity.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleModules_Velocity.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleResources.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleResources.cpp index 5ccfbd2f7250..a88c744ae1ed 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleResources.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleResources.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleResources.cpp: Implementation of global particle resources. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleResources.h b/Engine/Source/Runtime/Engine/Private/Particles/ParticleResources.h index b15f344e2735..5e80e30904a4 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleResources.h +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleResources.h: Declaration of global particle resources. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleSimulationGPU.h b/Engine/Source/Runtime/Engine/Private/Particles/ParticleSimulationGPU.h index e78f31e37161..b221c4aa84ae 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleSimulationGPU.h +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleSimulationGPU.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleSimulationGPU.h: Interface to GPU particle simulation. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleSortingGPU.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleSortingGPU.cpp index 0e2291626a5c..f0fd44a847ad 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleSortingGPU.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleSortingGPU.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleSortingGPU.cpp: Sorting GPU particles. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleSortingGPU.h b/Engine/Source/Runtime/Engine/Private/Particles/ParticleSortingGPU.h index b581a8c56229..0fe6b379e6c7 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleSortingGPU.h +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleSortingGPU.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== ParticleSortingGPU.h: Interface for sorting GPU particles. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemRender.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemRender.cpp index f26e9682d766..414ae1fb0b54 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemRender.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleSystemRender.cpp: Particle system rendering functions. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrail2EmitterInstance.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrail2EmitterInstance.cpp index e9d9b712eec7..45fd21f7c3fc 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrail2EmitterInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrail2EmitterInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleTrail2EmitterInstance.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrailModules.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrailModules.cpp index 4baf6bdf0758..de313fe870ee 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrailModules.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleTrailModules.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleTrailModules.cpp: Particle module implementations for trails. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/ParticleVertexFactory.cpp b/Engine/Source/Runtime/Engine/Private/Particles/ParticleVertexFactory.cpp index fc0f8d165d0d..b74c131b42ab 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/ParticleVertexFactory.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/ParticleVertexFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleVertexFactory.cpp: Particle vertex factory implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Particles/SubUVAnimation.cpp b/Engine/Source/Runtime/Engine/Private/Particles/SubUVAnimation.cpp index 2b423855d505..77d62759fd3b 100644 --- a/Engine/Source/Runtime/Engine/Private/Particles/SubUVAnimation.cpp +++ b/Engine/Source/Runtime/Engine/Private/Particles/SubUVAnimation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Particles/SubUVAnimation.h" diff --git a/Engine/Source/Runtime/Engine/Private/Pawn.cpp b/Engine/Source/Runtime/Engine/Private/Pawn.cpp index 53fcec036f5d..5d5395edf9a9 100644 --- a/Engine/Source/Runtime/Engine/Private/Pawn.cpp +++ b/Engine/Source/Runtime/Engine/Private/Pawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Pawn.cpp: APawn AI implementation diff --git a/Engine/Source/Runtime/Engine/Private/PendingNetGame.cpp b/Engine/Source/Runtime/Engine/Private/PendingNetGame.cpp index 34b608c7a6c6..72725345cee4 100644 --- a/Engine/Source/Runtime/Engine/Private/PendingNetGame.cpp +++ b/Engine/Source/Runtime/Engine/Private/PendingNetGame.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PendingNetGame.cpp: Unreal pending net game class. diff --git a/Engine/Source/Runtime/Engine/Private/PerfCountersHelpers.cpp b/Engine/Source/Runtime/Engine/Private/PerfCountersHelpers.cpp index 821ac7f30aab..f464f497cd7d 100644 --- a/Engine/Source/Runtime/Engine/Private/PerfCountersHelpers.cpp +++ b/Engine/Source/Runtime/Engine/Private/PerfCountersHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Performance/EnginePerformanceTargets.cpp b/Engine/Source/Runtime/Engine/Private/Performance/EnginePerformanceTargets.cpp index 24d837cd60ed..5593b1e4de10 100644 --- a/Engine/Source/Runtime/Engine/Private/Performance/EnginePerformanceTargets.cpp +++ b/Engine/Source/Runtime/Engine/Private/Performance/EnginePerformanceTargets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Performance/EnginePerformanceTargets.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodyInstance.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodyInstance.cpp index 47af9e364939..702c21b68e54 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodyInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodyInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodySetup.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodySetup.cpp index 627612e25be7..0c25fa774d4d 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodySetup.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodySetup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BodySetup.cpp diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintInstance.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintInstance.cpp index 6c1485e0371d..cb80b5baaf8c 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/ConstraintInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysAnim.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysAnim.cpp index fac0a3a9e8d7..320019d87bfa 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysAnim.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysAnim.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysAnim.cpp: Code for supporting animation/physics blending diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysCommandHandler.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysCommandHandler.cpp index 60748387f519..8f557d190d8a 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysCommandHandler.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysCommandHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDerivedData.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDerivedData.cpp index 027c70e400e4..329b18ebec48 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDerivedData.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDerivedData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysDerivedData.h" #include "TargetPlatform.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDerivedData.h b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDerivedData.h index f867740260a4..6cde5f75e839 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDerivedData.h +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDerivedData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDrawing.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDrawing.cpp index e5f6203627a1..cba9dbd0265f 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDrawing.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysDrawing.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysLevel.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysLevel.cpp index 6f888e99dfef..9bbf8dbfdbcc 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysLevel.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysLevel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysScene.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysScene.cpp index bed24065565e..b0baf1815549 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysScene.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysScene.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysSubstepTasks.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysSubstepTasks.cpp index fc6a0890f40a..d379ff11e2ae 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysSubstepTasks.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysSubstepTasks.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysSubstepTasks.h b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysSubstepTasks.h index 5f2cdd3a4b31..fd01a8068121 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysSubstepTasks.h +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysSubstepTasks.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysUtils.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysUtils.cpp index e576a8dd9529..31ebd49c88e1 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================ Karma Integration Support diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXLibs.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXLibs.cpp index 4bb1b0da09b4..1c8c59e1a6e8 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXLibs.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXLibs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysXLibs.cpp: PhysX library imports diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXSupport.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXSupport.cpp index 6123d4c055f1..ae8ca66cb675 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXSupport.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXSupport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysXSupport.cpp: PhysX diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXSupport.h b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXSupport.h index ff3a33498cc7..c790f7564a55 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXSupport.h +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysXSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysXSupport.h: PhysX support diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicalMaterial.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicalMaterial.cpp index d905d10b40f3..78515695d2a8 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicalMaterial.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicalMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysicalMaterial.cpp diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsAsset.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsAsset.cpp index d1d3fb65c593..177e3cfff2c0 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsAsset.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysicsAsset.cpp diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsCollisionHandler.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsCollisionHandler.cpp index ddfc3aab9df8..afb4a07d32d1 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsCollisionHandler.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsCollisionHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintActor.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintActor.cpp index 6c025144618b..01ef669b68e7 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysXSupport.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintComponent.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintComponent.cpp index 416e0577436a..864cf6464aab 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysXSupport.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintTemplate.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintTemplate.cpp index 7965a1aa0c63..a5386af03a86 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintTemplate.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintTemplate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysXSupport.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsHandleComponent.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsHandleComponent.cpp index 4256e77a3b4f..2035d829de8c 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsHandleComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsHandleComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsEngine/PhysicsHandleComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSerializer.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSerializer.cpp index 4c931ae37d8c..6fb09e75b10e 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSerializer.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSerializer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysicsSerializer.cpp diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSettings.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSettings.cpp index 7a52f7138050..6193c8e04c92 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/MovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSpring.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSpring.cpp index 9f295bdaeecd..0df03936ccc1 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSpring.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsSpring.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsEngine/PhysicsSpringComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsThruster.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsThruster.cpp index 5b878e2d9f1f..f25cf86b21e6 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsThruster.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsThruster.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsEngine/PhysicsThrusterComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/RadialForceComponent.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/RadialForceComponent.cpp index 0e46511ea7db..cb7713db3eea 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine/RadialForceComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine/RadialForceComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/MovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/AggregateGeometry2D.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/AggregateGeometry2D.cpp index 38ee0d8a5f21..f8f81a0d652b 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/AggregateGeometry2D.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/AggregateGeometry2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsEngine/AggregateGeometry2D.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/BodySetup2D.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/BodySetup2D.cpp index 5a0ca2b51611..dd1a115e6653 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/BodySetup2D.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/BodySetup2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsEngine/BodySetup2D.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/Box2DIntegration.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/Box2DIntegration.cpp index 5b909017a48a..d9a0f15d2ff9 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/Box2DIntegration.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/Box2DIntegration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Box2DIntegration.h" diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/Box2DIntegration.h b/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/Box2DIntegration.h index 2531f1b6de7f..7f38ea23d6b9 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/Box2DIntegration.h +++ b/Engine/Source/Runtime/Engine/Private/PhysicsEngine2D/Box2DIntegration.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/PhysicsVolume.cpp b/Engine/Source/Runtime/Engine/Private/PhysicsVolume.cpp index f7d10841862b..611d4e99fc00 100644 --- a/Engine/Source/Runtime/Engine/Private/PhysicsVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/PhysicsVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PlatformFeatures.cpp b/Engine/Source/Runtime/Engine/Private/PlatformFeatures.cpp index ea67fb797517..337b403d3ff9 100644 --- a/Engine/Source/Runtime/Engine/Private/PlatformFeatures.cpp +++ b/Engine/Source/Runtime/Engine/Private/PlatformFeatures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PlatformFeatures.h" diff --git a/Engine/Source/Runtime/Engine/Private/Player.cpp b/Engine/Source/Runtime/Engine/Private/Player.cpp index 066518af8b75..706dab5cb6fe 100644 --- a/Engine/Source/Runtime/Engine/Private/Player.cpp +++ b/Engine/Source/Runtime/Engine/Private/Player.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Player.cpp: Unreal player implementation. diff --git a/Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp b/Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp index 86cd9ca24644..7bf8275ef282 100644 --- a/Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ParticleDefinitions.h" diff --git a/Engine/Source/Runtime/Engine/Private/PlayerController.cpp b/Engine/Source/Runtime/Engine/Private/PlayerController.cpp index 1710ea3cfd05..408aa96d02d8 100644 --- a/Engine/Source/Runtime/Engine/Private/PlayerController.cpp +++ b/Engine/Source/Runtime/Engine/Private/PlayerController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/Console.h" diff --git a/Engine/Source/Runtime/Engine/Private/PlayerMuteList.cpp b/Engine/Source/Runtime/Engine/Private/PlayerMuteList.cpp index e8571e1b4a34..4284f1aa1ad0 100644 --- a/Engine/Source/Runtime/Engine/Private/PlayerMuteList.cpp +++ b/Engine/Source/Runtime/Engine/Private/PlayerMuteList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "OnlineSubsystemUtils.h" diff --git a/Engine/Source/Runtime/Engine/Private/PlayerStart.cpp b/Engine/Source/Runtime/Engine/Private/PlayerStart.cpp index 4501c816a0b7..7d26d1bd43e8 100644 --- a/Engine/Source/Runtime/Engine/Private/PlayerStart.cpp +++ b/Engine/Source/Runtime/Engine/Private/PlayerStart.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/CapsuleComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PlayerStartPIE.cpp b/Engine/Source/Runtime/Engine/Private/PlayerStartPIE.cpp index 529220a26cb2..65af3448ab8b 100644 --- a/Engine/Source/Runtime/Engine/Private/PlayerStartPIE.cpp +++ b/Engine/Source/Runtime/Engine/Private/PlayerStartPIE.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/PlayerStartPIE.h" diff --git a/Engine/Source/Runtime/Engine/Private/PlayerState.cpp b/Engine/Source/Runtime/Engine/Private/PlayerState.cpp index 8db32f70a147..2f519f7007b0 100644 --- a/Engine/Source/Runtime/Engine/Private/PlayerState.cpp +++ b/Engine/Source/Runtime/Engine/Private/PlayerState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PlayerState.cpp: diff --git a/Engine/Source/Runtime/Engine/Private/PointLightSceneProxy.h b/Engine/Source/Runtime/Engine/Private/PointLightSceneProxy.h index d44c5a0fc36e..7c50a5591122 100644 --- a/Engine/Source/Runtime/Engine/Private/PointLightSceneProxy.h +++ b/Engine/Source/Runtime/Engine/Private/PointLightSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PointLightSceneProxy.h: Point light scene info definition. diff --git a/Engine/Source/Runtime/Engine/Private/Polygon.cpp b/Engine/Source/Runtime/Engine/Private/Polygon.cpp index 34547bf78b73..c428eca89a44 100644 --- a/Engine/Source/Runtime/Engine/Private/Polygon.cpp +++ b/Engine/Source/Runtime/Engine/Private/Polygon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Polygon.cpp: FPoly implementation (Editor polygons). diff --git a/Engine/Source/Runtime/Engine/Private/PositionVertexBuffer.cpp b/Engine/Source/Runtime/Engine/Private/PositionVertexBuffer.cpp index 05cdbf7dc8d0..ecb3307fa74b 100644 --- a/Engine/Source/Runtime/Engine/Private/PositionVertexBuffer.cpp +++ b/Engine/Source/Runtime/Engine/Private/PositionVertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/PostProcessVolume.cpp b/Engine/Source/Runtime/Engine/Private/PostProcessVolume.cpp index c339dcaa553e..2e699a2b6afd 100644 --- a/Engine/Source/Runtime/Engine/Private/PostProcessVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/PostProcessVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PreCullTrianglesSetup.cpp b/Engine/Source/Runtime/Engine/Private/PreCullTrianglesSetup.cpp index 3a6980bfab7d..735c41e7f22e 100644 --- a/Engine/Source/Runtime/Engine/Private/PreCullTrianglesSetup.cpp +++ b/Engine/Source/Runtime/Engine/Private/PreCullTrianglesSetup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "StaticMeshResources.h" diff --git a/Engine/Source/Runtime/Engine/Private/PrecomputedLightVolume.cpp b/Engine/Source/Runtime/Engine/Private/PrecomputedLightVolume.cpp index 8299a8d496f4..e6510b13bf03 100644 --- a/Engine/Source/Runtime/Engine/Private/PrecomputedLightVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/PrecomputedLightVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PrecomputedLightVolume.cpp: Implementation of a precomputed light volume. diff --git a/Engine/Source/Runtime/Engine/Private/PrecomputedVisibilityVolume.cpp b/Engine/Source/Runtime/Engine/Private/PrecomputedVisibilityVolume.cpp index 1830a029eea2..5665b7eec6b5 100644 --- a/Engine/Source/Runtime/Engine/Private/PrecomputedVisibilityVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/PrecomputedVisibilityVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PrecomputedVisiblityOverrideVolume.cpp b/Engine/Source/Runtime/Engine/Private/PrecomputedVisiblityOverrideVolume.cpp index f20b84604a2d..d7df042b93c1 100644 --- a/Engine/Source/Runtime/Engine/Private/PrecomputedVisiblityOverrideVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/PrecomputedVisiblityOverrideVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PreviewScene.cpp b/Engine/Source/Runtime/Engine/Private/PreviewScene.cpp index 26123fff9e61..9cb7fb68eb2b 100644 --- a/Engine/Source/Runtime/Engine/Private/PreviewScene.cpp +++ b/Engine/Source/Runtime/Engine/Private/PreviewScene.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PreviewScene.cpp: Preview scene implementation. diff --git a/Engine/Source/Runtime/Engine/Private/PrimitiveComponentPhysics.cpp b/Engine/Source/Runtime/Engine/Private/PrimitiveComponentPhysics.cpp index ff364b1fcdca..3ed72b1e12c6 100644 --- a/Engine/Source/Runtime/Engine/Private/PrimitiveComponentPhysics.cpp +++ b/Engine/Source/Runtime/Engine/Private/PrimitiveComponentPhysics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/LineBatchComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp b/Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp index 86b18b5a35c0..ae018c41ae06 100644 --- a/Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/PrimitiveDrawingUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "DynamicMeshBuilder.h" diff --git a/Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp b/Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp index 4308fea03019..4de8581b1bfd 100644 --- a/Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp +++ b/Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PrimitiveSceneProxy.cpp: Primitive scene proxy implementation. diff --git a/Engine/Source/Runtime/Engine/Private/RawIndexBuffer.cpp b/Engine/Source/Runtime/Engine/Private/RawIndexBuffer.cpp index 6534581f2a44..801d1528362d 100644 --- a/Engine/Source/Runtime/Engine/Private/RawIndexBuffer.cpp +++ b/Engine/Source/Runtime/Engine/Private/RawIndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RawIndexBuffer.cpp: Raw index buffer implementation. diff --git a/Engine/Source/Runtime/Engine/Private/RendererSupport.cpp b/Engine/Source/Runtime/Engine/Private/RendererSupport.cpp index aeba2559be81..c94f5c818562 100644 --- a/Engine/Source/Runtime/Engine/Private/RendererSupport.cpp +++ b/Engine/Source/Runtime/Engine/Private/RendererSupport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RendererSupport.cpp: Central place for various rendering functionality that exists in Engine diff --git a/Engine/Source/Runtime/Engine/Private/Rendering/SeparableSSS.cpp b/Engine/Source/Runtime/Engine/Private/Rendering/SeparableSSS.cpp index 6050866ec4ee..9dcbbf1c8d26 100644 --- a/Engine/Source/Runtime/Engine/Private/Rendering/SeparableSSS.cpp +++ b/Engine/Source/Runtime/Engine/Private/Rendering/SeparableSSS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SeparableSSS.cpp: Computing the kernel for the Separable Screen Space Subsurface Scattering, based on SeparableSSS, see copyright below diff --git a/Engine/Source/Runtime/Engine/Private/Rendering/SeparableSSS.h b/Engine/Source/Runtime/Engine/Private/Rendering/SeparableSSS.h index 36f0396519ec..98d1051cfb2b 100644 --- a/Engine/Source/Runtime/Engine/Private/Rendering/SeparableSSS.h +++ b/Engine/Source/Runtime/Engine/Private/Rendering/SeparableSSS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SeparableSSS.h: Computing the kernel for the Separable Screen Space Subsurface Scattering diff --git a/Engine/Source/Runtime/Engine/Private/Rendering/SubsurfaceProfile.cpp b/Engine/Source/Runtime/Engine/Private/Rendering/SubsurfaceProfile.cpp index 4403ebbf8084..c3d6c67c13f1 100644 --- a/Engine/Source/Runtime/Engine/Private/Rendering/SubsurfaceProfile.cpp +++ b/Engine/Source/Runtime/Engine/Private/Rendering/SubsurfaceProfile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SeparableSSS.h" diff --git a/Engine/Source/Runtime/Engine/Private/RenderingSettings.cpp b/Engine/Source/Runtime/Engine/Private/RenderingSettings.cpp index 8aaabce7c764..4da30d76ebc3 100644 --- a/Engine/Source/Runtime/Engine/Private/RenderingSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/RenderingSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/RendererSettings.h" diff --git a/Engine/Source/Runtime/Engine/Private/RepLayout.cpp b/Engine/Source/Runtime/Engine/Private/RepLayout.cpp index 0a790d0e712f..8e07f48ae26b 100644 --- a/Engine/Source/Runtime/Engine/Private/RepLayout.cpp +++ b/Engine/Source/Runtime/Engine/Private/RepLayout.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RepLayout.cpp: Unreal replication layout implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Replication.cpp b/Engine/Source/Runtime/Engine/Private/Replication.cpp index 3313883cc3a9..aeb66543332b 100644 --- a/Engine/Source/Runtime/Engine/Private/Replication.cpp +++ b/Engine/Source/Runtime/Engine/Private/Replication.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Replication.cpp: Engine actor replication implementation diff --git a/Engine/Source/Runtime/Engine/Private/ReverbEffect.cpp b/Engine/Source/Runtime/Engine/Private/ReverbEffect.cpp index 8431da7d4567..6d77273c58c7 100644 --- a/Engine/Source/Runtime/Engine/Private/ReverbEffect.cpp +++ b/Engine/Source/Runtime/Engine/Private/ReverbEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Sound/ReverbEffect.h" diff --git a/Engine/Source/Runtime/Engine/Private/RigidBodyBase.cpp b/Engine/Source/Runtime/Engine/Private/RigidBodyBase.cpp index 5631959cad9d..7e0fe5d188a0 100644 --- a/Engine/Source/Runtime/Engine/Private/RigidBodyBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/RigidBodyBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsEngine/RigidBodyBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/SCS_Node.cpp b/Engine/Source/Runtime/Engine/Private/SCS_Node.cpp index 3d9a020ba13e..ea1be51092a8 100644 --- a/Engine/Source/Runtime/Engine/Private/SCS_Node.cpp +++ b/Engine/Source/Runtime/Engine/Private/SCS_Node.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "BlueprintUtilities.h" diff --git a/Engine/Source/Runtime/Engine/Private/Scalability.cpp b/Engine/Source/Runtime/Engine/Private/Scalability.cpp index b8f7cc81d85a..8abe0475e1d3 100644 --- a/Engine/Source/Runtime/Engine/Private/Scalability.cpp +++ b/Engine/Source/Runtime/Engine/Private/Scalability.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Scalability.h" diff --git a/Engine/Source/Runtime/Engine/Private/Scene.cpp b/Engine/Source/Runtime/Engine/Private/Scene.cpp index a7f8cc275bec..ce8a58de327d 100644 --- a/Engine/Source/Runtime/Engine/Private/Scene.cpp +++ b/Engine/Source/Runtime/Engine/Private/Scene.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SceneManagement.cpp b/Engine/Source/Runtime/Engine/Private/SceneManagement.cpp index fba7b26911ea..c533f4610245 100644 --- a/Engine/Source/Runtime/Engine/Private/SceneManagement.cpp +++ b/Engine/Source/Runtime/Engine/Private/SceneManagement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "StaticMeshResources.h" diff --git a/Engine/Source/Runtime/Engine/Private/SceneUtils.cpp b/Engine/Source/Runtime/Engine/Private/SceneUtils.cpp index 0922f843e301..c090fedcecd0 100644 --- a/Engine/Source/Runtime/Engine/Private/SceneUtils.cpp +++ b/Engine/Source/Runtime/Engine/Private/SceneUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "RHI.h" diff --git a/Engine/Source/Runtime/Engine/Private/SceneView.cpp b/Engine/Source/Runtime/Engine/Private/SceneView.cpp index 40797b1a9a3f..68ee774d04ad 100644 --- a/Engine/Source/Runtime/Engine/Private/SceneView.cpp +++ b/Engine/Source/Runtime/Engine/Private/SceneView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneView.cpp: SceneView implementation. diff --git a/Engine/Source/Runtime/Engine/Private/ScreenRendering.cpp b/Engine/Source/Runtime/Engine/Private/ScreenRendering.cpp index 391eadf216ff..8fab0fbe8c7b 100644 --- a/Engine/Source/Runtime/Engine/Private/ScreenRendering.cpp +++ b/Engine/Source/Runtime/Engine/Private/ScreenRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenRendering.cpp: Screen rendering implementation. diff --git a/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp b/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp index 001006ba499f..709c73c108de 100644 --- a/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp +++ b/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScriptPlatformInterface.cpp: Base functionality for the various script accessible platform-interface code diff --git a/Engine/Source/Runtime/Engine/Private/ScriptViewportClient.cpp b/Engine/Source/Runtime/Engine/Private/ScriptViewportClient.cpp index 6bc9d5871796..d14b1c1275e7 100644 --- a/Engine/Source/Runtime/Engine/Private/ScriptViewportClient.cpp +++ b/Engine/Source/Runtime/Engine/Private/ScriptViewportClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Selection.cpp b/Engine/Source/Runtime/Engine/Private/Selection.cpp index ec21e4eb4873..0b447dd7ae89 100644 --- a/Engine/Source/Runtime/Engine/Private/Selection.cpp +++ b/Engine/Source/Runtime/Engine/Private/Selection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp b/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp index 58ed7c803783..9754d4c68c4f 100644 --- a/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp +++ b/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderCompiler.cpp: Platform independent shader compilations. diff --git a/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderPipelineCompiler.cpp b/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderPipelineCompiler.cpp index 296e6f025717..5c5171361681 100644 --- a/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderPipelineCompiler.cpp +++ b/Engine/Source/Runtime/Engine/Private/ShaderCompiler/ShaderPipelineCompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderPipelineCompiler.cpp: Platform independent shader pipeline compilations. diff --git a/Engine/Source/Runtime/Engine/Private/ShaderDerivedDataVersion.h b/Engine/Source/Runtime/Engine/Private/ShaderDerivedDataVersion.h index a9625bb4dc22..4877c743944f 100644 --- a/Engine/Source/Runtime/Engine/Private/ShaderDerivedDataVersion.h +++ b/Engine/Source/Runtime/Engine/Private/ShaderDerivedDataVersion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderDerivedDataVersion.h: Shader derived data version. diff --git a/Engine/Source/Runtime/Engine/Private/ShadowMap.cpp b/Engine/Source/Runtime/Engine/Private/ShadowMap.cpp index 504e86af87d8..092812e0b113 100644 --- a/Engine/Source/Runtime/Engine/Private/ShadowMap.cpp +++ b/Engine/Source/Runtime/Engine/Private/ShadowMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/ShowFlags.cpp b/Engine/Source/Runtime/Engine/Private/ShowFlags.cpp index e7a36235dfea..d9d6f8fe0b17 100644 --- a/Engine/Source/Runtime/Engine/Private/ShowFlags.cpp +++ b/Engine/Source/Runtime/Engine/Private/ShowFlags.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShowFlags.cpp: Show Flag Definitions. diff --git a/Engine/Source/Runtime/Engine/Private/SimpleConstructionScript.cpp b/Engine/Source/Runtime/Engine/Private/SimpleConstructionScript.cpp index d4abc4db668e..3a9b945bc926 100644 --- a/Engine/Source/Runtime/Engine/Private/SimpleConstructionScript.cpp +++ b/Engine/Source/Runtime/Engine/Private/SimpleConstructionScript.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/SCS_Node.h" diff --git a/Engine/Source/Runtime/Engine/Private/SimpleElementShaders.cpp b/Engine/Source/Runtime/Engine/Private/SimpleElementShaders.cpp index 953aa2255ae1..128c27a02a14 100644 --- a/Engine/Source/Runtime/Engine/Private/SimpleElementShaders.cpp +++ b/Engine/Source/Runtime/Engine/Private/SimpleElementShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== SimpleElementShaders.h: Definitions for simple element shaders. diff --git a/Engine/Source/Runtime/Engine/Private/SingleAnimationPlayData.cpp b/Engine/Source/Runtime/Engine/Private/SingleAnimationPlayData.cpp index 832dd8689eff..b40f63036a1f 100644 --- a/Engine/Source/Runtime/Engine/Private/SingleAnimationPlayData.cpp +++ b/Engine/Source/Runtime/Engine/Private/SingleAnimationPlayData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SingleAnimationPlayData.h" diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp b/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp index d7733285efb4..183cd8929c15 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp +++ b/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalMesh.cpp: Unreal skeletal mesh and animation implementation. diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp b/Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp index 340b79236202..9854afffdb44 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp +++ b/Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalMeshMerge.cpp b/Engine/Source/Runtime/Engine/Private/SkeletalMeshMerge.cpp index f84af20e3d9e..e05712739b0b 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalMeshMerge.cpp +++ b/Engine/Source/Runtime/Engine/Private/SkeletalMeshMerge.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalMeshMerge.cpp: Unreal skeletal mesh merging implementation. diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalMeshSorting.cpp b/Engine/Source/Runtime/Engine/Private/SkeletalMeshSorting.cpp index 2a86bbdaa6d2..83552d148f35 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalMeshSorting.cpp +++ b/Engine/Source/Runtime/Engine/Private/SkeletalMeshSorting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalMeshSorting.cpp: Static sorting for skeletal mesh triangles diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalRender.cpp b/Engine/Source/Runtime/Engine/Private/SkeletalRender.cpp index e2cda01fe58f..d86d49120a7c 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalRender.cpp +++ b/Engine/Source/Runtime/Engine/Private/SkeletalRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalRender.cpp: Skeletal mesh skinning/rendering code. diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalRender.h b/Engine/Source/Runtime/Engine/Private/SkeletalRender.h index dea5a1a41336..b71ecc9359be 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalRender.h +++ b/Engine/Source/Runtime/Engine/Private/SkeletalRender.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalRender.h: Definitions and inline code for rendering SkeletalMeshComponet diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalRenderCPUSkin.cpp b/Engine/Source/Runtime/Engine/Private/SkeletalRenderCPUSkin.cpp index ced21d3fc92b..22aff7228abc 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalRenderCPUSkin.cpp +++ b/Engine/Source/Runtime/Engine/Private/SkeletalRenderCPUSkin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalRenderCPUSkin.cpp: CPU skinned skeletal mesh rendering code. diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalRenderCPUSkin.h b/Engine/Source/Runtime/Engine/Private/SkeletalRenderCPUSkin.h index 453622a1fb42..870ee3061e59 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalRenderCPUSkin.h +++ b/Engine/Source/Runtime/Engine/Private/SkeletalRenderCPUSkin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalRenderCPUSkin.h: CPU skinned mesh object and resource definitions diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalRenderGPUSkin.cpp b/Engine/Source/Runtime/Engine/Private/SkeletalRenderGPUSkin.cpp index fcf9124e6ec5..55580f39513a 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalRenderGPUSkin.cpp +++ b/Engine/Source/Runtime/Engine/Private/SkeletalRenderGPUSkin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalRenderGPUSkin.cpp: GPU skinned skeletal mesh rendering code. diff --git a/Engine/Source/Runtime/Engine/Private/SkeletalRenderGPUSkin.h b/Engine/Source/Runtime/Engine/Private/SkeletalRenderGPUSkin.h index 4ff4a3a63591..ee7c2228a7aa 100644 --- a/Engine/Source/Runtime/Engine/Private/SkeletalRenderGPUSkin.h +++ b/Engine/Source/Runtime/Engine/Private/SkeletalRenderGPUSkin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalRenderGPUSkin.h: GPU skinned mesh object and resource definitions diff --git a/Engine/Source/Runtime/Engine/Private/Slate/ButtonStyleAsset.cpp b/Engine/Source/Runtime/Engine/Private/Slate/ButtonStyleAsset.cpp index 321faab368e3..9d77a859e8ee 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/ButtonStyleAsset.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/ButtonStyleAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Slate/ButtonStyleAsset.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/CheckboxStyleAsset.cpp b/Engine/Source/Runtime/Engine/Private/Slate/CheckboxStyleAsset.cpp index 586ef8139b40..f585be01ff16 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/CheckboxStyleAsset.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/CheckboxStyleAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Slate/CheckboxStyleAsset.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.cpp b/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.cpp index a2275916ea7e..bbbaf5bcd369 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SlateBasics.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.h b/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.h index 39ab6e61eb0f..fd34354dca5b 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.h +++ b/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/Slate/SGameLayerManager.cpp b/Engine/Source/Runtime/Engine/Private/Slate/SGameLayerManager.cpp index 503c7da01d26..d410e92f2613 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/SGameLayerManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/SGameLayerManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.cpp b/Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.cpp index 590d070280ae..a566f7183859 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/SlateBrushAsset.cpp b/Engine/Source/Runtime/Engine/Private/Slate/SlateBrushAsset.cpp index c0a29626637d..f19e5ddf9ff7 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/SlateBrushAsset.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/SlateBrushAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/SlateGameResources.cpp b/Engine/Source/Runtime/Engine/Private/Slate/SlateGameResources.cpp index 1188ba36f118..50012156b964 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/SlateGameResources.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/SlateGameResources.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SlateBasics.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/SlateSoundDevice.cpp b/Engine/Source/Runtime/Engine/Private/Slate/SlateSoundDevice.cpp index ab6ce32190ae..4c75c8d63617 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/SlateSoundDevice.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/SlateSoundDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ActiveSound.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/SlateSoundDevice.h b/Engine/Source/Runtime/Engine/Private/Slate/SlateSoundDevice.h index ef583d07be5e..92642312cb1f 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/SlateSoundDevice.h +++ b/Engine/Source/Runtime/Engine/Private/Slate/SlateSoundDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Slate/SlateTextures.cpp b/Engine/Source/Runtime/Engine/Private/Slate/SlateTextures.cpp index dd34a6f3679e..ae01e636f505 100644 --- a/Engine/Source/Runtime/Engine/Private/Slate/SlateTextures.cpp +++ b/Engine/Source/Runtime/Engine/Private/Slate/SlateTextures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundAttenuation.cpp b/Engine/Source/Runtime/Engine/Private/SoundAttenuation.cpp index cc7633981c56..abb470c97322 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundAttenuation.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundAttenuation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundBase.cpp b/Engine/Source/Runtime/Engine/Private/SoundBase.cpp index 1c6cffd77d19..1219ab38a7ef 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Sound/SoundBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundClass.cpp b/Engine/Source/Runtime/Engine/Private/SoundClass.cpp index 6de7dca767fc..64c70f41fe73 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundClass.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundConcurrency.cpp b/Engine/Source/Runtime/Engine/Private/SoundConcurrency.cpp index d5b398aa9499..8845f4396472 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundConcurrency.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundConcurrency.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SoundDefinitions.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundCue.cpp b/Engine/Source/Runtime/Engine/Private/SoundCue.cpp index bc92a98b4801..74407f82726b 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundCue.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundCue.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Sound/SoundCue.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundGroups.cpp b/Engine/Source/Runtime/Engine/Private/SoundGroups.cpp index 162e8cc6b8c1..c81dc43d9371 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundGroups.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundGroups.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Audio.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundMix.cpp b/Engine/Source/Runtime/Engine/Private/SoundMix.cpp index 39d14c5b0faa..b3089a1e55a2 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundMix.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundMix.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNode.cpp b/Engine/Source/Runtime/Engine/Private/SoundNode.cpp index 498a498fd34b..3803d1441fbd 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNode.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeAssetReferencer.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeAssetReferencer.cpp index db4194a8acec..3381eef50118 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeAssetReferencer.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeAssetReferencer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Sound/SoundNodeAssetReferencer.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeAttenuation.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeAttenuation.cpp index e1e5abfb0f58..f64cdca262c8 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeAttenuation.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeAttenuation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeBranch.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeBranch.cpp index 43eacc3d569d..050821fc86d5 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeBranch.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeBranch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeConcatenator.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeConcatenator.cpp index 47dbda4f7be4..0fe58d81eeb4 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeConcatenator.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeConcatenator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeDelay.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeDelay.cpp index 619f05655b3f..757f8e06333c 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeDelay.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeDelay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeDialoguePlayer.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeDialoguePlayer.cpp index d44b980a6393..e9a7e8357af5 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeDialoguePlayer.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeDialoguePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ActiveSound.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeDistanceCrossFade.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeDistanceCrossFade.cpp index b96e58630cdb..c8e29c92c69d 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeDistanceCrossFade.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeDistanceCrossFade.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeDoppler.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeDoppler.cpp index 5bd62a182642..c71328755c13 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeDoppler.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeDoppler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeEnveloper.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeEnveloper.cpp index 846375277c24..6c1c8d71a1b0 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeEnveloper.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeEnveloper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeGroupControl.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeGroupControl.cpp index 3417fa76f2ab..4e46e466e9ce 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeGroupControl.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeGroupControl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeLooping.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeLooping.cpp index 40022d46d7c6..ee8e457f9c65 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeLooping.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeLooping.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeMature.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeMature.cpp index 9c9be4374566..01fdb251f6b1 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeMature.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeMature.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeMixer.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeMixer.cpp index 6fa57cd2d4c1..de7278501a4e 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeMixer.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeMixer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeModulator.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeModulator.cpp index fc4a3c260161..fba73a1a91c9 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeModulator.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeModulator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeModulatorContinuous.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeModulatorContinuous.cpp index 422a78e21aac..dc1ada8de23b 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeModulatorContinuous.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeModulatorContinuous.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeOscillator.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeOscillator.cpp index 198ff4c96ce0..ef03f37dc6de 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeOscillator.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeOscillator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeParamCrossFade.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeParamCrossFade.cpp index bbd70abb52d0..413004f12e7c 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeParamCrossFade.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeParamCrossFade.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeQualityLevel.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeQualityLevel.cpp index 1de1c9796d31..52a22c7d3956 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeQualityLevel.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeQualityLevel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeRandom.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeRandom.cpp index 69c0e9b6cd54..cd008f23fe09 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeRandom.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeRandom.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeSoundClass.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeSoundClass.cpp index 62ca1ac63867..90a6afb97571 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeSoundClass.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeSoundClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeSwitch.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeSwitch.cpp index df5665a687f5..b8f3b92ceea2 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeSwitch.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeSwitch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeWaveParam.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeWaveParam.cpp index 20084d7652ed..929f07fd7960 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeWaveParam.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeWaveParam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundNodeWavePlayer.cpp b/Engine/Source/Runtime/Engine/Private/SoundNodeWavePlayer.cpp index 08a10135aa0b..a4b69bfa897c 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundNodeWavePlayer.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundNodeWavePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ActiveSound.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundWave.cpp b/Engine/Source/Runtime/Engine/Private/SoundWave.cpp index d0bec78dfc40..8b96560b359c 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundWave.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundWave.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Sound/SoundWave.h" diff --git a/Engine/Source/Runtime/Engine/Private/SoundWaveProcedural.cpp b/Engine/Source/Runtime/Engine/Private/SoundWaveProcedural.cpp index 9aedffb978a5..442d925fb56e 100644 --- a/Engine/Source/Runtime/Engine/Private/SoundWaveProcedural.cpp +++ b/Engine/Source/Runtime/Engine/Private/SoundWaveProcedural.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Sound/SoundWaveProcedural.h" diff --git a/Engine/Source/Runtime/Engine/Private/SpectatorPawn.cpp b/Engine/Source/Runtime/Engine/Private/SpectatorPawn.cpp index 2f1c003ad5af..f35be55d9296 100644 --- a/Engine/Source/Runtime/Engine/Private/SpectatorPawn.cpp +++ b/Engine/Source/Runtime/Engine/Private/SpectatorPawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SpectatorPawnMovement.cpp b/Engine/Source/Runtime/Engine/Private/SpectatorPawnMovement.cpp index 0e611e0aa168..a7de10f44b98 100644 --- a/Engine/Source/Runtime/Engine/Private/SpectatorPawnMovement.cpp +++ b/Engine/Source/Runtime/Engine/Private/SpectatorPawnMovement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SpectatorPawnMovement.cpp: SpectatorPawn movement implementation diff --git a/Engine/Source/Runtime/Engine/Private/SplineMeshActor.cpp b/Engine/Source/Runtime/Engine/Private/SplineMeshActor.cpp index d22c23838e02..a3bca5738385 100644 --- a/Engine/Source/Runtime/Engine/Private/SplineMeshActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/SplineMeshActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SplineMeshActor.cpp: Spline mesh actor class implementation. diff --git a/Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.cpp b/Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.cpp index badfbe703b60..9912d26ba669 100644 --- a/Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.cpp +++ b/Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SplineMeshSceneProxy.h" diff --git a/Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.h b/Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.h index 3d9dcb90b54f..b2a0aee6286e 100644 --- a/Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.h +++ b/Engine/Source/Runtime/Engine/Private/SplineMeshSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/SpotLight.cpp b/Engine/Source/Runtime/Engine/Private/SpotLight.cpp index ea20373d7d1b..83675cd0c436 100644 --- a/Engine/Source/Runtime/Engine/Private/SpotLight.cpp +++ b/Engine/Source/Runtime/Engine/Private/SpotLight.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/SpotLight.h" diff --git a/Engine/Source/Runtime/Engine/Private/StaticBoundShaderState.cpp b/Engine/Source/Runtime/Engine/Private/StaticBoundShaderState.cpp index bea912ba0a32..2f77a489a1ef 100644 --- a/Engine/Source/Runtime/Engine/Private/StaticBoundShaderState.cpp +++ b/Engine/Source/Runtime/Engine/Private/StaticBoundShaderState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticBoundShaderState.cpp: Static bound shader state implementation. diff --git a/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp b/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp index 1c58979a59a9..10e929e8fbed 100644 --- a/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp +++ b/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMesh.cpp: Static mesh class implementation. diff --git a/Engine/Source/Runtime/Engine/Private/StaticMeshActor.cpp b/Engine/Source/Runtime/Engine/Private/StaticMeshActor.cpp index 03cfc929f265..388e967864ce 100644 --- a/Engine/Source/Runtime/Engine/Private/StaticMeshActor.cpp +++ b/Engine/Source/Runtime/Engine/Private/StaticMeshActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMeshActorBase.cpp: Static mesh actor base class implementation. diff --git a/Engine/Source/Runtime/Engine/Private/StaticMeshBuild.cpp b/Engine/Source/Runtime/Engine/Private/StaticMeshBuild.cpp index dd393685b49e..453b730bd721 100644 --- a/Engine/Source/Runtime/Engine/Private/StaticMeshBuild.cpp +++ b/Engine/Source/Runtime/Engine/Private/StaticMeshBuild.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMeshBuild.cpp: Static mesh building. diff --git a/Engine/Source/Runtime/Engine/Private/StaticMeshLight.cpp b/Engine/Source/Runtime/Engine/Private/StaticMeshLight.cpp index abd11b7ac15e..6ef7aa5b2bda 100644 --- a/Engine/Source/Runtime/Engine/Private/StaticMeshLight.cpp +++ b/Engine/Source/Runtime/Engine/Private/StaticMeshLight.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMeshLight.cpp: Static mesh lighting code. diff --git a/Engine/Source/Runtime/Engine/Private/StaticMeshRender.cpp b/Engine/Source/Runtime/Engine/Private/StaticMeshRender.cpp index 0e2973bc0ab4..068fe97308d8 100644 --- a/Engine/Source/Runtime/Engine/Private/StaticMeshRender.cpp +++ b/Engine/Source/Runtime/Engine/Private/StaticMeshRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMeshRender.cpp: Static mesh rendering code. diff --git a/Engine/Source/Runtime/Engine/Private/StaticMeshVertexData.h b/Engine/Source/Runtime/Engine/Private/StaticMeshVertexData.h index 215ded54bacc..42c39c907a17 100644 --- a/Engine/Source/Runtime/Engine/Private/StaticMeshVertexData.h +++ b/Engine/Source/Runtime/Engine/Private/StaticMeshVertexData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/StatsRender2.cpp b/Engine/Source/Runtime/Engine/Private/StatsRender2.cpp index 0d5e68dea80c..e3034f2a5009 100644 --- a/Engine/Source/Runtime/Engine/Private/StatsRender2.cpp +++ b/Engine/Source/Runtime/Engine/Private/StatsRender2.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Private/StreamableManager.cpp b/Engine/Source/Runtime/Engine/Private/StreamableManager.cpp index dd5d6006576e..0f8e788d0500 100644 --- a/Engine/Source/Runtime/Engine/Private/StreamableManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/StreamableManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/StreamableManager.h" diff --git a/Engine/Source/Runtime/Engine/Private/SubtitleManager.cpp b/Engine/Source/Runtime/Engine/Private/SubtitleManager.cpp index b5c70f768cae..c100d5ca4dab 100644 --- a/Engine/Source/Runtime/Engine/Private/SubtitleManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/SubtitleManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/SystemSettings.cpp b/Engine/Source/Runtime/Engine/Private/SystemSettings.cpp index 43cdf79c0cec..fe3591999785 100644 --- a/Engine/Source/Runtime/Engine/Private/SystemSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/SystemSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScalabilityOptions.cpp: Unreal engine HW compat scalability system. diff --git a/Engine/Source/Runtime/Engine/Private/TargetPoint.cpp b/Engine/Source/Runtime/Engine/Private/TargetPoint.cpp index 6b1dc80cb2f0..fe2c78e84081 100644 --- a/Engine/Source/Runtime/Engine/Private/TargetPoint.cpp +++ b/Engine/Source/Runtime/Engine/Private/TargetPoint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/TargetPoint.h" diff --git a/Engine/Source/Runtime/Engine/Private/TessellationRendering.cpp b/Engine/Source/Runtime/Engine/Private/TessellationRendering.cpp index 8bbc455f9bea..76396b95a7bf 100644 --- a/Engine/Source/Runtime/Engine/Private/TessellationRendering.cpp +++ b/Engine/Source/Runtime/Engine/Private/TessellationRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/AnalyticsTest.cpp b/Engine/Source/Runtime/Engine/Private/Tests/AnalyticsTest.cpp index 44a9ea560dfd..85ba581aacab 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/AnalyticsTest.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/AnalyticsTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/AutomationCommon.cpp b/Engine/Source/Runtime/Engine/Private/Tests/AutomationCommon.cpp index fba128665301..c21baa836cbe 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/AutomationCommon.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/AutomationCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "SlateBasics.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/AutomationTestCommon.cpp b/Engine/Source/Runtime/Engine/Private/Tests/AutomationTestCommon.cpp index dcce454ea10e..7bf292724914 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/AutomationTestCommon.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/AutomationTestCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AutomationTestCommon.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/AutomationTestCommon.h b/Engine/Source/Runtime/Engine/Private/Tests/AutomationTestCommon.h index c34cb5ee1d2d..77079ac5ab2e 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/AutomationTestCommon.h +++ b/Engine/Source/Runtime/Engine/Private/Tests/AutomationTestCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/Tests/EngineAutomationTests.cpp b/Engine/Source/Runtime/Engine/Private/Tests/EngineAutomationTests.cpp index 814507fa0cb5..57348e4e2423 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/EngineAutomationTests.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/EngineAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/ExternalToolTest.cpp b/Engine/Source/Runtime/Engine/Private/Tests/ExternalToolTest.cpp index 8b1c4532452a..e8fed6caa3e7 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/ExternalToolTest.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/ExternalToolTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AutomationTestCommon.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/IntSerializationTest.cpp b/Engine/Source/Runtime/Engine/Private/Tests/IntSerializationTest.cpp index 527a76d8b5a6..b0800a5cbfb8 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/IntSerializationTest.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/IntSerializationTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/Internationalization/TextPropertyTest.cpp b/Engine/Source/Runtime/Engine/Private/Tests/Internationalization/TextPropertyTest.cpp index 4e9a0881b072..0389df9f6fc2 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/Internationalization/TextPropertyTest.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/Internationalization/TextPropertyTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Misc/AutomationTest.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/NetworkAutomationTests.cpp b/Engine/Source/Runtime/Engine/Private/Tests/NetworkAutomationTests.cpp index 127f6fd3fce6..290438b870c1 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/NetworkAutomationTests.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/NetworkAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/Tests/OSSTests.cpp b/Engine/Source/Runtime/Engine/Private/Tests/OSSTests.cpp index 0115b69f92ff..f32ba888c3f6 100644 --- a/Engine/Source/Runtime/Engine/Private/Tests/OSSTests.cpp +++ b/Engine/Source/Runtime/Engine/Private/Tests/OSSTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #if WITH_EDITOR diff --git a/Engine/Source/Runtime/Engine/Private/Texture.cpp b/Engine/Source/Runtime/Engine/Private/Texture.cpp index 0980fd54d281..a5338dafb89c 100644 --- a/Engine/Source/Runtime/Engine/Private/Texture.cpp +++ b/Engine/Source/Runtime/Engine/Private/Texture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Texture.cpp: Implementation of UTexture. diff --git a/Engine/Source/Runtime/Engine/Private/Texture2D.cpp b/Engine/Source/Runtime/Engine/Private/Texture2D.cpp index 0cd627a6a7a5..45a4becd4929 100644 --- a/Engine/Source/Runtime/Engine/Private/Texture2D.cpp +++ b/Engine/Source/Runtime/Engine/Private/Texture2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Texture2D.cpp: Implementation of UTexture2D. diff --git a/Engine/Source/Runtime/Engine/Private/Texture2DDynamic.cpp b/Engine/Source/Runtime/Engine/Private/Texture2DDynamic.cpp index 271af69cdb0a..156890b4033e 100644 --- a/Engine/Source/Runtime/Engine/Private/Texture2DDynamic.cpp +++ b/Engine/Source/Runtime/Engine/Private/Texture2DDynamic.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Texture2DDynamic.cpp: Implementation of UTexture2DDynamic. diff --git a/Engine/Source/Runtime/Engine/Private/TextureCube.cpp b/Engine/Source/Runtime/Engine/Private/TextureCube.cpp index 12d39d8466d9..c48455f7627b 100644 --- a/Engine/Source/Runtime/Engine/Private/TextureCube.cpp +++ b/Engine/Source/Runtime/Engine/Private/TextureCube.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextureCube.cpp: UTextureCube implementation. diff --git a/Engine/Source/Runtime/Engine/Private/TextureDerivedData.cpp b/Engine/Source/Runtime/Engine/Private/TextureDerivedData.cpp index ce0110e29108..9c71f079342d 100644 --- a/Engine/Source/Runtime/Engine/Private/TextureDerivedData.cpp +++ b/Engine/Source/Runtime/Engine/Private/TextureDerivedData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextureDerivedData.cpp: Derived data management for textures. diff --git a/Engine/Source/Runtime/Engine/Private/TextureLODSettings.cpp b/Engine/Source/Runtime/Engine/Private/TextureLODSettings.cpp index 3f23286b59af..42358445759f 100644 --- a/Engine/Source/Runtime/Engine/Private/TextureLODSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/TextureLODSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/TextureLightProfile.cpp b/Engine/Source/Runtime/Engine/Private/TextureLightProfile.cpp index ff8fd509e5c7..b0beb32ebcb1 100644 --- a/Engine/Source/Runtime/Engine/Private/TextureLightProfile.cpp +++ b/Engine/Source/Runtime/Engine/Private/TextureLightProfile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextureLightProfile.cpp: Implementation of UTextureLightProfile. diff --git a/Engine/Source/Runtime/Engine/Private/TextureRenderTarget.cpp b/Engine/Source/Runtime/Engine/Private/TextureRenderTarget.cpp index 8b52a6d60e46..5c2c95a081af 100644 --- a/Engine/Source/Runtime/Engine/Private/TextureRenderTarget.cpp +++ b/Engine/Source/Runtime/Engine/Private/TextureRenderTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextureRenderTarget.cpp: UTextureRenderTarget implementation diff --git a/Engine/Source/Runtime/Engine/Private/TextureRenderTarget2D.cpp b/Engine/Source/Runtime/Engine/Private/TextureRenderTarget2D.cpp index 116000c07028..a09ca768269e 100644 --- a/Engine/Source/Runtime/Engine/Private/TextureRenderTarget2D.cpp +++ b/Engine/Source/Runtime/Engine/Private/TextureRenderTarget2D.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextureRenderTarget2D.cpp: UTextureRenderTarget2D implementation diff --git a/Engine/Source/Runtime/Engine/Private/TextureRenderTargetCube.cpp b/Engine/Source/Runtime/Engine/Private/TextureRenderTargetCube.cpp index 3672bc638e15..25b48e492a5d 100644 --- a/Engine/Source/Runtime/Engine/Private/TextureRenderTargetCube.cpp +++ b/Engine/Source/Runtime/Engine/Private/TextureRenderTargetCube.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextureRenderTargetCube.cpp: UTextureRenderTargetCube implementation diff --git a/Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp b/Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp index 11e7a331ee64..df4bdd0fd4cd 100644 --- a/Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TickTaskManager.cpp: Manager for ticking tasks diff --git a/Engine/Source/Runtime/Engine/Private/TileRendering.cpp b/Engine/Source/Runtime/Engine/Private/TileRendering.cpp index 22a177f97ab2..ea4bce7a4bc2 100644 --- a/Engine/Source/Runtime/Engine/Private/TileRendering.cpp +++ b/Engine/Source/Runtime/Engine/Private/TileRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TileRendering.cpp: Tile rendering implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Timeline.cpp b/Engine/Source/Runtime/Engine/Private/Timeline.cpp index 3c9d897e7c5a..075e41de87e6 100644 --- a/Engine/Source/Runtime/Engine/Private/Timeline.cpp +++ b/Engine/Source/Runtime/Engine/Private/Timeline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Timeline.cpp diff --git a/Engine/Source/Runtime/Engine/Private/TimelineTemplate.cpp b/Engine/Source/Runtime/Engine/Private/TimelineTemplate.cpp index 4e8c0f9ababb..4a21a30188f1 100644 --- a/Engine/Source/Runtime/Engine/Private/TimelineTemplate.cpp +++ b/Engine/Source/Runtime/Engine/Private/TimelineTemplate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Curves/CurveLinearColor.h" diff --git a/Engine/Source/Runtime/Engine/Private/TimerManager.cpp b/Engine/Source/Runtime/Engine/Private/TimerManager.cpp index e53bd24c3b63..704354dbf2a8 100644 --- a/Engine/Source/Runtime/Engine/Private/TimerManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/TimerManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TickTaskManager.cpp: Manager for ticking tasks diff --git a/Engine/Source/Runtime/Engine/Private/TimerManagerTests.cpp b/Engine/Source/Runtime/Engine/Private/TimerManagerTests.cpp index 990ab8b6a54a..fe26ab2bd546 100644 --- a/Engine/Source/Runtime/Engine/Private/TimerManagerTests.cpp +++ b/Engine/Source/Runtime/Engine/Private/TimerManagerTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "TimerManager.h" diff --git a/Engine/Source/Runtime/Engine/Private/TriangleRendering.cpp b/Engine/Source/Runtime/Engine/Private/TriangleRendering.cpp index 3c5a20b5c851..c6487cd05ec8 100644 --- a/Engine/Source/Runtime/Engine/Private/TriangleRendering.cpp +++ b/Engine/Source/Runtime/Engine/Private/TriangleRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TriangleRendering.cpp: Simple triangle rendering implementation. diff --git a/Engine/Source/Runtime/Engine/Private/TriggerActors.cpp b/Engine/Source/Runtime/Engine/Private/TriggerActors.cpp index 696131ebd8b3..49940819117f 100644 --- a/Engine/Source/Runtime/Engine/Private/TriggerActors.cpp +++ b/Engine/Source/Runtime/Engine/Private/TriggerActors.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TriggerActors.cpp: Trigger implementation diff --git a/Engine/Source/Runtime/Engine/Private/TriggerBase.cpp b/Engine/Source/Runtime/Engine/Private/TriggerBase.cpp index be14ac04b4df..3b3a22c43d1d 100644 --- a/Engine/Source/Runtime/Engine/Private/TriggerBase.cpp +++ b/Engine/Source/Runtime/Engine/Private/TriggerBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/TriggerBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/TriggerVolume.cpp b/Engine/Source/Runtime/Engine/Private/TriggerVolume.cpp index ab7fefd43f4f..1b664c4454bb 100644 --- a/Engine/Source/Runtime/Engine/Private/TriggerVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/TriggerVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/URL.cpp b/Engine/Source/Runtime/Engine/Private/URL.cpp index 667712368027..f67b7247122c 100644 --- a/Engine/Source/Runtime/Engine/Private/URL.cpp +++ b/Engine/Source/Runtime/Engine/Private/URL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= URL.cpp: Various file-management functions. diff --git a/Engine/Source/Runtime/Engine/Private/UnrealClient.cpp b/Engine/Source/Runtime/Engine/Private/UnrealClient.cpp index 2e9715d27d42..a28520d6ea22 100644 --- a/Engine/Source/Runtime/Engine/Private/UnrealClient.cpp +++ b/Engine/Source/Runtime/Engine/Private/UnrealClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp b/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp index 877d5658cf17..5924c36d1f03 100644 --- a/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp +++ b/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealEngine.cpp: Implements the UEngine class and helpers. diff --git a/Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp b/Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp index 472530b19377..5ec4f5991054 100644 --- a/Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp +++ b/Engine/Source/Runtime/Engine/Private/UnrealExporter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UExporter.cpp: Exporter class implementation. diff --git a/Engine/Source/Runtime/Engine/Private/UnrealNetwork.cpp b/Engine/Source/Runtime/Engine/Private/UnrealNetwork.cpp index e7e10e3b998c..338045c65b73 100644 --- a/Engine/Source/Runtime/Engine/Private/UnrealNetwork.cpp +++ b/Engine/Source/Runtime/Engine/Private/UnrealNetwork.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "NetworkReplayStreaming.h" diff --git a/Engine/Source/Runtime/Engine/Private/UpdateTextureShaders.cpp b/Engine/Source/Runtime/Engine/Private/UpdateTextureShaders.cpp index e578ddde496d..d67dfc15615a 100644 --- a/Engine/Source/Runtime/Engine/Private/UpdateTextureShaders.cpp +++ b/Engine/Source/Runtime/Engine/Private/UpdateTextureShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/UserDefinedEnum.cpp b/Engine/Source/Runtime/Engine/Private/UserDefinedEnum.cpp index a834dc17fb2b..9cc633b24de5 100644 --- a/Engine/Source/Runtime/Engine/Private/UserDefinedEnum.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserDefinedEnum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/UserDefinedEnum.h" diff --git a/Engine/Source/Runtime/Engine/Private/UserDefinedStruct.cpp b/Engine/Source/Runtime/Engine/Private/UserDefinedStruct.cpp index becd7aad6d7f..e04247d93bbb 100644 --- a/Engine/Source/Runtime/Engine/Private/UserDefinedStruct.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserDefinedStruct.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp index 5e3b3a0c777e..a422def3274c 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Canvas.cpp: Unreal canvas rendering. diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/CanvasItem.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/CanvasItem.cpp index b87c2d4c9833..35215e02c4f2 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/CanvasItem.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/CanvasItem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Canvas.cpp: Unreal canvas rendering. diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/Console.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/Console.cpp index a9a541c18d38..d8f2c79e72de 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/Console.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/Console.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Interaction.cpp: See .UC for for info diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/EngineFontServices.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/EngineFontServices.cpp index 4aeb5e8e4cc9..e78bb0fa5eb4 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/EngineFontServices.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/EngineFontServices.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "EngineFontServices.h" diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/ForceFeedbackEffect.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/ForceFeedbackEffect.cpp index a40a4bac50b9..cc714a3d0a62 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/ForceFeedbackEffect.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/ForceFeedbackEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "IInputInterface.h" diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/HapticFeedbackEffect.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/HapticFeedbackEffect.cpp index b336a2dd8b5f..d2b2fcb6ec8d 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/HapticFeedbackEffect.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/HapticFeedbackEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "EnginePrivate.h" #include "GameFramework/HapticFeedbackEffect.h" diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/InputSettings.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/InputSettings.cpp index 597d3dc1eb7d..53afc3e902f5 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/InputSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/InputSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InputSettings.cpp: Project configurable input settings diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/PlayerInput.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/PlayerInput.cpp index 951c35ab9a61..540079470fb0 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/PlayerInput.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/PlayerInput.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PlayerInput.cpp: Unreal input system. diff --git a/Engine/Source/Runtime/Engine/Private/UserInterface/VisualizeRT.cpp b/Engine/Source/Runtime/Engine/Private/UserInterface/VisualizeRT.cpp index 3a2b82156bc6..b1ab0c8fb2d6 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterface/VisualizeRT.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterface/VisualizeRT.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VisualizeRT.cpp: Implements the VisualizeRT Slate window diff --git a/Engine/Source/Runtime/Engine/Private/UserInterfaceSettings.cpp b/Engine/Source/Runtime/Engine/Private/UserInterfaceSettings.cpp index bc1850212702..673387c78a8c 100644 --- a/Engine/Source/Runtime/Engine/Private/UserInterfaceSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/UserInterfaceSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/VectorField.cpp b/Engine/Source/Runtime/Engine/Private/VectorField.cpp index 9e37d5762f8d..c0ab0e10bf32 100644 --- a/Engine/Source/Runtime/Engine/Private/VectorField.cpp +++ b/Engine/Source/Runtime/Engine/Private/VectorField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== VectorField.cpp: Implementation of vector fields. diff --git a/Engine/Source/Runtime/Engine/Private/VectorField.h b/Engine/Source/Runtime/Engine/Private/VectorField.h index a0a6c8117035..1351e43777fd 100644 --- a/Engine/Source/Runtime/Engine/Private/VectorField.h +++ b/Engine/Source/Runtime/Engine/Private/VectorField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== VectorField.h: Interface to vector fields. diff --git a/Engine/Source/Runtime/Engine/Private/VectorFieldVisualization.cpp b/Engine/Source/Runtime/Engine/Private/VectorFieldVisualization.cpp index 5bc482ffd963..bcd5910af805 100644 --- a/Engine/Source/Runtime/Engine/Private/VectorFieldVisualization.cpp +++ b/Engine/Source/Runtime/Engine/Private/VectorFieldVisualization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== VectorFieldVisualization.cpp: Visualization of vector fields. diff --git a/Engine/Source/Runtime/Engine/Private/VectorFieldVisualization.h b/Engine/Source/Runtime/Engine/Private/VectorFieldVisualization.h index 13bc1e70fb20..693b3060c526 100644 --- a/Engine/Source/Runtime/Engine/Private/VectorFieldVisualization.h +++ b/Engine/Source/Runtime/Engine/Private/VectorFieldVisualization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== VectorFieldVisualization.h: Visualization of vector fields. diff --git a/Engine/Source/Runtime/Engine/Private/VectorFieldVolume.cpp b/Engine/Source/Runtime/Engine/Private/VectorFieldVolume.cpp index ee3935a74302..89c59f93eea4 100644 --- a/Engine/Source/Runtime/Engine/Private/VectorFieldVolume.cpp +++ b/Engine/Source/Runtime/Engine/Private/VectorFieldVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "VectorField/VectorFieldVolume.h" diff --git a/Engine/Source/Runtime/Engine/Private/Vehicles/PhysXVehicleManager.cpp b/Engine/Source/Runtime/Engine/Private/Vehicles/PhysXVehicleManager.cpp index 283cf4c20a9d..8bc7faf3dc6a 100644 --- a/Engine/Source/Runtime/Engine/Private/Vehicles/PhysXVehicleManager.cpp +++ b/Engine/Source/Runtime/Engine/Private/Vehicles/PhysXVehicleManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/Vehicles/PhysXVehicleManager.h b/Engine/Source/Runtime/Engine/Private/Vehicles/PhysXVehicleManager.h index cc07fc795f12..1a492980090f 100644 --- a/Engine/Source/Runtime/Engine/Private/Vehicles/PhysXVehicleManager.h +++ b/Engine/Source/Runtime/Engine/Private/Vehicles/PhysXVehicleManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Private/Vehicles/TireType.cpp b/Engine/Source/Runtime/Engine/Private/Vehicles/TireType.cpp index e36d69252ce5..56f6301b64d0 100644 --- a/Engine/Source/Runtime/Engine/Private/Vehicles/TireType.cpp +++ b/Engine/Source/Runtime/Engine/Private/Vehicles/TireType.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Vehicles/TireType.h" diff --git a/Engine/Source/Runtime/Engine/Private/Vehicles/VehicleAnimInstance.cpp b/Engine/Source/Runtime/Engine/Private/Vehicles/VehicleAnimInstance.cpp index 387efa142d3c..36835040bf78 100644 --- a/Engine/Source/Runtime/Engine/Private/Vehicles/VehicleAnimInstance.cpp +++ b/Engine/Source/Runtime/Engine/Private/Vehicles/VehicleAnimInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UVehicleAnimInstance.cpp: Single Node Tree Instance diff --git a/Engine/Source/Runtime/Engine/Private/Vehicles/VehicleWheel.cpp b/Engine/Source/Runtime/Engine/Private/Vehicles/VehicleWheel.cpp index 832b14fbc078..e3ba4843d820 100644 --- a/Engine/Source/Runtime/Engine/Private/Vehicles/VehicleWheel.cpp +++ b/Engine/Source/Runtime/Engine/Private/Vehicles/VehicleWheel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "GameFramework/PawnMovementComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/Vehicles/WheeledVehicleMovementComponent.cpp b/Engine/Source/Runtime/Engine/Private/Vehicles/WheeledVehicleMovementComponent.cpp index 78432cbf98e6..227d4f99558f 100644 --- a/Engine/Source/Runtime/Engine/Private/Vehicles/WheeledVehicleMovementComponent.cpp +++ b/Engine/Source/Runtime/Engine/Private/Vehicles/WheeledVehicleMovementComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/Vehicles/WheeledVehicleMovementComponent4W.cpp b/Engine/Source/Runtime/Engine/Private/Vehicles/WheeledVehicleMovementComponent4W.cpp index d20a3da3855a..794f5934b274 100644 --- a/Engine/Source/Runtime/Engine/Private/Vehicles/WheeledVehicleMovementComponent4W.cpp +++ b/Engine/Source/Runtime/Engine/Private/Vehicles/WheeledVehicleMovementComponent4W.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLogger.cpp b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLogger.cpp index 290e51040c82..2f3b4aaa44d6 100644 --- a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLogger.cpp +++ b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLogger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "VisualLogger/VisualLogger.h" diff --git a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerAutomationTests.cpp b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerAutomationTests.cpp index b429978be7f3..883a366e4f62 100644 --- a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerAutomationTests.cpp +++ b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerAutomationTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerBinaryFileDevice.cpp b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerBinaryFileDevice.cpp index c13e17aac88a..8e02f2715c63 100644 --- a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerBinaryFileDevice.cpp +++ b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerBinaryFileDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "VisualLogger/VisualLoggerBinaryFileDevice.h" diff --git a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerKismetLibrary.cpp b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerKismetLibrary.cpp index dbf5e509c49b..b30777c3d139 100644 --- a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerKismetLibrary.cpp +++ b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerKismetLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "VisualLogger/VisualLogger.h" diff --git a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerTypes.cpp b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerTypes.cpp index ca7323543937..1036fffa179b 100644 --- a/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerTypes.cpp +++ b/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "ObjectBase.h" diff --git a/Engine/Source/Runtime/Engine/Private/VoiceChannel.cpp b/Engine/Source/Runtime/Engine/Private/VoiceChannel.cpp index eed6b9d78196..366a48b3d7a6 100644 --- a/Engine/Source/Runtime/Engine/Private/VoiceChannel.cpp +++ b/Engine/Source/Runtime/Engine/Private/VoiceChannel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VoiceChannel.cpp: Unreal voice traffic implementation. diff --git a/Engine/Source/Runtime/Engine/Private/Volume.cpp b/Engine/Source/Runtime/Engine/Private/Volume.cpp index 241fa8ada104..0511a787c510 100644 --- a/Engine/Source/Runtime/Engine/Private/Volume.cpp +++ b/Engine/Source/Runtime/Engine/Private/Volume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Volume.cpp: AVolume and subclasses diff --git a/Engine/Source/Runtime/Engine/Private/VorbisAudioInfo.cpp b/Engine/Source/Runtime/Engine/Private/VorbisAudioInfo.cpp index f33e0d3f96ab..24c4f9e041d8 100644 --- a/Engine/Source/Runtime/Engine/Private/VorbisAudioInfo.cpp +++ b/Engine/Source/Runtime/Engine/Private/VorbisAudioInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" diff --git a/Engine/Source/Runtime/Engine/Private/WheeledVehicle.cpp b/Engine/Source/Runtime/Engine/Private/WheeledVehicle.cpp index aeab5b0c7ff1..aa90fc61dacc 100644 --- a/Engine/Source/Runtime/Engine/Private/WheeledVehicle.cpp +++ b/Engine/Source/Runtime/Engine/Private/WheeledVehicle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Vehicle.cpp: AWheeledVehicle implementation diff --git a/Engine/Source/Runtime/Engine/Private/WindDirectionalSource.cpp b/Engine/Source/Runtime/Engine/Private/WindDirectionalSource.cpp index 8211ccdb4e85..f4c833b72044 100644 --- a/Engine/Source/Runtime/Engine/Private/WindDirectionalSource.cpp +++ b/Engine/Source/Runtime/Engine/Private/WindDirectionalSource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Components/WindDirectionalSourceComponent.h" diff --git a/Engine/Source/Runtime/Engine/Private/World.cpp b/Engine/Source/Runtime/Engine/Private/World.cpp index 11c0b562455d..89fdb0a74d62 100644 --- a/Engine/Source/Runtime/Engine/Private/World.cpp +++ b/Engine/Source/Runtime/Engine/Private/World.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= World.cpp: UWorld implementation diff --git a/Engine/Source/Runtime/Engine/Private/WorldComposition.cpp b/Engine/Source/Runtime/Engine/Private/WorldComposition.cpp index 26bea9cbfe6e..58e2b58c17ce 100644 --- a/Engine/Source/Runtime/Engine/Private/WorldComposition.cpp +++ b/Engine/Source/Runtime/Engine/Private/WorldComposition.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WorldComposition.cpp: UWorldComposition implementation diff --git a/Engine/Source/Runtime/Engine/Private/WorldSettings.cpp b/Engine/Source/Runtime/Engine/Private/WorldSettings.cpp index d47017d5f3e3..95f06494c5f7 100644 --- a/Engine/Source/Runtime/Engine/Private/WorldSettings.cpp +++ b/Engine/Source/Runtime/Engine/Private/WorldSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EnginePrivate.h" #include "Engine/AssetUserData.h" diff --git a/Engine/Source/Runtime/Engine/Public/ADPCMAudioInfo.h b/Engine/Source/Runtime/Engine/Public/ADPCMAudioInfo.h index 749d516a6b28..d2c0ffa027aa 100644 --- a/Engine/Source/Runtime/Engine/Public/ADPCMAudioInfo.h +++ b/Engine/Source/Runtime/Engine/Public/ADPCMAudioInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ADPCMAudioInfo.h: Unreal audio ADPCM decompression interface object. diff --git a/Engine/Source/Runtime/Engine/Public/AI/NavDataGenerator.h b/Engine/Source/Runtime/Engine/Public/AI/NavDataGenerator.h index c48260021b44..ff6aac15ffe8 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/NavDataGenerator.h +++ b/Engine/Source/Runtime/Engine/Public/AI/NavDataGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/AI/NavLinkRenderingProxy.h b/Engine/Source/Runtime/Engine/Public/AI/NavLinkRenderingProxy.h index d1d4f55511ae..5f621be4864f 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/NavLinkRenderingProxy.h +++ b/Engine/Source/Runtime/Engine/Public/AI/NavLinkRenderingProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/AI/Navigation/PImplRecastNavMesh.h b/Engine/Source/Runtime/Engine/Public/AI/Navigation/PImplRecastNavMesh.h index b1528f8ecc6f..892491cff4af 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/Navigation/PImplRecastNavMesh.h +++ b/Engine/Source/Runtime/Engine/Public/AI/Navigation/PImplRecastNavMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Private implementation for communication with Recast library diff --git a/Engine/Source/Runtime/Engine/Public/AI/Navigation/RecastHelpers.h b/Engine/Source/Runtime/Engine/Public/AI/Navigation/RecastHelpers.h index 68d8c3a19a99..39816b6aa0d6 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/Navigation/RecastHelpers.h +++ b/Engine/Source/Runtime/Engine/Public/AI/Navigation/RecastHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Coord system utilities diff --git a/Engine/Source/Runtime/Engine/Public/AI/Navigation/RecastNavMeshGenerator.h b/Engine/Source/Runtime/Engine/Public/AI/Navigation/RecastNavMeshGenerator.h index 6fee1fe89e02..46ff59fd0729 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/Navigation/RecastNavMeshGenerator.h +++ b/Engine/Source/Runtime/Engine/Public/AI/Navigation/RecastNavMeshGenerator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_RECAST diff --git a/Engine/Source/Runtime/Engine/Public/AI/NavigationModifier.h b/Engine/Source/Runtime/Engine/Public/AI/NavigationModifier.h index aba2dff2e174..0ee2b5420238 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/NavigationModifier.h +++ b/Engine/Source/Runtime/Engine/Public/AI/NavigationModifier.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/Navigation/NavLinkDefinition.h" diff --git a/Engine/Source/Runtime/Engine/Public/AI/NavigationOctree.h b/Engine/Source/Runtime/Engine/Public/AI/NavigationOctree.h index 1ef5ac38a33e..08e936d5d529 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/NavigationOctree.h +++ b/Engine/Source/Runtime/Engine/Public/AI/NavigationOctree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AI/NavigationModifier.h" diff --git a/Engine/Source/Runtime/Engine/Public/AI/NavigationSystemHelpers.h b/Engine/Source/Runtime/Engine/Public/AI/NavigationSystemHelpers.h index d9dcfb640502..af9184b02258 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/NavigationSystemHelpers.h +++ b/Engine/Source/Runtime/Engine/Public/AI/NavigationSystemHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/AI/RVOAvoidanceInterface.h b/Engine/Source/Runtime/Engine/Public/AI/RVOAvoidanceInterface.h index a979c673fa28..d37734a3a42c 100644 --- a/Engine/Source/Runtime/Engine/Public/AI/RVOAvoidanceInterface.h +++ b/Engine/Source/Runtime/Engine/Public/AI/RVOAvoidanceInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //============================================================================= // IRVOAvoidanceInterface is an interface for objects that want to perform diff --git a/Engine/Source/Runtime/Engine/Public/AVIWriter.h b/Engine/Source/Runtime/Engine/Public/AVIWriter.h index 9b1b80d7cfbb..73a97305067e 100644 --- a/Engine/Source/Runtime/Engine/Public/AVIWriter.h +++ b/Engine/Source/Runtime/Engine/Public/AVIWriter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AVIWriter.h: Helper class for creating AVI files. diff --git a/Engine/Source/Runtime/Engine/Public/ActiveSound.h b/Engine/Source/Runtime/Engine/Public/ActiveSound.h index 6cddc4534da5..84e24bebf734 100644 --- a/Engine/Source/Runtime/Engine/Public/ActiveSound.h +++ b/Engine/Source/Runtime/Engine/Public/ActiveSound.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/ActorEditorUtils.h b/Engine/Source/Runtime/Engine/Public/ActorEditorUtils.h index b874e22aec7a..f40766ebe487 100644 --- a/Engine/Source/Runtime/Engine/Public/ActorEditorUtils.h +++ b/Engine/Source/Runtime/Engine/Public/ActorEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __ActorEditorUtils_h__ #define __ActorEditorUtils_h__ diff --git a/Engine/Source/Runtime/Engine/Public/AlphaBlend.h b/Engine/Source/Runtime/Engine/Public/AlphaBlend.h index 4e9ec91efc84..88922405c210 100644 --- a/Engine/Source/Runtime/Engine/Public/AlphaBlend.h +++ b/Engine/Source/Runtime/Engine/Public/AlphaBlend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/AnimEncoding.h b/Engine/Source/Runtime/Engine/Public/AnimEncoding.h index fe7919e862cc..902bed9772a9 100644 --- a/Engine/Source/Runtime/Engine/Public/AnimEncoding.h +++ b/Engine/Source/Runtime/Engine/Public/AnimEncoding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimEncoding.h: Skeletal mesh animation compression. diff --git a/Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h b/Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h index 9d910d387058..dcd32a487225 100644 --- a/Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h +++ b/Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimEncoding_ConstantKeyLerp.h: Constant key compression. diff --git a/Engine/Source/Runtime/Engine/Public/AnimEncoding_PerTrackCompression.h b/Engine/Source/Runtime/Engine/Public/AnimEncoding_PerTrackCompression.h index 5951b883fe49..10268511b76e 100644 --- a/Engine/Source/Runtime/Engine/Public/AnimEncoding_PerTrackCompression.h +++ b/Engine/Source/Runtime/Engine/Public/AnimEncoding_PerTrackCompression.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimEncoding_PerTrackCompression.h: Per-track decompressor. diff --git a/Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h b/Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h index a4c53007e696..150b68621009 100644 --- a/Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h +++ b/Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimEncoding_VariableKeyLerp.h: Variable key compression. diff --git a/Engine/Source/Runtime/Engine/Public/AnimInterpFilter.h b/Engine/Source/Runtime/Engine/Public/AnimInterpFilter.h index 3c3954a5e7cd..418eee57a729 100644 --- a/Engine/Source/Runtime/Engine/Public/AnimInterpFilter.h +++ b/Engine/Source/Runtime/Engine/Public/AnimInterpFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InterpFilter.h diff --git a/Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h b/Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h index 3ab30305a0a7..8d992565d25d 100644 --- a/Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h +++ b/Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h b/Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h index a0d681cb254c..1dbbd32fc219 100644 --- a/Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h +++ b/Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Animation/AnimMTStats.h b/Engine/Source/Runtime/Engine/Public/Animation/AnimMTStats.h index 894b99c330b6..49b57a7dad3f 100644 --- a/Engine/Source/Runtime/Engine/Public/Animation/AnimMTStats.h +++ b/Engine/Source/Runtime/Engine/Public/Animation/AnimMTStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. DO_ANIMSTAT_PROCESSING(PerformAnimEvaluation); DO_ANIMSTAT_PROCESSING(SkeletalComponentAnimEvaluate); diff --git a/Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyQueue.h b/Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyQueue.h index 9a84b31b6751..c79ad8e27b4f 100644 --- a/Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyQueue.h +++ b/Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyQueue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h b/Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h index 25113516b8d0..86a0cca42c00 100644 --- a/Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h +++ b/Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is based upon and adapted to UE4 from the code // provided in the Sandbox project here: diff --git a/Engine/Source/Runtime/Engine/Public/Animation/AnimSingleNodeInstanceProxy.h b/Engine/Source/Runtime/Engine/Public/Animation/AnimSingleNodeInstanceProxy.h index 734229b6614d..21c27c02d0c5 100644 --- a/Engine/Source/Runtime/Engine/Public/Animation/AnimSingleNodeInstanceProxy.h +++ b/Engine/Source/Runtime/Engine/Public/Animation/AnimSingleNodeInstanceProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Animation/AnimStats.h b/Engine/Source/Runtime/Engine/Public/Animation/AnimStats.h index fc486c7e6ed4..4df4b205b57b 100644 --- a/Engine/Source/Runtime/Engine/Public/Animation/AnimStats.h +++ b/Engine/Source/Runtime/Engine/Public/Animation/AnimStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimStats.h: Animation stats diff --git a/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h b/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h index f9be57a82efe..61e94fd5305e 100644 --- a/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h +++ b/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/AnimationCompression.h b/Engine/Source/Runtime/Engine/Public/AnimationCompression.h index 9f621c41e767..bbed24a03e96 100644 --- a/Engine/Source/Runtime/Engine/Public/AnimationCompression.h +++ b/Engine/Source/Runtime/Engine/Public/AnimationCompression.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationCompression.h: Skeletal mesh animation compression. diff --git a/Engine/Source/Runtime/Engine/Public/AnimationRuntime.h b/Engine/Source/Runtime/Engine/Public/AnimationRuntime.h index f4da8fb158f1..68b0cbf78cbe 100644 --- a/Engine/Source/Runtime/Engine/Public/AnimationRuntime.h +++ b/Engine/Source/Runtime/Engine/Public/AnimationRuntime.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationRuntime.h: Skeletal mesh animation utilities diff --git a/Engine/Source/Runtime/Engine/Public/AnimationUtils.h b/Engine/Source/Runtime/Engine/Public/AnimationUtils.h index 41515669be34..405d579ee5d3 100644 --- a/Engine/Source/Runtime/Engine/Public/AnimationUtils.h +++ b/Engine/Source/Runtime/Engine/Public/AnimationUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AnimationUtils.h: Skeletal mesh animation utilities. diff --git a/Engine/Source/Runtime/Engine/Public/Audio.h b/Engine/Source/Runtime/Engine/Public/Audio.h index b325bfd912a2..269fbe965a53 100644 --- a/Engine/Source/Runtime/Engine/Public/Audio.h +++ b/Engine/Source/Runtime/Engine/Public/Audio.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Audio.h: Unreal base audio. diff --git a/Engine/Source/Runtime/Engine/Public/AudioDecompress.h b/Engine/Source/Runtime/Engine/Public/AudioDecompress.h index 84c7fc9646bf..cfb9e0430f74 100644 --- a/Engine/Source/Runtime/Engine/Public/AudioDecompress.h +++ b/Engine/Source/Runtime/Engine/Public/AudioDecompress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AudioDecompress.h: Unreal audio vorbis decompression interface object. diff --git a/Engine/Source/Runtime/Engine/Public/AudioDerivedData.h b/Engine/Source/Runtime/Engine/Public/AudioDerivedData.h index 47d5494447ce..91e828af7021 100644 --- a/Engine/Source/Runtime/Engine/Public/AudioDerivedData.h +++ b/Engine/Source/Runtime/Engine/Public/AudioDerivedData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DerivedDataPluginInterface.h" diff --git a/Engine/Source/Runtime/Engine/Public/AudioDevice.h b/Engine/Source/Runtime/Engine/Public/AudioDevice.h index 5d971ac6c2b8..fded6915702e 100644 --- a/Engine/Source/Runtime/Engine/Public/AudioDevice.h +++ b/Engine/Source/Runtime/Engine/Public/AudioDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h b/Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h index bef40d1aed88..f00a48b676ca 100644 --- a/Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h +++ b/Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/AudioEffect.h b/Engine/Source/Runtime/Engine/Public/AudioEffect.h index 7a16e26777be..5b39df940a11 100644 --- a/Engine/Source/Runtime/Engine/Public/AudioEffect.h +++ b/Engine/Source/Runtime/Engine/Public/AudioEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AudioEffect.h: Unreal base audio. diff --git a/Engine/Source/Runtime/Engine/Public/AudioStreaming.h b/Engine/Source/Runtime/Engine/Public/AudioStreaming.h index f0a8c964c3ba..0a931a6918b1 100644 --- a/Engine/Source/Runtime/Engine/Public/AudioStreaming.h +++ b/Engine/Source/Runtime/Engine/Public/AudioStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AudioStreaming.h: Definitions of classes used for audio streaming. diff --git a/Engine/Source/Runtime/Engine/Public/BatchedElements.h b/Engine/Source/Runtime/Engine/Public/BatchedElements.h index a382907f2ed6..c019a8a45998 100644 --- a/Engine/Source/Runtime/Engine/Public/BatchedElements.h +++ b/Engine/Source/Runtime/Engine/Public/BatchedElements.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BatchedElements.h: Batched element rendering. diff --git a/Engine/Source/Runtime/Engine/Public/BlendableManager.h b/Engine/Source/Runtime/Engine/Public/BlendableManager.h index 23c370bca1db..4f89479515df 100644 --- a/Engine/Source/Runtime/Engine/Public/BlendableManager.h +++ b/Engine/Source/Runtime/Engine/Public/BlendableManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/BlueprintUtilities.h b/Engine/Source/Runtime/Engine/Public/BlueprintUtilities.h index 032a1496d27a..837a1e1bab1a 100644 --- a/Engine/Source/Runtime/Engine/Public/BlueprintUtilities.h +++ b/Engine/Source/Runtime/Engine/Public/BlueprintUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/BoneContainer.h b/Engine/Source/Runtime/Engine/Public/BoneContainer.h index 137b9514efdf..51ead7b9208d 100644 --- a/Engine/Source/Runtime/Engine/Public/BoneContainer.h +++ b/Engine/Source/Runtime/Engine/Public/BoneContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/BoneIndices.h b/Engine/Source/Runtime/Engine/Public/BoneIndices.h index 290cb68217ac..d4e45e27e533 100644 --- a/Engine/Source/Runtime/Engine/Public/BoneIndices.h +++ b/Engine/Source/Runtime/Engine/Public/BoneIndices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/BonePose.h b/Engine/Source/Runtime/Engine/Public/BonePose.h index 94e46771d7a3..bc91925bb280 100644 --- a/Engine/Source/Runtime/Engine/Public/BonePose.h +++ b/Engine/Source/Runtime/Engine/Public/BonePose.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/BufferVisualizationData.h b/Engine/Source/Runtime/Engine/Public/BufferVisualizationData.h index 84abae9e69fe..6686c595073a 100644 --- a/Engine/Source/Runtime/Engine/Public/BufferVisualizationData.h +++ b/Engine/Source/Runtime/Engine/Public/BufferVisualizationData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class UMaterial; diff --git a/Engine/Source/Runtime/Engine/Public/CDKey.h b/Engine/Source/Runtime/Engine/Public/CDKey.h index 948b60a54a32..8131f2a3e50f 100644 --- a/Engine/Source/Runtime/Engine/Public/CDKey.h +++ b/Engine/Source/Runtime/Engine/Public/CDKey.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CDKey.h: CD Key validation diff --git a/Engine/Source/Runtime/Engine/Public/CanvasItem.h b/Engine/Source/Runtime/Engine/Public/CanvasItem.h index 63991f837d05..2c69b7fe4105 100644 --- a/Engine/Source/Runtime/Engine/Public/CanvasItem.h +++ b/Engine/Source/Runtime/Engine/Public/CanvasItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CanvasItem.h: Unreal canvas item definitions diff --git a/Engine/Source/Runtime/Engine/Public/CanvasTypes.h b/Engine/Source/Runtime/Engine/Public/CanvasTypes.h index 12262f2e3819..d9343e0ba036 100644 --- a/Engine/Source/Runtime/Engine/Public/CanvasTypes.h +++ b/Engine/Source/Runtime/Engine/Public/CanvasTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Canvas.h: Unreal canvas definition. diff --git a/Engine/Source/Runtime/Engine/Public/ChartCreation.h b/Engine/Source/Runtime/Engine/Public/ChartCreation.h index 3251ccf94a14..806ec0abfca4 100644 --- a/Engine/Source/Runtime/Engine/Public/ChartCreation.h +++ b/Engine/Source/Runtime/Engine/Public/ChartCreation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * ChartCreation diff --git a/Engine/Source/Runtime/Engine/Public/ClothSimData.h b/Engine/Source/Runtime/Engine/Public/ClothSimData.h index fd5e977985c7..203c5a347e83 100644 --- a/Engine/Source/Runtime/Engine/Public/ClothSimData.h +++ b/Engine/Source/Runtime/Engine/Public/ClothSimData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Collision.h b/Engine/Source/Runtime/Engine/Public/Collision.h index c64f504e8f17..c1ee0aa78fd1 100644 --- a/Engine/Source/Runtime/Engine/Public/Collision.h +++ b/Engine/Source/Runtime/Engine/Public/Collision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Collision.h: Common collision code. diff --git a/Engine/Source/Runtime/Engine/Public/CollisionDebugDrawingPublic.h b/Engine/Source/Runtime/Engine/Public/CollisionDebugDrawingPublic.h index 33342340714a..627ff6444a5e 100644 --- a/Engine/Source/Runtime/Engine/Public/CollisionDebugDrawingPublic.h +++ b/Engine/Source/Runtime/Engine/Public/CollisionDebugDrawingPublic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/CollisionQueryParams.h b/Engine/Source/Runtime/Engine/Public/CollisionQueryParams.h index 67005193419c..c6dcd8a96f96 100644 --- a/Engine/Source/Runtime/Engine/Public/CollisionQueryParams.h +++ b/Engine/Source/Runtime/Engine/Public/CollisionQueryParams.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Structs used for passing parameters to scene query functions diff --git a/Engine/Source/Runtime/Engine/Public/ComponentInstanceDataCache.h b/Engine/Source/Runtime/Engine/Public/ComponentInstanceDataCache.h index 5282dc3181ee..336b80bc3bba 100644 --- a/Engine/Source/Runtime/Engine/Public/ComponentInstanceDataCache.h +++ b/Engine/Source/Runtime/Engine/Public/ComponentInstanceDataCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/ComponentRecreateRenderStateContext.h b/Engine/Source/Runtime/Engine/Public/ComponentRecreateRenderStateContext.h index ab4a5744db63..ead6e97561b4 100644 --- a/Engine/Source/Runtime/Engine/Public/ComponentRecreateRenderStateContext.h +++ b/Engine/Source/Runtime/Engine/Public/ComponentRecreateRenderStateContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/ComponentReregisterContext.h b/Engine/Source/Runtime/Engine/Public/ComponentReregisterContext.h index 7fc176f1d6d5..1d99707ef999 100644 --- a/Engine/Source/Runtime/Engine/Public/ComponentReregisterContext.h +++ b/Engine/Source/Runtime/Engine/Public/ComponentReregisterContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/ComponentUtils.h b/Engine/Source/Runtime/Engine/Public/ComponentUtils.h index 097af5b16f7d..742dc1eccd0d 100644 --- a/Engine/Source/Runtime/Engine/Public/ComponentUtils.h +++ b/Engine/Source/Runtime/Engine/Public/ComponentUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Components.h b/Engine/Source/Runtime/Engine/Public/Components.h index b7c0804a6384..3b84f3e6318a 100644 --- a/Engine/Source/Runtime/Engine/Public/Components.h +++ b/Engine/Source/Runtime/Engine/Public/Components.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PackedNormal.h" diff --git a/Engine/Source/Runtime/Engine/Public/ContentStreaming.h b/Engine/Source/Runtime/Engine/Public/ContentStreaming.h index 45e73b4a4d5a..edafaedc419c 100644 --- a/Engine/Source/Runtime/Engine/Public/ContentStreaming.h +++ b/Engine/Source/Runtime/Engine/Public/ContentStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ContentStreaming.h: Definitions of classes used for content streaming. diff --git a/Engine/Source/Runtime/Engine/Public/ConvexVolume.h b/Engine/Source/Runtime/Engine/Public/ConvexVolume.h index 76a6169c94a7..4125f2ac4270 100644 --- a/Engine/Source/Runtime/Engine/Public/ConvexVolume.h +++ b/Engine/Source/Runtime/Engine/Public/ConvexVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/CustomBoneIndexArray.h b/Engine/Source/Runtime/Engine/Public/CustomBoneIndexArray.h index 3bd65dce6b55..1e3c2ab3ae6f 100644 --- a/Engine/Source/Runtime/Engine/Public/CustomBoneIndexArray.h +++ b/Engine/Source/Runtime/Engine/Public/CustomBoneIndexArray.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/DDSLoader.h b/Engine/Source/Runtime/Engine/Public/DDSLoader.h index b55966233e1a..6ac06189afc0 100644 --- a/Engine/Source/Runtime/Engine/Public/DDSLoader.h +++ b/Engine/Source/Runtime/Engine/Public/DDSLoader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/DVRStreaming.h b/Engine/Source/Runtime/Engine/Public/DVRStreaming.h index 2cc96334dd04..5d746dc2635a 100644 --- a/Engine/Source/Runtime/Engine/Public/DVRStreaming.h +++ b/Engine/Source/Runtime/Engine/Public/DVRStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/DataTableUtils.h b/Engine/Source/Runtime/Engine/Public/DataTableUtils.h index 0bd7bb49bc79..44167637cd71 100644 --- a/Engine/Source/Runtime/Engine/Public/DataTableUtils.h +++ b/Engine/Source/Runtime/Engine/Public/DataTableUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h b/Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h index 4a4c08c5558f..a6e4ebaca161 100644 --- a/Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h +++ b/Engine/Source/Runtime/Engine/Public/DebugRenderSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DebugRenderSceneProxy.h: Useful scene proxy for rendering non performance-critical information. diff --git a/Engine/Source/Runtime/Engine/Public/DelayAction.h b/Engine/Source/Runtime/Engine/Public/DelayAction.h index ab6f462e0d85..ead036920233 100644 --- a/Engine/Source/Runtime/Engine/Public/DelayAction.h +++ b/Engine/Source/Runtime/Engine/Public/DelayAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LatentActions.h" diff --git a/Engine/Source/Runtime/Engine/Public/DisplayDebugHelpers.h b/Engine/Source/Runtime/Engine/Public/DisplayDebugHelpers.h index 5b0a89ab3395..8015d4ec57f9 100644 --- a/Engine/Source/Runtime/Engine/Public/DisplayDebugHelpers.h +++ b/Engine/Source/Runtime/Engine/Public/DisplayDebugHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/DistanceFieldAtlas.h b/Engine/Source/Runtime/Engine/Public/DistanceFieldAtlas.h index db8eaaf5ae52..2e95ee93dc37 100644 --- a/Engine/Source/Runtime/Engine/Public/DistanceFieldAtlas.h +++ b/Engine/Source/Runtime/Engine/Public/DistanceFieldAtlas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldAtlas.h diff --git a/Engine/Source/Runtime/Engine/Public/Distributions.h b/Engine/Source/Runtime/Engine/Public/Distributions.h index a4f4666487a2..5b963dd8a13f 100644 --- a/Engine/Source/Runtime/Engine/Public/Distributions.h +++ b/Engine/Source/Runtime/Engine/Public/Distributions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Distributions.h: Declaration of distributions. diff --git a/Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h b/Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h index 2c59fbd3f757..25c661fa12cd 100644 --- a/Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h +++ b/Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Public/DynamicMeshBuilder.h b/Engine/Source/Runtime/Engine/Public/DynamicMeshBuilder.h index bbed87e8c232..5b0ad985fc8d 100644 --- a/Engine/Source/Runtime/Engine/Public/DynamicMeshBuilder.h +++ b/Engine/Source/Runtime/Engine/Public/DynamicMeshBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DynamicMeshBuilder.h: Dynamic mesh builder definitions. diff --git a/Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h b/Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h index 63139707c450..11d6da4df109 100644 --- a/Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h +++ b/Engine/Source/Runtime/Engine/Public/EdGraph/EdGraphNodeUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/EditorSupportDelegates.h b/Engine/Source/Runtime/Engine/Public/EditorSupportDelegates.h index 551cc9ee61c5..f39fab938931 100644 --- a/Engine/Source/Runtime/Engine/Public/EditorSupportDelegates.h +++ b/Engine/Source/Runtime/Engine/Public/EditorSupportDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Engine.h b/Engine/Source/Runtime/Engine/Public/Engine.h index 56b50b6e42dc..a4ce53d9ddfe 100644 --- a/Engine/Source/Runtime/Engine/Public/Engine.h +++ b/Engine/Source/Runtime/Engine/Public/Engine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Engine.h: Unreal engine public header file. diff --git a/Engine/Source/Runtime/Engine/Public/EngineAnalytics.h b/Engine/Source/Runtime/Engine/Public/EngineAnalytics.h index 23fefefdbd7b..dfd97fa409a5 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineAnalytics.h +++ b/Engine/Source/Runtime/Engine/Public/EngineAnalytics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/EngineDefines.h b/Engine/Source/Runtime/Engine/Public/EngineDefines.h index b84d3fd9d306..ca8702fc2324 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineDefines.h +++ b/Engine/Source/Runtime/Engine/Public/EngineDefines.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Public defines form the Engine diff --git a/Engine/Source/Runtime/Engine/Public/EngineFontServices.h b/Engine/Source/Runtime/Engine/Public/EngineFontServices.h index fa20b543c581..b418d16a72b9 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineFontServices.h +++ b/Engine/Source/Runtime/Engine/Public/EngineFontServices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/EngineGlobals.h b/Engine/Source/Runtime/Engine/Public/EngineGlobals.h index 7ad8b1fe9c95..6b3b599c5bda 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineGlobals.h +++ b/Engine/Source/Runtime/Engine/Public/EngineGlobals.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Engine global defines diff --git a/Engine/Source/Runtime/Engine/Public/EngineLogs.h b/Engine/Source/Runtime/Engine/Public/EngineLogs.h index 305eeb839207..5b88c712f1c0 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineLogs.h +++ b/Engine/Source/Runtime/Engine/Public/EngineLogs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Log categories used by the Engine diff --git a/Engine/Source/Runtime/Engine/Public/EngineMinimal.h b/Engine/Source/Runtime/Engine/Public/EngineMinimal.h index 55b8090ee7d4..9cc045578ecb 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineMinimal.h +++ b/Engine/Source/Runtime/Engine/Public/EngineMinimal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EngineMinimal.h: Commonly used include for developing projects with UE4 diff --git a/Engine/Source/Runtime/Engine/Public/EngineModule.h b/Engine/Source/Runtime/Engine/Public/EngineModule.h index f326d4886b7a..98a9cad624d6 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineModule.h +++ b/Engine/Source/Runtime/Engine/Public/EngineModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Engine module class diff --git a/Engine/Source/Runtime/Engine/Public/EngineService.h b/Engine/Source/Runtime/Engine/Public/EngineService.h index 99edb3acc8a2..20fa17ce2a76 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineService.h +++ b/Engine/Source/Runtime/Engine/Public/EngineService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/EngineStats.h b/Engine/Source/Runtime/Engine/Public/EngineStats.h index 412a7c03a945..acc9bc3a2307 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineStats.h +++ b/Engine/Source/Runtime/Engine/Public/EngineStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/EngineUtils.h b/Engine/Source/Runtime/Engine/Public/EngineUtils.h index 2d365f17f12c..9e9ea5b9fa37 100644 --- a/Engine/Source/Runtime/Engine/Public/EngineUtils.h +++ b/Engine/Source/Runtime/Engine/Public/EngineUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Engine.h: Unreal engine public header file. diff --git a/Engine/Source/Runtime/Engine/Public/FXSystem.h b/Engine/Source/Runtime/Engine/Public/FXSystem.h index 2a5100b49f5c..4349594086b9 100644 --- a/Engine/Source/Runtime/Engine/Public/FXSystem.h +++ b/Engine/Source/Runtime/Engine/Public/FXSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FXSystem.h: Interface to the effects system. diff --git a/Engine/Source/Runtime/Engine/Public/Features/ILiveStreamingService.h b/Engine/Source/Runtime/Engine/Public/Features/ILiveStreamingService.h index ff495f3ef2ca..c610ee88cdac 100644 --- a/Engine/Source/Runtime/Engine/Public/Features/ILiveStreamingService.h +++ b/Engine/Source/Runtime/Engine/Public/Features/ILiveStreamingService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/FinalPostProcessSettings.h b/Engine/Source/Runtime/Engine/Public/FinalPostProcessSettings.h index 5954ab0824bc..9dd8a5608202 100644 --- a/Engine/Source/Runtime/Engine/Public/FinalPostProcessSettings.h +++ b/Engine/Source/Runtime/Engine/Public/FinalPostProcessSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/FixedSizeArrayView.h b/Engine/Source/Runtime/Engine/Public/FixedSizeArrayView.h index f5fe3be97510..7ccdaf412631 100644 --- a/Engine/Source/Runtime/Engine/Public/FixedSizeArrayView.h +++ b/Engine/Source/Runtime/Engine/Public/FixedSizeArrayView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/FogRendering.h b/Engine/Source/Runtime/Engine/Public/FogRendering.h index e7d661a3fe92..d9a162d6ef1e 100644 --- a/Engine/Source/Runtime/Engine/Public/FogRendering.h +++ b/Engine/Source/Runtime/Engine/Public/FogRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FogRendering.h: diff --git a/Engine/Source/Runtime/Engine/Public/GPUSkinPublicDefs.h b/Engine/Source/Runtime/Engine/Public/GPUSkinPublicDefs.h index 1e460dc6092e..951701acc0f3 100644 --- a/Engine/Source/Runtime/Engine/Public/GPUSkinPublicDefs.h +++ b/Engine/Source/Runtime/Engine/Public/GPUSkinPublicDefs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUSkinPublicDefs.h: Public definitions for GPU skinning. diff --git a/Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h b/Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h index 774df7399bbc..87dc0077433c 100644 --- a/Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h +++ b/Engine/Source/Runtime/Engine/Public/GPUSkinVertexFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUSkinVertexFactory.h: GPU skinning vertex factory definitions. diff --git a/Engine/Source/Runtime/Engine/Public/GameDelegates.h b/Engine/Source/Runtime/Engine/Public/GameDelegates.h index 2a99cca20c8f..c4a4fa77a23d 100644 --- a/Engine/Source/Runtime/Engine/Public/GameDelegates.h +++ b/Engine/Source/Runtime/Engine/Public/GameDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/GeneratedCodeHelpers.h b/Engine/Source/Runtime/Engine/Public/GeneratedCodeHelpers.h index f23ec178b0a6..4a26e793c6ec 100644 --- a/Engine/Source/Runtime/Engine/Public/GeneratedCodeHelpers.h +++ b/Engine/Source/Runtime/Engine/Public/GeneratedCodeHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/GenericOctree.h b/Engine/Source/Runtime/Engine/Public/GenericOctree.h index d2510ea45b96..eb32e3284ab3 100644 --- a/Engine/Source/Runtime/Engine/Public/GenericOctree.h +++ b/Engine/Source/Runtime/Engine/Public/GenericOctree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GenericOctree.h: Generic octree definition. diff --git a/Engine/Source/Runtime/Engine/Public/GenericOctree.inl b/Engine/Source/Runtime/Engine/Public/GenericOctree.inl index ca64130df68c..e1ff18993b17 100644 --- a/Engine/Source/Runtime/Engine/Public/GenericOctree.inl +++ b/Engine/Source/Runtime/Engine/Public/GenericOctree.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GenericOctree.inl: Generic octree implementation. diff --git a/Engine/Source/Runtime/Engine/Public/GenericOctreePublic.h b/Engine/Source/Runtime/Engine/Public/GenericOctreePublic.h index b239806ea4f9..9bce5b81ab9a 100644 --- a/Engine/Source/Runtime/Engine/Public/GenericOctreePublic.h +++ b/Engine/Source/Runtime/Engine/Public/GenericOctreePublic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GenericOctreePublic.h: Generic octree definition. diff --git a/Engine/Source/Runtime/Engine/Public/GenericQuadTree.h b/Engine/Source/Runtime/Engine/Public/GenericQuadTree.h index ece8157ddec5..1beeb3209272 100644 --- a/Engine/Source/Runtime/Engine/Public/GenericQuadTree.h +++ b/Engine/Source/Runtime/Engine/Public/GenericQuadTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once DEFINE_LOG_CATEGORY_STATIC(LogQuadTree, Log, Warning); diff --git a/Engine/Source/Runtime/Engine/Public/GestureRecognizer.h b/Engine/Source/Runtime/Engine/Public/GestureRecognizer.h index fb71f7383878..b8bc324e6811 100644 --- a/Engine/Source/Runtime/Engine/Public/GestureRecognizer.h +++ b/Engine/Source/Runtime/Engine/Public/GestureRecognizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GestureRecognizer - handles detecting when gestures happen diff --git a/Engine/Source/Runtime/Engine/Public/GlobalShader.h b/Engine/Source/Runtime/Engine/Public/GlobalShader.h index 390484aeafac..f49156424eae 100644 --- a/Engine/Source/Runtime/Engine/Public/GlobalShader.h +++ b/Engine/Source/Runtime/Engine/Public/GlobalShader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GlobalShader.h: Shader manager definitions. diff --git a/Engine/Source/Runtime/Engine/Public/GraphEditAction.h b/Engine/Source/Runtime/Engine/Public/GraphEditAction.h index bdbc65742907..161d37611cd7 100644 --- a/Engine/Source/Runtime/Engine/Public/GraphEditAction.h +++ b/Engine/Source/Runtime/Engine/Public/GraphEditAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/HModel.h b/Engine/Source/Runtime/Engine/Public/HModel.h index 0ecad2c7e6e9..ef5b5bb36b7a 100644 --- a/Engine/Source/Runtime/Engine/Public/HModel.h +++ b/Engine/Source/Runtime/Engine/Public/HModel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HModel.h: HModel definition. diff --git a/Engine/Source/Runtime/Engine/Public/HardwareInfo.h b/Engine/Source/Runtime/Engine/Public/HardwareInfo.h index cf79dc234240..3e95dfc9578a 100644 --- a/Engine/Source/Runtime/Engine/Public/HardwareInfo.h +++ b/Engine/Source/Runtime/Engine/Public/HardwareInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HardwareInfo.h: Declares the hardware info class diff --git a/Engine/Source/Runtime/Engine/Public/HighResScreenshot.h b/Engine/Source/Runtime/Engine/Public/HighResScreenshot.h index 684489632af1..75f272e46f36 100644 --- a/Engine/Source/Runtime/Engine/Public/HighResScreenshot.h +++ b/Engine/Source/Runtime/Engine/Public/HighResScreenshot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct ENGINE_API FHighResScreenshotConfig diff --git a/Engine/Source/Runtime/Engine/Public/HitProxies.h b/Engine/Source/Runtime/Engine/Public/HitProxies.h index 1371ad657fe5..ceb5db6e11f6 100644 --- a/Engine/Source/Runtime/Engine/Public/HitProxies.h +++ b/Engine/Source/Runtime/Engine/Public/HitProxies.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HitProxies.h: Hit proxy definitions. diff --git a/Engine/Source/Runtime/Engine/Public/IAudioExtensionPlugin.h b/Engine/Source/Runtime/Engine/Public/IAudioExtensionPlugin.h index 6b77025a4aa6..9a11754986fc 100644 --- a/Engine/Source/Runtime/Engine/Public/IAudioExtensionPlugin.h +++ b/Engine/Source/Runtime/Engine/Public/IAudioExtensionPlugin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelector.h b/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelector.h index f4eb15caa1c9..af414bc94613 100644 --- a/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelector.h +++ b/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IDeviceProfileSelector.h: Declares the IDeviceProfileSelector interface. diff --git a/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelectorModule.h b/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelectorModule.h index 30abc1218456..241d89982039 100644 --- a/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelectorModule.h +++ b/Engine/Source/Runtime/Engine/Public/IDeviceProfileSelectorModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IDeviceProfileSelectorModule.h: Declares the IDeviceProfileSelectorModule interface. diff --git a/Engine/Source/Runtime/Engine/Public/ImageUtils.h b/Engine/Source/Runtime/Engine/Public/ImageUtils.h index d0fdcaf85956..2128c03627b5 100644 --- a/Engine/Source/Runtime/Engine/Public/ImageUtils.h +++ b/Engine/Source/Runtime/Engine/Public/ImageUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ImageUtils.h: Image utility functions. diff --git a/Engine/Source/Runtime/Engine/Public/InstancedReferenceSubobjectHelper.h b/Engine/Source/Runtime/Engine/Public/InstancedReferenceSubobjectHelper.h index 34c72b1dac43..83408330a208 100644 --- a/Engine/Source/Runtime/Engine/Public/InstancedReferenceSubobjectHelper.h +++ b/Engine/Source/Runtime/Engine/Public/InstancedReferenceSubobjectHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Interpolation.h b/Engine/Source/Runtime/Engine/Public/Interpolation.h index 46d2ba87534e..1a582be11f7b 100644 --- a/Engine/Source/Runtime/Engine/Public/Interpolation.h +++ b/Engine/Source/Runtime/Engine/Public/Interpolation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Interpolation.h: Matinee related C++ declarations diff --git a/Engine/Source/Runtime/Engine/Public/InterpolationHitProxy.h b/Engine/Source/Runtime/Engine/Public/InterpolationHitProxy.h index 358c0a3713cd..712cc4e979ef 100644 --- a/Engine/Source/Runtime/Engine/Public/InterpolationHitProxy.h +++ b/Engine/Source/Runtime/Engine/Public/InterpolationHitProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InterpolationHitProxy.h diff --git a/Engine/Source/Runtime/Engine/Public/KeyState.h b/Engine/Source/Runtime/Engine/Public/KeyState.h index d7da447d315b..1a462e21f610 100644 --- a/Engine/Source/Runtime/Engine/Public/KeyState.h +++ b/Engine/Source/Runtime/Engine/Public/KeyState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/LatentActions.h b/Engine/Source/Runtime/Engine/Public/LatentActions.h index 0b62d54d8a75..2f32fb353a54 100644 --- a/Engine/Source/Runtime/Engine/Public/LatentActions.h +++ b/Engine/Source/Runtime/Engine/Public/LatentActions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/LevelUtils.h b/Engine/Source/Runtime/Engine/Public/LevelUtils.h index 90fd65cfba15..29a5256d3721 100644 --- a/Engine/Source/Runtime/Engine/Public/LevelUtils.h +++ b/Engine/Source/Runtime/Engine/Public/LevelUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LEVELUTILS_H__ diff --git a/Engine/Source/Runtime/Engine/Public/LightMap.h b/Engine/Source/Runtime/Engine/Public/LightMap.h index cb521156c8a9..f700482ddeaf 100644 --- a/Engine/Source/Runtime/Engine/Public/LightMap.h +++ b/Engine/Source/Runtime/Engine/Public/LightMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMap.h: Light-map definitions. diff --git a/Engine/Source/Runtime/Engine/Public/LightingBuildOptions.h b/Engine/Source/Runtime/Engine/Public/LightingBuildOptions.h index 1016299c08f2..58aec9e4dec3 100644 --- a/Engine/Source/Runtime/Engine/Public/LightingBuildOptions.h +++ b/Engine/Source/Runtime/Engine/Public/LightingBuildOptions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __LIGHTINGBUILDOPTIONS_H__ diff --git a/Engine/Source/Runtime/Engine/Public/LocalVertexFactory.h b/Engine/Source/Runtime/Engine/Public/LocalVertexFactory.h index 7ec97765e17a..d172dfac08eb 100644 --- a/Engine/Source/Runtime/Engine/Public/LocalVertexFactory.h +++ b/Engine/Source/Runtime/Engine/Public/LocalVertexFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/MallocProfilerEx.h b/Engine/Source/Runtime/Engine/Public/MallocProfilerEx.h index fda5a98cd382..9aaafbe7ac47 100644 --- a/Engine/Source/Runtime/Engine/Public/MallocProfilerEx.h +++ b/Engine/Source/Runtime/Engine/Public/MallocProfilerEx.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MallocProfilerEx.h: Extended memory profiling support. diff --git a/Engine/Source/Runtime/Engine/Public/MaterialCompiler.h b/Engine/Source/Runtime/Engine/Public/MaterialCompiler.h index d838b7769606..be4fed8e38e9 100644 --- a/Engine/Source/Runtime/Engine/Public/MaterialCompiler.h +++ b/Engine/Source/Runtime/Engine/Public/MaterialCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialCompiler.h: Material compiler interface. diff --git a/Engine/Source/Runtime/Engine/Public/MaterialExpressionIO.h b/Engine/Source/Runtime/Engine/Public/MaterialExpressionIO.h index da66fed81cc9..f76449cdcb52 100644 --- a/Engine/Source/Runtime/Engine/Public/MaterialExpressionIO.h +++ b/Engine/Source/Runtime/Engine/Public/MaterialExpressionIO.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/MaterialShaderType.h b/Engine/Source/Runtime/Engine/Public/MaterialShaderType.h index 4a7f2c1bf8fd..db58d3b15314 100644 --- a/Engine/Source/Runtime/Engine/Public/MaterialShaderType.h +++ b/Engine/Source/Runtime/Engine/Public/MaterialShaderType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialShader.h: Material shader definitions. diff --git a/Engine/Source/Runtime/Engine/Public/MaterialShared.h b/Engine/Source/Runtime/Engine/Public/MaterialShared.h index f8e28ae5ff27..014469ed82e4 100644 --- a/Engine/Source/Runtime/Engine/Public/MaterialShared.h +++ b/Engine/Source/Runtime/Engine/Public/MaterialShared.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialShared.h: Shared material definitions. diff --git a/Engine/Source/Runtime/Engine/Public/MatineeDelegates.h b/Engine/Source/Runtime/Engine/Public/MatineeDelegates.h index 2219269319ce..d22234d211bd 100644 --- a/Engine/Source/Runtime/Engine/Public/MatineeDelegates.h +++ b/Engine/Source/Runtime/Engine/Public/MatineeDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __MatineeDelegates_h__ #define __MatineeDelegates_h__ diff --git a/Engine/Source/Runtime/Engine/Public/MatineeUtils.h b/Engine/Source/Runtime/Engine/Public/MatineeUtils.h index 52e2082b2c2a..03af788de414 100644 --- a/Engine/Source/Runtime/Engine/Public/MatineeUtils.h +++ b/Engine/Source/Runtime/Engine/Public/MatineeUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __MatineeUtils_h__ #define __MatineeUtils_h__ diff --git a/Engine/Source/Runtime/Engine/Public/MeshBatch.h b/Engine/Source/Runtime/Engine/Public/MeshBatch.h index 756079c68c7d..d3fe90da29d8 100644 --- a/Engine/Source/Runtime/Engine/Public/MeshBatch.h +++ b/Engine/Source/Runtime/Engine/Public/MeshBatch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/MeshBuild.h b/Engine/Source/Runtime/Engine/Public/MeshBuild.h index 0b239b424ec1..34c5125cd564 100644 --- a/Engine/Source/Runtime/Engine/Public/MeshBuild.h +++ b/Engine/Source/Runtime/Engine/Public/MeshBuild.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshBuild.h: Contains commonly used functions and classes for building diff --git a/Engine/Source/Runtime/Engine/Public/MeshMaterialShaderType.h b/Engine/Source/Runtime/Engine/Public/MeshMaterialShaderType.h index 54ab12671daa..4edffedbd37e 100644 --- a/Engine/Source/Runtime/Engine/Public/MeshMaterialShaderType.h +++ b/Engine/Source/Runtime/Engine/Public/MeshMaterialShaderType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshMaterialShader.h: Mesh material shader definitions. diff --git a/Engine/Source/Runtime/Engine/Public/MeshParticleVertexFactory.h b/Engine/Source/Runtime/Engine/Public/MeshParticleVertexFactory.h index 11c449826a51..3990e2d96bb7 100644 --- a/Engine/Source/Runtime/Engine/Public/MeshParticleVertexFactory.h +++ b/Engine/Source/Runtime/Engine/Public/MeshParticleVertexFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshParticleVertexFactory.h: Mesh particle vertex factory definitions. diff --git a/Engine/Source/Runtime/Engine/Public/Model.h b/Engine/Source/Runtime/Engine/Public/Model.h index 6eaea422f059..dc2a82a44e84 100644 --- a/Engine/Source/Runtime/Engine/Public/Model.h +++ b/Engine/Source/Runtime/Engine/Public/Model.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Model.h: Unreal UModel definition. diff --git a/Engine/Source/Runtime/Engine/Public/ModelLight.h b/Engine/Source/Runtime/Engine/Public/ModelLight.h index 80ccd4db32dd..ba3782ffd32b 100644 --- a/Engine/Source/Runtime/Engine/Public/ModelLight.h +++ b/Engine/Source/Runtime/Engine/Public/ModelLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ModelLight.h: Unreal model lighting. diff --git a/Engine/Source/Runtime/Engine/Public/Net/DataBunch.h b/Engine/Source/Runtime/Engine/Public/Net/DataBunch.h index 448963df409d..11e228237181 100644 --- a/Engine/Source/Runtime/Engine/Public/Net/DataBunch.h +++ b/Engine/Source/Runtime/Engine/Public/Net/DataBunch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DataBunch.h: Unreal bunch class. diff --git a/Engine/Source/Runtime/Engine/Public/Net/DataChannel.h b/Engine/Source/Runtime/Engine/Public/Net/DataChannel.h index 2a3332279723..38014d063813 100644 --- a/Engine/Source/Runtime/Engine/Public/Net/DataChannel.h +++ b/Engine/Source/Runtime/Engine/Public/Net/DataChannel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DataChannel.h: Unreal datachannel class. diff --git a/Engine/Source/Runtime/Engine/Public/Net/DataReplication.h b/Engine/Source/Runtime/Engine/Public/Net/DataReplication.h index 510ed9239189..38dac96839db 100644 --- a/Engine/Source/Runtime/Engine/Public/Net/DataReplication.h +++ b/Engine/Source/Runtime/Engine/Public/Net/DataReplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DataReplication.h: diff --git a/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h b/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h index 317fe967e742..4ea3f0b0541a 100644 --- a/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h +++ b/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NetworkProfiler.h: network profiling support. diff --git a/Engine/Source/Runtime/Engine/Public/Net/PerfCountersHelpers.h b/Engine/Source/Runtime/Engine/Public/Net/PerfCountersHelpers.h index 40264e1ec337..54477b2a9720 100644 --- a/Engine/Source/Runtime/Engine/Public/Net/PerfCountersHelpers.h +++ b/Engine/Source/Runtime/Engine/Public/Net/PerfCountersHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h b/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h index 2052ab7e8ff4..3ec372a248f2 100644 --- a/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h +++ b/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RepLayout.h: diff --git a/Engine/Source/Runtime/Engine/Public/Net/UnrealNetwork.h b/Engine/Source/Runtime/Engine/Public/Net/UnrealNetwork.h index 5c58e8cc0fb9..d2c5bb0afd3c 100644 --- a/Engine/Source/Runtime/Engine/Public/Net/UnrealNetwork.h +++ b/Engine/Source/Runtime/Engine/Public/Net/UnrealNetwork.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealNetwork.h: Unreal networking. diff --git a/Engine/Source/Runtime/Engine/Public/Net/VoiceDataCommon.h b/Engine/Source/Runtime/Engine/Public/Net/VoiceDataCommon.h index 40ef022fc07e..660f4e5de18e 100644 --- a/Engine/Source/Runtime/Engine/Public/Net/VoiceDataCommon.h +++ b/Engine/Source/Runtime/Engine/Public/Net/VoiceDataCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/NetworkingDistanceConstants.h b/Engine/Source/Runtime/Engine/Public/NetworkingDistanceConstants.h index 2d5469a40b87..87c90230b123 100644 --- a/Engine/Source/Runtime/Engine/Public/NetworkingDistanceConstants.h +++ b/Engine/Source/Runtime/Engine/Public/NetworkingDistanceConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/ObjectEditorUtils.h b/Engine/Source/Runtime/Engine/Public/ObjectEditorUtils.h index d9e979443800..65abcc58ec4a 100644 --- a/Engine/Source/Runtime/Engine/Public/ObjectEditorUtils.h +++ b/Engine/Source/Runtime/Engine/Public/ObjectEditorUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/OpusAudioInfo.h b/Engine/Source/Runtime/Engine/Public/OpusAudioInfo.h index 1415d22f48ef..f2edc86262b6 100644 --- a/Engine/Source/Runtime/Engine/Public/OpusAudioInfo.h +++ b/Engine/Source/Runtime/Engine/Public/OpusAudioInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpusAudioInfo.h: Unreal audio opus decompression interface object. diff --git a/Engine/Source/Runtime/Engine/Public/ParameterCollection.h b/Engine/Source/Runtime/Engine/Public/ParameterCollection.h index 6ae2ab884bb9..6baf11d7afa6 100644 --- a/Engine/Source/Runtime/Engine/Public/ParameterCollection.h +++ b/Engine/Source/Runtime/Engine/Public/ParameterCollection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParameterCollection.h: diff --git a/Engine/Source/Runtime/Engine/Public/ParticleBeamTrailVertexFactory.h b/Engine/Source/Runtime/Engine/Public/ParticleBeamTrailVertexFactory.h index 8e25c8dd8b7d..4780ee0bd6b4 100644 --- a/Engine/Source/Runtime/Engine/Public/ParticleBeamTrailVertexFactory.h +++ b/Engine/Source/Runtime/Engine/Public/ParticleBeamTrailVertexFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleBeamTrailVertexFactory.h: Shared Particle Beam and Trail vertex diff --git a/Engine/Source/Runtime/Engine/Public/ParticleDefinitions.h b/Engine/Source/Runtime/Engine/Public/ParticleDefinitions.h index d3f643bbd1dd..218b8bcd2c32 100644 --- a/Engine/Source/Runtime/Engine/Public/ParticleDefinitions.h +++ b/Engine/Source/Runtime/Engine/Public/ParticleDefinitions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * This file is just used to indirectly include EngineParticleClasses.h with all of the C++ headers it depends on included first. diff --git a/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h b/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h index 4205f7e78f0e..3ed419da9770 100644 --- a/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h +++ b/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnParticleEmitterInstances.h: diff --git a/Engine/Source/Runtime/Engine/Public/ParticleHelper.h b/Engine/Source/Runtime/Engine/Public/ParticleHelper.h index a9848a0e5f67..2724d458a5de 100644 --- a/Engine/Source/Runtime/Engine/Public/ParticleHelper.h +++ b/Engine/Source/Runtime/Engine/Public/ParticleHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleHelper.h: Particle helper definitions/ macros. diff --git a/Engine/Source/Runtime/Engine/Public/ParticleVertexFactory.h b/Engine/Source/Runtime/Engine/Public/ParticleVertexFactory.h index a4b86d3d944c..c9ccc717dd3b 100644 --- a/Engine/Source/Runtime/Engine/Public/ParticleVertexFactory.h +++ b/Engine/Source/Runtime/Engine/Public/ParticleVertexFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ParticleVertexFactory.h: Particle vertex factory definitions. diff --git a/Engine/Source/Runtime/Engine/Public/Performance/EnginePerformanceTargets.h b/Engine/Source/Runtime/Engine/Public/Performance/EnginePerformanceTargets.h index add9025284e6..7b7cf713fa8d 100644 --- a/Engine/Source/Runtime/Engine/Public/Performance/EnginePerformanceTargets.h +++ b/Engine/Source/Runtime/Engine/Public/Performance/EnginePerformanceTargets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/PhysXIncludes.h b/Engine/Source/Runtime/Engine/Public/PhysXIncludes.h index 1e50ab102e61..8bd77397914f 100644 --- a/Engine/Source/Runtime/Engine/Public/PhysXIncludes.h +++ b/Engine/Source/Runtime/Engine/Public/PhysXIncludes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Includes all necessary PhysX headers #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/PhysXPublic.h b/Engine/Source/Runtime/Engine/Public/PhysXPublic.h index a44a19e3231c..4a38917ab79d 100644 --- a/Engine/Source/Runtime/Engine/Public/PhysXPublic.h +++ b/Engine/Source/Runtime/Engine/Public/PhysXPublic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysXSupport.h: PhysX support diff --git a/Engine/Source/Runtime/Engine/Public/PhysicsPublic.h b/Engine/Source/Runtime/Engine/Public/PhysicsPublic.h index 106ee5e63625..2f692104de6c 100644 --- a/Engine/Source/Runtime/Engine/Public/PhysicsPublic.h +++ b/Engine/Source/Runtime/Engine/Public/PhysicsPublic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PhysicsPublic.h diff --git a/Engine/Source/Runtime/Engine/Public/PhysicsSerializer.h b/Engine/Source/Runtime/Engine/Public/PhysicsSerializer.h index 1039d1f55f2d..29aa9c795e46 100644 --- a/Engine/Source/Runtime/Engine/Public/PhysicsSerializer.h +++ b/Engine/Source/Runtime/Engine/Public/PhysicsSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Runtime/Engine/Public/PhysxUserData.h b/Engine/Source/Runtime/Engine/Public/PhysxUserData.h index 403a642e6261..c149ff56013e 100644 --- a/Engine/Source/Runtime/Engine/Public/PhysxUserData.h +++ b/Engine/Source/Runtime/Engine/Public/PhysxUserData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_PHYSX diff --git a/Engine/Source/Runtime/Engine/Public/PixelFormat.h b/Engine/Source/Runtime/Engine/Public/PixelFormat.h index a14e6563c584..8e872312de70 100644 --- a/Engine/Source/Runtime/Engine/Public/PixelFormat.h +++ b/Engine/Source/Runtime/Engine/Public/PixelFormat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __PixelFormat_h__ diff --git a/Engine/Source/Runtime/Engine/Public/PlatformFeatures.h b/Engine/Source/Runtime/Engine/Public/PlatformFeatures.h index e7762bcd7cc2..237fc83b6ba5 100644 --- a/Engine/Source/Runtime/Engine/Public/PlatformFeatures.h +++ b/Engine/Source/Runtime/Engine/Public/PlatformFeatures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/PrecomputedLightVolume.h b/Engine/Source/Runtime/Engine/Public/PrecomputedLightVolume.h index f1289383ff96..3fff4be827db 100644 --- a/Engine/Source/Runtime/Engine/Public/PrecomputedLightVolume.h +++ b/Engine/Source/Runtime/Engine/Public/PrecomputedLightVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PrecomputedLightVolume.h: Declarations for precomputed light volumes. diff --git a/Engine/Source/Runtime/Engine/Public/PreviewScene.h b/Engine/Source/Runtime/Engine/Public/PreviewScene.h index 8b1bcd93b926..73d493458533 100644 --- a/Engine/Source/Runtime/Engine/Public/PreviewScene.h +++ b/Engine/Source/Runtime/Engine/Public/PreviewScene.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PreviewScene.h: Preview scene definitions. diff --git a/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h b/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h index 21d40b160224..4e59c47d25a8 100644 --- a/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h +++ b/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PrimitiveSceneProxy.h: Primitive scene proxy definition. diff --git a/Engine/Source/Runtime/Engine/Public/PrimitiveUniformShaderParameters.h b/Engine/Source/Runtime/Engine/Public/PrimitiveUniformShaderParameters.h index f0d32d106075..e4a746a42048 100644 --- a/Engine/Source/Runtime/Engine/Public/PrimitiveUniformShaderParameters.h +++ b/Engine/Source/Runtime/Engine/Public/PrimitiveUniformShaderParameters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/PrimitiveViewRelevance.h b/Engine/Source/Runtime/Engine/Public/PrimitiveViewRelevance.h index f7972effbbff..52e2194e5ab4 100644 --- a/Engine/Source/Runtime/Engine/Public/PrimitiveViewRelevance.h +++ b/Engine/Source/Runtime/Engine/Public/PrimitiveViewRelevance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Raster.h b/Engine/Source/Runtime/Engine/Public/Raster.h index 0626bee5760c..e23b897243f4 100644 --- a/Engine/Source/Runtime/Engine/Public/Raster.h +++ b/Engine/Source/Runtime/Engine/Public/Raster.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Raster.h: Generic triangle rasterization code. diff --git a/Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h b/Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h index 2602d1af757b..41e714dc76e5 100644 --- a/Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h +++ b/Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RawIndexBuffer.h: Raw index buffer definitions. diff --git a/Engine/Source/Runtime/Engine/Public/ReferenceSkeleton.h b/Engine/Source/Runtime/Engine/Public/ReferenceSkeleton.h index 302c50097778..8ad5b73a199b 100644 --- a/Engine/Source/Runtime/Engine/Public/ReferenceSkeleton.h +++ b/Engine/Source/Runtime/Engine/Public/ReferenceSkeleton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/ResourcePool.h b/Engine/Source/Runtime/Engine/Public/ResourcePool.h index 3b54d5d5eb7c..6b61fe027021 100644 --- a/Engine/Source/Runtime/Engine/Public/ResourcePool.h +++ b/Engine/Source/Runtime/Engine/Public/ResourcePool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Resource.h: Template for pooling resources using buckets. diff --git a/Engine/Source/Runtime/Engine/Public/SaveGameSystem.h b/Engine/Source/Runtime/Engine/Public/SaveGameSystem.h index 3047d8237cd4..cd02f00561a9 100644 --- a/Engine/Source/Runtime/Engine/Public/SaveGameSystem.h +++ b/Engine/Source/Runtime/Engine/Public/SaveGameSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Scalability.h b/Engine/Source/Runtime/Engine/Public/Scalability.h index df97ffcbfe03..4d66cb6d1f0c 100644 --- a/Engine/Source/Runtime/Engine/Public/Scalability.h +++ b/Engine/Source/Runtime/Engine/Public/Scalability.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*=================================================================================== Scalability.h: Manager class for handling scalability settings diff --git a/Engine/Source/Runtime/Engine/Public/SceneInterface.h b/Engine/Source/Runtime/Engine/Public/SceneInterface.h index 32ec1f571974..fdc4ae6459fe 100644 --- a/Engine/Source/Runtime/Engine/Public/SceneInterface.h +++ b/Engine/Source/Runtime/Engine/Public/SceneInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/SceneManagement.h b/Engine/Source/Runtime/Engine/Public/SceneManagement.h index b8f80d425514..01fd111b8768 100644 --- a/Engine/Source/Runtime/Engine/Public/SceneManagement.h +++ b/Engine/Source/Runtime/Engine/Public/SceneManagement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneManagement.h: Scene manager definitions. diff --git a/Engine/Source/Runtime/Engine/Public/SceneTypes.h b/Engine/Source/Runtime/Engine/Public/SceneTypes.h index 13b0ef2d2373..4d66826ea95a 100644 --- a/Engine/Source/Runtime/Engine/Public/SceneTypes.h +++ b/Engine/Source/Runtime/Engine/Public/SceneTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/SceneUtils.h b/Engine/Source/Runtime/Engine/Public/SceneUtils.h index 03497a41d2f8..cecba38a076b 100644 --- a/Engine/Source/Runtime/Engine/Public/SceneUtils.h +++ b/Engine/Source/Runtime/Engine/Public/SceneUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * diff --git a/Engine/Source/Runtime/Engine/Public/SceneView.h b/Engine/Source/Runtime/Engine/Public/SceneView.h index 3fb421e0ac87..7f37e2879217 100644 --- a/Engine/Source/Runtime/Engine/Public/SceneView.h +++ b/Engine/Source/Runtime/Engine/Public/SceneView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/SceneViewExtension.h b/Engine/Source/Runtime/Engine/Public/SceneViewExtension.h index 63a8d81989cf..72bc039495b1 100644 --- a/Engine/Source/Runtime/Engine/Public/SceneViewExtension.h +++ b/Engine/Source/Runtime/Engine/Public/SceneViewExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneViewExtension.h: Allow changing the view parameters on the render thread diff --git a/Engine/Source/Runtime/Engine/Public/ScreenRendering.h b/Engine/Source/Runtime/Engine/Public/ScreenRendering.h index 406c116205da..164799a69e3b 100644 --- a/Engine/Source/Runtime/Engine/Public/ScreenRendering.h +++ b/Engine/Source/Runtime/Engine/Public/ScreenRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenRendering.h: Screen rendering definitions. diff --git a/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h b/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h index 2009a724aadf..93b5993fd2b6 100644 --- a/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h +++ b/Engine/Source/Runtime/Engine/Public/ShaderCompiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderCompiler.h: Platform independent shader compilation definitions. diff --git a/Engine/Source/Runtime/Engine/Public/ShadowMap.h b/Engine/Source/Runtime/Engine/Public/ShadowMap.h index c1be70b1d5f9..8eab0469f821 100644 --- a/Engine/Source/Runtime/Engine/Public/ShadowMap.h +++ b/Engine/Source/Runtime/Engine/Public/ShadowMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/ShowFlags.h b/Engine/Source/Runtime/Engine/Public/ShowFlags.h index 1fd0c9cd467a..e2a7ad4813ca 100644 --- a/Engine/Source/Runtime/Engine/Public/ShowFlags.h +++ b/Engine/Source/Runtime/Engine/Public/ShowFlags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShowFlags.h: Show Flag Definitions. diff --git a/Engine/Source/Runtime/Engine/Public/ShowFlagsValues.inl b/Engine/Source/Runtime/Engine/Public/ShowFlagsValues.inl index d38594a1fbce..ef58f94a6b63 100644 --- a/Engine/Source/Runtime/Engine/Public/ShowFlagsValues.inl +++ b/Engine/Source/Runtime/Engine/Public/ShowFlagsValues.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // usage // diff --git a/Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h b/Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h index 422aa2727ce6..a66083144997 100644 --- a/Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h +++ b/Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== SimpleElementShaders.h: Definitions for simple element shaders. diff --git a/Engine/Source/Runtime/Engine/Public/SingleAnimationPlayData.h b/Engine/Source/Runtime/Engine/Public/SingleAnimationPlayData.h index 8a4638ea7578..a6e118f7a50a 100644 --- a/Engine/Source/Runtime/Engine/Public/SingleAnimationPlayData.h +++ b/Engine/Source/Runtime/Engine/Public/SingleAnimationPlayData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/SkeletalMeshMerge.h b/Engine/Source/Runtime/Engine/Public/SkeletalMeshMerge.h index a5bbe3db9c7a..e586a08cc33d 100644 --- a/Engine/Source/Runtime/Engine/Public/SkeletalMeshMerge.h +++ b/Engine/Source/Runtime/Engine/Public/SkeletalMeshMerge.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalMeshMerge.h: Merging of unreal skeletal mesh objects. diff --git a/Engine/Source/Runtime/Engine/Public/SkeletalMeshSorting.h b/Engine/Source/Runtime/Engine/Public/SkeletalMeshSorting.h index 03c8347efc04..41b7ce1aa04f 100644 --- a/Engine/Source/Runtime/Engine/Public/SkeletalMeshSorting.h +++ b/Engine/Source/Runtime/Engine/Public/SkeletalMeshSorting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalMeshSorting.h: Static sorting for skeletal mesh triangles diff --git a/Engine/Source/Runtime/Engine/Public/SkeletalMeshTypes.h b/Engine/Source/Runtime/Engine/Public/SkeletalMeshTypes.h index f848163dc7fa..caed360a9e1f 100644 --- a/Engine/Source/Runtime/Engine/Public/SkeletalMeshTypes.h +++ b/Engine/Source/Runtime/Engine/Public/SkeletalMeshTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalMesh.h: Unreal skeletal mesh objects. diff --git a/Engine/Source/Runtime/Engine/Public/SkeletalRenderPublic.h b/Engine/Source/Runtime/Engine/Public/SkeletalRenderPublic.h index 180c52fe6c5d..249be5cf3b15 100644 --- a/Engine/Source/Runtime/Engine/Public/SkeletalRenderPublic.h +++ b/Engine/Source/Runtime/Engine/Public/SkeletalRenderPublic.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SkeletalRenderPublic.h: Definitions and inline code for rendering SkeletalMeshComponent diff --git a/Engine/Source/Runtime/Engine/Public/Slate/SGameLayerManager.h b/Engine/Source/Runtime/Engine/Public/Slate/SGameLayerManager.h index aff599dd2a74..51857fd14343 100644 --- a/Engine/Source/Runtime/Engine/Public/Slate/SGameLayerManager.h +++ b/Engine/Source/Runtime/Engine/Public/Slate/SGameLayerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h b/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h index 3540bb2fabe4..d32456eb9b12 100644 --- a/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h +++ b/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __SLATE_VIEWPORT_H__ diff --git a/Engine/Source/Runtime/Engine/Public/Slate/SlateGameResources.h b/Engine/Source/Runtime/Engine/Public/Slate/SlateGameResources.h index ceab5e7fe22b..8281770c5421 100644 --- a/Engine/Source/Runtime/Engine/Public/Slate/SlateGameResources.h +++ b/Engine/Source/Runtime/Engine/Public/Slate/SlateGameResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateStyle.h" diff --git a/Engine/Source/Runtime/Engine/Public/Slate/SlateTextures.h b/Engine/Source/Runtime/Engine/Public/Slate/SlateTextures.h index 309478c99049..60da8c360e82 100644 --- a/Engine/Source/Runtime/Engine/Public/Slate/SlateTextures.h +++ b/Engine/Source/Runtime/Engine/Public/Slate/SlateTextures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/SoundDefinitions.h b/Engine/Source/Runtime/Engine/Public/SoundDefinitions.h index 009881600bef..5ac07945c1e3 100644 --- a/Engine/Source/Runtime/Engine/Public/SoundDefinitions.h +++ b/Engine/Source/Runtime/Engine/Public/SoundDefinitions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Audio.h" // Audio code. diff --git a/Engine/Source/Runtime/Engine/Public/StaticBoundShaderState.h b/Engine/Source/Runtime/Engine/Public/StaticBoundShaderState.h index a99b3bff3aae..3640144218ad 100644 --- a/Engine/Source/Runtime/Engine/Public/StaticBoundShaderState.h +++ b/Engine/Source/Runtime/Engine/Public/StaticBoundShaderState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticBoundShaderState.h: Static bound shader state definitions. diff --git a/Engine/Source/Runtime/Engine/Public/StaticLighting.h b/Engine/Source/Runtime/Engine/Public/StaticLighting.h index 9ea308a00f82..fb65bb430e18 100644 --- a/Engine/Source/Runtime/Engine/Public/StaticLighting.h +++ b/Engine/Source/Runtime/Engine/Public/StaticLighting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticLighting.h: Static lighting definitions. diff --git a/Engine/Source/Runtime/Engine/Public/StaticMeshLight.h b/Engine/Source/Runtime/Engine/Public/StaticMeshLight.h index 37380a587cb5..7ff3db8fe7d8 100644 --- a/Engine/Source/Runtime/Engine/Public/StaticMeshLight.h +++ b/Engine/Source/Runtime/Engine/Public/StaticMeshLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMeshLight.h: Static mesh lighting code. diff --git a/Engine/Source/Runtime/Engine/Public/StaticMeshResources.h b/Engine/Source/Runtime/Engine/Public/StaticMeshResources.h index ebe5a0a45741..81f7b80b7de1 100644 --- a/Engine/Source/Runtime/Engine/Public/StaticMeshResources.h +++ b/Engine/Source/Runtime/Engine/Public/StaticMeshResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMesh.h: Static mesh class definition. diff --git a/Engine/Source/Runtime/Engine/Public/StaticParameterSet.h b/Engine/Source/Runtime/Engine/Public/StaticParameterSet.h index 732cc7138ce3..494b41f1d9a6 100644 --- a/Engine/Source/Runtime/Engine/Public/StaticParameterSet.h +++ b/Engine/Source/Runtime/Engine/Public/StaticParameterSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/StereoRendering.h b/Engine/Source/Runtime/Engine/Public/StereoRendering.h index e4d6536c7475..581a9832a5c6 100644 --- a/Engine/Source/Runtime/Engine/Public/StereoRendering.h +++ b/Engine/Source/Runtime/Engine/Public/StereoRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StereoRendering.h: Abstract stereoscopic rendering interface diff --git a/Engine/Source/Runtime/Engine/Public/SubtitleManager.h b/Engine/Source/Runtime/Engine/Public/SubtitleManager.h index 07139c428da2..d5c6a5f5392a 100644 --- a/Engine/Source/Runtime/Engine/Public/SubtitleManager.h +++ b/Engine/Source/Runtime/Engine/Public/SubtitleManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/SurfaceIterators.h b/Engine/Source/Runtime/Engine/Public/SurfaceIterators.h index ae9a48c266de..b43a965bf4bc 100644 --- a/Engine/Source/Runtime/Engine/Public/SurfaceIterators.h +++ b/Engine/Source/Runtime/Engine/Public/SurfaceIterators.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SurfaceIterators.h: Model surface iterators. diff --git a/Engine/Source/Runtime/Engine/Public/SystemSettings.h b/Engine/Source/Runtime/Engine/Public/SystemSettings.h index 3a698e5ae166..c5af89bc9812 100644 --- a/Engine/Source/Runtime/Engine/Public/SystemSettings.h +++ b/Engine/Source/Runtime/Engine/Public/SystemSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SystemSettings.cpp: Unreal engine HW compat scalability system. diff --git a/Engine/Source/Runtime/Engine/Public/TessellationRendering.h b/Engine/Source/Runtime/Engine/Public/TessellationRendering.h index 983d67d6f8ac..696e7d1fee5b 100644 --- a/Engine/Source/Runtime/Engine/Public/TessellationRendering.h +++ b/Engine/Source/Runtime/Engine/Public/TessellationRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TessellationRendering.h: Tessellation rendering definitions. diff --git a/Engine/Source/Runtime/Engine/Public/Tests/AutomationCommon.h b/Engine/Source/Runtime/Engine/Public/Tests/AutomationCommon.h index 010d8475a69b..9030cbb16aef 100644 --- a/Engine/Source/Runtime/Engine/Public/Tests/AutomationCommon.h +++ b/Engine/Source/Runtime/Engine/Public/Tests/AutomationCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/TextureLayout.h b/Engine/Source/Runtime/Engine/Public/TextureLayout.h index 5ce8ee075069..8200c8ad25f6 100644 --- a/Engine/Source/Runtime/Engine/Public/TextureLayout.h +++ b/Engine/Source/Runtime/Engine/Public/TextureLayout.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextureLayout.h: Texture space allocation. diff --git a/Engine/Source/Runtime/Engine/Public/TextureLayout3d.h b/Engine/Source/Runtime/Engine/Public/TextureLayout3d.h index 82d2a99490ec..c0c5f7ac2eb8 100644 --- a/Engine/Source/Runtime/Engine/Public/TextureLayout3d.h +++ b/Engine/Source/Runtime/Engine/Public/TextureLayout3d.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TextureLayout3d.h: Texture space allocation. diff --git a/Engine/Source/Runtime/Engine/Public/TextureResource.h b/Engine/Source/Runtime/Engine/Public/TextureResource.h index f8d845f9e9c5..d82c2b98b2fc 100644 --- a/Engine/Source/Runtime/Engine/Public/TextureResource.h +++ b/Engine/Source/Runtime/Engine/Public/TextureResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/TickTaskManagerInterface.h b/Engine/Source/Runtime/Engine/Public/TickTaskManagerInterface.h index 9995da01801a..6894b4e87489 100644 --- a/Engine/Source/Runtime/Engine/Public/TickTaskManagerInterface.h +++ b/Engine/Source/Runtime/Engine/Public/TickTaskManagerInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/Tickable.h b/Engine/Source/Runtime/Engine/Public/Tickable.h index f0a402f6a26e..32bf70e57e31 100644 --- a/Engine/Source/Runtime/Engine/Public/Tickable.h +++ b/Engine/Source/Runtime/Engine/Public/Tickable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Tickable.h: Interface for tickable objects. diff --git a/Engine/Source/Runtime/Engine/Public/TileRendering.h b/Engine/Source/Runtime/Engine/Public/TileRendering.h index 67d7cd5921f6..4d614e0b30f8 100644 --- a/Engine/Source/Runtime/Engine/Public/TileRendering.h +++ b/Engine/Source/Runtime/Engine/Public/TileRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TileRendering.h: Simple tile rendering implementation. diff --git a/Engine/Source/Runtime/Engine/Public/TimerManager.h b/Engine/Source/Runtime/Engine/Public/TimerManager.h index 5534c5da5f21..3e1fd19e1071 100644 --- a/Engine/Source/Runtime/Engine/Public/TimerManager.h +++ b/Engine/Source/Runtime/Engine/Public/TimerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TimerManager.h: Global gameplay timer facility diff --git a/Engine/Source/Runtime/Engine/Public/TriangleRendering.h b/Engine/Source/Runtime/Engine/Public/TriangleRendering.h index 8a021f924490..2506c9ac6283 100644 --- a/Engine/Source/Runtime/Engine/Public/TriangleRendering.h +++ b/Engine/Source/Runtime/Engine/Public/TriangleRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TriangleRendering.h: Simple triangle rendering implementation. diff --git a/Engine/Source/Runtime/Engine/Public/UnrealClient.h b/Engine/Source/Runtime/Engine/Public/UnrealClient.h index 3aa4348fa272..847a8d96a0a5 100644 --- a/Engine/Source/Runtime/Engine/Public/UnrealClient.h +++ b/Engine/Source/Runtime/Engine/Public/UnrealClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealClient.h: Interface definition for platform specific client code. diff --git a/Engine/Source/Runtime/Engine/Public/UnrealEngine.h b/Engine/Source/Runtime/Engine/Public/UnrealEngine.h index d8ae0c9c237c..04d32181eef9 100644 --- a/Engine/Source/Runtime/Engine/Public/UnrealEngine.h +++ b/Engine/Source/Runtime/Engine/Public/UnrealEngine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealEngine.h: Unreal engine helper definitions. diff --git a/Engine/Source/Runtime/Engine/Public/UnrealExporter.h b/Engine/Source/Runtime/Engine/Public/UnrealExporter.h index 3af728e54a68..de67158b77da 100644 --- a/Engine/Source/Runtime/Engine/Public/UnrealExporter.h +++ b/Engine/Source/Runtime/Engine/Public/UnrealExporter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UnrealExporter.h: Exporter class definition. diff --git a/Engine/Source/Runtime/Engine/Public/UpdateTextureShaders.h b/Engine/Source/Runtime/Engine/Public/UpdateTextureShaders.h index becd459676fa..f1fe88ca6d2d 100644 --- a/Engine/Source/Runtime/Engine/Public/UpdateTextureShaders.h +++ b/Engine/Source/Runtime/Engine/Public/UpdateTextureShaders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h b/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h index 0bfd1e0ff964..d363cc76b646 100644 --- a/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h +++ b/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "VisualLoggerTypes.h" #include "EngineDefines.h" diff --git a/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerDebugSnapshotInterface.h b/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerDebugSnapshotInterface.h index 2f56c9192372..847e91972940 100644 --- a/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerDebugSnapshotInterface.h +++ b/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerDebugSnapshotInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "VisualLoggerDebugSnapshotInterface.generated.h" diff --git a/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h b/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h index c0e5d667e5d7..78c97727b1e8 100644 --- a/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h +++ b/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EngineDefines.h" diff --git a/Engine/Source/Runtime/Engine/Public/VorbisAudioInfo.h b/Engine/Source/Runtime/Engine/Public/VorbisAudioInfo.h index 23afd83121d3..f99c1ba291cf 100644 --- a/Engine/Source/Runtime/Engine/Public/VorbisAudioInfo.h +++ b/Engine/Source/Runtime/Engine/Public/VorbisAudioInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VorbisAudioInfo.h: Unreal audio vorbis decompression interface object. diff --git a/Engine/Source/Runtime/Engine/Public/WorldCollision.h b/Engine/Source/Runtime/Engine/Public/WorldCollision.h index d4b6fdde167a..11f4f2c52c66 100644 --- a/Engine/Source/Runtime/Engine/Public/WorldCollision.h +++ b/Engine/Source/Runtime/Engine/Public/WorldCollision.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Structs that are used for Async Trace functionality // Mostly used by a batch of traces that you don't need a result right away diff --git a/Engine/Source/Runtime/Engine/Public/kDOP.h b/Engine/Source/Runtime/Engine/Public/kDOP.h index 8beeba01b9e1..df5870c66113 100644 --- a/Engine/Source/Runtime/Engine/Public/kDOP.h +++ b/Engine/Source/Runtime/Engine/Public/kDOP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineMessages/Classes/EngineServiceMessages.h b/Engine/Source/Runtime/EngineMessages/Classes/EngineServiceMessages.h index b3d61790ea2e..28c3fa174109 100644 --- a/Engine/Source/Runtime/EngineMessages/Classes/EngineServiceMessages.h +++ b/Engine/Source/Runtime/EngineMessages/Classes/EngineServiceMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineMessages/EngineMessages.Build.cs b/Engine/Source/Runtime/EngineMessages/EngineMessages.Build.cs index 14580478e405..3bd576a6178a 100644 --- a/Engine/Source/Runtime/EngineMessages/EngineMessages.Build.cs +++ b/Engine/Source/Runtime/EngineMessages/EngineMessages.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/EngineMessages/Private/EngineMessagesModule.cpp b/Engine/Source/Runtime/EngineMessages/Private/EngineMessagesModule.cpp index a4da6cba66a1..209c3418a7da 100644 --- a/Engine/Source/Runtime/EngineMessages/Private/EngineMessagesModule.cpp +++ b/Engine/Source/Runtime/EngineMessages/Private/EngineMessagesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EngineMessagesPrivatePCH.h" diff --git a/Engine/Source/Runtime/EngineMessages/Private/EngineMessagesPrivatePCH.h b/Engine/Source/Runtime/EngineMessages/Private/EngineMessagesPrivatePCH.h index 9dcebca64412..ea7c7412a905 100644 --- a/Engine/Source/Runtime/EngineMessages/Private/EngineMessagesPrivatePCH.h +++ b/Engine/Source/Runtime/EngineMessages/Private/EngineMessagesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineMessages/Public/EngineMessages.h b/Engine/Source/Runtime/EngineMessages/Public/EngineMessages.h index 855a31e38a5a..fae0074d05b3 100644 --- a/Engine/Source/Runtime/EngineMessages/Public/EngineMessages.h +++ b/Engine/Source/Runtime/EngineMessages/Public/EngineMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/Classes/ConsoleSettings.h b/Engine/Source/Runtime/EngineSettings/Classes/ConsoleSettings.h index d746d820fcc7..fc2d6a9c5d44 100644 --- a/Engine/Source/Runtime/EngineSettings/Classes/ConsoleSettings.h +++ b/Engine/Source/Runtime/EngineSettings/Classes/ConsoleSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/Classes/GameMapsSettings.h b/Engine/Source/Runtime/EngineSettings/Classes/GameMapsSettings.h index 8392b56d1c8f..dff283c3a08a 100644 --- a/Engine/Source/Runtime/EngineSettings/Classes/GameMapsSettings.h +++ b/Engine/Source/Runtime/EngineSettings/Classes/GameMapsSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/Classes/GameNetworkManagerSettings.h b/Engine/Source/Runtime/EngineSettings/Classes/GameNetworkManagerSettings.h index 14b07bf7b164..08d503541a2b 100644 --- a/Engine/Source/Runtime/EngineSettings/Classes/GameNetworkManagerSettings.h +++ b/Engine/Source/Runtime/EngineSettings/Classes/GameNetworkManagerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/Classes/GameSessionSettings.h b/Engine/Source/Runtime/EngineSettings/Classes/GameSessionSettings.h index 40020ba03b3c..d30297c2ee01 100644 --- a/Engine/Source/Runtime/EngineSettings/Classes/GameSessionSettings.h +++ b/Engine/Source/Runtime/EngineSettings/Classes/GameSessionSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/Classes/GeneralEngineSettings.h b/Engine/Source/Runtime/EngineSettings/Classes/GeneralEngineSettings.h index 4382204f09f5..9b0a83a12cd3 100644 --- a/Engine/Source/Runtime/EngineSettings/Classes/GeneralEngineSettings.h +++ b/Engine/Source/Runtime/EngineSettings/Classes/GeneralEngineSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/Classes/GeneralProjectSettings.h b/Engine/Source/Runtime/EngineSettings/Classes/GeneralProjectSettings.h index 7fd18960ded7..0d93b046eff6 100644 --- a/Engine/Source/Runtime/EngineSettings/Classes/GeneralProjectSettings.h +++ b/Engine/Source/Runtime/EngineSettings/Classes/GeneralProjectSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/Classes/HudSettings.h b/Engine/Source/Runtime/EngineSettings/Classes/HudSettings.h index 20ae298fcbb5..033ac6c3293e 100644 --- a/Engine/Source/Runtime/EngineSettings/Classes/HudSettings.h +++ b/Engine/Source/Runtime/EngineSettings/Classes/HudSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/EngineSettings.Build.cs b/Engine/Source/Runtime/EngineSettings/EngineSettings.Build.cs index ae2c46888692..5573f1d9dc45 100644 --- a/Engine/Source/Runtime/EngineSettings/EngineSettings.Build.cs +++ b/Engine/Source/Runtime/EngineSettings/EngineSettings.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsModule.cpp b/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsModule.cpp index 362d61fe77a2..598bd2d0aa2f 100644 --- a/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsModule.cpp +++ b/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EngineSettingsPrivatePCH.h" diff --git a/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsPrivatePCH.h b/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsPrivatePCH.h index 29217202fbbb..5328aaf9eca6 100644 --- a/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsPrivatePCH.h +++ b/Engine/Source/Runtime/EngineSettings/Private/EngineSettingsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/EngineSettings/Public/EngineSettings.h b/Engine/Source/Runtime/EngineSettings/Public/EngineSettings.h index 21930ca805d9..22fa90582547 100644 --- a/Engine/Source/Runtime/EngineSettings/Public/EngineSettings.h +++ b/Engine/Source/Runtime/EngineSettings/Public/EngineSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Foliage.Build.cs b/Engine/Source/Runtime/Foliage/Foliage.Build.cs index e41a0571c323..120c60d62575 100644 --- a/Engine/Source/Runtime/Foliage/Foliage.Build.cs +++ b/Engine/Source/Runtime/Foliage/Foliage.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Foliage/Private/FoliageComponent.cpp b/Engine/Source/Runtime/Foliage/Private/FoliageComponent.cpp index 7cd655737e1e..274f6be708e5 100644 --- a/Engine/Source/Runtime/Foliage/Private/FoliageComponent.cpp +++ b/Engine/Source/Runtime/Foliage/Private/FoliageComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FoliageComponent.cpp: Foliage rendering implementation. diff --git a/Engine/Source/Runtime/Foliage/Private/FoliageInstanceBase.cpp b/Engine/Source/Runtime/Foliage/Private/FoliageInstanceBase.cpp index 7f82f395b23b..f0e8763cfe58 100644 --- a/Engine/Source/Runtime/Foliage/Private/FoliageInstanceBase.cpp +++ b/Engine/Source/Runtime/Foliage/Private/FoliageInstanceBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "FoliageInstanceBase.h" #include "InstancedFoliage.h" diff --git a/Engine/Source/Runtime/Foliage/Private/FoliageModule.cpp b/Engine/Source/Runtime/Foliage/Private/FoliageModule.cpp index d2c609ba68e1..2696aa7e7439 100644 --- a/Engine/Source/Runtime/Foliage/Private/FoliageModule.cpp +++ b/Engine/Source/Runtime/Foliage/Private/FoliageModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "FoliageModule.h" diff --git a/Engine/Source/Runtime/Foliage/Private/FoliagePrivate.h b/Engine/Source/Runtime/Foliage/Private/FoliagePrivate.h index 1c0db8feca25..4948fd239ebc 100644 --- a/Engine/Source/Runtime/Foliage/Private/FoliagePrivate.h +++ b/Engine/Source/Runtime/Foliage/Private/FoliagePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Private/FoliageStatistics.cpp b/Engine/Source/Runtime/Foliage/Private/FoliageStatistics.cpp index 2c1b9f82d8ef..ae1fb175aa57 100644 --- a/Engine/Source/Runtime/Foliage/Private/FoliageStatistics.cpp +++ b/Engine/Source/Runtime/Foliage/Private/FoliageStatistics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "FoliageStatistics.h" diff --git a/Engine/Source/Runtime/Foliage/Private/FoliageTypeObject.cpp b/Engine/Source/Runtime/Foliage/Private/FoliageTypeObject.cpp index 7e95548c2b74..75bb01d8e014 100644 --- a/Engine/Source/Runtime/Foliage/Private/FoliageTypeObject.cpp +++ b/Engine/Source/Runtime/Foliage/Private/FoliageTypeObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "FoliageTypeObject.h" diff --git a/Engine/Source/Runtime/Foliage/Private/InstancedFoliage.cpp b/Engine/Source/Runtime/Foliage/Private/InstancedFoliage.cpp index e4c522f833e8..d404a5e7b0c5 100644 --- a/Engine/Source/Runtime/Foliage/Private/InstancedFoliage.cpp +++ b/Engine/Source/Runtime/Foliage/Private/InstancedFoliage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InstancedFoliage.cpp: Instanced foliage implementation. diff --git a/Engine/Source/Runtime/Foliage/Private/InteractiveFoliageActor.cpp b/Engine/Source/Runtime/Foliage/Private/InteractiveFoliageActor.cpp index 10a3b1826ad1..068191214263 100644 --- a/Engine/Source/Runtime/Foliage/Private/InteractiveFoliageActor.cpp +++ b/Engine/Source/Runtime/Foliage/Private/InteractiveFoliageActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "InteractiveFoliageActor.h" diff --git a/Engine/Source/Runtime/Foliage/Private/InteractiveFoliageComponent.h b/Engine/Source/Runtime/Foliage/Private/InteractiveFoliageComponent.h index 30f0d1db98e8..a0a62c30d601 100644 --- a/Engine/Source/Runtime/Foliage/Private/InteractiveFoliageComponent.h +++ b/Engine/Source/Runtime/Foliage/Private/InteractiveFoliageComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBlockingVolume.cpp b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBlockingVolume.cpp index 647f9e0ca6fe..19ca62d12cc6 100644 --- a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBlockingVolume.cpp +++ b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBlockingVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "Components/BrushComponent.h" diff --git a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBroadphase.cpp b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBroadphase.cpp index bb91862a7a13..93c89763d7d6 100644 --- a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBroadphase.cpp +++ b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBroadphase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "ProceduralFoliageBroadphase.h" diff --git a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBroadphase.h b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBroadphase.h index 8b1075c811d7..facb342b9d42 100644 --- a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBroadphase.h +++ b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageBroadphase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericQuadTree.h" diff --git a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageComponent.cpp b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageComponent.cpp index 2be0d19fe261..6395bdb5da47 100644 --- a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageComponent.cpp +++ b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "ProceduralFoliageComponent.h" diff --git a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageInstance.cpp b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageInstance.cpp index 3b2bedfbc811..f5c2b34ba1ba 100644 --- a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageInstance.cpp +++ b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "ProceduralFoliageInstance.h" diff --git a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageSpawner.cpp b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageSpawner.cpp index 8b13951fb8bd..325c5f5a7fe8 100644 --- a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageSpawner.cpp +++ b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageSpawner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "ProceduralFoliageSpawner.h" diff --git a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageTile.cpp b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageTile.cpp index 3c3788f911b7..e150d9f241d6 100644 --- a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageTile.cpp +++ b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageTile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "ProceduralFoliageTile.h" diff --git a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageVolume.cpp b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageVolume.cpp index e032cc10433f..4f7318f37cef 100644 --- a/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageVolume.cpp +++ b/Engine/Source/Runtime/Foliage/Private/ProceduralFoliageVolume.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FoliagePrivate.h" #include "ProceduralFoliageVolume.h" diff --git a/Engine/Source/Runtime/Foliage/Public/FoliageInstanceBase.h b/Engine/Source/Runtime/Foliage/Public/FoliageInstanceBase.h index dd84b39f7054..892b4a5442ad 100644 --- a/Engine/Source/Runtime/Foliage/Public/FoliageInstanceBase.h +++ b/Engine/Source/Runtime/Foliage/Public/FoliageInstanceBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class AInstancedFoliageActor; diff --git a/Engine/Source/Runtime/Foliage/Public/FoliageInstancedStaticMeshComponent.h b/Engine/Source/Runtime/Foliage/Public/FoliageInstancedStaticMeshComponent.h index f13b0258738b..38ec60726ff7 100644 --- a/Engine/Source/Runtime/Foliage/Public/FoliageInstancedStaticMeshComponent.h +++ b/Engine/Source/Runtime/Foliage/Public/FoliageInstancedStaticMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/FoliageModule.h b/Engine/Source/Runtime/Foliage/Public/FoliageModule.h index 929ac4fdd39c..b08fe21ca826 100644 --- a/Engine/Source/Runtime/Foliage/Public/FoliageModule.h +++ b/Engine/Source/Runtime/Foliage/Public/FoliageModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/FoliageStatistics.h b/Engine/Source/Runtime/Foliage/Public/FoliageStatistics.h index d497de0a5cea..12fc3bed8e6d 100644 --- a/Engine/Source/Runtime/Foliage/Public/FoliageStatistics.h +++ b/Engine/Source/Runtime/Foliage/Public/FoliageStatistics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Kismet/BlueprintFunctionLibrary.h" diff --git a/Engine/Source/Runtime/Foliage/Public/FoliageType.h b/Engine/Source/Runtime/Foliage/Public/FoliageType.h index 5e8993723a50..057548116a5e 100644 --- a/Engine/Source/Runtime/Foliage/Public/FoliageType.h +++ b/Engine/Source/Runtime/Foliage/Public/FoliageType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Curves/CurveFloat.h" diff --git a/Engine/Source/Runtime/Foliage/Public/FoliageTypeObject.h b/Engine/Source/Runtime/Foliage/Public/FoliageTypeObject.h index e47644f6ba3d..ff90b4c1653f 100644 --- a/Engine/Source/Runtime/Foliage/Public/FoliageTypeObject.h +++ b/Engine/Source/Runtime/Foliage/Public/FoliageTypeObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/FoliageType_InstancedStaticMesh.h b/Engine/Source/Runtime/Foliage/Public/FoliageType_InstancedStaticMesh.h index 72e39cabc576..06fa89224e84 100644 --- a/Engine/Source/Runtime/Foliage/Public/FoliageType_InstancedStaticMesh.h +++ b/Engine/Source/Runtime/Foliage/Public/FoliageType_InstancedStaticMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/InstancedFoliage.h b/Engine/Source/Runtime/Foliage/Public/InstancedFoliage.h index 1416fec8b5db..97732ef48e50 100644 --- a/Engine/Source/Runtime/Foliage/Public/InstancedFoliage.h +++ b/Engine/Source/Runtime/Foliage/Public/InstancedFoliage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= InstancedFoliage.h: Instanced foliage type definitions. diff --git a/Engine/Source/Runtime/Foliage/Public/InstancedFoliageActor.h b/Engine/Source/Runtime/Foliage/Public/InstancedFoliageActor.h index 9c91892d40a9..7dfc406cfad0 100644 --- a/Engine/Source/Runtime/Foliage/Public/InstancedFoliageActor.h +++ b/Engine/Source/Runtime/Foliage/Public/InstancedFoliageActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/InteractiveFoliageActor.h b/Engine/Source/Runtime/Foliage/Public/InteractiveFoliageActor.h index dd8ca97e13d4..bcb5b92b27ae 100644 --- a/Engine/Source/Runtime/Foliage/Public/InteractiveFoliageActor.h +++ b/Engine/Source/Runtime/Foliage/Public/InteractiveFoliageActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //~============================================================================= //~============================================================================= diff --git a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageBlockingVolume.h b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageBlockingVolume.h index fe5cb05c82af..27b8215f5ed2 100644 --- a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageBlockingVolume.h +++ b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageBlockingVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageComponent.h b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageComponent.h index 741e01362ba7..e0d994bfadec 100644 --- a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageComponent.h +++ b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageInstance.h b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageInstance.h index 1f650ee2fbc3..c1f9b8856e93 100644 --- a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageInstance.h +++ b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageSpawner.h b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageSpawner.h index 1e9c37b6183c..eb96346c18e7 100644 --- a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageSpawner.h +++ b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageSpawner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageTile.h b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageTile.h index 1c07f6f27642..226f7780cea8 100644 --- a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageTile.h +++ b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageTile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageVolume.h b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageVolume.h index dbaff7eb83a9..b664aa81ce9d 100644 --- a/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageVolume.h +++ b/Engine/Source/Runtime/Foliage/Public/ProceduralFoliageVolume.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.Build.cs b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.Build.cs index 726108a753a6..0a64b90d643c 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.Build.cs +++ b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.cpp b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.cpp index cc9e32e288b9..6e6a91d70f90 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.cpp +++ b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameLiveStreamingModule.h" #include "GameLiveStreaming.h" #include "Runtime/Core/Public/Features/IModularFeatures.h" diff --git a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.h b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.h index bca0005a42d3..ff0a5d92b481 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.h +++ b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IGameLiveStreaming.h" diff --git a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingFunctionLibrary.cpp b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingFunctionLibrary.cpp index 15c7544f3038..f369c343b952 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingFunctionLibrary.cpp +++ b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingFunctionLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameLiveStreamingModule.h" #include "GameLiveStreamingFunctionLibrary.h" #include "Public/IGameLiveStreaming.h" diff --git a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingFunctionLibrary.h b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingFunctionLibrary.h index 1015efa3ac61..419c85b5d5e9 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingFunctionLibrary.h +++ b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingFunctionLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameLiveStreamingFunctionLibrary.generated.h" diff --git a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingModule.h b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingModule.h index 7adff5b7a407..8528504d6dea 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingModule.h +++ b/Engine/Source/Runtime/GameLiveStreaming/GameLiveStreamingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Engine.h" diff --git a/Engine/Source/Runtime/GameLiveStreaming/Public/IGameLiveStreaming.h b/Engine/Source/Runtime/GameLiveStreaming/Public/IGameLiveStreaming.h index d5818978b2d0..fe6215e0e002 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/Public/IGameLiveStreaming.h +++ b/Engine/Source/Runtime/GameLiveStreaming/Public/IGameLiveStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/GameLiveStreaming/QueryLiveStreamsCallbackProxy.cpp b/Engine/Source/Runtime/GameLiveStreaming/QueryLiveStreamsCallbackProxy.cpp index 9b89db9705ae..734452a0cae8 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/QueryLiveStreamsCallbackProxy.cpp +++ b/Engine/Source/Runtime/GameLiveStreaming/QueryLiveStreamsCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameLiveStreamingModule.h" #include "QueryLiveStreamsCallbackProxy.h" #include "Runtime/Engine/Public/Features/ILiveStreamingService.h" diff --git a/Engine/Source/Runtime/GameLiveStreaming/QueryLiveStreamsCallbackProxy.h b/Engine/Source/Runtime/GameLiveStreaming/QueryLiveStreamsCallbackProxy.h index bd0aee6963fa..48d079560442 100644 --- a/Engine/Source/Runtime/GameLiveStreaming/QueryLiveStreamsCallbackProxy.h +++ b/Engine/Source/Runtime/GameLiveStreaming/QueryLiveStreamsCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBlueprintCallProxyBase.h" #include "QueryLiveStreamsCallbackProxy.generated.h" diff --git a/Engine/Source/Runtime/GameMenuBuilder/GameMenuBuilder.Build.cs b/Engine/Source/Runtime/GameMenuBuilder/GameMenuBuilder.Build.cs index f187b551ca25..c47d7f1e9da7 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/GameMenuBuilder.Build.cs +++ b/Engine/Source/Runtime/GameMenuBuilder/GameMenuBuilder.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilder.cpp b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilder.cpp index 1ea30d78134b..24d8bbb6d15c 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilder.cpp +++ b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameMenuBuilderPrivatePCH.h" diff --git a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilderPrivatePCH.h b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilderPrivatePCH.h index 1fb1edbe6873..132a846b3511 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilderPrivatePCH.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilderPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateBasics.h" diff --git a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilderStyle.cpp b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilderStyle.cpp index 851377a536d9..b511fb3342f8 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilderStyle.cpp +++ b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuBuilderStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameMenuBuilderPrivatePCH.h" diff --git a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuItem.cpp b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuItem.cpp index 513b6f05f14c..52a22bf94cd2 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuItem.cpp +++ b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuItem.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameMenuBuilderPrivatePCH.h" \ No newline at end of file diff --git a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuPage.cpp b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuPage.cpp index 23a6660d4086..1eace296378d 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuPage.cpp +++ b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuPage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameMenuBuilderPrivatePCH.h" diff --git a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuWidgetStyle.cpp b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuWidgetStyle.cpp index a6e697fd15c8..f576b6ac9ae2 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuWidgetStyle.cpp +++ b/Engine/Source/Runtime/GameMenuBuilder/Private/GameMenuWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameMenuBuilderPrivatePCH.h" diff --git a/Engine/Source/Runtime/GameMenuBuilder/Private/SGameMenuItemWidget.cpp b/Engine/Source/Runtime/GameMenuBuilder/Private/SGameMenuItemWidget.cpp index c80467243f0b..dcc6c22bcd21 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Private/SGameMenuItemWidget.cpp +++ b/Engine/Source/Runtime/GameMenuBuilder/Private/SGameMenuItemWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameMenuBuilderPrivatePCH.h" diff --git a/Engine/Source/Runtime/GameMenuBuilder/Private/SGameMenuPageWidget.cpp b/Engine/Source/Runtime/GameMenuBuilder/Private/SGameMenuPageWidget.cpp index 862ae05e6195..0048a2b502c4 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Private/SGameMenuPageWidget.cpp +++ b/Engine/Source/Runtime/GameMenuBuilder/Private/SGameMenuPageWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameMenuBuilderPrivatePCH.h" #include "Engine/Console.h" diff --git a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilder.h b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilder.h index 4627ee18c752..974e09dd12be 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilder.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilderModule.h b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilderModule.h index 76fbf74b640d..e00d757fa0b5 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilderModule.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilderModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilderStyle.h b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilderStyle.h index 268843650d59..1b2f98da5d6c 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilderStyle.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuBuilderStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuItem.h b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuItem.h index 4ebbd6d4fcd9..486cd55d46d4 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuItem.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once namespace EGameMenuItemType diff --git a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuPage.h b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuPage.h index 47d156249108..8d305045a93c 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuPage.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuPage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuWidgetStyle.h b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuWidgetStyle.h index ea534340b043..e278ea469b7c 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuWidgetStyle.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Public/GameMenuWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameMenuBuilder/Public/SGameMenuItemWidget.h b/Engine/Source/Runtime/GameMenuBuilder/Public/SGameMenuItemWidget.h index c61edb54e116..76502364f603 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Public/SGameMenuItemWidget.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Public/SGameMenuItemWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameMenuBuilder/Public/SGameMenuPageWidget.h b/Engine/Source/Runtime/GameMenuBuilder/Public/SGameMenuPageWidget.h index c2057c873e3c..6bd202498b41 100644 --- a/Engine/Source/Runtime/GameMenuBuilder/Public/SGameMenuPageWidget.h +++ b/Engine/Source/Runtime/GameMenuBuilder/Public/SGameMenuPageWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Classes/GameplayAbilityBlueprint.h b/Engine/Source/Runtime/GameplayAbilities/Classes/GameplayAbilityBlueprint.h index e6198411a633..96bda7c149fc 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Classes/GameplayAbilityBlueprint.h +++ b/Engine/Source/Runtime/GameplayAbilities/Classes/GameplayAbilityBlueprint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/GameplayAbilities.Build.cs b/Engine/Source/Runtime/GameplayAbilities/GameplayAbilities.Build.cs index b442a2569800..58ca43f2f131 100644 --- a/Engine/Source/Runtime/GameplayAbilities/GameplayAbilities.Build.cs +++ b/Engine/Source/Runtime/GameplayAbilities/GameplayAbilities.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility.cpp index 70d2188183e5..b026251bc256 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/GameplayAbility.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilitySet.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilitySet.cpp index 7a91eff091a0..46a52660339f 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilitySet.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilitySet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor.cpp index 690b852a940e..98bb9694562d 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityTargetActor.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_ActorPlacement.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_ActorPlacement.cpp index 6f689d96f5c7..a921885c5868 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_ActorPlacement.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_ActorPlacement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_GroundTrace.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_GroundTrace.cpp index 4e45f30e5764..356262e13f2c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_GroundTrace.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_GroundTrace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_Radius.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_Radius.cpp index e9ee1afc8ebe..a4715a19ec77 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_Radius.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_Radius.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_SingleLineTrace.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_SingleLineTrace.cpp index 3988230dcb32..389e85d81faa 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_SingleLineTrace.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_SingleLineTrace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_Trace.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_Trace.cpp index ac8aca998f81..33d8225dc29f 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_Trace.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetActor_Trace.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetDataFilter.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetDataFilter.cpp index 215573f5a278..5f83fe7b347b 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetDataFilter.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityTargetDataFilter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityTargetDataFilter.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityWorldReticle.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityWorldReticle.cpp index 9e1a42ff378b..e5f1a25bc85b 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityWorldReticle.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityWorldReticle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityWorldReticle.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityWorldReticle_ActorVisualization.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityWorldReticle_ActorVisualization.cpp index a92ee6f959e6..e17683ebdcac 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityWorldReticle_ActorVisualization.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbilityWorldReticle_ActorVisualization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityTargetActor.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility_CharacterJump.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility_CharacterJump.cpp index fe3f6b591235..12f915a417db 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility_CharacterJump.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility_CharacterJump.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/GameplayAbility_CharacterJump.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility_Montage.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility_Montage.cpp index 01189b79d5ed..89b0e0df6cca 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility_Montage.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/GameplayAbility_Montage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/GameplayAbility_Montage.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask.cpp index f2f434ceab6d..d89cbd942f90 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionConstantForce.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionConstantForce.cpp index 7fd7b86d9367..f0dd9b14dcad 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionConstantForce.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionConstantForce.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionJumpForce.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionJumpForce.cpp index 41662e6b71d9..a68418ab534a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionJumpForce.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionJumpForce.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToForce.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToForce.cpp index a27aa5e50eff..86861a97dedc 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToForce.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToForce.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionRadialForce.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionRadialForce.cpp index ce7ac8660d41..2d178cbe2bbd 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionRadialForce.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_ApplyRootMotionRadialForce.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_MoveToLocation.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_MoveToLocation.cpp index 5d1f48a3a1c4..d8ce75e2c01b 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_MoveToLocation.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_MoveToLocation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_MoveToLocation.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_NetworkSyncPoint.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_NetworkSyncPoint.cpp index bce6203025a2..91e1dd1d530b 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_NetworkSyncPoint.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_NetworkSyncPoint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_NetworkSyncPoint.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_PlayMontageAndWait.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_PlayMontageAndWait.cpp index 4b6958c8a0cb..96b7765e0ff3 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_PlayMontageAndWait.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_PlayMontageAndWait.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_Repeat.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_Repeat.cpp index 98d1c88a5b96..a0f67ebdc845 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_Repeat.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_Repeat.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_Repeat.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_SpawnActor.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_SpawnActor.cpp index 4512e26eab87..41d05cfbf5c5 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_SpawnActor.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_SpawnActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityTargetActor.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_StartAbilityState.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_StartAbilityState.cpp index 31b27ad410c2..be944d3526ce 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_StartAbilityState.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_StartAbilityState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_StartAbilityState.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_VisualizeTargeting.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_VisualizeTargeting.cpp index 732087be89aa..d20cbde4e3c6 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_VisualizeTargeting.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_VisualizeTargeting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityTargetActor.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAbilityActivate.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAbilityActivate.cpp index 09c5bba978d5..2a49da7d9130 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAbilityActivate.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAbilityActivate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitAbilityActivate.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAbilityCommit.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAbilityCommit.cpp index ba7cd35fca0d..b4a82df24d59 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAbilityCommit.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAbilityCommit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitAbilityCommit.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAttributeChange.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAttributeChange.cpp index 50aac86890a3..e520781c3308 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAttributeChange.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitAttributeChange.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitAttributeChange.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitCancel.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitCancel.cpp index 31ab63cf1747..32293ab8e0f2 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitCancel.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitCancel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitCancel.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitConfirm.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitConfirm.cpp index 50ed3f8fc32d..5bc4ef255e4a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitConfirm.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitConfirm.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitConfirm.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitConfirmCancel.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitConfirmCancel.cpp index 4e4d18fefb56..786cae1a1158 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitConfirmCancel.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitConfirmCancel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitConfirmCancel.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitDelay.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitDelay.cpp index 113881ce0393..1cdec0a2a719 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitDelay.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitDelay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitDelay.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.cpp index 2e52000f6561..55171b4eb079 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.cpp index c274259cb17c..c5b489a97992 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.cpp index c77d5a104688..116e0761f26a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.cpp index a1cf0c2c8437..5f09277490df 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.cpp index cedd10905ae7..ccf110f326a0 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEvent.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEvent.cpp index dea4f607469d..635b7675a105 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEvent.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayEvent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitGameplayEvent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayTag.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayTag.cpp index 6e16d1f4af4d..51ff9f5583f8 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayTag.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayTag.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitGameplayTag.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayTagBase.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayTagBase.cpp index c465a6a12d26..0725b6859774 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayTagBase.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitGameplayTagBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitGameplayTagBase.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitInputPress.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitInputPress.cpp index 50d942ef8f54..254927db8237 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitInputPress.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitInputPress.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitInputPress.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitInputRelease.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitInputRelease.cpp index 58e697292b5d..4baec43fe16c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitInputRelease.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitInputRelease.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitInputRelease.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitMovementModeChange.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitMovementModeChange.cpp index 69f415409f4a..c1fc59416235 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitMovementModeChange.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitMovementModeChange.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitMovementModeChange.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitOverlap.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitOverlap.cpp index b3cd15254eb9..5db10a9004e0 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitOverlap.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitOverlap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Abilities/Tasks/AbilityTask_WaitOverlap.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitTargetData.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitTargetData.cpp index a433d985696f..e1b4b998ed08 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitTargetData.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitTargetData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityTargetActor.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitVelocityChange.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitVelocityChange.cpp index c5d9cc0feadc..dd9b54388b17 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitVelocityChange.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitVelocityChange.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitiesGameplayDebuggerObject.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitiesGameplayDebuggerObject.cpp index 8375dda65740..c2332906fb88 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitiesGameplayDebuggerObject.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitiesGameplayDebuggerObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "Misc/CoreMisc.h" #include "Net/UnrealNetwork.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitiesGameplayDebuggerObject.h b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitiesGameplayDebuggerObject.h index cf6286a9c7fe..90c19547c7f8 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitiesGameplayDebuggerObject.h +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitiesGameplayDebuggerObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Debug/GameplayDebuggerBaseObject.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemBlueprintLibrary.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemBlueprintLibrary.cpp index 7304e05ca4e3..3fff2c7a408b 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemBlueprintLibrary.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemBlueprintLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemBlueprintLibrary.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemComponent.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemComponent.cpp index be2a7ab92d02..98273111f9bc 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemComponent.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemComponent_Abilities.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemComponent_Abilities.cpp index e857e1828be9..a8decf2b024e 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemComponent_Abilities.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemComponent_Abilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // ActorComponent.cpp: Actor component implementation. #include "AbilitySystemPrivatePCH.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemDebugHUD.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemDebugHUD.cpp index 227c5bece9e0..10f4ec2b42b9 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemDebugHUD.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemDebugHUD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemGlobals.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemGlobals.cpp index 69677b869326..6948aa1a11e3 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemGlobals.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemGlobals.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AttributeSet.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemInterface.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemInterface.cpp index 53cffd9ec8d0..c35b4b12ea9d 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemInterface.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemInterface.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemLog.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemLog.cpp index 87c748eb992e..bbeb3cea60ca 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemLog.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemLog.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" DEFINE_LOG_CATEGORY(LogAbilitySystem); diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemPrivatePCH.h b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemPrivatePCH.h index b94bc431e1a1..cb4e83002027 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemPrivatePCH.h +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemStats.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemStats.cpp index e427014ce0b0..ffeab8cae4e5 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemStats.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemTestAttributeSet.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemTestAttributeSet.cpp index 57857ffc4743..dc6be411e7c4 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemTestAttributeSet.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemTestAttributeSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemTestAttributeSet.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemTestPawn.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemTestPawn.cpp index 12de737a4fbd..56baa9535b8e 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemTestPawn.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AbilitySystemTestPawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemTestPawn.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/AttributeSet.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/AttributeSet.cpp index e75c3738ed79..a30cf824747a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/AttributeSet.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/AttributeSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AttributeSet.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilitiesExec.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilitiesExec.cpp index b2234dbc8f29..efe9702c2cee 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilitiesExec.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilitiesExec.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilitiesModule.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilitiesModule.cpp index cc4626af9a4b..f93834d56cb0 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilitiesModule.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilitiesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemGlobals.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityBlueprint.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityBlueprint.cpp index 72992bc3764a..61d8f4ee4103 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityBlueprint.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityBlueprint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityBlueprint.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityBlueprintGeneratedClass.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityBlueprintGeneratedClass.cpp index 0dfb30a0404f..76a9e4cbac54 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityBlueprintGeneratedClass.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityBlueprintGeneratedClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityBlueprintGeneratedClass.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityTargetTypes.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityTargetTypes.cpp index 1897795d9124..ae79429b10dd 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityTargetTypes.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityTargetTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbilityTargetTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityTypes.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityTypes.cpp index e90bff40f040..5e6a750039f8 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityTypes.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayAbilityTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueInterface.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueInterface.cpp index 50588ea4621b..929e52fb7568 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueInterface.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueManager.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueManager.cpp index 1cad22e27fa9..8779efdc670d 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueManager.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AssetRegistryModule.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_Actor.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_Actor.cpp index 0ea86652545f..c2d5baf0b84c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_Actor.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_Actor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayCueNotify_Actor.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_HitImpact.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_HitImpact.cpp index eec342998ced..8f5248527626 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_HitImpact.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_HitImpact.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayCueNotify_HitImpact.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_Static.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_Static.cpp index 08c2b55ea084..715320b7d4c9 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_Static.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueNotify_Static.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayCueNotify_Static.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueSet.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueSet.cpp index 80fc73b12c3a..4bc6575e2c3a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueSet.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayCueSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayCueSet.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffect.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffect.cpp index 942f628ab883..a462b0df382a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffect.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffect.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectAggregator.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectAggregator.cpp index 3cc32f577c78..95bb57093960 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectAggregator.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectAggregator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffectAggregator.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectCalculation.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectCalculation.cpp index 955c16a336d2..28c08e48676c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectCalculation.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectCalculation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffectCalculation.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExecutionCalculation.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExecutionCalculation.cpp index 488e3ab288eb..b023b770af05 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExecutionCalculation.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExecutionCalculation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffectExecutionCalculation.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension.cpp index c7c20785f62f..d078208c1e2e 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffectExtension.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension_LifestealTest.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension_LifestealTest.cpp index 881e8045db26..13f83d39335c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension_LifestealTest.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension_LifestealTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffectExtension_LifestealTest.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension_ShieldTest.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension_ShieldTest.cpp index e3fc61742d41..8f7471fd0125 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension_ShieldTest.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectExtension_ShieldTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffectExtension_ShieldTest.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTemplate.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTemplate.cpp index b4f653250679..3212b89f5fc8 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTemplate.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTemplate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffectTemplate.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTests.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTests.cpp index 22ffe975316a..bb898486a5d1 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTests.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemTestPawn.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTypes.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTypes.cpp index a8e3bec55535..13a9a20b5fd1 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTypes.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemInterface.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectUIData.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectUIData.cpp index 7eb44cf1a660..0fefffe024c6 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectUIData.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayEffectUIData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayEffectUIData.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayModMagnitudeCalculation.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayModMagnitudeCalculation.cpp index bf30117bc94b..a940389882e8 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayModMagnitudeCalculation.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayModMagnitudeCalculation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayModMagnitudeCalculation.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayPrediction.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayPrediction.cpp index f845dc68d2c2..994815659a7f 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayPrediction.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayPrediction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "GameplayAbility.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayTagResponseTable.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayTagResponseTable.cpp index 18043946077c..cf9e084e9296 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/GameplayTagResponseTable.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/GameplayTagResponseTable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "AbilitySystemComponent.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Private/TickableAttributeSetInterface.cpp b/Engine/Source/Runtime/GameplayAbilities/Private/TickableAttributeSetInterface.cpp index d495507348fb..a64389f5b73d 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Private/TickableAttributeSetInterface.cpp +++ b/Engine/Source/Runtime/GameplayAbilities/Private/TickableAttributeSetInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AbilitySystemPrivatePCH.h" #include "TickableAttributeSetInterface.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility.h index 4576d72f7da3..fa5dc71a517e 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor.h index fef97c3f2cb2..22d287a7a94a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayAbility.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_ActorPlacement.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_ActorPlacement.h index 607826d599d8..55f4f9b4c823 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_ActorPlacement.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_ActorPlacement.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_GroundTrace.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_GroundTrace.h index 358d6eff1995..07088132d978 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_GroundTrace.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_GroundTrace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_Radius.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_Radius.h index 4b05dddb1866..53fde92f3372 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_Radius.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_Radius.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_SingleLineTrace.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_SingleLineTrace.h index de329eb6efa1..c99966230a29 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_SingleLineTrace.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_SingleLineTrace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_Trace.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_Trace.h index 871e3e46b215..7725f7157d91 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_Trace.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetActor_Trace.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetDataFilter.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetDataFilter.h index 68ac3cdef0d5..4d8edae405a6 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetDataFilter.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetDataFilter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetTypes.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetTypes.h index 9c6515a92d95..81a3a21b59de 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetTypes.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTargetTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTypes.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTypes.h index bbbd3b688130..b8982c49e32c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTypes.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityWorldReticle.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityWorldReticle.h index 55930967753f..7deb5ad52073 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityWorldReticle.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityWorldReticle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayAbilityWorldReticle.generated.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityWorldReticle_ActorVisualization.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityWorldReticle_ActorVisualization.h index 5832e07dbe2e..64fe0660963d 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityWorldReticle_ActorVisualization.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbilityWorldReticle_ActorVisualization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayAbilityWorldReticle.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility_CharacterJump.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility_CharacterJump.h index 92dee9e2c34d..fe69fc6741f8 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility_CharacterJump.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility_CharacterJump.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility_Montage.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility_Montage.h index a57399d47fb5..a4a462fa3832 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility_Montage.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/GameplayAbility_Montage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask.h index e9c17b9b5dd6..d2eab10e9f75 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayTask.h" #include "GameplayAbility.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionConstantForce.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionConstantForce.h index 5f4ce2c25f7d..8ec421097c8e 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionConstantForce.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionConstantForce.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "AbilityTask_ApplyRootMotionConstantForce.generated.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionJumpForce.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionJumpForce.h index 1e81974049c6..0957349e0f6e 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionJumpForce.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionJumpForce.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "AbilityTask_ApplyRootMotionJumpForce.generated.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToForce.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToForce.h index 20460762ea45..c4aed8e8abb9 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToForce.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionMoveToForce.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "AbilityTask_ApplyRootMotionMoveToForce.generated.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionRadialForce.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionRadialForce.h index 37887fe17921..262539dda857 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionRadialForce.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_ApplyRootMotionRadialForce.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "AbilityTask_ApplyRootMotionRadialForce.generated.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_MoveToLocation.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_MoveToLocation.h index 4c1ddfb34d8f..4378ef99be3d 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_MoveToLocation.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_MoveToLocation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_NetworkSyncPoint.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_NetworkSyncPoint.h index e0d5f6ca751f..910382d0c780 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_NetworkSyncPoint.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_NetworkSyncPoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_PlayMontageAndWait.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_PlayMontageAndWait.h index 9b3f0c16908b..b8dedc95ca3b 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_PlayMontageAndWait.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_PlayMontageAndWait.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "AbilityTask_PlayMontageAndWait.generated.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_Repeat.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_Repeat.h index 8bca93ac93ac..ef7ef9d91571 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_Repeat.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_Repeat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_SpawnActor.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_SpawnActor.h index e4d7d7329896..e1e70f909686 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_SpawnActor.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_SpawnActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_StartAbilityState.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_StartAbilityState.h index fc9dd6bf3609..01785bd95ec2 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_StartAbilityState.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_StartAbilityState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_VisualizeTargeting.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_VisualizeTargeting.h index 9b070654d801..48af86238896 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_VisualizeTargeting.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_VisualizeTargeting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TimerManager.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAbilityActivate.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAbilityActivate.h index 70abd348a40a..4e2424c681af 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAbilityActivate.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAbilityActivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAbilityCommit.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAbilityCommit.h index 544af2cc09ae..a0a37737445f 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAbilityCommit.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAbilityCommit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAttributeChange.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAttributeChange.h index 9e657ed8fbf6..6b5117042309 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAttributeChange.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitAttributeChange.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitCancel.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitCancel.h index 2957bfbeb746..94f76e2a5f90 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitCancel.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitCancel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirm.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirm.h index 2af4bf1058b7..3cebcaef053c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirm.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirm.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirmCancel.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirmCancel.h index c2c2e840b645..19c2f472fd49 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirmCancel.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitConfirmCancel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitDelay.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitDelay.h index 2bc2ac6b9223..204a6910bbf4 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitDelay.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitDelay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.h index 7db5019f416b..a56a722edb12 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h index ac516e3e5e20..7184a7cd3884 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.h index 97f92f56c090..919710a44f2f 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Target.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.h index 7d46ad6ab439..6350a98f0831 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectRemoved.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.h index a3a0180053ad..6db3a54ef8c9 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectStackChange.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEvent.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEvent.h index e8ef01955995..53b1b5b424c5 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEvent.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEvent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTag.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTag.h index b0184da388ad..01893e55c03a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTag.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTag.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTagBase.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTagBase.h index 8e39922bba1b..96d47a2a237a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTagBase.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTagBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputPress.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputPress.h index 0efd306c3caa..2db910e721c8 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputPress.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputPress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputRelease.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputRelease.h index 6c52ad6d5d67..62f42dab2f80 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputRelease.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputRelease.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitMovementModeChange.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitMovementModeChange.h index 8212387ea20f..35ac0d35d659 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitMovementModeChange.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitMovementModeChange.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "AbilityTask_WaitMovementModeChange.generated.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitOverlap.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitOverlap.h index 71284a8058f2..63cd8e573024 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitOverlap.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitOverlap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" #include "Abilities/GameplayAbilityTypes.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitTargetData.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitTargetData.h index 3cc7f0b65c92..50d67a78571e 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitTargetData.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitTargetData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitVelocityChange.h b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitVelocityChange.h index 72bb572ad571..8683b7562708 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitVelocityChange.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitVelocityChange.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AbilityTask.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemBlueprintLibrary.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemBlueprintLibrary.h index df161cb315f6..cf1de50467c9 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemBlueprintLibrary.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemBlueprintLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemComponent.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemComponent.h index 5c21a5fda6e4..b34d321b85c0 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemComponent.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemDebugHUD.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemDebugHUD.h index bf134756329b..8189ed32033f 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemDebugHUD.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemDebugHUD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemGlobals.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemGlobals.h index 019c29a3354f..e8100d2c684f 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemGlobals.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemGlobals.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemInterface.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemInterface.h index 9e1e65279eb3..756f2f3ca599 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemInterface.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemLog.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemLog.h index 082ef5c6deb1..9c21e4f7ed06 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemLog.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemLog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemStats.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemStats.h index 82ef0a924263..91c24ef1968c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemStats.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemTestAttributeSet.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemTestAttributeSet.h index 0c15d0cd12a5..917d85c46969 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemTestAttributeSet.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemTestAttributeSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AttributeSet.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemTestPawn.h b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemTestPawn.h index a7403eeb8c5e..99e8b15dac51 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemTestPawn.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AbilitySystemTestPawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayCueInterface.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/ActiveGameplayEffectIterator.h b/Engine/Source/Runtime/GameplayAbilities/Public/ActiveGameplayEffectIterator.h index f8de7a18c810..dc506a2edeb1 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/ActiveGameplayEffectIterator.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/ActiveGameplayEffectIterator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ ActiveGameplayEffectIterator.h: implementation of ActiveGameplayEffect Iterator. diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/AttributeSet.h b/Engine/Source/Runtime/GameplayAbilities/Public/AttributeSet.h index a22b82a3d0b9..66cf45231260 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/AttributeSet.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/AttributeSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitiesModule.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitiesModule.h index 4973aca9a455..93f56fc6a285 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitiesModule.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitiesModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilityBlueprintGeneratedClass.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilityBlueprintGeneratedClass.h index ab1717ddd611..12cad1458ffe 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilityBlueprintGeneratedClass.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilityBlueprintGeneratedClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitySet.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitySet.h index aa41cb465a5e..dfdb01502e5c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitySet.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitySet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitySpec.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitySpec.h index abb445f3976a..257cc95a4b14 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitySpec.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayAbilitySpec.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueInterface.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueInterface.h index 2803e1676824..649847537bee 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueInterface.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueManager.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueManager.h index 16f7d7a0b475..033af869c31d 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueManager.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_Actor.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_Actor.h index 9b92b73c1b04..266e518da0dc 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_Actor.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_Actor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_HitImpact.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_HitImpact.h index f48934575cdd..d42f8f523a40 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_HitImpact.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_HitImpact.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_Static.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_Static.h index 81e34f5821cf..149b44142f9a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_Static.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueNotify_Static.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueSet.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueSet.h index bc5eaafc04af..edc2109ac79a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueSet.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCueSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCue_Types.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCue_Types.h index 8691844ac7a3..f3c65b0cf843 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCue_Types.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayCue_Types.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffect.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffect.h index 994028ee08f6..8af3bfe5b5be 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffect.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectAggregator.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectAggregator.h index fb7e7716b1d5..f04191c905ce 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectAggregator.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectAggregator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectCalculation.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectCalculation.h index 4972fec9496d..74918f55509f 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectCalculation.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectCalculation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExecutionCalculation.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExecutionCalculation.h index fa54dcc5567f..ceb02b9d6642 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExecutionCalculation.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExecutionCalculation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension.h index 69cfa3d748b1..8137e8ab9544 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension_LifestealTest.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension_LifestealTest.h index 34927f9b03a5..feb90c819495 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension_LifestealTest.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension_LifestealTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension_ShieldTest.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension_ShieldTest.h index a0f1ff7feac1..967911fb052a 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension_ShieldTest.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectExtension_ShieldTest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTemplate.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTemplate.h index 784be1aa3ecf..78acd8b24236 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTemplate.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTemplate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayEffect.h" diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTypes.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTypes.h index 50ba65ad7394..34f65dc7fae7 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTypes.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectUIData.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectUIData.h index 0970446a232d..61d61a14780c 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectUIData.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectUIData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectUIData_TextOnly.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectUIData_TextOnly.h index 9e9a10b394f8..1c3eef8b4542 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectUIData_TextOnly.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectUIData_TextOnly.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayModMagnitudeCalculation.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayModMagnitudeCalculation.h index 423d811da09b..a0aa49422ea2 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayModMagnitudeCalculation.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayModMagnitudeCalculation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayPrediction.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayPrediction.h index ecf3c41ddac3..08ee6c0cfb54 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayPrediction.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayPrediction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayTagResponseTable.h b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayTagResponseTable.h index 2b2fa5ec50f8..dbbb0536feac 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/GameplayTagResponseTable.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/GameplayTagResponseTable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayAbilities/Public/TickableAttributeSetInterface.h b/Engine/Source/Runtime/GameplayAbilities/Public/TickableAttributeSetInterface.h index c2754c77bab3..b3387bbdcef7 100644 --- a/Engine/Source/Runtime/GameplayAbilities/Public/TickableAttributeSetInterface.h +++ b/Engine/Source/Runtime/GameplayAbilities/Public/TickableAttributeSetInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTags/Classes/BlueprintGameplayTagLibrary.h b/Engine/Source/Runtime/GameplayTags/Classes/BlueprintGameplayTagLibrary.h index 09cea86deaab..4688c6adb203 100644 --- a/Engine/Source/Runtime/GameplayTags/Classes/BlueprintGameplayTagLibrary.h +++ b/Engine/Source/Runtime/GameplayTags/Classes/BlueprintGameplayTagLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagAssetInterface.h b/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagAssetInterface.h index 42d2adf5ceb3..0892870711ca 100644 --- a/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagAssetInterface.h +++ b/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagAssetInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h b/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h index baa6d5dcd176..04e30cc671e5 100644 --- a/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h +++ b/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsManager.h b/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsManager.h index 63cd869060f8..7d2a53c01081 100644 --- a/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsManager.h +++ b/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsSettings.h b/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsSettings.h index 16f8caaabc49..990507774d96 100644 --- a/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsSettings.h +++ b/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTags/GameplayTags.Build.cs b/Engine/Source/Runtime/GameplayTags/GameplayTags.Build.cs index 8a0380d87af8..7eaec4391b03 100644 --- a/Engine/Source/Runtime/GameplayTags/GameplayTags.Build.cs +++ b/Engine/Source/Runtime/GameplayTags/GameplayTags.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/GameplayTags/Private/BlueprintGameplayTagLibrary.cpp b/Engine/Source/Runtime/GameplayTags/Private/BlueprintGameplayTagLibrary.cpp index c44204471baf..fff7836fb71f 100644 --- a/Engine/Source/Runtime/GameplayTags/Private/BlueprintGameplayTagLibrary.cpp +++ b/Engine/Source/Runtime/GameplayTags/Private/BlueprintGameplayTagLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsModulePrivatePCH.h" diff --git a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagAssetInterface.cpp b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagAssetInterface.cpp index 56c1bd7ebcac..78b15acac9d7 100644 --- a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagAssetInterface.cpp +++ b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagAssetInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsModulePrivatePCH.h" diff --git a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp index 2bb6b9676f05..5659ea829a61 100644 --- a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp +++ b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsModulePrivatePCH.h" diff --git a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsManager.cpp b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsManager.cpp index c904b291af05..1584f1a1be98 100644 --- a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsManager.cpp +++ b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsModulePrivatePCH.h" #include "GameplayTagsSettings.h" diff --git a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsModule.cpp b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsModule.cpp index 9eb5d7826a1e..f580fc35d488 100644 --- a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsModule.cpp +++ b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsModulePrivatePCH.h" diff --git a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsModulePrivatePCH.h b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsModulePrivatePCH.h index 4410845a27d8..4a7519db7e54 100644 --- a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsModulePrivatePCH.h +++ b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsSettings.cpp b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsSettings.cpp index 856eb3289416..25055110cb1c 100644 --- a/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsSettings.cpp +++ b/Engine/Source/Runtime/GameplayTags/Private/GameplayTagsSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsModulePrivatePCH.h" #include "GameplayTagsModule.h" diff --git a/Engine/Source/Runtime/GameplayTags/Private/Tests/GameplayTagTests.cpp b/Engine/Source/Runtime/GameplayTags/Private/Tests/GameplayTagTests.cpp index bc0e20d25742..61816e6315a0 100644 --- a/Engine/Source/Runtime/GameplayTags/Private/Tests/GameplayTagTests.cpp +++ b/Engine/Source/Runtime/GameplayTags/Private/Tests/GameplayTagTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTagsModulePrivatePCH.h" diff --git a/Engine/Source/Runtime/GameplayTags/Public/GameplayTags.h b/Engine/Source/Runtime/GameplayTags/Public/GameplayTags.h index 6f7eaac628e2..06f8ef428615 100644 --- a/Engine/Source/Runtime/GameplayTags/Public/GameplayTags.h +++ b/Engine/Source/Runtime/GameplayTags/Public/GameplayTags.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTags/Public/GameplayTagsModule.h b/Engine/Source/Runtime/GameplayTags/Public/GameplayTagsModule.h index eb3b1e183f2c..1cf7d3efaf69 100644 --- a/Engine/Source/Runtime/GameplayTags/Public/GameplayTagsModule.h +++ b/Engine/Source/Runtime/GameplayTags/Public/GameplayTagsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h b/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h index f9fb16c41fed..b448dcc0194e 100644 --- a/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h +++ b/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayTaskOwnerInterface.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTaskOwnerInterface.h b/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTaskOwnerInterface.h index d53bdb522355..ea240a3ccf9d 100644 --- a/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTaskOwnerInterface.h +++ b/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTaskOwnerInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interface.h" #include "GameplayTaskOwnerInterface.generated.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTaskResource.h b/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTaskResource.h index f63b3fb27920..f1cde9f957d3 100644 --- a/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTaskResource.h +++ b/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTaskResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayTaskResource.generated.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTasksComponent.h b/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTasksComponent.h index aad385a97301..8fe2e9d95981 100644 --- a/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTasksComponent.h +++ b/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTasksComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_SpawnActor.h b/Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_SpawnActor.h index 20333f1bd4aa..c2f975a53114 100644 --- a/Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_SpawnActor.h +++ b/Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_SpawnActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayTask.h" #include "GameplayTask_SpawnActor.generated.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_WaitDelay.h b/Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_WaitDelay.h index ecc88982db7f..b44aa025b3c2 100644 --- a/Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_WaitDelay.h +++ b/Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_WaitDelay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameplayTask.h" diff --git a/Engine/Source/Runtime/GameplayTasks/GameplayTasks.Build.cs b/Engine/Source/Runtime/GameplayTasks/GameplayTasks.Build.cs index 4ad6665f52de..18c313f821b3 100644 --- a/Engine/Source/Runtime/GameplayTasks/GameplayTasks.Build.cs +++ b/Engine/Source/Runtime/GameplayTasks/GameplayTasks.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp index eb35cc19a269..1162abdcd538 100644 --- a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp +++ b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTask.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksPrivatePCH.h" #include "GameplayTasksComponent.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTaskOwnerInterface.cpp b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTaskOwnerInterface.cpp index b4bc4d8442b1..268def6dd9ad 100644 --- a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTaskOwnerInterface.cpp +++ b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTaskOwnerInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksPrivatePCH.h" #include "GameplayTaskOwnerInterface.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTaskResource.cpp b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTaskResource.cpp index 65321f1487cb..1401417f806d 100644 --- a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTaskResource.cpp +++ b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTaskResource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksPrivatePCH.h" #include "GameplayTaskResource.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksComponent.cpp b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksComponent.cpp index 60f94a54dde7..fe00d5366218 100644 --- a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksComponent.cpp +++ b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksPrivatePCH.h" #include "GameplayTasksComponent.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksModule.cpp b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksModule.cpp index 9480271911c2..6e9a47504235 100644 --- a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksModule.cpp +++ b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksPrivatePCH.h" #include "GameplayTasksModule.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksPrivatePCH.h b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksPrivatePCH.h index bd223e43dbb1..3b2a73974724 100644 --- a/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksPrivatePCH.h +++ b/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTasks/Private/Tasks/GameplayTask_SpawnActor.cpp b/Engine/Source/Runtime/GameplayTasks/Private/Tasks/GameplayTask_SpawnActor.cpp index abc7e57975ea..407a76541353 100644 --- a/Engine/Source/Runtime/GameplayTasks/Private/Tasks/GameplayTask_SpawnActor.cpp +++ b/Engine/Source/Runtime/GameplayTasks/Private/Tasks/GameplayTask_SpawnActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksPrivatePCH.h" #include "Tasks/GameplayTask_SpawnActor.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Private/Tasks/GameplayTask_WaitDelay.cpp b/Engine/Source/Runtime/GameplayTasks/Private/Tasks/GameplayTask_WaitDelay.cpp index 5af79d042967..cc765c27cf56 100644 --- a/Engine/Source/Runtime/GameplayTasks/Private/Tasks/GameplayTask_WaitDelay.cpp +++ b/Engine/Source/Runtime/GameplayTasks/Private/Tasks/GameplayTask_WaitDelay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GameplayTasksPrivatePCH.h" #include "Tasks/GameplayTask_WaitDelay.h" diff --git a/Engine/Source/Runtime/GameplayTasks/Public/GameplayTaskTypes.h b/Engine/Source/Runtime/GameplayTasks/Public/GameplayTaskTypes.h index ca3c123dc335..1b43cdc1ff68 100644 --- a/Engine/Source/Runtime/GameplayTasks/Public/GameplayTaskTypes.h +++ b/Engine/Source/Runtime/GameplayTasks/Public/GameplayTaskTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GameplayTasks/Public/GameplayTasksModule.h b/Engine/Source/Runtime/GameplayTasks/Public/GameplayTasksModule.h index 2726a6e7fb13..dc8f9eb72f39 100644 --- a/Engine/Source/Runtime/GameplayTasks/Public/GameplayTasksModule.h +++ b/Engine/Source/Runtime/GameplayTasks/Public/GameplayTasksModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCache.h b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCache.h index b4bc2d206ade..7226f8701fbf 100644 --- a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCache.h +++ b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" #include "CoreUObject.h" diff --git a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheActor.h b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheActor.h index 080f94c310a0..7cca6deb9d6e 100644 --- a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheActor.h +++ b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheComponent.h b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheComponent.h index 98135865ce77..3b5341d314f1 100644 --- a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheComponent.h +++ b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheMeshData.h b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheMeshData.h index 1cf190239092..60823051264e 100644 --- a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheMeshData.h +++ b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheMeshData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DynamicMeshBuilder.h" diff --git a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrack.h b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrack.h index 950c42f8cab9..c4d8dc5ff5bf 100644 --- a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrack.h +++ b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GeometryCacheTrack.generated.h" diff --git a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackFlipbookAnimation.h b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackFlipbookAnimation.h index cb5f9d56e2a4..97c9405b85cf 100644 --- a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackFlipbookAnimation.h +++ b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackFlipbookAnimation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GeometryCacheMeshData.h" diff --git a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackTransformAnimation.h b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackTransformAnimation.h index 1be5603bf78c..d85510f7d5bc 100644 --- a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackTransformAnimation.h +++ b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackTransformAnimation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GeometryCacheMeshData.h" diff --git a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackTransformGroupAnimation.h b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackTransformGroupAnimation.h index e26e83a8a680..d19075395c86 100644 --- a/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackTransformGroupAnimation.h +++ b/Engine/Source/Runtime/GeometryCache/Classes/GeometryCacheTrackTransformGroupAnimation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GeometryCacheMeshData.h" diff --git a/Engine/Source/Runtime/GeometryCache/GeometryCache.Build.cs b/Engine/Source/Runtime/GeometryCache/GeometryCache.Build.cs index 67a4bd2bf270..d65f8be73c33 100644 --- a/Engine/Source/Runtime/GeometryCache/GeometryCache.Build.cs +++ b/Engine/Source/Runtime/GeometryCache/GeometryCache.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCache.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCache.cpp index 637eac050fb6..e937b34eecfe 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCache.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheTrackTransformAnimation.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheActor.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheActor.cpp index 7efc3f3578a1..beb77d169223 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheActor.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheActor.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheComponent.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheComponent.cpp index 5bbb193b333c..34fab2d54b9b 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheComponent.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheComponent.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheModule.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheModule.cpp index 9d71617c0e3e..83320b948179 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheModule.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheModule.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheModulePrivatePCH.h b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheModulePrivatePCH.h index ad749fa40125..c9398cabb71d 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheModulePrivatePCH.h +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModule.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheSceneProxy.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheSceneProxy.cpp index 73ae1cd5f3ce..e61d9c97fa78 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheSceneProxy.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheSceneProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheSceneProxy.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheSceneProxy.h b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheSceneProxy.h index 9fc421cd2a7c..c49c186813af 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheSceneProxy.h +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheSceneProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "DynamicMeshBuilder.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrack.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrack.cpp index 59f9ea11afa9..b36c874ec706 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrack.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheTrack.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackFlipbookAnimation.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackFlipbookAnimation.cpp index 0afb3ca3a4a7..655cf852f84d 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackFlipbookAnimation.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackFlipbookAnimation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheMeshData.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackTransformAnimation.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackTransformAnimation.cpp index 5426b3a1c7d4..b0cefb2c0167 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackTransformAnimation.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackTransformAnimation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheTrackTransformAnimation.h" diff --git a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackTransformGroupAnimation.cpp b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackTransformGroupAnimation.cpp index 685f1e230b66..52fa0437ca37 100644 --- a/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackTransformGroupAnimation.cpp +++ b/Engine/Source/Runtime/GeometryCache/Private/GeometryCacheTrackTransformGroupAnimation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "GeometryCacheModulePrivatePCH.h" #include "GeometryCacheTrackTransformGroupAnimation.h" diff --git a/Engine/Source/Runtime/GeometryCache/Public/GeometryCacheModule.h b/Engine/Source/Runtime/GeometryCache/Public/GeometryCacheModule.h index 524e159ecc57..6dbffb2fa845 100644 --- a/Engine/Source/Runtime/GeometryCache/Public/GeometryCacheModule.h +++ b/Engine/Source/Runtime/GeometryCache/Public/GeometryCacheModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/GeometryCache/Public/GeometryCacheModulePublicPCH.h b/Engine/Source/Runtime/GeometryCache/Public/GeometryCacheModulePublicPCH.h index b2bc36af8ed0..23926bc8ded9 100644 --- a/Engine/Source/Runtime/GeometryCache/Public/GeometryCacheModulePublicPCH.h +++ b/Engine/Source/Runtime/GeometryCache/Public/GeometryCacheModulePublicPCH.h @@ -1 +1 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Runtime/HTML5/HTML5JS/HTML5JS.Build.cs b/Engine/Source/Runtime/HTML5/HTML5JS/HTML5JS.Build.cs index b95895ea9178..eb0f019694df 100644 --- a/Engine/Source/Runtime/HTML5/HTML5JS/HTML5JS.Build.cs +++ b/Engine/Source/Runtime/HTML5/HTML5JS/HTML5JS.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/HTML5/HTML5JS/Private/HTML5JavaScriptFx.cpp b/Engine/Source/Runtime/HTML5/HTML5JS/Private/HTML5JavaScriptFx.cpp index 01cde78cb6b6..ed790c3012d9 100644 --- a/Engine/Source/Runtime/HTML5/HTML5JS/Private/HTML5JavaScriptFx.cpp +++ b/Engine/Source/Runtime/HTML5/HTML5JS/Private/HTML5JavaScriptFx.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5JavaScriptFx.h" // make build systems happy. diff --git a/Engine/Source/Runtime/HTML5/HTML5JS/Private/HTML5JavaScriptFx.js b/Engine/Source/Runtime/HTML5/HTML5JS/Private/HTML5JavaScriptFx.js index f5ff5ff20b9d..3d9b80fcf9bd 100644 --- a/Engine/Source/Runtime/HTML5/HTML5JS/Private/HTML5JavaScriptFx.js +++ b/Engine/Source/Runtime/HTML5/HTML5JS/Private/HTML5JavaScriptFx.js @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. var UE_JavaScriptLibary = { UE_SendAndRecievePayLoad: function (url, indata, insize, outdataptr, outsizeptr) { diff --git a/Engine/Source/Runtime/HTML5/HTML5JS/Public/HTML5JavaScriptFx.h b/Engine/Source/Runtime/HTML5/HTML5JS/Public/HTML5JavaScriptFx.h index 4dbceeabd536..d013a241c923 100644 --- a/Engine/Source/Runtime/HTML5/HTML5JS/Public/HTML5JavaScriptFx.h +++ b/Engine/Source/Runtime/HTML5/HTML5JS/Public/HTML5JavaScriptFx.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once extern "C" { diff --git a/Engine/Source/Runtime/HTML5/MapPakDownloader/MapPakDownloader.Build.cs b/Engine/Source/Runtime/HTML5/MapPakDownloader/MapPakDownloader.Build.cs index e9516e5a7765..6cfaf5cbf9ff 100644 --- a/Engine/Source/Runtime/HTML5/MapPakDownloader/MapPakDownloader.Build.cs +++ b/Engine/Source/Runtime/HTML5/MapPakDownloader/MapPakDownloader.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloader.cpp b/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloader.cpp index c6a15108314c..01ae0c8bbd7b 100644 --- a/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloader.cpp +++ b/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Precompiled header include. Can't add anything above this line. #include "MapPakDownloaderModulePrivatePCH.h" diff --git a/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloaderModule.cpp b/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloaderModule.cpp index f9ed7cb03c61..1b85b3e5f668 100644 --- a/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloaderModule.cpp +++ b/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloaderModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MapPakDownloaderModulePrivatePCH.h" #include "MapPakDownloaderModule.h" diff --git a/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloaderModulePrivatePCH.h b/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloaderModulePrivatePCH.h index 8b07ce7a10d5..ef8a46a68e8f 100644 --- a/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloaderModulePrivatePCH.h +++ b/Engine/Source/Runtime/HTML5/MapPakDownloader/Private/MapPakDownloaderModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" #include "CoreUObject.h" diff --git a/Engine/Source/Runtime/HTML5/MapPakDownloader/Public/MapPakDownloader.h b/Engine/Source/Runtime/HTML5/MapPakDownloader/Public/MapPakDownloader.h index fbdbf3868575..258f2a1e2bdc 100644 --- a/Engine/Source/Runtime/HTML5/MapPakDownloader/Public/MapPakDownloader.h +++ b/Engine/Source/Runtime/HTML5/MapPakDownloader/Public/MapPakDownloader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTML5/MapPakDownloader/Public/MapPakDownloaderModule.h b/Engine/Source/Runtime/HTML5/MapPakDownloader/Public/MapPakDownloaderModule.h index 0c46d200d609..699934eb6fd3 100644 --- a/Engine/Source/Runtime/HTML5/MapPakDownloader/Public/MapPakDownloaderModule.h +++ b/Engine/Source/Runtime/HTML5/MapPakDownloader/Public/MapPakDownloaderModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/HTML5Win32.Build.cs b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/HTML5Win32.Build.cs index 6048d7b8c896..b197a423592b 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/HTML5Win32.Build.cs +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/HTML5Win32.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/HTML5Win32PrivatePCH.h b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/HTML5Win32PrivatePCH.h index 60a3b6336ab2..3dd76acb56e2 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/HTML5Win32PrivatePCH.h +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/HTML5Win32PrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This file is intentionally empty to keep the UHT happy, HTML5Win32 doesn't depend on internal UE headers. diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/IPAddressRaw.cpp b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/IPAddressRaw.cpp index e2fc7e92b789..83a20349ea21 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/IPAddressRaw.cpp +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/IPAddressRaw.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5Win32PrivatePCH.h" #include "IPAddressRaw.h" diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/LoadDLL.cpp b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/LoadDLL.cpp index 565b7e77004a..b267da365950 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/LoadDLL.cpp +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/LoadDLL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5Win32PrivatePCH.h" diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/RawData.h b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/RawData.h index 179577df5857..59f4918e458a 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/RawData.h +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/RawData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/SocketRaw.cpp b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/SocketRaw.cpp index 35a9ba07fba8..3b5211fa40be 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/SocketRaw.cpp +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/SocketRaw.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5Win32PrivatePCH.h" #include "SocketRaw.h" diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/WinHttp.cpp b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/WinHttp.cpp index 6c3300a321ad..4efa39af9870 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/WinHttp.cpp +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Private/WinHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTML5Win32PrivatePCH.h" #include "WinHttp.h" diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/DLL/LoadDLL.h b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/DLL/LoadDLL.h index 0bbe110d254d..b0528996b132 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/DLL/LoadDLL.h +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/DLL/LoadDLL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Http/WinHttp.h b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Http/WinHttp.h index 0fbbae6ad061..be76204dcd07 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Http/WinHttp.h +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Http/WinHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Sockets/IPAddressRaw.h b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Sockets/IPAddressRaw.h index 566d09dbaae9..752bb51a7d1a 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Sockets/IPAddressRaw.h +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Sockets/IPAddressRaw.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Sockets/SocketRaw.h b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Sockets/SocketRaw.h index 944be29d8c58..82cd85efbe64 100644 --- a/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Sockets/SocketRaw.h +++ b/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/Public/Sockets/SocketRaw.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTTPChunkInstaller/HTTPChunkInstaller.Build.cs b/Engine/Source/Runtime/HTTPChunkInstaller/HTTPChunkInstaller.Build.cs index 96bb24fe0300..39dcae9889c7 100644 --- a/Engine/Source/Runtime/HTTPChunkInstaller/HTTPChunkInstaller.Build.cs +++ b/Engine/Source/Runtime/HTTPChunkInstaller/HTTPChunkInstaller.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/HTTPChunkInstaller/Private/ChunkInstall.h b/Engine/Source/Runtime/HTTPChunkInstaller/Private/ChunkInstall.h index 91118ba2a2d7..0dcef58b29c1 100644 --- a/Engine/Source/Runtime/HTTPChunkInstaller/Private/ChunkInstall.h +++ b/Engine/Source/Runtime/HTTPChunkInstaller/Private/ChunkInstall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTTPChunkInstaller/Private/ChunkSetup.h b/Engine/Source/Runtime/HTTPChunkInstaller/Private/ChunkSetup.h index 0a04b96dfbe2..833793919964 100644 --- a/Engine/Source/Runtime/HTTPChunkInstaller/Private/ChunkSetup.h +++ b/Engine/Source/Runtime/HTTPChunkInstaller/Private/ChunkSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstaller.cpp b/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstaller.cpp index e242b35db743..ef136c6e9f67 100644 --- a/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstaller.cpp +++ b/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstaller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef PLACEHOLDER_DLC_WORK # define PLACEHOLDER_DLC_WORK 0 diff --git a/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstaller.h b/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstaller.h index fa6457a9f5cf..280e85575b48 100644 --- a/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstaller.h +++ b/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstallerPrivatePCH.h b/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstallerPrivatePCH.h index 5b52a0d77ae2..776f563d74c6 100644 --- a/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstallerPrivatePCH.h +++ b/Engine/Source/Runtime/HTTPChunkInstaller/Private/HTTPChunkInstallerPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HTTPChunkInstaller/Private/LocalTitleFile.cpp b/Engine/Source/Runtime/HTTPChunkInstaller/Private/LocalTitleFile.cpp index 1159b7e1a392..8bef745f1a90 100644 --- a/Engine/Source/Runtime/HTTPChunkInstaller/Private/LocalTitleFile.cpp +++ b/Engine/Source/Runtime/HTTPChunkInstaller/Private/LocalTitleFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HTTPChunkInstallerPrivatePCH.h" #include "LocalTitleFile.h" diff --git a/Engine/Source/Runtime/HTTPChunkInstaller/Private/LocalTitleFile.h b/Engine/Source/Runtime/HTTPChunkInstaller/Private/LocalTitleFile.h index b31a4c16ad1a..88dbde775dbc 100644 --- a/Engine/Source/Runtime/HTTPChunkInstaller/Private/LocalTitleFile.h +++ b/Engine/Source/Runtime/HTTPChunkInstaller/Private/LocalTitleFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HeadMountedDisplay/HeadMountedDisplay.Build.cs b/Engine/Source/Runtime/HeadMountedDisplay/HeadMountedDisplay.Build.cs index 9741175a87e3..e200b7b68457 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/HeadMountedDisplay.Build.cs +++ b/Engine/Source/Runtime/HeadMountedDisplay/HeadMountedDisplay.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayModule.cpp b/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayModule.cpp index 71411a2b5517..a54b6835d8bf 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayModule.cpp +++ b/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HeadMountedDisplayPrivate.h" diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayPrivate.h b/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayPrivate.h index 5b6ce8c2f0ee..f03d1e98b145 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayPrivate.h +++ b/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayTypes.cpp b/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayTypes.cpp index 946a99def378..4fd1b505a4a7 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayTypes.cpp +++ b/Engine/Source/Runtime/HeadMountedDisplay/Private/HeadMountedDisplayTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HeadMountedDisplayPrivate.h" diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Private/MotionControllerComponent.cpp b/Engine/Source/Runtime/HeadMountedDisplay/Private/MotionControllerComponent.cpp index 47b2e49c6716..fd695ec9a5dc 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Private/MotionControllerComponent.cpp +++ b/Engine/Source/Runtime/HeadMountedDisplay/Private/MotionControllerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "HeadMountedDisplayPrivate.h" #include "MotionControllerComponent.h" diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplay.h b/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplay.h index b645382b87d8..e4d82abc3a2f 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplay.h +++ b/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __HEADMOUNTEDDISPLAY_H__ #define __HEADMOUNTEDDISPLAY_H__ diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h b/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h index 87d5413420a4..71d4ed469117 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h +++ b/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h b/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h index 3703baabcba7..974b6963a43d 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h +++ b/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplayModule.h b/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplayModule.h index 904d85e6a9ba..9787e5d8f447 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplayModule.h +++ b/Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplayModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Public/IMotionController.h b/Engine/Source/Runtime/HeadMountedDisplay/Public/IMotionController.h index 11350f4be6e1..5584b8965f57 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Public/IMotionController.h +++ b/Engine/Source/Runtime/HeadMountedDisplay/Public/IMotionController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "InputCoreTypes.h" diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Public/IStereoLayers.h b/Engine/Source/Runtime/HeadMountedDisplay/Public/IStereoLayers.h index 921678fea424..4785b3532dc0 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Public/IStereoLayers.h +++ b/Engine/Source/Runtime/HeadMountedDisplay/Public/IStereoLayers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IStereoLayers.h: Abstract interface for adding in stereoscopically projected diff --git a/Engine/Source/Runtime/HeadMountedDisplay/Public/MotionControllerComponent.h b/Engine/Source/Runtime/HeadMountedDisplay/Public/MotionControllerComponent.h index 3d0415f4094d..12310fa3f5bd 100644 --- a/Engine/Source/Runtime/HeadMountedDisplay/Public/MotionControllerComponent.h +++ b/Engine/Source/Runtime/HeadMountedDisplay/Public/MotionControllerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IMotionController.h" diff --git a/Engine/Source/Runtime/IOS/IOSAudio/IOSAudio.Build.cs b/Engine/Source/Runtime/IOS/IOSAudio/IOSAudio.Build.cs index 67cf460f59ab..801fadb64443 100644 --- a/Engine/Source/Runtime/IOS/IOSAudio/IOSAudio.Build.cs +++ b/Engine/Source/Runtime/IOS/IOSAudio/IOSAudio.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioBuffer.cpp b/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioBuffer.cpp index ff5a14a9358b..94f4fe1025c2 100644 --- a/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioBuffer.cpp +++ b/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSAudioBuffer.cpp: Unreal IOSAudio buffer interface object. diff --git a/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioDevice.cpp b/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioDevice.cpp index d9f2ce56329a..475bdebc2d56 100644 --- a/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioDevice.cpp +++ b/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSAudioDevice.cpp: Unreal IOSAudio audio interface object. diff --git a/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioSession.cpp b/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioSession.cpp index c802205bfa60..4edacafc0f18 100644 --- a/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioSession.cpp +++ b/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioSession.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSAudioSession.mm: Unreal IOSAudio audio session functionality. diff --git a/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioSource.cpp b/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioSource.cpp index 98f695587ce8..5d018cb9be18 100644 --- a/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioSource.cpp +++ b/Engine/Source/Runtime/IOS/IOSAudio/Private/IOSAudioSource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSAudioSource.cpp: Unreal IOSAudio source interface object. diff --git a/Engine/Source/Runtime/IOS/IOSAudio/Public/IOSAudioDevice.h b/Engine/Source/Runtime/IOS/IOSAudio/Public/IOSAudioDevice.h index 43ae9db19e32..362551591393 100644 --- a/Engine/Source/Runtime/IOS/IOSAudio/Public/IOSAudioDevice.h +++ b/Engine/Source/Runtime/IOS/IOSAudio/Public/IOSAudioDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSAudioDevice.h: Unreal IOSAudio audio interface object. diff --git a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Classes/IOSRuntimeSettings.h b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Classes/IOSRuntimeSettings.h index 080a444e8b07..46cc64d8d32a 100644 --- a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Classes/IOSRuntimeSettings.h +++ b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Classes/IOSRuntimeSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/IOSRuntimeSettings.Build.cs b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/IOSRuntimeSettings.Build.cs index 41556358fa7f..79e0d304a163 100644 --- a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/IOSRuntimeSettings.Build.cs +++ b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/IOSRuntimeSettings.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettings.cpp b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettings.cpp index d4dc6558904c..ab2bf8052b7a 100644 --- a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettings.cpp +++ b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSRuntimeSettingsPrivatePCH.h" diff --git a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettingsModule.cpp b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettingsModule.cpp index 678a7269631c..d7f996116aa1 100644 --- a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettingsModule.cpp +++ b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettingsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IOSRuntimeSettingsPrivatePCH.h" diff --git a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettingsPrivatePCH.h b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettingsPrivatePCH.h index 599390d2ecfd..19afea4fe1d4 100644 --- a/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettingsPrivatePCH.h +++ b/Engine/Source/Runtime/IOS/IOSRuntimeSettings/Private/IOSRuntimeSettingsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Classes/IOSMessageProtocol.h b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Classes/IOSMessageProtocol.h index d5194c6c7536..b26cf4c6e7d3 100644 --- a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Classes/IOSMessageProtocol.h +++ b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Classes/IOSMessageProtocol.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/LaunchDaemonMessages.Build.cs b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/LaunchDaemonMessages.Build.cs index da07486f44a9..621abbed6067 100644 --- a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/LaunchDaemonMessages.Build.cs +++ b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/LaunchDaemonMessages.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Private/LaunchDaemonMessagesModule.cpp b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Private/LaunchDaemonMessagesModule.cpp index fa189b97d54b..cd2d59d9e8d6 100644 --- a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Private/LaunchDaemonMessagesModule.cpp +++ b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Private/LaunchDaemonMessagesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchDaemonMessagesPrivatePCH.h" diff --git a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Private/LaunchDaemonMessagesPrivatePCH.h b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Private/LaunchDaemonMessagesPrivatePCH.h index 23f508765b8d..3161915a536a 100644 --- a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Private/LaunchDaemonMessagesPrivatePCH.h +++ b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Private/LaunchDaemonMessagesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Public/LaunchDaemonMessages.h b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Public/LaunchDaemonMessages.h index 74306d004cdd..e2b6c0059934 100644 --- a/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Public/LaunchDaemonMessages.h +++ b/Engine/Source/Runtime/IOS/LaunchDaemonMessages/Public/LaunchDaemonMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/IPC/IPC.Build.cs b/Engine/Source/Runtime/IPC/IPC.Build.cs index 2fea5a152c24..66b15909f34f 100644 --- a/Engine/Source/Runtime/IPC/IPC.Build.cs +++ b/Engine/Source/Runtime/IPC/IPC.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/IPC/Private/IPCModule.cpp b/Engine/Source/Runtime/IPC/Private/IPCModule.cpp index d9b06a15e960..28af490bf741 100644 --- a/Engine/Source/Runtime/IPC/Private/IPCModule.cpp +++ b/Engine/Source/Runtime/IPC/Private/IPCModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "IPCModule.h" diff --git a/Engine/Source/Runtime/IPC/Public/IPC.h b/Engine/Source/Runtime/IPC/Public/IPC.h index 43ef8204087b..623f9299e260 100644 --- a/Engine/Source/Runtime/IPC/Public/IPC.h +++ b/Engine/Source/Runtime/IPC/Public/IPC.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== IPC.h: Public interface for inteprocess communication module diff --git a/Engine/Source/Runtime/IPC/Public/IPCModule.h b/Engine/Source/Runtime/IPC/Public/IPCModule.h index 583b124eb777..7ee2e0319e9d 100644 --- a/Engine/Source/Runtime/IPC/Public/IPCModule.h +++ b/Engine/Source/Runtime/IPC/Public/IPCModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h b/Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h index 108deccb56f9..cbe3544c0ffd 100644 --- a/Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h +++ b/Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/InputCore/InputCore.Build.cs b/Engine/Source/Runtime/InputCore/InputCore.Build.cs index ed6f1a9be17d..78d6d7cae1ac 100644 --- a/Engine/Source/Runtime/InputCore/InputCore.Build.cs +++ b/Engine/Source/Runtime/InputCore/InputCore.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/InputCore/Private/InputCore.cpp b/Engine/Source/Runtime/InputCore/Private/InputCore.cpp index 0e64f9ae1050..7a6ff0454e23 100644 --- a/Engine/Source/Runtime/InputCore/Private/InputCore.cpp +++ b/Engine/Source/Runtime/InputCore/Private/InputCore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputCorePrivatePCH.h" #include "InputCoreModule.h" diff --git a/Engine/Source/Runtime/InputCore/Private/InputCoreModule.cpp b/Engine/Source/Runtime/InputCore/Private/InputCoreModule.cpp index 24af758d9188..0073347df382 100644 --- a/Engine/Source/Runtime/InputCore/Private/InputCoreModule.cpp +++ b/Engine/Source/Runtime/InputCore/Private/InputCoreModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputCorePrivatePCH.h" #include "InputCoreModule.h" diff --git a/Engine/Source/Runtime/InputCore/Private/InputCorePrivatePCH.h b/Engine/Source/Runtime/InputCore/Private/InputCorePrivatePCH.h index e750116516f4..a45fb8d6cb5c 100644 --- a/Engine/Source/Runtime/InputCore/Private/InputCorePrivatePCH.h +++ b/Engine/Source/Runtime/InputCore/Private/InputCorePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/InputCore/Private/InputCoreTypes.cpp b/Engine/Source/Runtime/InputCore/Private/InputCoreTypes.cpp index ec71fa44a741..76fc35eaac7a 100644 --- a/Engine/Source/Runtime/InputCore/Private/InputCoreTypes.cpp +++ b/Engine/Source/Runtime/InputCore/Private/InputCoreTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputCorePrivatePCH.h" #include "PropertyTag.h" diff --git a/Engine/Source/Runtime/InputCore/Public/InputCore.h b/Engine/Source/Runtime/InputCore/Public/InputCore.h index 667808d2ce8e..83694b0c8894 100644 --- a/Engine/Source/Runtime/InputCore/Public/InputCore.h +++ b/Engine/Source/Runtime/InputCore/Public/InputCore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/InputCore/Public/InputCoreModule.h b/Engine/Source/Runtime/InputCore/Public/InputCoreModule.h index 4001402d63f1..40d233924790 100644 --- a/Engine/Source/Runtime/InputCore/Public/InputCoreModule.h +++ b/Engine/Source/Runtime/InputCore/Public/InputCoreModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/InputDevice/InputDevice.Build.cs b/Engine/Source/Runtime/InputDevice/InputDevice.Build.cs index 19c8ab7bec32..00f77c0d5307 100644 --- a/Engine/Source/Runtime/InputDevice/InputDevice.Build.cs +++ b/Engine/Source/Runtime/InputDevice/InputDevice.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/InputDevice/Private/InputDeviceModule.cpp b/Engine/Source/Runtime/InputDevice/Private/InputDeviceModule.cpp index a9baf5fc62cd..7e81e550469a 100644 --- a/Engine/Source/Runtime/InputDevice/Private/InputDeviceModule.cpp +++ b/Engine/Source/Runtime/InputDevice/Private/InputDeviceModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InputDevice.h" #include "IInputDeviceModule.h" diff --git a/Engine/Source/Runtime/InputDevice/Public/IHapticDevice.h b/Engine/Source/Runtime/InputDevice/Public/IHapticDevice.h index e5bada1dc603..46be9fd18491 100644 --- a/Engine/Source/Runtime/InputDevice/Public/IHapticDevice.h +++ b/Engine/Source/Runtime/InputDevice/Public/IHapticDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/InputDevice/Public/IInputDevice.h b/Engine/Source/Runtime/InputDevice/Public/IInputDevice.h index 6bc3d22262e7..a39e70b8cb71 100644 --- a/Engine/Source/Runtime/InputDevice/Public/IInputDevice.h +++ b/Engine/Source/Runtime/InputDevice/Public/IInputDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/InputDevice/Public/IInputDeviceModule.h b/Engine/Source/Runtime/InputDevice/Public/IInputDeviceModule.h index 3ab03a9f5f86..adb0eec7fd5f 100644 --- a/Engine/Source/Runtime/InputDevice/Public/IInputDeviceModule.h +++ b/Engine/Source/Runtime/InputDevice/Public/IInputDeviceModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/InputDevice/Public/InputDevice.h b/Engine/Source/Runtime/InputDevice/Public/InputDevice.h index 8693f49fcf36..572b303daa31 100644 --- a/Engine/Source/Runtime/InputDevice/Public/InputDevice.h +++ b/Engine/Source/Runtime/InputDevice/Public/InputDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __INPUTDEVICE_H__ #define __INPUTDEVICE_H__ diff --git a/Engine/Source/Runtime/Internationalization/Internationalization.Build.cs b/Engine/Source/Runtime/Internationalization/Internationalization.Build.cs index 9cea9c7d93cf..59ec47f7acae 100644 --- a/Engine/Source/Runtime/Internationalization/Internationalization.Build.cs +++ b/Engine/Source/Runtime/Internationalization/Internationalization.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Internationalization/Private/InternationalizationModule.cpp b/Engine/Source/Runtime/Internationalization/Private/InternationalizationModule.cpp index ae41dd7ff9a5..0a9c01fecbc3 100644 --- a/Engine/Source/Runtime/Internationalization/Private/InternationalizationModule.cpp +++ b/Engine/Source/Runtime/Internationalization/Private/InternationalizationModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InternationalizationPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Internationalization/Private/InternationalizationPrivatePCH.h b/Engine/Source/Runtime/Internationalization/Private/InternationalizationPrivatePCH.h index c833e835c6ee..fc5b301d9cc2 100644 --- a/Engine/Source/Runtime/Internationalization/Private/InternationalizationPrivatePCH.h +++ b/Engine/Source/Runtime/Internationalization/Private/InternationalizationPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationArchiveSerializer.cpp b/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationArchiveSerializer.cpp index 012be1cf3ba1..ff96e78e2c6f 100644 --- a/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationArchiveSerializer.cpp +++ b/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationArchiveSerializer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InternationalizationPrivatePCH.h" #include "Internationalization/InternationalizationArchive.h" diff --git a/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationManifestSerializer.cpp b/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationManifestSerializer.cpp index 3e65404bab61..238087a7ae19 100644 --- a/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationManifestSerializer.cpp +++ b/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationManifestSerializer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InternationalizationPrivatePCH.h" #include "InternationalizationManifest.h" diff --git a/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationMetadataSerializer.cpp b/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationMetadataSerializer.cpp index 89574f76a73e..4109bc12370b 100644 --- a/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationMetadataSerializer.cpp +++ b/Engine/Source/Runtime/Internationalization/Private/Serialization/JsonInternationalizationMetadataSerializer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InternationalizationPrivatePCH.h" #include "Internationalization/InternationalizationMetadata.h" diff --git a/Engine/Source/Runtime/Internationalization/Public/Internationalization.h b/Engine/Source/Runtime/Internationalization/Public/Internationalization.h index 018024e64b39..da531f04b54a 100644 --- a/Engine/Source/Runtime/Internationalization/Public/Internationalization.h +++ b/Engine/Source/Runtime/Internationalization/Public/Internationalization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationArchiveSerializer.h b/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationArchiveSerializer.h index b255f2e14771..de9cf7045fac 100644 --- a/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationArchiveSerializer.h +++ b/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationArchiveSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationManifestSerializer.h b/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationManifestSerializer.h index a39f88f9a9d4..2296561a49e0 100644 --- a/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationManifestSerializer.h +++ b/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationManifestSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IInternationalizationManifestSerializer.h" diff --git a/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationMetadataSerializer.h b/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationMetadataSerializer.h index e22c16f23b84..8e343a389588 100644 --- a/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationMetadataSerializer.h +++ b/Engine/Source/Runtime/Internationalization/Public/Serialization/JsonInternationalizationMetadataSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class FJsonObject; diff --git a/Engine/Source/Runtime/Json/Json.Build.cs b/Engine/Source/Runtime/Json/Json.Build.cs index fc05ce413d7a..db0090481354 100644 --- a/Engine/Source/Runtime/Json/Json.Build.cs +++ b/Engine/Source/Runtime/Json/Json.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp b/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp index bc7ba43783b5..40e98013c630 100644 --- a/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp +++ b/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "JsonPrivatePCH.h" diff --git a/Engine/Source/Runtime/Json/Private/Dom/JsonValue.cpp b/Engine/Source/Runtime/Json/Private/Dom/JsonValue.cpp index f9172968ebae..198a7fc4cd05 100644 --- a/Engine/Source/Runtime/Json/Private/Dom/JsonValue.cpp +++ b/Engine/Source/Runtime/Json/Private/Dom/JsonValue.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "JsonPrivatePCH.h" diff --git a/Engine/Source/Runtime/Json/Private/JsonModule.cpp b/Engine/Source/Runtime/Json/Private/JsonModule.cpp index fc87bd934871..28985d96741a 100644 --- a/Engine/Source/Runtime/Json/Private/JsonModule.cpp +++ b/Engine/Source/Runtime/Json/Private/JsonModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "JsonPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Json/Private/JsonPrivatePCH.h b/Engine/Source/Runtime/Json/Private/JsonPrivatePCH.h index 6f03d8ed783c..7bfd517be09b 100644 --- a/Engine/Source/Runtime/Json/Private/JsonPrivatePCH.h +++ b/Engine/Source/Runtime/Json/Private/JsonPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Private/Tests/JsonTests.cpp b/Engine/Source/Runtime/Json/Private/Tests/JsonTests.cpp index dbe9d479f36b..079b6576f9da 100644 --- a/Engine/Source/Runtime/Json/Private/Tests/JsonTests.cpp +++ b/Engine/Source/Runtime/Json/Private/Tests/JsonTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "JsonPrivatePCH.h" #include "Json.h" diff --git a/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h b/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h index df28cece885e..caeb1ca5ba7e 100644 --- a/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h +++ b/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Dom/JsonValue.h b/Engine/Source/Runtime/Json/Public/Dom/JsonValue.h index c140f2ae8c58..e0f79d56e6a2 100644 --- a/Engine/Source/Runtime/Json/Public/Dom/JsonValue.h +++ b/Engine/Source/Runtime/Json/Public/Dom/JsonValue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Json.h b/Engine/Source/Runtime/Json/Public/Json.h index 753db8f007cb..db4f7c1f9333 100644 --- a/Engine/Source/Runtime/Json/Public/Json.h +++ b/Engine/Source/Runtime/Json/Public/Json.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Policies/CondensedJsonPrintPolicy.h b/Engine/Source/Runtime/Json/Public/Policies/CondensedJsonPrintPolicy.h index aedc456803ed..eacf6f0d25e5 100644 --- a/Engine/Source/Runtime/Json/Public/Policies/CondensedJsonPrintPolicy.h +++ b/Engine/Source/Runtime/Json/Public/Policies/CondensedJsonPrintPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Policies/JsonPrintPolicy.h b/Engine/Source/Runtime/Json/Public/Policies/JsonPrintPolicy.h index b180ce4ce6dd..85c4cf6d53de 100644 --- a/Engine/Source/Runtime/Json/Public/Policies/JsonPrintPolicy.h +++ b/Engine/Source/Runtime/Json/Public/Policies/JsonPrintPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Policies/PrettyJsonPrintPolicy.h b/Engine/Source/Runtime/Json/Public/Policies/PrettyJsonPrintPolicy.h index ceec9b1800a0..2f7af0f6d8a6 100644 --- a/Engine/Source/Runtime/Json/Public/Policies/PrettyJsonPrintPolicy.h +++ b/Engine/Source/Runtime/Json/Public/Policies/PrettyJsonPrintPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Serialization/JsonReader.h b/Engine/Source/Runtime/Json/Public/Serialization/JsonReader.h index 669c1bdcc70c..29d3ca0f1e41 100644 --- a/Engine/Source/Runtime/Json/Public/Serialization/JsonReader.h +++ b/Engine/Source/Runtime/Json/Public/Serialization/JsonReader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializer.h b/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializer.h index e642294f7914..beb969c4050a 100644 --- a/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializer.h +++ b/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Serialization/JsonTypes.h b/Engine/Source/Runtime/Json/Public/Serialization/JsonTypes.h index a07e19622d5b..7e1e894893bc 100644 --- a/Engine/Source/Runtime/Json/Public/Serialization/JsonTypes.h +++ b/Engine/Source/Runtime/Json/Public/Serialization/JsonTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Json/Public/Serialization/JsonWriter.h b/Engine/Source/Runtime/Json/Public/Serialization/JsonWriter.h index 34c10b138105..9b8d976a6550 100644 --- a/Engine/Source/Runtime/Json/Public/Serialization/JsonWriter.h +++ b/Engine/Source/Runtime/Json/Public/Serialization/JsonWriter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/JsonUtilities/JsonUtilities.Build.cs b/Engine/Source/Runtime/JsonUtilities/JsonUtilities.Build.cs index e45c7886ede5..e3adbcaaa8d8 100644 --- a/Engine/Source/Runtime/JsonUtilities/JsonUtilities.Build.cs +++ b/Engine/Source/Runtime/JsonUtilities/JsonUtilities.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/JsonUtilities/Private/JsonObjectConverter.cpp b/Engine/Source/Runtime/JsonUtilities/Private/JsonObjectConverter.cpp index 799a0b57d0f7..4a37f02cb7a0 100644 --- a/Engine/Source/Runtime/JsonUtilities/Private/JsonObjectConverter.cpp +++ b/Engine/Source/Runtime/JsonUtilities/Private/JsonObjectConverter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "JsonUtilitiesPrivatePCH.h" #include "JsonUtilities.h" diff --git a/Engine/Source/Runtime/JsonUtilities/Private/JsonUtilities.cpp b/Engine/Source/Runtime/JsonUtilities/Private/JsonUtilities.cpp index 09a390fd3395..00d1f00243d0 100644 --- a/Engine/Source/Runtime/JsonUtilities/Private/JsonUtilities.cpp +++ b/Engine/Source/Runtime/JsonUtilities/Private/JsonUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "JsonUtilitiesPrivatePCH.h" diff --git a/Engine/Source/Runtime/JsonUtilities/Private/JsonUtilitiesPrivatePCH.h b/Engine/Source/Runtime/JsonUtilities/Private/JsonUtilitiesPrivatePCH.h index d4ff6daa37aa..f9e040dce5d4 100644 --- a/Engine/Source/Runtime/JsonUtilities/Private/JsonUtilitiesPrivatePCH.h +++ b/Engine/Source/Runtime/JsonUtilities/Private/JsonUtilitiesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectConverter.h b/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectConverter.h index b25535cfe61e..098a9ddbae88 100644 --- a/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectConverter.h +++ b/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectConverter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectWrapper.h b/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectWrapper.h index b85f1eedd553..762fa7fe2fdc 100644 --- a/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectWrapper.h +++ b/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/JsonUtilities/Public/JsonUtilities.h b/Engine/Source/Runtime/JsonUtilities/Public/JsonUtilities.h index 42f3a4a98369..952670f25234 100644 --- a/Engine/Source/Runtime/JsonUtilities/Public/JsonUtilities.h +++ b/Engine/Source/Runtime/JsonUtilities/Public/JsonUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/ControlPointMeshComponent.h b/Engine/Source/Runtime/Landscape/Classes/ControlPointMeshComponent.h index 93da70f92985..a5e6d8979d43 100644 --- a/Engine/Source/Runtime/Landscape/Classes/ControlPointMeshComponent.h +++ b/Engine/Source/Runtime/Landscape/Classes/ControlPointMeshComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/Landscape.h b/Engine/Source/Runtime/Landscape/Classes/Landscape.h index 65a7681142b7..e04c91e7a72c 100644 --- a/Engine/Source/Runtime/Landscape/Classes/Landscape.h +++ b/Engine/Source/Runtime/Landscape/Classes/Landscape.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h index 5284b13864fa..908036c8f6f9 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActiveActor.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActiveActor.h index 7d8fa6546d1b..44dac3e94a8e 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActiveActor.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActiveActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActor.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActor.h index 1b0c3f9b89ff..bf2789937299 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActor.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoRenderComponent.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoRenderComponent.h index a5c6685c5304..ba3f305f1534 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoRenderComponent.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoRenderComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeGrassType.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeGrassType.h index ff81d3ae8204..61eb5d844840 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeGrassType.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeGrassType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeHeightfieldCollisionComponent.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeHeightfieldCollisionComponent.h index 1013dbc68916..932921db0286 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeHeightfieldCollisionComponent.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeHeightfieldCollisionComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h index 0b3bb59ee8b2..8e51f14b67bb 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LandscapeInfo.generated.h" diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeInfoMap.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeInfoMap.h index 7772634dd183..bf86afb76367 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeInfoMap.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeInfoMap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeLayerInfoObject.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeLayerInfoObject.h index 7f26c171f227..7becaf53b577 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeLayerInfoObject.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeLayerInfoObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeMaterialInstanceConstant.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeMaterialInstanceConstant.h index 99514206e162..18fc9fbf82bb 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeMaterialInstanceConstant.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeMaterialInstanceConstant.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "LandscapeMaterialInstanceConstant.generated.h" diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshCollisionComponent.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshCollisionComponent.h index 9a1f5aab5e47..5d41176c7d4c 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshCollisionComponent.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshCollisionComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshProxyActor.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshProxyActor.h index 0de66de627d6..8425157e21c5 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshProxyActor.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshProxyActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshProxyComponent.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshProxyComponent.h index a0c00781a280..f94d3ae8a684 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshProxyComponent.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshProxyComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h index 19d9c8605e77..3e79a1fc7307 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineControlPoint.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineControlPoint.h index 753bf350462c..bf4b1186268a 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineControlPoint.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineControlPoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineSegment.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineSegment.h index eb559739f65e..fd78830d5230 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineSegment.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeSplineSegment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/LandscapeSplinesComponent.h b/Engine/Source/Runtime/Landscape/Classes/LandscapeSplinesComponent.h index 14e354a62a3a..142010d0d109 100644 --- a/Engine/Source/Runtime/Landscape/Classes/LandscapeSplinesComponent.h +++ b/Engine/Source/Runtime/Landscape/Classes/LandscapeSplinesComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeGrassOutput.h b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeGrassOutput.h index 6063677845d1..3d8719fee6f5 100644 --- a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeGrassOutput.h +++ b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeGrassOutput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerBlend.h b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerBlend.h index 8ed70dc16f2e..9716c33c8363 100644 --- a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerBlend.h +++ b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerBlend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerCoords.h b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerCoords.h index b786bdf593cc..a75f3ba9db56 100644 --- a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerCoords.h +++ b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerCoords.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerSample.h b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerSample.h index f63729880793..e3a0104c5029 100644 --- a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerSample.h +++ b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerSample.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerSwitch.h b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerSwitch.h index 80686b65bcb0..b00255bb4e70 100644 --- a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerSwitch.h +++ b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerSwitch.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerWeight.h b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerWeight.h index fa123832a195..579185736224 100644 --- a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerWeight.h +++ b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerWeight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeVisibilityMask.h b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeVisibilityMask.h index e4e10b699835..1781c394878e 100644 --- a/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeVisibilityMask.h +++ b/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeVisibilityMask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Landscape.Build.cs b/Engine/Source/Runtime/Landscape/Landscape.Build.cs index cd4dd3912db8..f61913ddf41c 100644 --- a/Engine/Source/Runtime/Landscape/Landscape.Build.cs +++ b/Engine/Source/Runtime/Landscape/Landscape.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Landscape/Private/Landscape.cpp b/Engine/Source/Runtime/Landscape/Private/Landscape.cpp index 3896f24ef4b2..1915a57d0435 100644 --- a/Engine/Source/Runtime/Landscape/Private/Landscape.cpp +++ b/Engine/Source/Runtime/Landscape/Private/Landscape.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Landscape.cpp: Terrain rendering diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeBlueprintSupport.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeBlueprintSupport.cpp index e71e009c3fcc..277c40ccac9c 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeBlueprintSupport.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeBlueprintSupport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeBlueprintSupport.cpp: Landscape blueprint functions diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeCollision.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeCollision.cpp index beda25a51628..09621c66e302 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeCollision.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeCollision.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeComponent.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeComponent.cpp index 6a87f848a6c6..de10ca62d1a8 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeComponent.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "LandscapeComponent.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeDataAccess.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeDataAccess.cpp index f070bf219c47..581fd1860797 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeDataAccess.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeDataAccess.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp index 7331f37224b1..905b2ef9416c 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeEdit.cpp: Landscape editing diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp index 32852d36a225..7e47ba62999e 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeEditInterface.cpp: Landscape editing interface diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeGizmoActor.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeGizmoActor.cpp index 93613d8205a2..4253a9e3e8f4 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeGizmoActor.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeGizmoActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeGrass.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeGrass.cpp index 12dce36244b2..b16dc8c301fc 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeGrass.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeGrass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "Engine/Engine.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeInfo.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeInfo.cpp index 61ca4a1fcaba..4f2e64c1c473 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeInfo.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "LandscapeInfo.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeInfoMap.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeInfoMap.cpp index e481bec0e93b..4fecee49c5ee 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeInfoMap.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeInfoMap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "LandscapeInfoMap.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeLight.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeLight.cpp index 6a432e4440c4..dc1bc828921f 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeLight.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeLight.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeLight.cpp: Static lighting for LandscapeComponents diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeModule.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeModule.cpp index e259deaeed8f..a7a6622b1542 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeModule.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "LandscapeModule.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeProxy.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeProxy.cpp index 23eb7b7c0986..4570ef115eb9 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeProxy.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "LandscapeProxy.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeRender.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeRender.cpp index 4cc7fff22291..b3d9189be9e7 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeRender.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeRender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeRender.cpp: New terrain rendering diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeRenderMobile.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeRenderMobile.cpp index 093c63a6dfb0..ce899a27e9bb 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeRenderMobile.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeRenderMobile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeRenderMobile.cpp: Landscape Rendering without using vertex texture fetch diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeSplineProxies.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeSplineProxies.cpp index dab1899cf0ea..39a270ef8c60 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeSplineProxies.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeSplineProxies.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "LandscapeSplineProxies.h" diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeSplineRaster.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeSplineRaster.cpp index f194046d786c..19b0b137406d 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeSplineRaster.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeSplineRaster.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeSplineRaster.cpp: diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeSplineRaster.h b/Engine/Source/Runtime/Landscape/Private/LandscapeSplineRaster.h index 7f8e6852c8f2..3a9bb269600a 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeSplineRaster.h +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeSplineRaster.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeSplines.cpp b/Engine/Source/Runtime/Landscape/Private/LandscapeSplines.cpp index 68598760ce09..70a1feaae3f5 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeSplines.cpp +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeSplines.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeSpline.cpp diff --git a/Engine/Source/Runtime/Landscape/Private/LandscapeVersion.h b/Engine/Source/Runtime/Landscape/Private/LandscapeVersion.h index d99dcc0ddb7f..788b98f1f430 100644 --- a/Engine/Source/Runtime/Landscape/Private/LandscapeVersion.h +++ b/Engine/Source/Runtime/Landscape/Private/LandscapeVersion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerBlend.cpp b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerBlend.cpp index 4a8d028cd5cf..10ffb6d669a5 100644 --- a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerBlend.cpp +++ b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerBlend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "MaterialCompiler.h" diff --git a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerCoords.cpp b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerCoords.cpp index 84e34a0fdc65..2a4ec7d50601 100644 --- a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerCoords.cpp +++ b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerCoords.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "MaterialCompiler.h" diff --git a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerSample.cpp b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerSample.cpp index 559cff0fa9b5..99eedc2622d0 100644 --- a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerSample.cpp +++ b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerSample.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "MaterialCompiler.h" diff --git a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerSwitch.cpp b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerSwitch.cpp index e1369f3319c9..ac13aa06ee18 100644 --- a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerSwitch.cpp +++ b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerSwitch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "MaterialCompiler.h" diff --git a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerWeight.cpp b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerWeight.cpp index 4a74b955e7d0..5f74bf0e22b4 100644 --- a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerWeight.cpp +++ b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeLayerWeight.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "MaterialCompiler.h" diff --git a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeVisibilityMask.cpp b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeVisibilityMask.cpp index c2fafe9c8da1..a0469a865d24 100644 --- a/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeVisibilityMask.cpp +++ b/Engine/Source/Runtime/Landscape/Private/Materials/MaterialExpressionLandscapeVisibilityMask.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Landscape.h" #include "MaterialCompiler.h" diff --git a/Engine/Source/Runtime/Landscape/Public/LandscapeDataAccess.h b/Engine/Source/Runtime/Landscape/Public/LandscapeDataAccess.h index 6557966f2c18..9021667fedbc 100644 --- a/Engine/Source/Runtime/Landscape/Public/LandscapeDataAccess.h +++ b/Engine/Source/Runtime/Landscape/Public/LandscapeDataAccess.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeDataAccess.h: Classes for the editor to access to Landscape data diff --git a/Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h b/Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h index af64bdf44486..082d633e5246 100644 --- a/Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h +++ b/Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeEdit.h: Classes for the editor to access to Landscape data diff --git a/Engine/Source/Runtime/Landscape/Public/LandscapeLight.h b/Engine/Source/Runtime/Landscape/Public/LandscapeLight.h index 95524107f2e9..9ac29ce1ee2d 100644 --- a/Engine/Source/Runtime/Landscape/Public/LandscapeLight.h +++ b/Engine/Source/Runtime/Landscape/Public/LandscapeLight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeLight.h: Static lighting for LandscapeComponents diff --git a/Engine/Source/Runtime/Landscape/Public/LandscapeModule.h b/Engine/Source/Runtime/Landscape/Public/LandscapeModule.h index 9d35c164cf89..b5cc88ec6b43 100644 --- a/Engine/Source/Runtime/Landscape/Public/LandscapeModule.h +++ b/Engine/Source/Runtime/Landscape/Public/LandscapeModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h b/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h index d21611a9c1f2..74648a22c9d3 100644 --- a/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h +++ b/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeRender.h: New terrain rendering diff --git a/Engine/Source/Runtime/Landscape/Public/LandscapeRenderMobile.h b/Engine/Source/Runtime/Landscape/Public/LandscapeRenderMobile.h index 0112ec679351..0de6a51f97b3 100644 --- a/Engine/Source/Runtime/Landscape/Public/LandscapeRenderMobile.h +++ b/Engine/Source/Runtime/Landscape/Public/LandscapeRenderMobile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LandscapeRenderMobile.h: Mobile landscape rendering diff --git a/Engine/Source/Runtime/Landscape/Public/LandscapeSplineProxies.h b/Engine/Source/Runtime/Landscape/Public/LandscapeSplineProxies.h index f705f35c7784..a5c44c9c1aab 100644 --- a/Engine/Source/Runtime/Landscape/Public/LandscapeSplineProxies.h +++ b/Engine/Source/Runtime/Landscape/Public/LandscapeSplineProxies.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Launch/Launch.Build.cs b/Engine/Source/Runtime/Launch/Launch.Build.cs index 406f263a4e9c..c6ea6b1f2b82 100644 --- a/Engine/Source/Runtime/Launch/Launch.Build.cs +++ b/Engine/Source/Runtime/Launch/Launch.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Launch/Private/Android/AndroidEventManager.cpp b/Engine/Source/Runtime/Launch/Private/Android/AndroidEventManager.cpp index 893554aa613a..90683171e524 100644 --- a/Engine/Source/Runtime/Launch/Private/Android/AndroidEventManager.cpp +++ b/Engine/Source/Runtime/Launch/Private/Android/AndroidEventManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "AndroidEventManager.h" diff --git a/Engine/Source/Runtime/Launch/Private/Android/AndroidEventManager.h b/Engine/Source/Runtime/Launch/Private/Android/AndroidEventManager.h index 4dae91b148fe..49be4d157028 100644 --- a/Engine/Source/Runtime/Launch/Private/Android/AndroidEventManager.h +++ b/Engine/Source/Runtime/Launch/Private/Android/AndroidEventManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef ANDROID_EVENT_MANAGER_H diff --git a/Engine/Source/Runtime/Launch/Private/Android/AndroidJNI.cpp b/Engine/Source/Runtime/Launch/Private/Android/AndroidJNI.cpp index e1a4200eba08..09ac377441ff 100644 --- a/Engine/Source/Runtime/Launch/Private/Android/AndroidJNI.cpp +++ b/Engine/Source/Runtime/Launch/Private/Android/AndroidJNI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Runtime/Launch/Private/Android/LaunchAndroid.cpp b/Engine/Source/Runtime/Launch/Private/Android/LaunchAndroid.cpp index fa8b7aedf0d2..7922e58ae052 100644 --- a/Engine/Source/Runtime/Launch/Private/Android/LaunchAndroid.cpp +++ b/Engine/Source/Runtime/Launch/Private/Android/LaunchAndroid.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include diff --git a/Engine/Source/Runtime/Launch/Private/HTML5/LaunchHTML5.cpp b/Engine/Source/Runtime/Launch/Private/HTML5/LaunchHTML5.cpp index ab19293aecb3..0ae9a3267ed0 100644 --- a/Engine/Source/Runtime/Launch/Private/HTML5/LaunchHTML5.cpp +++ b/Engine/Source/Runtime/Launch/Private/HTML5/LaunchHTML5.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include diff --git a/Engine/Source/Runtime/Launch/Private/IOS/GameLaunchDaemonMessageHandler.cpp b/Engine/Source/Runtime/Launch/Private/IOS/GameLaunchDaemonMessageHandler.cpp index 586a1556a709..03181df59325 100644 --- a/Engine/Source/Runtime/Launch/Private/IOS/GameLaunchDaemonMessageHandler.cpp +++ b/Engine/Source/Runtime/Launch/Private/IOS/GameLaunchDaemonMessageHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "GameLaunchDaemonMessageHandler.h" diff --git a/Engine/Source/Runtime/Launch/Private/IOS/GameLaunchDaemonMessageHandler.h b/Engine/Source/Runtime/Launch/Private/IOS/GameLaunchDaemonMessageHandler.h index 71c0010f6651..693877774a56 100644 --- a/Engine/Source/Runtime/Launch/Private/IOS/GameLaunchDaemonMessageHandler.h +++ b/Engine/Source/Runtime/Launch/Private/IOS/GameLaunchDaemonMessageHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Launch/Private/IOS/IOSAppDelegateConsoleHandling.cpp b/Engine/Source/Runtime/Launch/Private/IOS/IOSAppDelegateConsoleHandling.cpp index a70d22d4f05b..7b1194b03ddd 100644 --- a/Engine/Source/Runtime/Launch/Private/IOS/IOSAppDelegateConsoleHandling.cpp +++ b/Engine/Source/Runtime/Launch/Private/IOS/IOSAppDelegateConsoleHandling.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "IOSAppDelegateConsoleHandling.h" diff --git a/Engine/Source/Runtime/Launch/Private/IOS/IOSAppDelegateConsoleHandling.h b/Engine/Source/Runtime/Launch/Private/IOS/IOSAppDelegateConsoleHandling.h index 9fde5eaa04d0..b6bd7a5aeb64 100644 --- a/Engine/Source/Runtime/Launch/Private/IOS/IOSAppDelegateConsoleHandling.h +++ b/Engine/Source/Runtime/Launch/Private/IOS/IOSAppDelegateConsoleHandling.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Launch/Private/IOS/LaunchIOS.cpp b/Engine/Source/Runtime/Launch/Private/IOS/LaunchIOS.cpp index 51e4c7fd2ad2..4870e6559524 100644 --- a/Engine/Source/Runtime/Launch/Private/IOS/LaunchIOS.cpp +++ b/Engine/Source/Runtime/Launch/Private/IOS/LaunchIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #import diff --git a/Engine/Source/Runtime/Launch/Private/Launch.cpp b/Engine/Source/Runtime/Launch/Private/Launch.cpp index 3c551e780c07..8d004034580f 100644 --- a/Engine/Source/Runtime/Launch/Private/Launch.cpp +++ b/Engine/Source/Runtime/Launch/Private/Launch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "PhysicsPublic.h" diff --git a/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp b/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp index 990c4253f0dd..ea341d2846b3 100644 --- a/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp +++ b/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "Internationalization/Internationalization.h" diff --git a/Engine/Source/Runtime/Launch/Private/LaunchPrivatePCH.h b/Engine/Source/Runtime/Launch/Private/LaunchPrivatePCH.h index 8fcd4630a0b4..fddb1198319a 100644 --- a/Engine/Source/Runtime/Launch/Private/LaunchPrivatePCH.h +++ b/Engine/Source/Runtime/Launch/Private/LaunchPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Launch/Private/Linux/LaunchLinux.cpp b/Engine/Source/Runtime/Launch/Private/Linux/LaunchLinux.cpp index 9ac6acde759a..5b821ef91c34 100644 --- a/Engine/Source/Runtime/Launch/Private/Linux/LaunchLinux.cpp +++ b/Engine/Source/Runtime/Launch/Private/Linux/LaunchLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "LinuxCommonStartup.h" diff --git a/Engine/Source/Runtime/Launch/Private/Mac/LaunchMac.cpp b/Engine/Source/Runtime/Launch/Private/Mac/LaunchMac.cpp index 6db1e6e66fae..d2698a38e3ec 100644 --- a/Engine/Source/Runtime/Launch/Private/Mac/LaunchMac.cpp +++ b/Engine/Source/Runtime/Launch/Private/Mac/LaunchMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Runtime/Launch/Private/WinRT/WinRTLaunch.cpp b/Engine/Source/Runtime/Launch/Private/WinRT/WinRTLaunch.cpp index 40474eae4533..151fba682af4 100644 --- a/Engine/Source/Runtime/Launch/Private/WinRT/WinRTLaunch.cpp +++ b/Engine/Source/Runtime/Launch/Private/WinRT/WinRTLaunch.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Runtime/Launch/Private/Windows/LaunchWindows.cpp b/Engine/Source/Runtime/Launch/Private/Windows/LaunchWindows.cpp index 3447a7c03149..797e79d0fd50 100644 --- a/Engine/Source/Runtime/Launch/Private/Windows/LaunchWindows.cpp +++ b/Engine/Source/Runtime/Launch/Private/Windows/LaunchWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LaunchPrivatePCH.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Runtime/Launch/Public/Android/AndroidJNI.h b/Engine/Source/Runtime/Launch/Public/Android/AndroidJNI.h index 8c9adf4b6a10..793586e7c12f 100644 --- a/Engine/Source/Runtime/Launch/Public/Android/AndroidJNI.h +++ b/Engine/Source/Runtime/Launch/Public/Android/AndroidJNI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Launch/Public/LaunchEngineLoop.h b/Engine/Source/Runtime/Launch/Public/LaunchEngineLoop.h index a043f3a1ba9d..c4cd5ccef152 100644 --- a/Engine/Source/Runtime/Launch/Public/LaunchEngineLoop.h +++ b/Engine/Source/Runtime/Launch/Public/LaunchEngineLoop.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Launch/Public/RequiredProgramMainCPPInclude.h b/Engine/Source/Runtime/Launch/Public/RequiredProgramMainCPPInclude.h index 8b5370db2672..dc4be99e6aa8 100644 --- a/Engine/Source/Runtime/Launch/Public/RequiredProgramMainCPPInclude.h +++ b/Engine/Source/Runtime/Launch/Public/RequiredProgramMainCPPInclude.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Launch/Resources/Windows/resource.h b/Engine/Source/Runtime/Launch/Resources/Windows/resource.h index cc53788bb1b1..c0cf0c8b3e8c 100644 --- a/Engine/Source/Runtime/Launch/Resources/Windows/resource.h +++ b/Engine/Source/Runtime/Launch/Resources/Windows/resource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. diff --git a/Engine/Source/Runtime/LevelSequence/LevelSequence.Build.cs b/Engine/Source/Runtime/LevelSequence/LevelSequence.Build.cs index 6b00cc18cb02..2a419dfa4e32 100644 --- a/Engine/Source/Runtime/LevelSequence/LevelSequence.Build.cs +++ b/Engine/Source/Runtime/LevelSequence/LevelSequence.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp b/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp index d2ff6a1a1c54..bea2a42b8048 100644 --- a/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp +++ b/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequencePCH.h" #include "LevelSequence.h" diff --git a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceActor.cpp b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceActor.cpp index f813c702ab8c..bd6bc591352c 100644 --- a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceActor.cpp +++ b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequencePCH.h" #include "LevelSequenceActor.h" diff --git a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceModule.cpp b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceModule.cpp index ba306f26fe43..2337e09e7dd5 100644 --- a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceModule.cpp +++ b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequencePCH.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceObject.cpp b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceObject.cpp index 140a79bb7ed3..d72136e22d57 100644 --- a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceObject.cpp +++ b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequencePCH.h" #include "LevelSequenceObject.h" diff --git a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceObjectReference.cpp b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceObjectReference.cpp index e6bc3376eac7..5ac18109391a 100644 --- a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceObjectReference.cpp +++ b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceObjectReference.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequencePCH.h" #include "LevelSequenceObjectReference.h" diff --git a/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePCH.h b/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePCH.h index d2fba8173b9f..08a2ef14f604 100644 --- a/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePCH.h +++ b/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePlayer.cpp b/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePlayer.cpp index 0bff86d5c2eb..4c7ca67f2c59 100644 --- a/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePlayer.cpp +++ b/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequencePCH.h" #include "LevelSequencePlayer.h" diff --git a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceSpawnRegister.cpp b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceSpawnRegister.cpp index 80c23a6066bb..81225f6652ed 100644 --- a/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceSpawnRegister.cpp +++ b/Engine/Source/Runtime/LevelSequence/Private/LevelSequenceSpawnRegister.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LevelSequencePCH.h" #include "LevelSequenceSpawnRegister.h" diff --git a/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h b/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h index 0a71a29ec070..56849a1eedad 100644 --- a/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h +++ b/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceActor.h b/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceActor.h index fd9e23710898..7dd95391f6be 100644 --- a/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceActor.h +++ b/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObject.h b/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObject.h index 50d48d650672..cb76e8832bf4 100644 --- a/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObject.h +++ b/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObjectReference.h b/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObjectReference.h index edfaa5a45147..bef0a5d38669 100644 --- a/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObjectReference.h +++ b/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObjectReference.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/LevelSequence/Public/LevelSequencePlayer.h b/Engine/Source/Runtime/LevelSequence/Public/LevelSequencePlayer.h index e179037e57ff..62af7b8e7bcc 100644 --- a/Engine/Source/Runtime/LevelSequence/Public/LevelSequencePlayer.h +++ b/Engine/Source/Runtime/LevelSequence/Public/LevelSequencePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceSpawnRegister.h b/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceSpawnRegister.h index 924fe802db63..70a0a7e6eeb8 100644 --- a/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceSpawnRegister.h +++ b/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceSpawnRegister.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Linux/LinuxCommonStartup/LinuxCommonStartup.Build.cs b/Engine/Source/Runtime/Linux/LinuxCommonStartup/LinuxCommonStartup.Build.cs index 806036d7ba59..4fce9fe1f758 100644 --- a/Engine/Source/Runtime/Linux/LinuxCommonStartup/LinuxCommonStartup.Build.cs +++ b/Engine/Source/Runtime/Linux/LinuxCommonStartup/LinuxCommonStartup.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Linux/LinuxCommonStartup/Private/LinuxCommonStartup.cpp b/Engine/Source/Runtime/Linux/LinuxCommonStartup/Private/LinuxCommonStartup.cpp index c8d1a3a371e8..b1db696fc7df 100644 --- a/Engine/Source/Runtime/Linux/LinuxCommonStartup/Private/LinuxCommonStartup.cpp +++ b/Engine/Source/Runtime/Linux/LinuxCommonStartup/Private/LinuxCommonStartup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LinuxCommonStartup.h" #include "ExceptionHandling.h" diff --git a/Engine/Source/Runtime/Linux/LinuxCommonStartup/Public/LinuxCommonStartup.h b/Engine/Source/Runtime/Linux/LinuxCommonStartup/Public/LinuxCommonStartup.h index e72d78acb768..378c80731987 100644 --- a/Engine/Source/Runtime/Linux/LinuxCommonStartup/Public/LinuxCommonStartup.h +++ b/Engine/Source/Runtime/Linux/LinuxCommonStartup/Public/LinuxCommonStartup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Mac/CoreAudio/CoreAudio.Build.cs b/Engine/Source/Runtime/Mac/CoreAudio/CoreAudio.Build.cs index 1e98bc68db00..8687f3831eb7 100644 --- a/Engine/Source/Runtime/Mac/CoreAudio/CoreAudio.Build.cs +++ b/Engine/Source/Runtime/Mac/CoreAudio/CoreAudio.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioBuffer.cpp b/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioBuffer.cpp index 65bc5cfbfecc..f6a00fdb3185 100644 --- a/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioBuffer.cpp +++ b/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CoreAudioBuffer.cpp: Unreal CoreAudio buffer interface object. diff --git a/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioDevice.cpp b/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioDevice.cpp index 10c82d4a48c0..abca949a9b3d 100644 --- a/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioDevice.cpp +++ b/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CoreAudioDevice.cpp: Unreal CoreAudio audio interface object. diff --git a/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioEffects.cpp b/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioEffects.cpp index 5e542f23052d..9c0f91972dae 100644 --- a/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioEffects.cpp +++ b/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioEffects.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CodeAudioEffects.cpp: Unreal CoreAudio audio effects interface object. diff --git a/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioSource.cpp b/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioSource.cpp index 1edbb7c5d3c0..577fda200dde 100644 --- a/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioSource.cpp +++ b/Engine/Source/Runtime/Mac/CoreAudio/Private/CoreAudioSource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CoreAudioSource.cpp: Unreal CoreAudio source interface object. diff --git a/Engine/Source/Runtime/Mac/CoreAudio/Public/CoreAudioDevice.h b/Engine/Source/Runtime/Mac/CoreAudio/Public/CoreAudioDevice.h index 2b09fb94dfd2..7c293da839b1 100644 --- a/Engine/Source/Runtime/Mac/CoreAudio/Public/CoreAudioDevice.h +++ b/Engine/Source/Runtime/Mac/CoreAudio/Public/CoreAudioDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CoreAudioDevice.h: Unreal CoreAudio audio interface object. diff --git a/Engine/Source/Runtime/Mac/CoreAudio/Public/CoreAudioEffects.h b/Engine/Source/Runtime/Mac/CoreAudio/Public/CoreAudioEffects.h index 54d42226cbe5..29bca44f5f9b 100644 --- a/Engine/Source/Runtime/Mac/CoreAudio/Public/CoreAudioEffects.h +++ b/Engine/Source/Runtime/Mac/CoreAudio/Public/CoreAudioEffects.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CodeAudioEffects.h: Unreal CoreAudio audio effects interface object. diff --git a/Engine/Source/Runtime/Mac/UnrealAudioCoreAudio/Private/UnrealAudioCoreAudio.cpp b/Engine/Source/Runtime/Mac/UnrealAudioCoreAudio/Private/UnrealAudioCoreAudio.cpp index c3153d349513..90023c304ad7 100644 --- a/Engine/Source/Runtime/Mac/UnrealAudioCoreAudio/Private/UnrealAudioCoreAudio.cpp +++ b/Engine/Source/Runtime/Mac/UnrealAudioCoreAudio/Private/UnrealAudioCoreAudio.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** Implementation of IAudioDevice for CoreAudio diff --git a/Engine/Source/Runtime/Mac/UnrealAudioCoreAudio/UnrealAudioCoreAudio.Build.cs b/Engine/Source/Runtime/Mac/UnrealAudioCoreAudio/UnrealAudioCoreAudio.Build.cs index 387d93a0be66..6a5f3db70d24 100644 --- a/Engine/Source/Runtime/Mac/UnrealAudioCoreAudio/UnrealAudioCoreAudio.Build.cs +++ b/Engine/Source/Runtime/Mac/UnrealAudioCoreAudio/UnrealAudioCoreAudio.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/MaterialShaderQualitySettings.h b/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/MaterialShaderQualitySettings.h index 44daa6770793..2eaa4a21f32c 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/MaterialShaderQualitySettings.h +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/MaterialShaderQualitySettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/MaterialShaderQualitySettingsCustomization.h b/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/MaterialShaderQualitySettingsCustomization.h index 82d90b4578f1..4f904c450b7f 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/MaterialShaderQualitySettingsCustomization.h +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/MaterialShaderQualitySettingsCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/ShaderPlatformQualitySettings.h b/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/ShaderPlatformQualitySettings.h index 4b2234488769..babe28095a3a 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/ShaderPlatformQualitySettings.h +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/Classes/ShaderPlatformQualitySettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/MaterialShaderQualitySettings.Build.cs b/Engine/Source/Runtime/MaterialShaderQualitySettings/MaterialShaderQualitySettings.Build.cs index 81c88d791153..c3f495a0d5c5 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/MaterialShaderQualitySettings.Build.cs +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/MaterialShaderQualitySettings.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettings.cpp b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettings.cpp index 59ada1127b9c..b328585cc5db 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettings.cpp +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialShaderQualitySettingsPrivatePCH.h" #include "MaterialShaderQualitySettings.h" diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsCustomization.cpp b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsCustomization.cpp index c410002c0d84..5b2159aaa627 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsCustomization.cpp +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if WITH_EDITOR diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsModule.cpp b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsModule.cpp index 88e64e4e6c32..d1fd4f738d22 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsModule.cpp +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MaterialShaderQualitySettingsPrivatePCH.h" diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsPrivatePCH.h b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsPrivatePCH.h index 599390d2ecfd..19afea4fe1d4 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsPrivatePCH.h +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/MaterialShaderQualitySettingsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/ShaderQualityOverridesListItem.h b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/ShaderQualityOverridesListItem.h index 8ccecb6c61d9..39fb32c1f7f8 100644 --- a/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/ShaderQualityOverridesListItem.h +++ b/Engine/Source/Runtime/MaterialShaderQualitySettings/Private/ShaderQualityOverridesListItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Media.Build.cs b/Engine/Source/Runtime/Media/Media.Build.cs index d888cd521b03..4616dcb308b6 100644 --- a/Engine/Source/Runtime/Media/Media.Build.cs +++ b/Engine/Source/Runtime/Media/Media.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Media/Private/MediaModule.cpp b/Engine/Source/Runtime/Media/Private/MediaModule.cpp index 41d18f9aaa3a..c362cd77945b 100644 --- a/Engine/Source/Runtime/Media/Private/MediaModule.cpp +++ b/Engine/Source/Runtime/Media/Private/MediaModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaPrivatePCH.h" #include "IMediaModule.h" diff --git a/Engine/Source/Runtime/Media/Private/MediaPrivatePCH.h b/Engine/Source/Runtime/Media/Private/MediaPrivatePCH.h index a57fe28fd51b..e7280de66ba8 100644 --- a/Engine/Source/Runtime/Media/Private/MediaPrivatePCH.h +++ b/Engine/Source/Runtime/Media/Private/MediaPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/Helpers/MediaSampleBuffer.h b/Engine/Source/Runtime/Media/Public/Helpers/MediaSampleBuffer.h index 7a8251b0ce02..be1568e29fd0 100644 --- a/Engine/Source/Runtime/Media/Public/Helpers/MediaSampleBuffer.h +++ b/Engine/Source/Runtime/Media/Public/Helpers/MediaSampleBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/Helpers/MediaSampleQueue.h b/Engine/Source/Runtime/Media/Public/Helpers/MediaSampleQueue.h index 5c9a0758f6e7..039d0db032e4 100644 --- a/Engine/Source/Runtime/Media/Public/Helpers/MediaSampleQueue.h +++ b/Engine/Source/Runtime/Media/Public/Helpers/MediaSampleQueue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaAudioTrack.h b/Engine/Source/Runtime/Media/Public/IMediaAudioTrack.h index 032f0daca40b..ee9f344f3570 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaAudioTrack.h +++ b/Engine/Source/Runtime/Media/Public/IMediaAudioTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaCaptionTrack.h b/Engine/Source/Runtime/Media/Public/IMediaCaptionTrack.h index f114dff79d94..e5d235de2f2e 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaCaptionTrack.h +++ b/Engine/Source/Runtime/Media/Public/IMediaCaptionTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaInfo.h b/Engine/Source/Runtime/Media/Public/IMediaInfo.h index 357680865eec..b2eac0482a2e 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaInfo.h +++ b/Engine/Source/Runtime/Media/Public/IMediaInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaModule.h b/Engine/Source/Runtime/Media/Public/IMediaModule.h index acc34307de71..a46bf4151d2e 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaModule.h +++ b/Engine/Source/Runtime/Media/Public/IMediaModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaPlayer.h b/Engine/Source/Runtime/Media/Public/IMediaPlayer.h index 459fa146837a..dda187122b0c 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaPlayer.h +++ b/Engine/Source/Runtime/Media/Public/IMediaPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h b/Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h index 017caf5a8447..c16f277c7438 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h +++ b/Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaSink.h b/Engine/Source/Runtime/Media/Public/IMediaSink.h index 2b540e0837c8..303a5cae06d6 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaSink.h +++ b/Engine/Source/Runtime/Media/Public/IMediaSink.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaStream.h b/Engine/Source/Runtime/Media/Public/IMediaStream.h index e8d3f7d73bc3..d24fbc3ebb3f 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaStream.h +++ b/Engine/Source/Runtime/Media/Public/IMediaStream.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Media/Public/IMediaVideoTrack.h b/Engine/Source/Runtime/Media/Public/IMediaVideoTrack.h index ef9c7d7bfa9d..109a389e1fc3 100644 --- a/Engine/Source/Runtime/Media/Public/IMediaVideoTrack.h +++ b/Engine/Source/Runtime/Media/Public/IMediaVideoTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MediaAssets/MediaAssets.Build.cs b/Engine/Source/Runtime/MediaAssets/MediaAssets.Build.cs index e769ace6c785..967ee648efb7 100644 --- a/Engine/Source/Runtime/MediaAssets/MediaAssets.Build.cs +++ b/Engine/Source/Runtime/MediaAssets/MediaAssets.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp index 516fea7a9ace..2cef7a8ba714 100644 --- a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp +++ b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaPlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaAssetsPrivatePCH.h" #include "IMediaModule.h" diff --git a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaSoundWave.cpp b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaSoundWave.cpp index 3be2085a0020..840b6409353e 100644 --- a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaSoundWave.cpp +++ b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaSoundWave.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaAssetsPrivatePCH.h" #include "IMediaAudioTrack.h" diff --git a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTexture.cpp b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTexture.cpp index a7b7e28b3a05..dc23aa357fb2 100644 --- a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTexture.cpp +++ b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTexture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaAssetsPrivatePCH.h" #include "IMediaVideoTrack.h" diff --git a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTextureResource.cpp b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTextureResource.cpp index c5d6b450b3c3..9a9882a0fef0 100644 --- a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTextureResource.cpp +++ b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTextureResource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaAssetsPrivatePCH.h" #include "DeviceProfiles/DeviceProfile.h" diff --git a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTextureResource.h b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTextureResource.h index 66666ee158da..7fe71408e6f8 100644 --- a/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTextureResource.h +++ b/Engine/Source/Runtime/MediaAssets/Private/Assets/MediaTextureResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MediaAssets/Private/MediaAssetsModule.cpp b/Engine/Source/Runtime/MediaAssets/Private/MediaAssetsModule.cpp index 8e09a497c01f..2457326fd662 100644 --- a/Engine/Source/Runtime/MediaAssets/Private/MediaAssetsModule.cpp +++ b/Engine/Source/Runtime/MediaAssets/Private/MediaAssetsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MediaAssetsPrivatePCH.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Runtime/MediaAssets/Private/MediaAssetsPrivatePCH.h b/Engine/Source/Runtime/MediaAssets/Private/MediaAssetsPrivatePCH.h index 4b01a3a5fe2e..0477638d741e 100644 --- a/Engine/Source/Runtime/MediaAssets/Private/MediaAssetsPrivatePCH.h +++ b/Engine/Source/Runtime/MediaAssets/Private/MediaAssetsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h b/Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h index 72b9fc28a025..9627b158087e 100644 --- a/Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h +++ b/Engine/Source/Runtime/MediaAssets/Public/MediaPlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MediaAssets/Public/MediaSoundWave.h b/Engine/Source/Runtime/MediaAssets/Public/MediaSoundWave.h index f6a79d90a8fe..1a1141307d5f 100644 --- a/Engine/Source/Runtime/MediaAssets/Public/MediaSoundWave.h +++ b/Engine/Source/Runtime/MediaAssets/Public/MediaSoundWave.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MediaAssets/Public/MediaTexture.h b/Engine/Source/Runtime/MediaAssets/Public/MediaTexture.h index 24ba1f79a206..1a15761b2439 100644 --- a/Engine/Source/Runtime/MediaAssets/Public/MediaTexture.h +++ b/Engine/Source/Runtime/MediaAssets/Public/MediaTexture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Messaging.Build.cs b/Engine/Source/Runtime/Messaging/Messaging.Build.cs index d34f592f008f..6da0da8a3d78 100644 --- a/Engine/Source/Runtime/Messaging/Messaging.Build.cs +++ b/Engine/Source/Runtime/Messaging/Messaging.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Messaging/Private/Bridge/MessageAddressBook.h b/Engine/Source/Runtime/Messaging/Private/Bridge/MessageAddressBook.h index b5f0d9c623ba..9fea159db8a3 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bridge/MessageAddressBook.h +++ b/Engine/Source/Runtime/Messaging/Private/Bridge/MessageAddressBook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Private/Bridge/MessageBridge.cpp b/Engine/Source/Runtime/Messaging/Private/Bridge/MessageBridge.cpp index ab650052ada5..25daa589cbcc 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bridge/MessageBridge.cpp +++ b/Engine/Source/Runtime/Messaging/Private/Bridge/MessageBridge.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Messaging/Private/Bridge/MessageBridge.h b/Engine/Source/Runtime/Messaging/Private/Bridge/MessageBridge.h index 8b44f4dc9f30..f32b287f20ec 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bridge/MessageBridge.h +++ b/Engine/Source/Runtime/Messaging/Private/Bridge/MessageBridge.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageBus.cpp b/Engine/Source/Runtime/Messaging/Private/Bus/MessageBus.cpp index 352f224f2084..b2dc4f9bd27c 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageBus.cpp +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageBus.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageBus.h b/Engine/Source/Runtime/Messaging/Private/Bus/MessageBus.h index 05e838233ac8..737d7dd73c8d 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageBus.h +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageBus.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageContext.cpp b/Engine/Source/Runtime/Messaging/Private/Bus/MessageContext.cpp index 31d5dd2f0dad..d089ff5a3ecc 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageContext.cpp +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageContext.h b/Engine/Source/Runtime/Messaging/Private/Bus/MessageContext.h index 099a9acec612..739556ab6d98 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageContext.h +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageDispatchTask.h b/Engine/Source/Runtime/Messaging/Private/Bus/MessageDispatchTask.h index 82468abfa97a..766372319dc4 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageDispatchTask.h +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageDispatchTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageRouter.cpp b/Engine/Source/Runtime/Messaging/Private/Bus/MessageRouter.cpp index 217ab6a2bbd4..a63e0db3a418 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageRouter.cpp +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageRouter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageRouter.h b/Engine/Source/Runtime/Messaging/Private/Bus/MessageRouter.h index aad8f8183674..c9c5aa5cf07f 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageRouter.h +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageRouter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageSubscription.h b/Engine/Source/Runtime/Messaging/Private/Bus/MessageSubscription.h index 59de7cdc372b..2acd99307927 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageSubscription.h +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageSubscription.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageTracer.cpp b/Engine/Source/Runtime/Messaging/Private/Bus/MessageTracer.cpp index 317b322f2ea5..42ce5fda1a04 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageTracer.cpp +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageTracer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Messaging/Private/Bus/MessageTracer.h b/Engine/Source/Runtime/Messaging/Private/Bus/MessageTracer.h index 8a837e0b5b9e..e5d1484eab59 100644 --- a/Engine/Source/Runtime/Messaging/Private/Bus/MessageTracer.h +++ b/Engine/Source/Runtime/Messaging/Private/Bus/MessageTracer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Private/MessagingModule.cpp b/Engine/Source/Runtime/Messaging/Private/MessagingModule.cpp index 7ad606132a15..1b2f6eed588e 100644 --- a/Engine/Source/Runtime/Messaging/Private/MessagingModule.cpp +++ b/Engine/Source/Runtime/Messaging/Private/MessagingModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MessagingPrivatePCH.h" #include "IMessagingModule.h" diff --git a/Engine/Source/Runtime/Messaging/Private/MessagingPrivatePCH.h b/Engine/Source/Runtime/Messaging/Private/MessagingPrivatePCH.h index 8343b9fa8fad..a2f6efb15530 100644 --- a/Engine/Source/Runtime/Messaging/Private/MessagingPrivatePCH.h +++ b/Engine/Source/Runtime/Messaging/Private/MessagingPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/Deprecated/Messaging.h b/Engine/Source/Runtime/Messaging/Public/Deprecated/Messaging.h index 624449326c2a..c4d0f88713b4 100644 --- a/Engine/Source/Runtime/Messaging/Public/Deprecated/Messaging.h +++ b/Engine/Source/Runtime/Messaging/Public/Deprecated/Messaging.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/Helpers/FileMessageAttachment.h b/Engine/Source/Runtime/Messaging/Public/Helpers/FileMessageAttachment.h index 4da475e1911f..aa98ec77f995 100644 --- a/Engine/Source/Runtime/Messaging/Public/Helpers/FileMessageAttachment.h +++ b/Engine/Source/Runtime/Messaging/Public/Helpers/FileMessageAttachment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/Helpers/MessageBridgeBuilder.h b/Engine/Source/Runtime/Messaging/Public/Helpers/MessageBridgeBuilder.h index 1da5abb60438..b2fc15bb9377 100644 --- a/Engine/Source/Runtime/Messaging/Public/Helpers/MessageBridgeBuilder.h +++ b/Engine/Source/Runtime/Messaging/Public/Helpers/MessageBridgeBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/Helpers/MessageEndpoint.h b/Engine/Source/Runtime/Messaging/Public/Helpers/MessageEndpoint.h index a66d365edfe9..9dc8f3610b46 100644 --- a/Engine/Source/Runtime/Messaging/Public/Helpers/MessageEndpoint.h +++ b/Engine/Source/Runtime/Messaging/Public/Helpers/MessageEndpoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/Helpers/MessageEndpointBuilder.h b/Engine/Source/Runtime/Messaging/Public/Helpers/MessageEndpointBuilder.h index f140632afae9..7027267b34c9 100644 --- a/Engine/Source/Runtime/Messaging/Public/Helpers/MessageEndpointBuilder.h +++ b/Engine/Source/Runtime/Messaging/Public/Helpers/MessageEndpointBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/Helpers/MessageHandlers.h b/Engine/Source/Runtime/Messaging/Public/Helpers/MessageHandlers.h index bb0a1d185dfe..b78b43d4699b 100644 --- a/Engine/Source/Runtime/Messaging/Public/Helpers/MessageHandlers.h +++ b/Engine/Source/Runtime/Messaging/Public/Helpers/MessageHandlers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h b/Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h index de2ea03d81fd..bb99981fb097 100644 --- a/Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h +++ b/Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageAttachment.h b/Engine/Source/Runtime/Messaging/Public/IMessageAttachment.h index 03daacb1bfc1..1c09405f3abb 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageAttachment.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageAttachment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageBridge.h b/Engine/Source/Runtime/Messaging/Public/IMessageBridge.h index 026c01e8d6fa..a04ffe6ea2c1 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageBridge.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageBridge.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageBus.h b/Engine/Source/Runtime/Messaging/Public/IMessageBus.h index 7baa4fd95f81..714e0f7006b5 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageBus.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageBus.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageContext.h b/Engine/Source/Runtime/Messaging/Public/IMessageContext.h index 146cb17fac80..37835b1cb541 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageContext.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageHandler.h b/Engine/Source/Runtime/Messaging/Public/IMessageHandler.h index 6a4ba45e1e37..123b7fd3db77 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageHandler.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageInterceptor.h b/Engine/Source/Runtime/Messaging/Public/IMessageInterceptor.h index 6239cd1754a6..328272f48e4d 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageInterceptor.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageInterceptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageSubscription.h b/Engine/Source/Runtime/Messaging/Public/IMessageSubscription.h index 6b694c3babc6..cd1161737097 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageSubscription.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageSubscription.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageTracer.h b/Engine/Source/Runtime/Messaging/Public/IMessageTracer.h index a6ff9987fb6b..dce1478b73ac 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageTracer.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageTracer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageTracerBreakpoint.h b/Engine/Source/Runtime/Messaging/Public/IMessageTracerBreakpoint.h index fb0fbbb41957..8b5f203c9b7d 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageTracerBreakpoint.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageTracerBreakpoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessageTransport.h b/Engine/Source/Runtime/Messaging/Public/IMessageTransport.h index 70705a8c7146..3059c07b263e 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessageTransport.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessageTransport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMessagingModule.h b/Engine/Source/Runtime/Messaging/Public/IMessagingModule.h index e4b967f1f6f2..e0bfea85b199 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMessagingModule.h +++ b/Engine/Source/Runtime/Messaging/Public/IMessagingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IMutableMessageContext.h b/Engine/Source/Runtime/Messaging/Public/IMutableMessageContext.h index c284cf45225e..61846457fe46 100644 --- a/Engine/Source/Runtime/Messaging/Public/IMutableMessageContext.h +++ b/Engine/Source/Runtime/Messaging/Public/IMutableMessageContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/IReceiveMessages.h b/Engine/Source/Runtime/Messaging/Public/IReceiveMessages.h index b205c73e0e90..8c0e495bc59a 100644 --- a/Engine/Source/Runtime/Messaging/Public/IReceiveMessages.h +++ b/Engine/Source/Runtime/Messaging/Public/IReceiveMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Messaging/Public/ISendMessages.h b/Engine/Source/Runtime/Messaging/Public/ISendMessages.h index 9271a43e0b31..ed13d7149a69 100644 --- a/Engine/Source/Runtime/Messaging/Public/ISendMessages.h +++ b/Engine/Source/Runtime/Messaging/Public/ISendMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/MessagingRpc.Build.cs b/Engine/Source/Runtime/MessagingRpc/MessagingRpc.Build.cs index 7f3352dea5ab..08a0f3f63253 100644 --- a/Engine/Source/Runtime/MessagingRpc/MessagingRpc.Build.cs +++ b/Engine/Source/Runtime/MessagingRpc/MessagingRpc.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcClient.cpp b/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcClient.cpp index 258e9d247d0b..9674568a5338 100644 --- a/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcClient.cpp +++ b/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PrivatePCH.h" diff --git a/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcClient.h b/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcClient.h index 79063d9f24b0..8d8d24ff7d1e 100644 --- a/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcClient.h +++ b/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcServer.cpp b/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcServer.cpp index b1279716f29f..6bf5893df502 100644 --- a/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcServer.cpp +++ b/Engine/Source/Runtime/MessagingRpc/Private/MessageRpcServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PrivatePCH.h" #include "MessageRpcServer.h" diff --git a/Engine/Source/Runtime/MessagingRpc/Private/MessagingRpcModule.cpp b/Engine/Source/Runtime/MessagingRpc/Private/MessagingRpcModule.cpp index c670f1935036..4dd180b92542 100644 --- a/Engine/Source/Runtime/MessagingRpc/Private/MessagingRpcModule.cpp +++ b/Engine/Source/Runtime/MessagingRpc/Private/MessagingRpcModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PrivatePCH.h" #include "IMessagingRpcModule.h" diff --git a/Engine/Source/Runtime/MessagingRpc/Private/PrivatePCH.h b/Engine/Source/Runtime/MessagingRpc/Private/PrivatePCH.h index 0e07871d4f66..75e8836910be 100644 --- a/Engine/Source/Runtime/MessagingRpc/Private/PrivatePCH.h +++ b/Engine/Source/Runtime/MessagingRpc/Private/PrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcCall.h b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcCall.h index e08183dd4b92..e59a8824e970 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcCall.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcCall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcClient.h b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcClient.h index 12962fa84d5c..08f46d0b2316 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcClient.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcHandler.h b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcHandler.h index 1623a00b4dba..406f4c41310e 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcHandler.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcReturn.h b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcReturn.h index 9ad7ed53ee7b..eae4f3e077ef 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcReturn.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcReturn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcServer.h b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcServer.h index a96d2cf60da8..9563a28103e7 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcServer.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/IMessageRpcServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AsyncResult.h" diff --git a/Engine/Source/Runtime/MessagingRpc/Public/IMessagingRpcModule.h b/Engine/Source/Runtime/MessagingRpc/Public/IMessagingRpcModule.h index 1fd46d8aba11..fcac9565b435 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/IMessagingRpcModule.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/IMessagingRpcModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcMessages.h b/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcMessages.h index c8ef2bfb05a6..9c84a754d5b8 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcMessages.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcServer.h b/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcServer.h index 6e5787c6d695..99b00d60e966 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcServer.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/MessageRpcServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IMessageRpcServer.h" diff --git a/Engine/Source/Runtime/MessagingRpc/Public/RpcMessage.h b/Engine/Source/Runtime/MessagingRpc/Public/RpcMessage.h index 4953edbefe51..9ec755439860 100644 --- a/Engine/Source/Runtime/MessagingRpc/Public/RpcMessage.h +++ b/Engine/Source/Runtime/MessagingRpc/Public/RpcMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MoviePlayer/MoviePlayer.Build.cs b/Engine/Source/Runtime/MoviePlayer/MoviePlayer.Build.cs index 932cfa49736f..984c536ad40b 100644 --- a/Engine/Source/Runtime/MoviePlayer/MoviePlayer.Build.cs +++ b/Engine/Source/Runtime/MoviePlayer/MoviePlayer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/MoviePlayer/Private/DefaultGameMoviePlayer.cpp b/Engine/Source/Runtime/MoviePlayer/Private/DefaultGameMoviePlayer.cpp index 7e0b9b906ac3..17e11a42f6b7 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/DefaultGameMoviePlayer.cpp +++ b/Engine/Source/Runtime/MoviePlayer/Private/DefaultGameMoviePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MoviePlayer.h" diff --git a/Engine/Source/Runtime/MoviePlayer/Private/DefaultGameMoviePlayer.h b/Engine/Source/Runtime/MoviePlayer/Private/DefaultGameMoviePlayer.h index 15dbd8b0adb4..d74b4ed5c43b 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/DefaultGameMoviePlayer.h +++ b/Engine/Source/Runtime/MoviePlayer/Private/DefaultGameMoviePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayer.cpp b/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayer.cpp index c27645e629c7..8c885db7ac81 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayer.cpp +++ b/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MoviePlayer.h" diff --git a/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerSettings.cpp b/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerSettings.cpp index 7e899d227898..5c12efc67855 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerSettings.cpp +++ b/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MoviePlayer.h" #include "MoviePlayerSettings.h" diff --git a/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerThreading.cpp b/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerThreading.cpp index f23da97a6b02..35a0a57bc410 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerThreading.cpp +++ b/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerThreading.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MoviePlayer.h" diff --git a/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerThreading.h b/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerThreading.h index 83845ee7fe51..75cdbcce6580 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerThreading.h +++ b/Engine/Source/Runtime/MoviePlayer/Private/MoviePlayerThreading.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MoviePlayer/Private/NullMoviePlayer.cpp b/Engine/Source/Runtime/MoviePlayer/Private/NullMoviePlayer.cpp index 807c0a0c81cc..49b2ffee401d 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/NullMoviePlayer.cpp +++ b/Engine/Source/Runtime/MoviePlayer/Private/NullMoviePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MoviePlayer.h" diff --git a/Engine/Source/Runtime/MoviePlayer/Private/NullMoviePlayer.h b/Engine/Source/Runtime/MoviePlayer/Private/NullMoviePlayer.h index 72ef352c22b3..08425d39136b 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/NullMoviePlayer.h +++ b/Engine/Source/Runtime/MoviePlayer/Private/NullMoviePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MoviePlayer/Private/SpinLock.h b/Engine/Source/Runtime/MoviePlayer/Private/SpinLock.h index 5a6f9cf8160d..381cf6ea9532 100644 --- a/Engine/Source/Runtime/MoviePlayer/Private/SpinLock.h +++ b/Engine/Source/Runtime/MoviePlayer/Private/SpinLock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayer.h b/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayer.h index 02abf061c79f..f3e810d4421b 100644 --- a/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayer.h +++ b/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayerSettings.h b/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayerSettings.h index b4288fdefd26..4eaa45f1e17b 100644 --- a/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayerSettings.h +++ b/Engine/Source/Runtime/MoviePlayer/Public/MoviePlayerSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/MovieScene.Build.cs b/Engine/Source/Runtime/MovieScene/MovieScene.Build.cs index d85bf8766a05..3c5791c6ac15 100644 --- a/Engine/Source/Runtime/MovieScene/MovieScene.Build.cs +++ b/Engine/Source/Runtime/MovieScene/MovieScene.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp b/Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp index 2c91dd5e4cc3..2f51e32e4103 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp +++ b/Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieScenePrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieSceneBinding.cpp b/Engine/Source/Runtime/MovieScene/Private/MovieSceneBinding.cpp index a4bf53c79ba3..cf3b0bf6ab66 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieSceneBinding.cpp +++ b/Engine/Source/Runtime/MovieScene/Private/MovieSceneBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieScenePrivatePCH.h" #include "MovieSceneBinding.h" diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieSceneClipboard.cpp b/Engine/Source/Runtime/MovieScene/Private/MovieSceneClipboard.cpp index 54c6e165ff8b..fd12c57428db 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieSceneClipboard.cpp +++ b/Engine/Source/Runtime/MovieScene/Private/MovieSceneClipboard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieScenePrivatePCH.h" #include "MovieSceneClipboard.h" diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp b/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp index 9db6cebf9890..18560d6be372 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp +++ b/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieScenePrivatePCH.h" #include "IMovieScenePlayer.h" diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieSceneModule.cpp b/Engine/Source/Runtime/MovieScene/Private/MovieSceneModule.cpp index 34fbf82405b4..111e1442d41c 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieSceneModule.cpp +++ b/Engine/Source/Runtime/MovieScene/Private/MovieSceneModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieScenePrivatePCH.h" diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieSceneNameableTrack.cpp b/Engine/Source/Runtime/MovieScene/Private/MovieSceneNameableTrack.cpp index 9ba534dd1de9..2b8f1f73dddc 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieSceneNameableTrack.cpp +++ b/Engine/Source/Runtime/MovieScene/Private/MovieSceneNameableTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieScenePrivatePCH.h" #include "MovieSceneNameableTrack.h" diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieScenePrivatePCH.h b/Engine/Source/Runtime/MovieScene/Private/MovieScenePrivatePCH.h index 84a68f66e8e2..3d477990a3b5 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieScenePrivatePCH.h +++ b/Engine/Source/Runtime/MovieScene/Private/MovieScenePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef MOVIE_SCENE_CORE_PRIVATE #define MOVIE_SCENE_CORE_PRIVATE diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp b/Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp index 2b316c76e08c..2e7d9782aa99 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp +++ b/Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieScenePrivatePCH.h" #include "MovieSceneSection.h" diff --git a/Engine/Source/Runtime/MovieScene/Private/MovieSceneSequenceInstance.cpp b/Engine/Source/Runtime/MovieScene/Private/MovieSceneSequenceInstance.cpp index 60c2df8c8837..e32bca08d4ae 100644 --- a/Engine/Source/Runtime/MovieScene/Private/MovieSceneSequenceInstance.cpp +++ b/Engine/Source/Runtime/MovieScene/Private/MovieSceneSequenceInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieScenePrivatePCH.h" #include "MovieSceneSequenceInstance.h" diff --git a/Engine/Source/Runtime/MovieScene/Public/IMovieSceneModule.h b/Engine/Source/Runtime/MovieScene/Public/IMovieSceneModule.h index e9394f2a31b8..ee9dda9513f7 100644 --- a/Engine/Source/Runtime/MovieScene/Public/IMovieSceneModule.h +++ b/Engine/Source/Runtime/MovieScene/Public/IMovieSceneModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h b/Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h index 9a41483f9a05..f167f9c86f02 100644 --- a/Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h +++ b/Engine/Source/Runtime/MovieScene/Public/IMovieScenePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/IMovieSceneSpawnRegister.h b/Engine/Source/Runtime/MovieScene/Public/IMovieSceneSpawnRegister.h index 4d07919b9cc5..58660caef045 100644 --- a/Engine/Source/Runtime/MovieScene/Public/IMovieSceneSpawnRegister.h +++ b/Engine/Source/Runtime/MovieScene/Public/IMovieSceneSpawnRegister.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/IMovieSceneTrackInstance.h b/Engine/Source/Runtime/MovieScene/Public/IMovieSceneTrackInstance.h index d6645002329d..880d1af0ff14 100644 --- a/Engine/Source/Runtime/MovieScene/Public/IMovieSceneTrackInstance.h +++ b/Engine/Source/Runtime/MovieScene/Public/IMovieSceneTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/KeyParams.h b/Engine/Source/Runtime/MovieScene/Public/KeyParams.h index ae4f15c301ca..8fe72cac2591 100644 --- a/Engine/Source/Runtime/MovieScene/Public/KeyParams.h +++ b/Engine/Source/Runtime/MovieScene/Public/KeyParams.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieScene.h b/Engine/Source/Runtime/MovieScene/Public/MovieScene.h index 75f88bae9f67..896c9e2f12d1 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieScene.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieScene.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneBinding.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneBinding.h index 462f06136392..9be361e7ac81 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneBinding.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h index 69f1c2d6d4c0..775b4b37f205 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h index 0cf2d7f485b0..800ad7509d8b 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneNameableTrack.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneNameableTrack.h index 5c64a0d903f8..951069b7a7ca 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneNameableTrack.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneNameableTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieScenePossessable.h b/Engine/Source/Runtime/MovieScene/Public/MovieScenePossessable.h index b772a4820057..168a5c86a54a 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieScenePossessable.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieScenePossessable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h index 854cbf8939ee..479bc34d1d1c 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h index 0b3edeb694a3..158976053ccb 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequenceInstance.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequenceInstance.h index d807eadef77b..c2cd98bf1bd1 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequenceInstance.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequenceInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnable.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnable.h index d16406fe16e0..3166f477cb23 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnable.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnable.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieScene/Public/MovieSceneTrack.h b/Engine/Source/Runtime/MovieScene/Public/MovieSceneTrack.h index 388922236cbe..3a8ce61e73d8 100644 --- a/Engine/Source/Runtime/MovieScene/Public/MovieSceneTrack.h +++ b/Engine/Source/Runtime/MovieScene/Public/MovieSceneTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/MovieSceneCapture.Build.cs b/Engine/Source/Runtime/MovieSceneCapture/MovieSceneCapture.Build.cs index 3b33daa0e6fe..de1853b7730e 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/MovieSceneCapture.Build.cs +++ b/Engine/Source/Runtime/MovieSceneCapture/MovieSceneCapture.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/ActiveMovieSceneCaptures.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/ActiveMovieSceneCaptures.cpp index 144817a9433c..3f199cb78c2c 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/ActiveMovieSceneCaptures.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/ActiveMovieSceneCaptures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "MovieSceneCapture.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/ActiveMovieSceneCaptures.h b/Engine/Source/Runtime/MovieSceneCapture/Private/ActiveMovieSceneCaptures.h index 9567f67568cc..0c3c8dcb24de 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/ActiveMovieSceneCaptures.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/ActiveMovieSceneCaptures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/AutomatedLevelSequenceCapture.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/AutomatedLevelSequenceCapture.cpp index b950d636957b..ff046106d6b7 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/AutomatedLevelSequenceCapture.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/AutomatedLevelSequenceCapture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/CompositionGraphCaptureProtocol.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/CompositionGraphCaptureProtocol.cpp index 4938e907e2f4..94397e96c5fe 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/CompositionGraphCaptureProtocol.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/CompositionGraphCaptureProtocol.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "CompositionGraphCaptureProtocol.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabber.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabber.cpp index 21d942c69afb..c45b49ed3689 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabber.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabber.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "FrameGrabber.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabberProtocol.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabberProtocol.cpp index d601a210bd57..a6c2c7c71bbf 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabberProtocol.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabberProtocol.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "FrameGrabberProtocol.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/ImageSequenceProtocol.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/ImageSequenceProtocol.cpp index cfbe81f47703..efe4d3f11279 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/ImageSequenceProtocol.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/ImageSequenceProtocol.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/LevelCapture.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/LevelCapture.cpp index bf9ccd4dff5d..1da1543b2692 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/LevelCapture.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/LevelCapture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "LevelCapture.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapture.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapture.cpp index eea3e6511dec..16740104c41d 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapture.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "MovieSceneCapture.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureEnvironment.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureEnvironment.cpp index e854101f7b21..8780ff03959a 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureEnvironment.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureEnvironment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "MovieSceneCapture.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureModule.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureModule.cpp index a96245ae4bfe..543376c20009 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureModule.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "MovieSceneCapture.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapturePCH.h b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapturePCH.h index fb825c7a1d93..dd4c0e2a5413 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapturePCH.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCapturePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureProtocol.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureProtocol.cpp index acd1f683872d..4ae5ce2540a1 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureProtocol.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/MovieSceneCaptureProtocol.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "IMovieSceneCaptureProtocol.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Private/VideoCaptureProtocol.cpp b/Engine/Source/Runtime/MovieSceneCapture/Private/VideoCaptureProtocol.cpp index 77309a67a58f..6fbd74d5d754 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Private/VideoCaptureProtocol.cpp +++ b/Engine/Source/Runtime/MovieSceneCapture/Private/VideoCaptureProtocol.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneCapturePCH.h" #include "VideoCaptureProtocol.h" diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/AutomatedLevelSequenceCapture.h b/Engine/Source/Runtime/MovieSceneCapture/Public/AutomatedLevelSequenceCapture.h index 4595e249e2c8..cf161afb5962 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/AutomatedLevelSequenceCapture.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/AutomatedLevelSequenceCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/ErrorCodes.h b/Engine/Source/Runtime/MovieSceneCapture/Public/ErrorCodes.h index 675307581335..9b549c9fa18f 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/ErrorCodes.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/ErrorCodes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/FrameGrabber.h b/Engine/Source/Runtime/MovieSceneCapture/Public/FrameGrabber.h index db56dea7fa98..da93b43bcd8c 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/FrameGrabber.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/FrameGrabber.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCapture.h b/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCapture.h index f416b703300a..8dbc109ab33d 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCapture.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCaptureProtocol.h b/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCaptureProtocol.h index 57f75c72274f..d12c47ae585d 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCaptureProtocol.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/IMovieSceneCaptureProtocol.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/LevelCapture.h b/Engine/Source/Runtime/MovieSceneCapture/Public/LevelCapture.h index 547077451703..768bda7ef740 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/LevelCapture.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/LevelCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCapture.h b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCapture.h index 0a8d75a9a29f..532ffcc8d2ea 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCapture.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureEnvironment.h b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureEnvironment.h index fc263ce389df..2384a1001f64 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureEnvironment.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureEnvironment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureHandle.h b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureHandle.h index 616e68bec9d3..e50f40bf8b17 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureHandle.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureHandle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureModule.h b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureModule.h index 2e1d96de2078..f22a6bb0f075 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureModule.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolRegistry.h b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolRegistry.h index 83810199a809..9ba7a89b2dd5 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolRegistry.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolRegistry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureSettings.h b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureSettings.h index 252b70370735..f40b7ac41658 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureSettings.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/CompositionGraphCaptureProtocol.h b/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/CompositionGraphCaptureProtocol.h index 73218f4eab7e..a4322f78b5a6 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/CompositionGraphCaptureProtocol.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/CompositionGraphCaptureProtocol.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/FrameGrabberProtocol.h b/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/FrameGrabberProtocol.h index 10785da3e6b6..f56fa222514e 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/FrameGrabberProtocol.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/FrameGrabberProtocol.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/ImageSequenceProtocol.h b/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/ImageSequenceProtocol.h index 7a753a933d3e..1a6d7732f3ad 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/ImageSequenceProtocol.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/ImageSequenceProtocol.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/VideoCaptureProtocol.h b/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/VideoCaptureProtocol.h index c1acfd0f5f6a..45df79aaf33b 100644 --- a/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/VideoCaptureProtocol.h +++ b/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/VideoCaptureProtocol.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/MovieSceneTracks.Build.cs b/Engine/Source/Runtime/MovieSceneTracks/MovieSceneTracks.Build.cs index ee7a8054fef0..4744410408c9 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/MovieSceneTracks.Build.cs +++ b/Engine/Source/Runtime/MovieSceneTracks/MovieSceneTracks.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneHitProxy.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneHitProxy.cpp index f7341706cc03..30b33f2a1a30 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneHitProxy.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneHitProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneHitProxy.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneTracksModule.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneTracksModule.cpp index 5fbe31f638a9..9941e1f40a3b 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneTracksModule.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneTracksModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneTracksPrivatePCH.h b/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneTracksPrivatePCH.h index 49c70ab78fea..4b970e027c35 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneTracksPrivatePCH.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/MovieSceneTracksPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DAttachSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DAttachSection.cpp index 1d9ea123fb1a..d27888792a67 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DAttachSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DAttachSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScene3DAttachSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DConstraintSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DConstraintSection.cpp index a57bb8edc6a1..f90279677cb8 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DConstraintSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DConstraintSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScene3DConstraintSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DPathSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DPathSection.cpp index 9366d7f8131c..9d88de6b42e6 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DPathSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DPathSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScene3DPathSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DTransformSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DTransformSection.cpp index 6ace7a1d8fe5..611392689312 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DTransformSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieScene3DTransformSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScene3DTransformSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneAudioSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneAudioSection.cpp index f61ddc3776ef..75a3838c7286 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneAudioSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneAudioSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneAudioSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneBoolSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneBoolSection.cpp index bf59e930efeb..b8ba208fafaa 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneBoolSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneBoolSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneBoolSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneByteSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneByteSection.cpp index b66ff13ac4a6..aef9ae5386f7 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneByteSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneByteSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneByteSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneColorSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneColorSection.cpp index 6a5d6e0a3dd2..440c4bff4b43 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneColorSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneColorSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneColorSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneEventSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneEventSection.cpp index c71a3c85aa36..8a52e5cadb7f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneEventSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneEventSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneEventSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneFadeSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneFadeSection.cpp index 8b5c2a9344c9..7b008eef9b26 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneFadeSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneFadeSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneFadeSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneFloatSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneFloatSection.cpp index 7a9169fc4e74..9ed6e137ef52 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneFloatSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneFloatSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneFloatSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParameterSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParameterSection.cpp index 015cf26abd9e..40ebfdc6c91d 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParameterSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParameterSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneParameterSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParticleSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParticleSection.cpp index 0cece4e321ef..6224ab6c6d5d 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParticleSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParticleSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneParticleSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneShotSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneShotSection.cpp index cb1883fc5475..43eadfe5c627 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneShotSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneShotSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneShotSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSkeletalAnimationSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSkeletalAnimationSection.cpp index 6bdcfe7336a1..9328d13a908a 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSkeletalAnimationSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSkeletalAnimationSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSkeletalAnimationSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSlomoSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSlomoSection.cpp index a59692552717..4c6ee9f5f5d7 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSlomoSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSlomoSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSlomoSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSubSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSubSection.cpp index 168b6360a021..8cdac84bc93b 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSubSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSubSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "IMovieScenePlayer.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneVectorSection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneVectorSection.cpp index ce77c588e246..1391c15661f3 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneVectorSection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneVectorSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneVectorSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneVisibilitySection.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneVisibilitySection.cpp index 5da417aef6ce..1423c9ea3b1a 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneVisibilitySection.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneVisibilitySection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneVisibilitySection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DAttachTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DAttachTrackInstance.cpp index 5e56199f1eb8..e608cc3eb42f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DAttachTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DAttachTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneCommonHelpers.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DConstraintTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DConstraintTrackInstance.cpp index c16f7080ead4..eedb315dbbaf 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DConstraintTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DConstraintTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneCommonHelpers.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DPathTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DPathTrackInstance.cpp index 38195f5ad441..5e1c4cd8ec14 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DPathTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DPathTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneCommonHelpers.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DTransformTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DTransformTrackInstance.cpp index 16c6273c8e8e..5f166490046f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DTransformTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieScene3DTransformTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneCommonHelpers.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneAudioTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneAudioTrackInstance.cpp index b00400b198b2..a3b5cdfa610a 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneAudioTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneAudioTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneAudioTrackInstance.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneBoolTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneBoolTrackInstance.cpp index 60c4405e8b14..c772c1a3a81b 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneBoolTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneBoolTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneBoolTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneByteTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneByteTrackInstance.cpp index 566fac21928d..39ae9fc21418 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneByteTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneByteTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneByteTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneColorTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneColorTrackInstance.cpp index 184b9decdad9..6705e59421ab 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneColorTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneColorTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneColorTrackInstance.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneEventTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneEventTrackInstance.cpp index 1c03fb996dd1..dc61e8b34002 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneEventTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneEventTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneEventTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneFadeTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneFadeTrackInstance.cpp index 62b9511e68eb..c50f1760cd46 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneFadeTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneFadeTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneFadeSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneFloatTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneFloatTrackInstance.cpp index 6536e3bfcd7a..ebee6a6b5de8 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneFloatTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneFloatTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneFloatTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneMaterialTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneMaterialTrackInstance.cpp index c800f7b821a1..16fd17b6a17c 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneMaterialTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneMaterialTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneMaterialTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneParticleParameterTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneParticleParameterTrackInstance.cpp index 49699f1652fc..6aa12087ac11 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneParticleParameterTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneParticleParameterTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneParticleParameterTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneParticleTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneParticleTrackInstance.cpp index c0e793a3970c..42ebaa429d08 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneParticleTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneParticleTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneParticleTrackInstance.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneShotTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneShotTrackInstance.cpp index 36d729173e33..2f4c7a044315 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneShotTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneShotTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSequence.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSkeletalAnimationTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSkeletalAnimationTrackInstance.cpp index 7ff8030a5fa4..d102c50cec28 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSkeletalAnimationTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSkeletalAnimationTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSkeletalAnimationTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSlomoTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSlomoTrackInstance.cpp index 8c6d5bf1746e..2db5d46099ac 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSlomoTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSlomoTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSlomoTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSpawnTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSpawnTrackInstance.cpp index f2a4053f258c..a6b030c3da8f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSpawnTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSpawnTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSequenceInstance.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSubTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSubTrackInstance.cpp index 335c8430fb02..0fb0dcb5a8ec 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSubTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneSubTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSubTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneVectorTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneVectorTrackInstance.cpp index 7d03d58dc8bd..07c44a2e776b 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneVectorTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneVectorTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneVectorTrackInstance.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneVisibilityTrackInstance.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneVisibilityTrackInstance.cpp index ce258aec7051..a7a258319ae9 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneVisibilityTrackInstance.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/TrackInstances/MovieSceneVisibilityTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneCommonHelpers.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DAttachTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DAttachTrack.cpp index 2aecf8f0b9ea..0668713c62de 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DAttachTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DAttachTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScene3DAttachSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DConstraintTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DConstraintTrack.cpp index 11ff53ea53d3..5a15769fab4d 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DConstraintTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DConstraintTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScene3DConstraintSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DPathTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DPathTrack.cpp index 27fd6425b4e5..06655abf71d5 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DPathTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DPathTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScene3DPathSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DTransformTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DTransformTrack.cpp index 4d304e7be44b..bf7ae9f438cb 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DTransformTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DTransformTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScene3DTransformSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneAudioTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneAudioTrack.cpp index ad91bb9e5704..3cb73ce1ff5b 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneAudioTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneAudioTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneAudioSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneBoolTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneBoolTrack.cpp index 504a219ca7a6..ffad5f3ac252 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneBoolTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneBoolTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneBoolSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneByteTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneByteTrack.cpp index 5df1fc3e8f9a..a0584db8dfca 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneByteTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneByteTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneByteSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneColorTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneColorTrack.cpp index dceb2ce6ce01..7c78db1d2c1a 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneColorTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneColorTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneColorSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneEventTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneEventTrack.cpp index 7f61d837be39..f6b81e333581 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneEventTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneEventTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneEventSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneFadeTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneFadeTrack.cpp index 69448088d559..6945cca1c67b 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneFadeTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneFadeTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneFadeSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneFloatTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneFloatTrack.cpp index 6ad88c8d261d..d670324dbf36 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneFloatTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneFloatTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneFloatSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneMaterialTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneMaterialTrack.cpp index a1373f3d3340..6442cd310277 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneMaterialTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneMaterialTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneParameterSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleParameterTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleParameterTrack.cpp index c0281a07a799..5ad761468c03 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleParameterTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleParameterTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneParameterSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleTrack.cpp index ffa540504a18..f40cb2cf989f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneParticleSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScenePropertyTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScenePropertyTrack.cpp index b11fefbcc759..c8d796b96a26 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScenePropertyTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScenePropertyTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieScenePropertyTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneShotTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneShotTrack.cpp index 9f6f8fb5ab42..490aa4994b9e 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneShotTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneShotTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneShotSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSkeletalAnimationTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSkeletalAnimationTrack.cpp index 358e65ce37e5..00e7cb0e6934 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSkeletalAnimationTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSkeletalAnimationTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSkeletalAnimationSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSlomoTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSlomoTrack.cpp index 696131bdd7db..8694e06b5418 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSlomoTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSlomoTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSlomoSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSpawnTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSpawnTrack.cpp index d5954f8bbe0d..c0698c96730c 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSpawnTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSpawnTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneSpawnTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSubTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSubTrack.cpp index 5673b11c6fba..f4160bc902df 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSubTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneSubTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "IMovieScenePlayer.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneVectorTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneVectorTrack.cpp index 02c8bd324a4f..396a507bfa12 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneVectorTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneVectorTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneVectorSection.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneVisibilityTrack.cpp b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneVisibilityTrack.cpp index 5c4926036866..6d498db2b08b 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneVisibilityTrack.cpp +++ b/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneVisibilityTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "MovieSceneTracksPrivatePCH.h" #include "MovieSceneVisibilityTrack.h" diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/IMovieSceneTracksModule.h b/Engine/Source/Runtime/MovieSceneTracks/Public/IMovieSceneTracksModule.h index f0f22cf13029..221758ca4089 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/IMovieSceneTracksModule.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/IMovieSceneTracksModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneHitProxy.h b/Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneHitProxy.h index c2014608ebda..7d011a5db36d 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneHitProxy.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneHitProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/IKeyframeSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/IKeyframeSection.h index b91fd26e4660..04a5d5ffef30 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/IKeyframeSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/IKeyframeSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DAttachSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DAttachSection.h index 5956452b3b0d..665e98855342 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DAttachSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DAttachSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DConstraintSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DConstraintSection.h index 9365b6708a63..b114d353849f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DConstraintSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DConstraintSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DPathSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DPathSection.h index fc08da316a89..0a3c7b449cb2 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DPathSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DPathSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DTransformSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DTransformSection.h index ba28e7a7739c..45f1ffd8f638 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DTransformSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieScene3DTransformSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneAudioSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneAudioSection.h index d1aba777b31b..8ff4f67c1f06 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneAudioSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneAudioSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneBoolSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneBoolSection.h index e1b24ed11bef..0834e6384d72 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneBoolSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneBoolSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneByteSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneByteSection.h index c18c5dbad146..18de8fa92fcc 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneByteSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneByteSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneColorSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneColorSection.h index 14c41cb44664..31dc8cdad910 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneColorSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneColorSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h index e2723940a43f..e6da249dece5 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFadeSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFadeSection.h index 3a7de2d1d639..fc12ceac1db2 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFadeSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFadeSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFloatSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFloatSection.h index 5684722d1810..3b9838889dd7 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFloatSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneFloatSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h index 54c94e9ac020..a9a05e09ffc2 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParticleSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParticleSection.h index 94e19197006c..2848a63aef08 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParticleSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParticleSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneShotSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneShotSection.h index b930b2809d4f..29b685682481 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneShotSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneShotSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSkeletalAnimationSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSkeletalAnimationSection.h index f7256738c1e7..e2f2dba923aa 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSkeletalAnimationSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSkeletalAnimationSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSlomoSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSlomoSection.h index eb85d38bcd8d..3a8b1b688e61 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSlomoSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSlomoSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSubSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSubSection.h index a6c9fb66c171..f51b4639ffcc 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSubSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneSubSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVectorSection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVectorSection.h index 9124b6e7983a..0af94887efdf 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVectorSection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVectorSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVisibilitySection.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVisibilitySection.h index b8b3bf74a61e..8da59e0dbab1 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVisibilitySection.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVisibilitySection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DAttachTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DAttachTrackInstance.h index b58b18dd9864..8dd3495d445c 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DAttachTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DAttachTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DConstraintTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DConstraintTrackInstance.h index 07cc1660d125..0cfb2a9ef4b1 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DConstraintTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DConstraintTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DPathTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DPathTrackInstance.h index 63834ee6a005..13b046fa2fcd 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DPathTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DPathTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DTransformTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DTransformTrackInstance.h index ee7c7c6d37db..6c9991a966c2 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DTransformTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieScene3DTransformTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneAudioTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneAudioTrackInstance.h index c9edf3c4d195..0d0dd7fc0394 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneAudioTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneAudioTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneBoolTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneBoolTrackInstance.h index e48856631024..c72e20e6b879 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneBoolTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneBoolTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneByteTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneByteTrackInstance.h index b02b4ee8ee1a..8cfe67597a50 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneByteTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneByteTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneColorTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneColorTrackInstance.h index 11efaf78de57..1e93620f6fc4 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneColorTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneColorTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneEventTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneEventTrackInstance.h index 7bbeec1ff040..29ec93747c56 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneEventTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneEventTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneFadeTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneFadeTrackInstance.h index 8b0e6c9f707c..e356d8943e9a 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneFadeTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneFadeTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneFloatTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneFloatTrackInstance.h index 13c89a8c8512..4cb1f30e8f0f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneFloatTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneFloatTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneMaterialTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneMaterialTrackInstance.h index f61e8935b5a3..fa52b8e989c0 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneMaterialTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneMaterialTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneParticleParameterTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneParticleParameterTrackInstance.h index 2ea3eba32bd4..04046d705f1a 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneParticleParameterTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneParticleParameterTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneParticleTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneParticleTrackInstance.h index 0c48341ce93c..ccf867457ff7 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneParticleTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneParticleTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneShotTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneShotTrackInstance.h index 2db5b3522171..c27fe6e779af 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneShotTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneShotTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSkeletalAnimationTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSkeletalAnimationTrackInstance.h index eb30a83737bb..9eaa23228c35 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSkeletalAnimationTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSkeletalAnimationTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSlomoTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSlomoTrackInstance.h index fa330275af2e..7f6658509b75 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSlomoTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSlomoTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSpawnTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSpawnTrackInstance.h index d5b8642c9c22..3d986c60f10c 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSpawnTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSpawnTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSubTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSubTrackInstance.h index abc25b985216..90d1fe1a06da 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSubTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneSubTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneVectorTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneVectorTrackInstance.h index 5536203e4f71..c26e28577262 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneVectorTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneVectorTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneVisibilityTrackInstance.h b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneVisibilityTrackInstance.h index e400188f70f3..9564f9d946de 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneVisibilityTrackInstance.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/TrackInstances/MovieSceneVisibilityTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DAttachTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DAttachTrack.h index bfe8f57eac80..35498a8deff7 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DAttachTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DAttachTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DConstraintTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DConstraintTrack.h index 6545b34a99c7..7da0f9c2d4aa 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DConstraintTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DConstraintTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DPathTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DPathTrack.h index 274f83c8ca39..6d622cb76608 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DPathTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DPathTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DTransformTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DTransformTrack.h index 005ac7ef26e5..e8a6c3562e4b 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DTransformTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DTransformTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneAudioTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneAudioTrack.h index b612b2d2e01b..65ab1981eac7 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneAudioTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneAudioTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneBoolTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneBoolTrack.h index 50253efe28fb..6ee5fd6203fc 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneBoolTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneBoolTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneByteTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneByteTrack.h index e9147af3dd3a..455deb6b92c3 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneByteTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneByteTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneColorTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneColorTrack.h index 787a376846d8..643982ca9e28 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneColorTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneColorTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneEventTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneEventTrack.h index 5cdb4d6409e5..426329dee426 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneEventTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneEventTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneFadeTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneFadeTrack.h index 024973c3a213..11cf0b28a477 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneFadeTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneFadeTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneFloatTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneFloatTrack.h index d90f3fe38d1b..78b968129d2e 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneFloatTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneFloatTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h index 6c3fb1382ce2..3a3ae781a5d1 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleParameterTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleParameterTrack.h index 3852380f0ce2..09f934278153 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleParameterTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleParameterTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleTrack.h index 40042d8ee7b8..b62abd07a9c6 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h index 0d6bf49dd9fc..091e017d24c3 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneShotTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneShotTrack.h index 9bcce7f5b354..689c5e0d930e 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneShotTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneShotTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSkeletalAnimationTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSkeletalAnimationTrack.h index 4f18f3c5e47a..dd1b10d8d58f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSkeletalAnimationTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSkeletalAnimationTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSlomoTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSlomoTrack.h index 962f89f02252..b2ed9dfa35d2 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSlomoTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSlomoTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSpawnTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSpawnTrack.h index 86f17fa93183..2b370d926ace 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSpawnTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSpawnTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSubTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSubTrack.h index 365281132122..8c698faa6526 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSubTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneSubTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVectorTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVectorTrack.h index 4852c47a7956..cafd1e236b87 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVectorTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVectorTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVisibilityTrack.h b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVisibilityTrack.h index 759b6e9f9a96..470b080cab3f 100644 --- a/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVisibilityTrack.h +++ b/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVisibilityTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Navmesh/Navmesh.Build.cs b/Engine/Source/Runtime/Navmesh/Navmesh.Build.cs index 2e944d46e3d6..47cb2487d7b5 100644 --- a/Engine/Source/Runtime/Navmesh/Navmesh.Build.cs +++ b/Engine/Source/Runtime/Navmesh/Navmesh.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Navmesh/Private/DebugUtils/DebugDraw.cpp b/Engine/Source/Runtime/Navmesh/Private/DebugUtils/DebugDraw.cpp index 3986feb24d1f..cf9d7c89d58e 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DebugUtils/DebugDraw.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DebugUtils/DebugDraw.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DebugUtils/DetourDebugDraw.cpp b/Engine/Source/Runtime/Navmesh/Private/DebugUtils/DetourDebugDraw.cpp index a2e0e6fdee3d..199bd8acef1d 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DebugUtils/DetourDebugDraw.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DebugUtils/DetourDebugDraw.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DebugUtils/RecastDebugDraw.cpp b/Engine/Source/Runtime/Navmesh/Private/DebugUtils/RecastDebugDraw.cpp index 0880ec02a0fe..1a8cc5637f47 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DebugUtils/RecastDebugDraw.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DebugUtils/RecastDebugDraw.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DebugUtils/RecastDump.cpp b/Engine/Source/Runtime/Navmesh/Private/DebugUtils/RecastDump.cpp index 7e9f5f275447..95d5cf8b0a1a 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DebugUtils/RecastDump.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DebugUtils/RecastDump.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourAlloc.cpp b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourAlloc.cpp index d11bf31cf5f6..ea71132e3653 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourAlloc.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourAlloc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp index aabaf5b158bc..27d4cd35454e 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp index 9f711b3956d9..e5e1fcca9824 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshBuilder.cpp b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshBuilder.cpp index 05252a5bab99..08d5b9fe4453 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshBuilder.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp index d4eed65a5d75..bbbf92812254 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNode.cpp b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNode.cpp index e7ccaf19cc67..2eebf8cf31cb 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNode.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourCrowd.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourCrowd.cpp index f5fa791e6432..fd3f0bae7bd9 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourCrowd.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourCrowd.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourLocalBoundary.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourLocalBoundary.cpp index 61d4fc604abd..a679e15d5623 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourLocalBoundary.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourLocalBoundary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourObstacleAvoidance.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourObstacleAvoidance.cpp index e9e0d0cd0f69..b0d053c9e3d8 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourObstacleAvoidance.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourObstacleAvoidance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathCorridor.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathCorridor.cpp index 65ac81681718..078b4e5f49aa 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathCorridor.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathCorridor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathQueue.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathQueue.cpp index b499ba254852..b8fc2901326b 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathQueue.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathQueue.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourProximityGrid.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourProximityGrid.cpp index 659c5c5771cd..d571bd5ff3ed 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourProximityGrid.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourProximityGrid.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourSharedBoundary.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourSharedBoundary.cpp index 3b81f4eddde5..23fb2799a793 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourSharedBoundary.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourSharedBoundary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NavmeshModulePrivatePCH.h" #include "DetourSharedBoundary.h" diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCache.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCache.cpp index 6555bcd711c7..20eaf7b68e32 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCache.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheBuilder.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheBuilder.cpp index 126e8f948098..c7315c03b3f3 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheBuilder.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheDetail.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheDetail.cpp index 14693834482e..86a233022173 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheDetail.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheDetail.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheRegion.cpp b/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheRegion.cpp index 0f3f3b4d114b..30ad9f17179f 100644 --- a/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheRegion.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/DetourTileCache/DetourTileCacheRegion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/NavmeshModule.cpp b/Engine/Source/Runtime/Navmesh/Private/NavmeshModule.cpp index 879797664eaa..4d39acd42ad1 100644 --- a/Engine/Source/Runtime/Navmesh/Private/NavmeshModule.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/NavmeshModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NavmeshModulePrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Navmesh/Private/NavmeshModulePrivatePCH.h b/Engine/Source/Runtime/Navmesh/Private/NavmeshModulePrivatePCH.h index 3a66a851d336..686d7c47d1c7 100644 --- a/Engine/Source/Runtime/Navmesh/Private/NavmeshModulePrivatePCH.h +++ b/Engine/Source/Runtime/Navmesh/Private/NavmeshModulePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/Recast.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/Recast.cpp index 80d8d439b90a..789bab29a34b 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/Recast.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/Recast.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastAlloc.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastAlloc.cpp index 791d457e2ab9..1b165b3d5480 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastAlloc.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastAlloc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastArea.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastArea.cpp index ff5b3eaae663..287df2b6220e 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastArea.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastContour.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastContour.cpp index 8f25199b3e95..c9ef6fd66b47 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastContour.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastContour.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastFilter.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastFilter.cpp index d2417f840918..cce9ea91c220 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastFilter.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastFilter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastLayers.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastLayers.cpp index 05b4c4225e47..d3542acd8ae2 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastLayers.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastLayers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMesh.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMesh.cpp index 27f98aea707c..5d91d4bcba50 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMesh.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMeshDetail.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMeshDetail.cpp index ddc8dc22fdcb..3cb4184a4da0 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMeshDetail.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastMeshDetail.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastRasterization.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastRasterization.cpp index 8ce1647c4268..1e2866b3a7f8 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastRasterization.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastRasterization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastRegion.cpp b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastRegion.cpp index 372de7f63051..7c9d3e6eb497 100644 --- a/Engine/Source/Runtime/Navmesh/Private/Recast/RecastRegion.cpp +++ b/Engine/Source/Runtime/Navmesh/Private/Recast/RecastRegion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h b/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h index 483133eef41e..7ce4c8350abc 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h +++ b/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DetourDebugDraw.h b/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DetourDebugDraw.h index 82dc1cbee8ee..1cd864c80330 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DetourDebugDraw.h +++ b/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DetourDebugDraw.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DebugUtils/RecastDebugDraw.h b/Engine/Source/Runtime/Navmesh/Public/DebugUtils/RecastDebugDraw.h index 0fe363fac3fd..6f3bb44c0040 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DebugUtils/RecastDebugDraw.h +++ b/Engine/Source/Runtime/Navmesh/Public/DebugUtils/RecastDebugDraw.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DebugUtils/RecastDump.h b/Engine/Source/Runtime/Navmesh/Public/DebugUtils/RecastDump.h index bf3edd5dba55..74717fce891d 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DebugUtils/RecastDump.h +++ b/Engine/Source/Runtime/Navmesh/Public/DebugUtils/RecastDump.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h index 4b161b86612c..27ce64f985fb 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h +++ b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourAssert.h b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourAssert.h index 7c599ac726d1..ad9e6f760dac 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourAssert.h +++ b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourAssert.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h index 8ccf3632035f..336d272e2a13 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h +++ b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h index 9e68c312957d..2495025f75dc 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h +++ b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshBuilder.h b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshBuilder.h index 7641735c7b93..6789d214e400 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshBuilder.h +++ b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h index 7a164e8957ae..9a8d79d8c352 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h +++ b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNode.h b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNode.h index 6e3b9ec6cce6..71913b76c043 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNode.h +++ b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourStatus.h b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourStatus.h index f6e85d268cd8..fe44cf27b364 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Detour/DetourStatus.h +++ b/Engine/Source/Runtime/Navmesh/Public/Detour/DetourStatus.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourCrowd.h b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourCrowd.h index 21aad3563fff..6453798bad3e 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourCrowd.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourCrowd.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourLocalBoundary.h b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourLocalBoundary.h index fbdd4f9d53c5..af85c13890cb 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourLocalBoundary.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourLocalBoundary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourObstacleAvoidance.h b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourObstacleAvoidance.h index 3d8079e1cce2..c05097e8e3a4 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourObstacleAvoidance.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourObstacleAvoidance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathCorridor.h b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathCorridor.h index 634f971af09b..b72050229c6d 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathCorridor.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathCorridor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathQueue.h b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathQueue.h index 6ba094d381b3..6150f839a07f 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathQueue.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathQueue.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourProximityGrid.h b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourProximityGrid.h index bc3aa02badfa..147862cfda7c 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourProximityGrid.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourProximityGrid.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourSharedBoundary.h b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourSharedBoundary.h index b6d8cd742616..6d1ce3a44d11 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourSharedBoundary.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourSharedBoundary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCache.h b/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCache.h index d9c358d03c04..0587804e99c0 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCache.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCacheBuilder.h b/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCacheBuilder.h index 6c9e42dab54d..34b8f0018840 100644 --- a/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCacheBuilder.h +++ b/Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCacheBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h b/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h index 2ce286ab2f70..620040cc6e52 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h +++ b/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h b/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h index bd7729788c1a..6e900ca40e4b 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h +++ b/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAssert.h b/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAssert.h index 2f0b8e182d90..c475e2999ec1 100644 --- a/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAssert.h +++ b/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAssert.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Modified version of Recast/Detour's source file // diff --git a/Engine/Source/Runtime/NetworkFile/NetworkFile.Build.cs b/Engine/Source/Runtime/NetworkFile/NetworkFile.Build.cs index fd1d55d78de0..e4240fc2b709 100644 --- a/Engine/Source/Runtime/NetworkFile/NetworkFile.Build.cs +++ b/Engine/Source/Runtime/NetworkFile/NetworkFile.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/NetworkFile/Private/HTTPTransport.cpp b/Engine/Source/Runtime/NetworkFile/Private/HTTPTransport.cpp index 66ab76e6d348..ee92687c2877 100644 --- a/Engine/Source/Runtime/NetworkFile/Private/HTTPTransport.cpp +++ b/Engine/Source/Runtime/NetworkFile/Private/HTTPTransport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkFilePrivatePCH.h" diff --git a/Engine/Source/Runtime/NetworkFile/Private/HTTPTransport.h b/Engine/Source/Runtime/NetworkFile/Private/HTTPTransport.h index 066a39ea89ec..5c2112d65c57 100644 --- a/Engine/Source/Runtime/NetworkFile/Private/HTTPTransport.h +++ b/Engine/Source/Runtime/NetworkFile/Private/HTTPTransport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if ENABLE_HTTP_FOR_NFS #include "ITransport.h" diff --git a/Engine/Source/Runtime/NetworkFile/Private/ITransport.h b/Engine/Source/Runtime/NetworkFile/Private/ITransport.h index a1d925993590..c5fd11800191 100644 --- a/Engine/Source/Runtime/NetworkFile/Private/ITransport.h +++ b/Engine/Source/Runtime/NetworkFile/Private/ITransport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Interface for providing different Transports for the Network File System ( client ) diff --git a/Engine/Source/Runtime/NetworkFile/Private/NetworkFilePrivatePCH.h b/Engine/Source/Runtime/NetworkFile/Private/NetworkFilePrivatePCH.h index 9a100b9e4121..7278aa7a5114 100644 --- a/Engine/Source/Runtime/NetworkFile/Private/NetworkFilePrivatePCH.h +++ b/Engine/Source/Runtime/NetworkFile/Private/NetworkFilePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp b/Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp index 4890421b1f1d..80a720921b03 100644 --- a/Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp +++ b/Engine/Source/Runtime/NetworkFile/Private/NetworkPlatformFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkFilePrivatePCH.h" #include "NetworkPlatformFile.h" diff --git a/Engine/Source/Runtime/NetworkFile/Private/TCPTransport.cpp b/Engine/Source/Runtime/NetworkFile/Private/TCPTransport.cpp index 83006ebb0a07..974803d7a00e 100644 --- a/Engine/Source/Runtime/NetworkFile/Private/TCPTransport.cpp +++ b/Engine/Source/Runtime/NetworkFile/Private/TCPTransport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkFilePrivatePCH.h" #include "TCPTransport.h" diff --git a/Engine/Source/Runtime/NetworkFile/Private/TCPTransport.h b/Engine/Source/Runtime/NetworkFile/Private/TCPTransport.h index eb87c16fa07d..613d42e34736 100644 --- a/Engine/Source/Runtime/NetworkFile/Private/TCPTransport.h +++ b/Engine/Source/Runtime/NetworkFile/Private/TCPTransport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ITransport.h" diff --git a/Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h b/Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h index 6898d0c4fd28..b82035c817f7 100644 --- a/Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h +++ b/Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkFileSystem/NetworkFileSystem.Build.cs b/Engine/Source/Runtime/NetworkFileSystem/NetworkFileSystem.Build.cs index 6f0e533b9abc..e11751f04848 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/NetworkFileSystem.Build.cs +++ b/Engine/Source/Runtime/NetworkFileSystem/NetworkFileSystem.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServer.cpp b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServer.cpp index bc919d697d9f..2da5734c5a35 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServer.cpp +++ b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkFileSystemPrivatePCH.h" #include "TargetPlatform.h" diff --git a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServer.h b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServer.h index 4667b32f30d8..2becac296386 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServer.h +++ b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerConnection.cpp b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerConnection.cpp index dc3dc54da1b5..09e490fadc96 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerConnection.cpp +++ b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkFileSystemPrivatePCH.h" #include "PackageName.h" diff --git a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerConnection.h b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerConnection.h index 5b26399f39ec..715612ea5129 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerConnection.h +++ b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerHttp.cpp b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerHttp.cpp index 84187b45eb07..e1d64c52d74d 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerHttp.cpp +++ b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if ENABLE_HTTP_FOR_NFS diff --git a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerHttp.h b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerHttp.h index be73a6ec3474..b37635cd7f10 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerHttp.h +++ b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileServerHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= NetworkFileServerHttp.h: Declares the NetworkFileServerHttp class. diff --git a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemModule.cpp b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemModule.cpp index 7ef27d927693..3c8ef4f75176 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemModule.cpp +++ b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkFileSystemPrivatePCH.h" #include "TargetDeviceId.h" diff --git a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemPrivatePCH.h b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemPrivatePCH.h index be0a727b4021..da2749d81626 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemPrivatePCH.h +++ b/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkFileSystem/Public/Interfaces/INetworkFileServer.h b/Engine/Source/Runtime/NetworkFileSystem/Public/Interfaces/INetworkFileServer.h index a9c28f97579c..ec1aadf4177d 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Public/Interfaces/INetworkFileServer.h +++ b/Engine/Source/Runtime/NetworkFileSystem/Public/Interfaces/INetworkFileServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkFileSystem/Public/Interfaces/INetworkFileSystemModule.h b/Engine/Source/Runtime/NetworkFileSystem/Public/Interfaces/INetworkFileSystemModule.h index 5d3c4ccfe088..87a9baefb7a5 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Public/Interfaces/INetworkFileSystemModule.h +++ b/Engine/Source/Runtime/NetworkFileSystem/Public/Interfaces/INetworkFileSystemModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkFileSystem/Public/NetworkFileSystem.h b/Engine/Source/Runtime/NetworkFileSystem/Public/NetworkFileSystem.h index 9a4cd4fdf573..6099c705c9d1 100644 --- a/Engine/Source/Runtime/NetworkFileSystem/Public/NetworkFileSystem.h +++ b/Engine/Source/Runtime/NetworkFileSystem/Public/NetworkFileSystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/HttpNetworkReplayStreaming.Build.cs b/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/HttpNetworkReplayStreaming.Build.cs index ce67ff148612..2117a676f36c 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/HttpNetworkReplayStreaming.Build.cs +++ b/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/HttpNetworkReplayStreaming.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Private/HttpNetworkReplayStreaming.cpp b/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Private/HttpNetworkReplayStreaming.cpp index bf2d8f13cd4d..f8224b90ecb6 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Private/HttpNetworkReplayStreaming.cpp +++ b/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Private/HttpNetworkReplayStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpNetworkReplayStreaming.h" diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h b/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h index 3b4bf2cfe468..6be4c113d356 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h +++ b/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NetworkReplayStreaming.h" diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/InMemoryNetworkReplayStreaming.build.cs b/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/InMemoryNetworkReplayStreaming.build.cs index a7ef834888b9..ef1ad3a9d836 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/InMemoryNetworkReplayStreaming.build.cs +++ b/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/InMemoryNetworkReplayStreaming.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Private/InMemoryNetworkReplayStreaming.cpp b/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Private/InMemoryNetworkReplayStreaming.cpp index 0009fa96033a..656f10eec54e 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Private/InMemoryNetworkReplayStreaming.cpp +++ b/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Private/InMemoryNetworkReplayStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "InMemoryNetworkReplayStreaming.h" #include "Paths.h" diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Public/InMemoryNetworkReplayStreaming.h b/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Public/InMemoryNetworkReplayStreaming.h index f75ef3332d25..7d810e5f257f 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Public/InMemoryNetworkReplayStreaming.h +++ b/Engine/Source/Runtime/NetworkReplayStreaming/InMemoryNetworkReplayStreaming/Public/InMemoryNetworkReplayStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/NetworkReplayStreaming.Build.cs b/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/NetworkReplayStreaming.Build.cs index fc0dbb8f235e..0ef117b2b0fe 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/NetworkReplayStreaming.Build.cs +++ b/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/NetworkReplayStreaming.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Private/NetworkReplayStreaming.cpp b/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Private/NetworkReplayStreaming.cpp index 2cda8f2d0329..7186848de3ff 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Private/NetworkReplayStreaming.cpp +++ b/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Private/NetworkReplayStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkReplayStreaming.h" diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h b/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h index a3e1e8132a42..46a24307b92a 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h +++ b/Engine/Source/Runtime/NetworkReplayStreaming/NetworkReplayStreaming/Public/NetworkReplayStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/NullNetworkReplayStreaming.build.cs b/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/NullNetworkReplayStreaming.build.cs index a45c936632d7..a05ec2662d52 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/NullNetworkReplayStreaming.build.cs +++ b/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/NullNetworkReplayStreaming.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Private/NullNetworkReplayStreaming.cpp b/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Private/NullNetworkReplayStreaming.cpp index fb6296a90648..c800b1ab8c6d 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Private/NullNetworkReplayStreaming.cpp +++ b/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Private/NullNetworkReplayStreaming.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NullNetworkReplayStreaming.h" #include "Paths.h" diff --git a/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Public/NullNetworkReplayStreaming.h b/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Public/NullNetworkReplayStreaming.h index 865c3fa1e8bd..a8214616bd49 100644 --- a/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Public/NullNetworkReplayStreaming.h +++ b/Engine/Source/Runtime/NetworkReplayStreaming/NullNetworkReplayStreaming/Public/NullNetworkReplayStreaming.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Networking.Build.cs b/Engine/Source/Runtime/Networking/Networking.Build.cs index 412c312d4590..52af3dd56039 100644 --- a/Engine/Source/Runtime/Networking/Networking.Build.cs +++ b/Engine/Source/Runtime/Networking/Networking.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Address.cpp b/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Address.cpp index 64c0c2b5f921..a7f9a76206b6 100644 --- a/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Address.cpp +++ b/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Address.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Endpoint.cpp b/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Endpoint.cpp index 3b21eaf4fb5e..24f50ce080a9 100644 --- a/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Endpoint.cpp +++ b/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Endpoint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Subnet.cpp b/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Subnet.cpp index b013742ff235..7e7364cda76c 100644 --- a/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Subnet.cpp +++ b/Engine/Source/Runtime/Networking/Private/IPv4/IPv4Subnet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Networking/Private/IPv4/IPv4SubnetMask.cpp b/Engine/Source/Runtime/Networking/Private/IPv4/IPv4SubnetMask.cpp index b8f0b095ed83..23828443618c 100644 --- a/Engine/Source/Runtime/Networking/Private/IPv4/IPv4SubnetMask.cpp +++ b/Engine/Source/Runtime/Networking/Private/IPv4/IPv4SubnetMask.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Networking/Private/NetworkingModule.cpp b/Engine/Source/Runtime/Networking/Private/NetworkingModule.cpp index a27c9a1d52d6..f166901d7676 100644 --- a/Engine/Source/Runtime/Networking/Private/NetworkingModule.cpp +++ b/Engine/Source/Runtime/Networking/Private/NetworkingModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkingPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Networking/Private/NetworkingModule.h b/Engine/Source/Runtime/Networking/Private/NetworkingModule.h index 6a2817b90afb..7bcce60751e6 100644 --- a/Engine/Source/Runtime/Networking/Private/NetworkingModule.h +++ b/Engine/Source/Runtime/Networking/Private/NetworkingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Private/NetworkingPrivatePCH.h b/Engine/Source/Runtime/Networking/Private/NetworkingPrivatePCH.h index 80d99250ddb7..46c14b54f018 100644 --- a/Engine/Source/Runtime/Networking/Private/NetworkingPrivatePCH.h +++ b/Engine/Source/Runtime/Networking/Private/NetworkingPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Private/Steam/SteamEndpoint.cpp b/Engine/Source/Runtime/Networking/Private/Steam/SteamEndpoint.cpp index b30fe48ae291..477e75fbd6bc 100644 --- a/Engine/Source/Runtime/Networking/Private/Steam/SteamEndpoint.cpp +++ b/Engine/Source/Runtime/Networking/Private/Steam/SteamEndpoint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkingPrivatePCH.h" diff --git a/Engine/Source/Runtime/Networking/Private/Tests/IPv4AddressTest.cpp b/Engine/Source/Runtime/Networking/Private/Tests/IPv4AddressTest.cpp index 845a50dcf952..218c8cd350e1 100644 --- a/Engine/Source/Runtime/Networking/Private/Tests/IPv4AddressTest.cpp +++ b/Engine/Source/Runtime/Networking/Private/Tests/IPv4AddressTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NetworkingPrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Networking/Public/Common/TcpListener.h b/Engine/Source/Runtime/Networking/Public/Common/TcpListener.h index e6c9de5204e3..e46ceacc9acd 100644 --- a/Engine/Source/Runtime/Networking/Public/Common/TcpListener.h +++ b/Engine/Source/Runtime/Networking/Public/Common/TcpListener.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h b/Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h index 32fdef9f9c94..eadd852b3a47 100644 --- a/Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h +++ b/Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Common/UdpSocketBuilder.h b/Engine/Source/Runtime/Networking/Public/Common/UdpSocketBuilder.h index 6392a4c125c0..29e20e49ed63 100644 --- a/Engine/Source/Runtime/Networking/Public/Common/UdpSocketBuilder.h +++ b/Engine/Source/Runtime/Networking/Public/Common/UdpSocketBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h b/Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h index 6b894861e521..6ee9ba536ef3 100644 --- a/Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h +++ b/Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h b/Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h index 75374e90767c..1fec08255728 100644 --- a/Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h +++ b/Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Interfaces/INetworkingModule.h b/Engine/Source/Runtime/Networking/Public/Interfaces/INetworkingModule.h index 1284b9a3ddec..321833a740d1 100644 --- a/Engine/Source/Runtime/Networking/Public/Interfaces/INetworkingModule.h +++ b/Engine/Source/Runtime/Networking/Public/Interfaces/INetworkingModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h b/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h index 5ff5ed878850..c5b6c8ec0a34 100644 --- a/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h +++ b/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h b/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h index 7c6babd0a092..49c3e41ab0ee 100644 --- a/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h +++ b/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h b/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h index 6a7b1c81f788..7f6aa7b4adf9 100644 --- a/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h +++ b/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4SubnetMask.h b/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4SubnetMask.h index 8037abe67136..c24d1c9021f2 100644 --- a/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4SubnetMask.h +++ b/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4SubnetMask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Interfaces/Steam/SteamEndpoint.h b/Engine/Source/Runtime/Networking/Public/Interfaces/Steam/SteamEndpoint.h index c7f07beba509..37d622ad779c 100644 --- a/Engine/Source/Runtime/Networking/Public/Interfaces/Steam/SteamEndpoint.h +++ b/Engine/Source/Runtime/Networking/Public/Interfaces/Steam/SteamEndpoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Networking/Public/Networking.h b/Engine/Source/Runtime/Networking/Public/Networking.h index 6b247fefcb73..0a817eaffd24 100644 --- a/Engine/Source/Runtime/Networking/Public/Networking.h +++ b/Engine/Source/Runtime/Networking/Public/Networking.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Classes/NiagaraConstants.h b/Engine/Source/Runtime/Niagara/Classes/NiagaraConstants.h index 67611e2f4e10..d54f4bddd809 100644 --- a/Engine/Source/Runtime/Niagara/Classes/NiagaraConstants.h +++ b/Engine/Source/Runtime/Niagara/Classes/NiagaraConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Classes/NiagaraDataSet.h b/Engine/Source/Runtime/Niagara/Classes/NiagaraDataSet.h index e8dea9da0f70..a7d3e89bdd1f 100644 --- a/Engine/Source/Runtime/Niagara/Classes/NiagaraDataSet.h +++ b/Engine/Source/Runtime/Niagara/Classes/NiagaraDataSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraCommon.h" diff --git a/Engine/Source/Runtime/Niagara/Classes/NiagaraEffect.h b/Engine/Source/Runtime/Niagara/Classes/NiagaraEffect.h index b2d2784c06fc..ec87b80420c8 100644 --- a/Engine/Source/Runtime/Niagara/Classes/NiagaraEffect.h +++ b/Engine/Source/Runtime/Niagara/Classes/NiagaraEffect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraSimulation.h" diff --git a/Engine/Source/Runtime/Niagara/Classes/NiagaraEmitterProperties.h b/Engine/Source/Runtime/Niagara/Classes/NiagaraEmitterProperties.h index 0fea47e477ef..9ce25defc6a6 100644 --- a/Engine/Source/Runtime/Niagara/Classes/NiagaraEmitterProperties.h +++ b/Engine/Source/Runtime/Niagara/Classes/NiagaraEmitterProperties.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Classes/NiagaraEvents.h b/Engine/Source/Runtime/Niagara/Classes/NiagaraEvents.h index 6dadbc25a739..dafc66878308 100644 --- a/Engine/Source/Runtime/Niagara/Classes/NiagaraEvents.h +++ b/Engine/Source/Runtime/Niagara/Classes/NiagaraEvents.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== NiagaraSimulation.h: Niagara emitter simulation class diff --git a/Engine/Source/Runtime/Niagara/Classes/NiagaraScript.h b/Engine/Source/Runtime/Niagara/Classes/NiagaraScript.h index 6bbb7f267305..d5c58148a009 100644 --- a/Engine/Source/Runtime/Niagara/Classes/NiagaraScript.h +++ b/Engine/Source/Runtime/Niagara/Classes/NiagaraScript.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Classes/NiagaraScriptSourceBase.h b/Engine/Source/Runtime/Niagara/Classes/NiagaraScriptSourceBase.h index 15bcffdb1d76..dc9ba144bb92 100644 --- a/Engine/Source/Runtime/Niagara/Classes/NiagaraScriptSourceBase.h +++ b/Engine/Source/Runtime/Niagara/Classes/NiagaraScriptSourceBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraScriptSourceBase.generated.h" diff --git a/Engine/Source/Runtime/Niagara/Classes/NiagaraSimulation.h b/Engine/Source/Runtime/Niagara/Classes/NiagaraSimulation.h index 500b0cf49abb..a0f620ac8b00 100644 --- a/Engine/Source/Runtime/Niagara/Classes/NiagaraSimulation.h +++ b/Engine/Source/Runtime/Niagara/Classes/NiagaraSimulation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================== NiagaraSimulation.h: Niagara emitter simulation class diff --git a/Engine/Source/Runtime/Niagara/Niagara.Build.cs b/Engine/Source/Runtime/Niagara/Niagara.Build.cs index fae05dbd24bd..a37a10c42823 100644 --- a/Engine/Source/Runtime/Niagara/Niagara.Build.cs +++ b/Engine/Source/Runtime/Niagara/Niagara.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Niagara/NiagaraConstantSet.h b/Engine/Source/Runtime/Niagara/NiagaraConstantSet.h index 750541bee565..8bb6887e02df 100644 --- a/Engine/Source/Runtime/Niagara/NiagaraConstantSet.h +++ b/Engine/Source/Runtime/Niagara/NiagaraConstantSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/NiagaraScriptConstantData.h b/Engine/Source/Runtime/Niagara/NiagaraScriptConstantData.h index 8750b6324eb7..edcbbc0cb670 100644 --- a/Engine/Source/Runtime/Niagara/NiagaraScriptConstantData.h +++ b/Engine/Source/Runtime/Niagara/NiagaraScriptConstantData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraActor.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraActor.cpp index 156e01f5e121..bfd55a63f993 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraActor.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraActor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraComponent.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraComponent.cpp index bc5001442753..470cb432420b 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraComponent.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraComponent.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraConstantSet.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraConstantSet.cpp index a9272c1f5a1f..d476339c192f 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraConstantSet.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraConstantSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraConstantSet.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraEffect.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraEffect.cpp index 9ebb395e77af..ecebd24f4faf 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraEffect.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraEffect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraEmitterProperties.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraEmitterProperties.cpp index 6324ebaff927..3238f1aab102 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraEmitterProperties.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraEmitterProperties.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraEvents.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraEvents.cpp index 76900f2791fd..5e614c84b10a 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraEvents.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraEvents.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraEvents.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraFunctionLibrary.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraFunctionLibrary.cpp index c8e3c8890740..974496ca034d 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraFunctionLibrary.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraFunctionLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraFunctionLibrary.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraModule.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraModule.cpp index 4266adaeeba0..1f4484ee12ae 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraModule.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraModule.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraPrivate.h b/Engine/Source/Runtime/Niagara/Private/NiagaraPrivate.h index 818268533b25..829d660db3a5 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraPrivate.h +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraScript.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraScript.cpp index 04bebb5ae912..106a56f8296e 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraScript.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraScript.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraScript.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraSequence.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraSequence.cpp index d77c8d8d0867..a55b21229b32 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraSequence.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraSequence.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraSequence.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraSimulation.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraSimulation.cpp index 91d4bfda7011..37ad0a65174e 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraSimulation.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraSimulation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraSimulation.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraSimulationDebugger.cpp b/Engine/Source/Runtime/Niagara/Private/NiagaraSimulationDebugger.cpp index 8af76ad1f69e..9c2c1d2daf02 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraSimulationDebugger.cpp +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraSimulationDebugger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NiagaraPrivate.h" #include "NiagaraSimulation.h" diff --git a/Engine/Source/Runtime/Niagara/Private/NiagaraSimulationDebugger.h b/Engine/Source/Runtime/Niagara/Private/NiagaraSimulationDebugger.h index aaed382a03b8..720b2db46c7a 100644 --- a/Engine/Source/Runtime/Niagara/Private/NiagaraSimulationDebugger.h +++ b/Engine/Source/Runtime/Niagara/Private/NiagaraSimulationDebugger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Public/NiagaraActor.h b/Engine/Source/Runtime/Niagara/Public/NiagaraActor.h index 3e5c71398172..cc200b4580bd 100644 --- a/Engine/Source/Runtime/Niagara/Public/NiagaraActor.h +++ b/Engine/Source/Runtime/Niagara/Public/NiagaraActor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "NiagaraActor.generated.h" diff --git a/Engine/Source/Runtime/Niagara/Public/NiagaraCommon.h b/Engine/Source/Runtime/Niagara/Public/NiagaraCommon.h index 7b3a76f7ec9c..764ed93b6034 100644 --- a/Engine/Source/Runtime/Niagara/Public/NiagaraCommon.h +++ b/Engine/Source/Runtime/Niagara/Public/NiagaraCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Public/NiagaraComponent.h b/Engine/Source/Runtime/Niagara/Public/NiagaraComponent.h index 1a7c4d306e31..052e200fc6c8 100644 --- a/Engine/Source/Runtime/Niagara/Public/NiagaraComponent.h +++ b/Engine/Source/Runtime/Niagara/Public/NiagaraComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Public/NiagaraFunctionLibrary.h b/Engine/Source/Runtime/Niagara/Public/NiagaraFunctionLibrary.h index d0e6b12ff829..616eacbd99b0 100644 --- a/Engine/Source/Runtime/Niagara/Public/NiagaraFunctionLibrary.h +++ b/Engine/Source/Runtime/Niagara/Public/NiagaraFunctionLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Public/NiagaraModule.h b/Engine/Source/Runtime/Niagara/Public/NiagaraModule.h index 110ea762c7a8..7e5f3bf699b6 100644 --- a/Engine/Source/Runtime/Niagara/Public/NiagaraModule.h +++ b/Engine/Source/Runtime/Niagara/Public/NiagaraModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Niagara/Public/NiagaraSequence.h b/Engine/Source/Runtime/Niagara/Public/NiagaraSequence.h index a0bee77b4052..e764741ee9ce 100644 --- a/Engine/Source/Runtime/Niagara/Public/NiagaraSequence.h +++ b/Engine/Source/Runtime/Niagara/Public/NiagaraSequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NullDrv/NullDrv.Build.cs b/Engine/Source/Runtime/NullDrv/NullDrv.Build.cs index b7ff3533e90f..abcb4297f8d6 100644 --- a/Engine/Source/Runtime/NullDrv/NullDrv.Build.cs +++ b/Engine/Source/Runtime/NullDrv/NullDrv.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/NullDrv/Private/NullDrv.cpp b/Engine/Source/Runtime/NullDrv/Private/NullDrv.cpp index 845cb940a3c0..7eef7d83e29b 100644 --- a/Engine/Source/Runtime/NullDrv/Private/NullDrv.cpp +++ b/Engine/Source/Runtime/NullDrv/Private/NullDrv.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NullDrvPrivate.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/NullDrv/Private/NullDrvPrivate.h b/Engine/Source/Runtime/NullDrv/Private/NullDrvPrivate.h index 846cc271e2d9..6892ea8936cb 100644 --- a/Engine/Source/Runtime/NullDrv/Private/NullDrvPrivate.h +++ b/Engine/Source/Runtime/NullDrv/Private/NullDrvPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NullDrv/Private/NullRHI.cpp b/Engine/Source/Runtime/NullDrv/Private/NullRHI.cpp index 01938203ea7c..7f247f50160f 100644 --- a/Engine/Source/Runtime/NullDrv/Private/NullRHI.cpp +++ b/Engine/Source/Runtime/NullDrv/Private/NullRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "NullDrvPrivate.h" #include "RHI.h" diff --git a/Engine/Source/Runtime/NullDrv/Public/NullDrv.h b/Engine/Source/Runtime/NullDrv/Public/NullDrv.h index 28ef24163225..84ebb80d41fb 100644 --- a/Engine/Source/Runtime/NullDrv/Public/NullDrv.h +++ b/Engine/Source/Runtime/NullDrv/Public/NullDrv.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/NullDrv/Public/NullRHI.h b/Engine/Source/Runtime/NullDrv/Public/NullRHI.h index b23b59fede3b..797e3d953329 100644 --- a/Engine/Source/Runtime/NullDrv/Public/NullRHI.h +++ b/Engine/Source/Runtime/NullDrv/Public/NullRHI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/OnlineSubsystemGooglePlay.Build.cs b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/OnlineSubsystemGooglePlay.Build.cs index 67d12b66cb4e..fdcaef39ba39 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/OnlineSubsystemGooglePlay.Build.cs +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/OnlineSubsystemGooglePlay.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAchievementsInterfaceGooglePlay.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAchievementsInterfaceGooglePlay.cpp index 27ce42ff4e62..638a12a720aa 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAchievementsInterfaceGooglePlay.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAchievementsInterfaceGooglePlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskManagerGooglePlay.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAchievementsInterfaceGooglePlay.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAchievementsInterfaceGooglePlay.h index 1946c5f5c174..b077fcda4fad 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAchievementsInterfaceGooglePlay.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAchievementsInterfaceGooglePlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayAuthAction.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayAuthAction.cpp index 70ccfa02a873..49caed58d7a2 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayAuthAction.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayAuthAction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskGooglePlayAuthAction.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayAuthAction.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayAuthAction.h index eb364d0d3118..427e58805408 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayAuthAction.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayAuthAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogin.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogin.cpp index c7a1c5d30861..234ccf72d1e5 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogin.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogin.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskGooglePlayLogin.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogin.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogin.h index 181dbb50391a..d5ac5aa1767a 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogin.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogout.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogout.cpp index 7ef16f27788c..34dfa9470652 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogout.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogout.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskGooglePlayLogout.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogout.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogout.h index 4ad999ad34ae..01dcd5a94972 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogout.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayLogout.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryAchievements.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryAchievements.cpp index 0f1529693d56..6bdbf6f0769c 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryAchievements.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryAchievements.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskGooglePlayQueryAchievements.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryAchievements.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryAchievements.h index c747e4ea92d4..6c1a11c2dc51 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryAchievements.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryAchievements.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryInAppPurchases.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryInAppPurchases.cpp index 4ebfc54b90d5..ac399580f916 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryInAppPurchases.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryInAppPurchases.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskGooglePlayQueryInAppPurchases.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryInAppPurchases.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryInAppPurchases.h index efc7fee440ac..9982a769742c 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryInAppPurchases.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayQueryInAppPurchases.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayReadLeaderboard.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayReadLeaderboard.cpp index ee21dd374a9b..5fb80a59893b 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayReadLeaderboard.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayReadLeaderboard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskGooglePlayReadLeaderboard.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayReadLeaderboard.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayReadLeaderboard.h index aa4a7a58c003..5221da6609d8 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayReadLeaderboard.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayReadLeaderboard.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayShowLoginUI.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayShowLoginUI.cpp index 944a99328aaa..f84956ccb49b 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayShowLoginUI.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayShowLoginUI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskGooglePlayShowLoginUI.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayShowLoginUI.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayShowLoginUI.h index a9d4fd772e65..6bd572b1e8df 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayShowLoginUI.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskGooglePlayShowLoginUI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskManagerGooglePlay.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskManagerGooglePlay.h index 6b4345ea33da..956dfa0a2f02 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskManagerGooglePlay.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineAsyncTaskManagerGooglePlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineExternalUIInterfaceGooglePlay.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineExternalUIInterfaceGooglePlay.cpp index e57d87404262..9845d02ce54f 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineExternalUIInterfaceGooglePlay.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineExternalUIInterfaceGooglePlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "AndroidRuntimeSettings.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineExternalUIInterfaceGooglePlay.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineExternalUIInterfaceGooglePlay.h index 2317e4d5eb26..094140a88a71 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineExternalUIInterfaceGooglePlay.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineExternalUIInterfaceGooglePlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineIdentityInterfaceGooglePlay.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineIdentityInterfaceGooglePlay.cpp index 921441c98a79..becca1fb575b 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineIdentityInterfaceGooglePlay.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineIdentityInterfaceGooglePlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineIdentityInterfaceGooglePlay.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineIdentityInterfaceGooglePlay.h index e27d1d75a8a0..e744c47a7568 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineIdentityInterfaceGooglePlay.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineIdentityInterfaceGooglePlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineLeaderboardInterfaceGooglePlay.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineLeaderboardInterfaceGooglePlay.cpp index 4d35640804ac..8b7919f2f579 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineLeaderboardInterfaceGooglePlay.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineLeaderboardInterfaceGooglePlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineLeaderboardInterfaceGooglePlay.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineLeaderboardInterfaceGooglePlay.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineLeaderboardInterfaceGooglePlay.h index a16128b39f11..f9c222a0392d 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineLeaderboardInterfaceGooglePlay.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineLeaderboardInterfaceGooglePlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineStoreInterfaceGooglePlay.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineStoreInterfaceGooglePlay.cpp index 3681ca3ee05a..5c2aa420cc72 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineStoreInterfaceGooglePlay.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineStoreInterfaceGooglePlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineAsyncTaskGooglePlayQueryInAppPurchases.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineStoreInterfaceGooglePlay.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineStoreInterfaceGooglePlay.h index b0f2d7bceaec..aca45ed184fe 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineStoreInterfaceGooglePlay.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineStoreInterfaceGooglePlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlay.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlay.cpp index 9e941b0fcc00..6c34668e59e0 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlay.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. //Google Play Services diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlayModule.cpp b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlayModule.cpp index 193237a34d30..3bdf7a2f7d60 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlayModule.cpp +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlayModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemGooglePlayPrivatePCH.h" #include "OnlineSubsystemGooglePlay.h" diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlayPrivatePCH.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlayPrivatePCH.h index 9c58ef590e6a..71539ae6fbaf 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlayPrivatePCH.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Private/OnlineSubsystemGooglePlayPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlay.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlay.h index 1d7f3de6bdd9..9d615c62cb7d 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlay.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlayModule.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlayModule.h index e57eefa9521b..298ca53b3020 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlayModule.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlayModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlayPackage.h b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlayPackage.h index 394e6b33e918..d28c6ce08f36 100644 --- a/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlayPackage.h +++ b/Engine/Source/Runtime/Online/Android/OnlineSubsystemGooglePlay/Public/OnlineSubsystemGooglePlayPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/BuildPatchServices.Build.cs b/Engine/Source/Runtime/Online/BuildPatchServices/BuildPatchServices.Build.cs index 9b1211731748..9577c6f7e5e9 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/BuildPatchServices.Build.cs +++ b/Engine/Source/Runtime/Online/BuildPatchServices/BuildPatchServices.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchAnalytics.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchAnalytics.cpp index d81064d4876d..e7c2e98aa9bf 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchAnalytics.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchAnalytics.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchAnalytics.cpp: Implements static helper class for sending analytics diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchAnalytics.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchAnalytics.h index 20ec323e91d8..343b104ab8c4 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchAnalytics.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchAnalytics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchAnalytics.h: Declares static helper class for sending analytics events diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunk.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunk.cpp index 10608b30be36..2a0476e1e2f9 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunk.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunk.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchChunk.cpp: Implements classes involved with chunks for the build system. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunk.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunk.h index 5d60e22be166..bec5651160b5 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunk.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunk.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchChunk.h: Declares classes involved with chunks for the build system. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkCache.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkCache.cpp index 9dad6dc5b6dd..e38e6807f4e4 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkCache.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchChunkCache.cpp: Implements classes involved with chunks for the build system. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkCache.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkCache.h index b97751d53343..e1fbbdc526ac 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkCache.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchChunkCache.h: Declares chunk cache which controls the flow of diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkStore.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkStore.cpp index 82b4f66694b4..72f715746705 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkStore.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkStore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BuildPatchServicesPrivatePCH.h" #include "BuildPatchChunkStore.h" diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkStore.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkStore.h index e9525a310caf..fd4a6f38c809 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkStore.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchChunkStore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchCompactifier.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchCompactifier.cpp index 0db16742fcc4..5df88f7d1fd3 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchCompactifier.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchCompactifier.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchCompactifier.cpp: Implements the classes that clean up chunk and file diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchCompactifier.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchCompactifier.h index 0a87ffe7c92a..a15b4cb735b0 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchCompactifier.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchCompactifier.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================= BuildPatchCompactifier.h: Declares classes involved with compactifying build data. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDataEnumeration.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDataEnumeration.cpp index 0e36e1033d0e..023e1fa40936 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDataEnumeration.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDataEnumeration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BuildPatchServicesPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDataEnumeration.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDataEnumeration.h index cd7a2252f4ed..ab2fcfdce913 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDataEnumeration.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDataEnumeration.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDownloader.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDownloader.cpp index e2aa609e84a1..060e839a64d8 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDownloader.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDownloader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FBuildPatchDownloader.cpp: Implements the BuildPatchChunkDownloader diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDownloader.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDownloader.h index 5ff83fe7ee0b..f67b2ebb1a81 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDownloader.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchDownloader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FBuildPatchDownloader.h: Declares the BuildPatchChunkDownloader diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchError.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchError.cpp index 0548d565756c..8ef235d08636 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchError.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchError.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchError.cpp: Implements classes involved setting and getting error information. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchError.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchError.h index fe0c827339b7..15253c7950fd 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchError.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchError.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchError.h: Declares classes involved setting and getting error information. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileAttributes.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileAttributes.cpp index 51698088f159..0aec43d55c06 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileAttributes.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileAttributes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BuildPatchServicesPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileAttributes.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileAttributes.h index b8310a4993f2..478d143d2fde 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileAttributes.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileAttributes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileConstructor.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileConstructor.cpp index 9504100c2c6e..b9ae622d2f90 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileConstructor.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileConstructor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchFileConstructor.cpp: Implements the BuildPatchFileConstructor class diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileConstructor.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileConstructor.h index f9197be3a669..b0149ce13043 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileConstructor.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchFileConstructor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchFileConstructor.h: Declares the BuildPatchFileConstructor class diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchGeneration.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchGeneration.cpp index 98c06f666258..f64901760a21 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchGeneration.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchGeneration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchGeneration.cpp: Implements the classes that control build diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchGeneration.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchGeneration.h index 7b684d00bd42..0860090e7ac9 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchGeneration.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchGeneration.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchGeneration.h: Declares classes involved with producing build data. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHTTP.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHTTP.cpp index e3e47697730e..07dd5d97f24b 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHTTP.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHTTP.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchHTTP.cpp: Implements a simple class to wrap queuing HTTP requests diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHTTP.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHTTP.h index 5bbcb1e019d5..df82c4b172b7 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHTTP.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHTTP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchHTTP.h: Declares a simple class to wrap queuing HTTP requests diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHash.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHash.cpp index 89a2177ed120..48696dfb1c25 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHash.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHash.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchHash.cpp: Implements the static struct FRollingHashConst diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHash.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHash.h index 99ae7e7ac429..3e53b5ad9e13 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHash.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchHash.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core/RingBuffer.h" diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchInstaller.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchInstaller.cpp index 1ac1e136fd9c..67238416a332 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchInstaller.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchInstaller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchInstaller.cpp: Implements the FBuildPatchInstaller class which diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchInstaller.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchInstaller.h index b18730f7c44c..988a8989a3bb 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchInstaller.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchInstaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchInstaller.h: Declares the FBuildPatchInstaller class which diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchManifest.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchManifest.cpp index c77f6333e5c2..f4846ebce18c 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchManifest.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchManifest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchManifest.cpp: Implements the manifest classes. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchManifest.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchManifest.h index 9634c2628560..06557baf52a4 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchManifest.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchManifest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchManifest.h: Declares the manifest classes. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchProgress.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchProgress.cpp index f73ed40d6a84..261e66b3c15e 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchProgress.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchProgress.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchProgress.cpp: Implements classes involved with tracking the patch diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchProgress.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchProgress.h index f31e97fa47bf..b306048e0458 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchProgress.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchProgress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchProgress.h: Declares classes involved with tracking the patch diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesModule.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesModule.cpp index e2b598bc07bb..55d4e2614d60 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesModule.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchServicesModule.cpp: Implements the FBuildPatchServicesModule class. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesModule.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesModule.h index 6dcc65b7b858..000ab56095c5 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesModule.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchServicesModule.h: Declares the FBuildPatchServicesModule class. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesPrivatePCH.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesPrivatePCH.h index 244afe31dbf0..91eceef111df 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesPrivatePCH.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchServicesPrivatePCH.h: Pre-compiled header file for the diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesSingleton.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesSingleton.cpp index 3b3804cbcdec..3038d54e4235 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesSingleton.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchServicesSingleton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BuildPatchServicesPrivatePCH.h" #include "BuildPatchServicesSingleton.h" diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchUtil.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchUtil.cpp index e28d441f0c11..d5d0583e72c1 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchUtil.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchUtil.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchUtil.cpp: Implements miscellaneous utility functions. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchUtil.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchUtil.h index 9c7b774d94cf..c3fca0b7c51f 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchUtil.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchUtil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchUtil.h: Declares miscellaneous utility functions. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchVerification.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchVerification.cpp index b8e9d7a8f42c..f8480753b3b6 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchVerification.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchVerification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BuildPatchServicesPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchVerification.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchVerification.h index 8e447408e905..e26adf7f4032 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchVerification.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchVerification.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Core/RingBuffer.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Core/RingBuffer.h index 6e9235e10fe6..7d0d7a4e1169 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Core/RingBuffer.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Core/RingBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once template< typename DataType, uint32 BufferDataSize > diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/BuildStreamer.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/BuildStreamer.cpp index b0f9d3b15525..e44184b362c8 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/BuildStreamer.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/BuildStreamer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/BuildStreamer.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/BuildStreamer.h index 9dccce204a38..147a2cd7762b 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/BuildStreamer.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/BuildStreamer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/CloudEnumeration.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/CloudEnumeration.cpp index b99805b97325..cf1a8228c740 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/CloudEnumeration.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/CloudEnumeration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/CloudEnumeration.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/CloudEnumeration.h index 966e14af8292..3bd1754c28e7 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/CloudEnumeration.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/CloudEnumeration.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataMatcher.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataMatcher.cpp index d2604d0689e9..e0d65b28c87c 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataMatcher.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataMatcher.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataMatcher.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataMatcher.h index 6e30c79400fe..ec76cc776aff 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataMatcher.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataMatcher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataScanner.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataScanner.cpp index dfde43d29a35..318c2608af65 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataScanner.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataScanner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataScanner.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataScanner.h index 92516891e193..d8872216a6bd 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataScanner.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/DataScanner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/FileAttributesParser.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/FileAttributesParser.cpp index d9b0e9a1e2e0..51bea83f3654 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/FileAttributesParser.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/FileAttributesParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/FileAttributesParser.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/FileAttributesParser.h index 24b00c9619d9..756676c452bc 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/FileAttributesParser.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/FileAttributesParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ManifestBuilder.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ManifestBuilder.cpp index 44c888550e12..27602c17917a 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ManifestBuilder.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ManifestBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ManifestBuilder.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ManifestBuilder.h index d4cb46693815..7e3ea4cbfaf5 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ManifestBuilder.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ManifestBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_BUILDPATCHGENERATION diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/StatsCollector.cpp b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/StatsCollector.cpp index 68e429db613c..18e2e3cdda1b 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/StatsCollector.cpp +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/StatsCollector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BuildPatchServicesPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/StatsCollector.h b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/StatsCollector.h index ffa4effe6cc1..bb5a92b18684 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/StatsCollector.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/StatsCollector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once namespace BuildPatchServices diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchServices.h b/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchServices.h index e0a5aa4e2f5d..d05c4a192ced 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchServices.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchServices.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BuildPatchServices.h: BuildPatchServices module public header file. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchServicesSingleton.h b/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchServicesSingleton.h index db2e3b818159..8aa53ceb080b 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchServicesSingleton.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchServicesSingleton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IBuildPatchServicesModule.h" diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h b/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h index 98791d8660ab..bf216d947783 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstaller.h b/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstaller.h index 14d9d0412ac5..393c4392d263 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstaller.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildInstaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IBuildInstaller.h: Declares the IBuildInstaller interface. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h b/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h index 29d68f4d0721..6016a0afc007 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IBuildManifest.h: Declares the IBuildManifest and IManifestField interfaces. diff --git a/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h b/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h index 0897647da4cd..343961a54df4 100644 --- a/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h +++ b/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IBuildInstaller.h" diff --git a/Engine/Source/Runtime/Online/HTTP/HTTP.Build.cs b/Engine/Source/Runtime/Online/HTTP/HTTP.Build.cs index ba5930d88709..2107a2618292 100644 --- a/Engine/Source/Runtime/Online/HTTP/HTTP.Build.cs +++ b/Engine/Source/Runtime/Online/HTTP/HTTP.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Android/AndroidHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/Android/AndroidHttp.cpp index 865220737954..75bb406decd4 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Android/AndroidHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/Android/AndroidHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "Curl/CurlHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttp.cpp index bd6c1110ee5a..99af703d9975 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "CurlHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttp.h b/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttp.h index aa4d73ec92bf..add0c41dc0e0 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttpManager.cpp b/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttpManager.cpp index 1223363fc3cd..5fb901ca6fd1 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttpManager.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttpManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "CurlHttpManager.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttpManager.h b/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttpManager.h index ea9f555317be..45aa2eb5d1ed 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttpManager.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/Curl/CurlHttpManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/GenericPlatformHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/GenericPlatformHttp.cpp index f507c8b3b3f0..4cf33564002a 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/GenericPlatformHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/GenericPlatformHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5HTTP.cpp b/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5HTTP.cpp index 1c49a84469d1..cee1f34dd54d 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5HTTP.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5HTTP.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "HTML5HTTP.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5HTTP.h b/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5HTTP.h index d96d01a3b569..7ca8efd1deb0 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5HTTP.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5HTTP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5PlatformHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5PlatformHttp.cpp index aef0d10f99d1..2750355f723b 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5PlatformHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5PlatformHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "HTML5PlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp b/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp index 12d57f284f85..ee98da55bd81 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "HttpManager.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HttpModule.cpp b/Engine/Source/Runtime/Online/HTTP/Private/HttpModule.cpp index 2be6c5dd1cfd..bf04438daa11 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HttpModule.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/HttpModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "NullHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HttpPrivatePCH.h b/Engine/Source/Runtime/Online/HTTP/Private/HttpPrivatePCH.h index 7e0e4ef9e806..3f1984883c15 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HttpPrivatePCH.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/HttpPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HttpRetrySystem.cpp b/Engine/Source/Runtime/Online/HTTP/Private/HttpRetrySystem.cpp index a601601faf47..1e36a1afedc0 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HttpRetrySystem.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/HttpRetrySystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HttpTests.cpp b/Engine/Source/Runtime/Online/HTTP/Private/HttpTests.cpp index 816ae1c0bfe6..a8d25b3b9329 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HttpTests.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/HttpTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "HttpTests.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/HttpTests.h b/Engine/Source/Runtime/Online/HTTP/Private/HttpTests.h index 91ebd8575744..3aef61e7956e 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/HttpTests.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/HttpTests.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSHTTP.cpp b/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSHTTP.cpp index 64a6dae42fdf..8e4c65b933ca 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSHTTP.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSHTTP.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSHTTP.h b/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSHTTP.h index 7c2638d54e26..a9aeaf457660 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSHTTP.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSHTTP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSPlatformHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSPlatformHttp.cpp index 58b39d517175..6b4fa0599a8e 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSPlatformHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/IOS/IOSPlatformHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "IOSPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Linux/LinuxPlatformHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/Linux/LinuxPlatformHttp.cpp index fdfd0e199180..c1387c264b01 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Linux/LinuxPlatformHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/Linux/LinuxPlatformHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "Curl/CurlHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacHTTP.cpp b/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacHTTP.cpp index 7159b1c0226f..336c4923c68f 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacHTTP.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacHTTP.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacHTTP.h b/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacHTTP.h index 8a717982c9d2..f7c11fd77744 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacHTTP.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacHTTP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacPlatformHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacPlatformHttp.cpp index 012e1bd91a0d..22213df50d32 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacPlatformHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/Mac/MacPlatformHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "MacPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/NullHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/NullHttp.cpp index ad0077c3076f..0a66a3ff768e 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/NullHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/NullHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "NullHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/NullHttp.h b/Engine/Source/Runtime/Online/HTTP/Private/NullHttp.h index 4bc9668a0dbc..9a9c1070cd5e 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/NullHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/NullHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/WinRT/WinRTHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/WinRT/WinRTHttp.cpp index 07ded56ec977..981603fe8ba4 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/WinRT/WinRTHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/WinRT/WinRTHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "WinRTHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Windows/HttpWinInet.cpp b/Engine/Source/Runtime/Online/HTTP/Private/Windows/HttpWinInet.cpp index 1c98a1a1d744..8e966daa56cd 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Windows/HttpWinInet.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/Windows/HttpWinInet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "HttpWinInet.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Windows/HttpWinInet.h b/Engine/Source/Runtime/Online/HTTP/Private/Windows/HttpWinInet.h index a211e220e533..7e94377e6f5b 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Windows/HttpWinInet.h +++ b/Engine/Source/Runtime/Online/HTTP/Private/Windows/HttpWinInet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Private/Windows/WindowsPlatformHttp.cpp b/Engine/Source/Runtime/Online/HTTP/Private/Windows/WindowsPlatformHttp.cpp index 879af17e3e6b..97157b43161b 100644 --- a/Engine/Source/Runtime/Online/HTTP/Private/Windows/WindowsPlatformHttp.cpp +++ b/Engine/Source/Runtime/Online/HTTP/Private/Windows/WindowsPlatformHttp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HttpPrivatePCH.h" #include "WindowsPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Public/Android/AndroidHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/Android/AndroidHttp.h index 8dab25173081..56547ff3e424 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/Android/AndroidHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/Android/AndroidHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h index 93375ab012ea..dc5bdd96cdf6 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/HTML5/HTML5PlatformHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/HTML5/HTML5PlatformHttp.h index 743d766030e3..aea3ba0367cd 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/HTML5/HTML5PlatformHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/HTML5/HTML5PlatformHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Public/Http.h b/Engine/Source/Runtime/Online/HTTP/Public/Http.h index ca20cd73e880..b65bba0e9a72 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/Http.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/Http.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h b/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h index 603ea9775fce..2c5a7e6c3934 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/HttpModule.h b/Engine/Source/Runtime/Online/HTTP/Public/HttpModule.h index d80559523a06..e82ca3d5ba60 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/HttpModule.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/HttpModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/HttpPackage.h b/Engine/Source/Runtime/Online/HTTP/Public/HttpPackage.h index 513125b90d1f..b5723adc1d9c 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/HttpPackage.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/HttpPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h b/Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h index cada6bba4c1d..f43f6adbee3a 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h b/Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h index 4891e99acbe5..1b88d00bbaf0 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/IOS/IOSPlatformHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/IOS/IOSPlatformHttp.h index cf2433d7631b..0ec88faf68a4 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/IOS/IOSPlatformHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/IOS/IOSPlatformHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h b/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h index 23cd66a29271..0573fac10ac2 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h b/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h index 88b228b4af95..209a7255b166 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpResponse.h b/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpResponse.h index 0a71ee4b2bef..f2c6f2c76ec9 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpResponse.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpResponse.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/HTTP/Public/Linux/LinuxPlatformHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/Linux/LinuxPlatformHttp.h index 7edd6da916b5..c29e76efd0f3 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/Linux/LinuxPlatformHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/Linux/LinuxPlatformHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Public/Mac/MacPlatformHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/Mac/MacPlatformHttp.h index 10476247a5db..fcea9d9da209 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/Mac/MacPlatformHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/Mac/MacPlatformHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Public/PlatformHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/PlatformHttp.h index ff706ea7a664..968cdc03d866 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/PlatformHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/PlatformHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Public/WinRT/WinRTHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/WinRT/WinRTHttp.h index ab57e8a150f9..751c7b76de89 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/WinRT/WinRTHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/WinRT/WinRTHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericPlatform/GenericPlatformHttp.h" diff --git a/Engine/Source/Runtime/Online/HTTP/Public/Windows/WindowsPlatformHttp.h b/Engine/Source/Runtime/Online/HTTP/Public/Windows/WindowsPlatformHttp.h index bbe1d7da31f6..9475c079e6e9 100644 --- a/Engine/Source/Runtime/Online/HTTP/Public/Windows/WindowsPlatformHttp.h +++ b/Engine/Source/Runtime/Online/HTTP/Public/Windows/WindowsPlatformHttp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Hotfix/Classes/OnlineHotfixManager.h b/Engine/Source/Runtime/Online/Hotfix/Classes/OnlineHotfixManager.h index e8a0715b7d58..b81b66ea9322 100644 --- a/Engine/Source/Runtime/Online/Hotfix/Classes/OnlineHotfixManager.h +++ b/Engine/Source/Runtime/Online/Hotfix/Classes/OnlineHotfixManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineTitleFileInterface.h" diff --git a/Engine/Source/Runtime/Online/Hotfix/Hotfix.Build.cs b/Engine/Source/Runtime/Online/Hotfix/Hotfix.Build.cs index 6384dadfcfac..9d4b94661d98 100644 --- a/Engine/Source/Runtime/Online/Hotfix/Hotfix.Build.cs +++ b/Engine/Source/Runtime/Online/Hotfix/Hotfix.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/Hotfix/Private/HotfixModule.cpp b/Engine/Source/Runtime/Online/Hotfix/Private/HotfixModule.cpp index 95fe7c4d3e89..1ff2fd442186 100644 --- a/Engine/Source/Runtime/Online/Hotfix/Private/HotfixModule.cpp +++ b/Engine/Source/Runtime/Online/Hotfix/Private/HotfixModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HotfixPrivatePCH.h" #include "HotfixModule.h" diff --git a/Engine/Source/Runtime/Online/Hotfix/Private/HotfixPrivatePCH.h b/Engine/Source/Runtime/Online/Hotfix/Private/HotfixPrivatePCH.h index 9bb37a357b85..3118b99290fe 100644 --- a/Engine/Source/Runtime/Online/Hotfix/Private/HotfixPrivatePCH.h +++ b/Engine/Source/Runtime/Online/Hotfix/Private/HotfixPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Hotfix/Private/OnlineHotfixManager.cpp b/Engine/Source/Runtime/Online/Hotfix/Private/OnlineHotfixManager.cpp index f90b06a73e00..749023673a9e 100644 --- a/Engine/Source/Runtime/Online/Hotfix/Private/OnlineHotfixManager.cpp +++ b/Engine/Source/Runtime/Online/Hotfix/Private/OnlineHotfixManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HotfixPrivatePCH.h" #include "OnlineHotfixManager.h" diff --git a/Engine/Source/Runtime/Online/Hotfix/Public/HotfixModule.h b/Engine/Source/Runtime/Online/Hotfix/Public/HotfixModule.h index a16f3aa71ff7..22719bb93811 100644 --- a/Engine/Source/Runtime/Online/Hotfix/Public/HotfixModule.h +++ b/Engine/Source/Runtime/Online/Hotfix/Public/HotfixModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/OnlineSubsystemIOS.Build.cs b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/OnlineSubsystemIOS.Build.cs index 6556cc7abaf2..3bb08578437c 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/OnlineSubsystemIOS.Build.cs +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/OnlineSubsystemIOS.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineAchievementsInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineAchievementsInterfaceIOS.cpp index 562a83c27d5e..51f9080a405e 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineAchievementsInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineAchievementsInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Module includes #include "OnlineSubsystemIOSPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineAchievementsInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineAchievementsInterfaceIOS.h index 8220950e6ee5..21165dc2b6c5 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineAchievementsInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineAchievementsInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineExternalUIInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineExternalUIInterfaceIOS.cpp index 5f63289bf9de..5dbbed00b2c5 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineExternalUIInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineExternalUIInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Module includes #include "OnlineSubsystemIOSPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineExternalUIInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineExternalUIInterfaceIOS.h index 3064ce523694..36ad9efff7fa 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineExternalUIInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineExternalUIInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineFriendsInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineFriendsInterfaceIOS.cpp index 8013ed854f99..ec364027c057 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineFriendsInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineFriendsInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineFriendsInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineFriendsInterfaceIOS.h index 86273cd72d25..5394b84dc416 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineFriendsInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineFriendsInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineIdentityInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineIdentityInterfaceIOS.cpp index 301cd420027e..698567d8a52f 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineIdentityInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineIdentityInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineIdentityInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineIdentityInterfaceIOS.h index 9d61d1cc8d3b..5c79a6d75d88 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineIdentityInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineIdentityInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineLeaderboardsInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineLeaderboardsInterfaceIOS.cpp index 296670c8c2fd..aa6096108f03 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineLeaderboardsInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineLeaderboardsInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Module includes #include "OnlineSubsystemIOSPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineLeaderboardsInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineLeaderboardsInterfaceIOS.h index 1d9f3504632e..1aa1720d8514 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineLeaderboardsInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineLeaderboardsInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSessionInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSessionInterfaceIOS.cpp index 57a1cd8d3d6e..67ada0fa6f79 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSessionInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSessionInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSessionInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSessionInterfaceIOS.h index 3537bef0a239..eaf1a66b1810 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSessionInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSessionInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSharedCloudInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSharedCloudInterfaceIOS.cpp index a8fb66529d62..81fc753e9fad 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSharedCloudInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSharedCloudInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" #include "OnlineSharedCloudInterfaceIOS.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSharedCloudInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSharedCloudInterfaceIOS.h index 0aa3d5bf69d6..c9cca3e25e4c 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSharedCloudInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSharedCloudInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineStoreInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineStoreInterfaceIOS.cpp index f160b65529eb..7503422ea7cf 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineStoreInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineStoreInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" #include "OnlineStoreInterface.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineStoreInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineStoreInterfaceIOS.h index b906f09b4247..3f78cb2f8c7d 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineStoreInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineStoreInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOS.cpp index ffaddd0b9d18..0c15c0f848ac 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSModule.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSModule.cpp index d1789a7668e9..b9eed8231fc2 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSModule.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" #include "HttpModule.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSPrivatePCH.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSPrivatePCH.h index f8a5b2ca023f..3cc4cf1f058f 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSPrivatePCH.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSTypes.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSTypes.h index 474f704d36dd..55ad83bc8ce9 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSTypes.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineSubsystemIOSTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineTurnBasedInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineTurnBasedInterfaceIOS.cpp index a75825ed0a0c..086ef222ab17 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineTurnBasedInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineTurnBasedInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" #include "OnlineTurnBasedInterfaceIOS.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineTurnBasedInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineTurnBasedInterfaceIOS.h index 00fd041fdaf5..5390d46bf091 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineTurnBasedInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineTurnBasedInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineUserCloudInterfaceIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineUserCloudInterfaceIOS.cpp index 8f0431e770f3..0c9b32d5e8e6 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineUserCloudInterfaceIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineUserCloudInterfaceIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" #include "OnlineUserCloudInterfaceIOS.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineUserCloudInterfaceIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineUserCloudInterfaceIOS.h index b62729a81372..c5d1aa497778 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineUserCloudInterfaceIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/OnlineUserCloudInterfaceIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedEventListener.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedEventListener.cpp index fadfaf9e8b58..d893656e3a83 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedEventListener.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedEventListener.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" #include "TurnBasedEventListener.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedEventListener.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedEventListener.h index 51ff1b508c09..e0d4daa36d66 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedEventListener.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedEventListener.h @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerDelegateIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerDelegateIOS.cpp index 7bc106885f4a..e68b8d721c0d 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerDelegateIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerDelegateIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2013 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerDelegateIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerDelegateIOS.h index 111945e30c91..c2b7d41f7de9 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerDelegateIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerDelegateIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerIOS.cpp b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerIOS.cpp index 92a084e29ed5..89353eb3d405 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerIOS.cpp +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemIOSPrivatePCH.h" #include "TurnBasedMatchmakerIOS.h" diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerIOS.h index 2139ebb57fb9..f2b7557b3f55 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Private/TurnBasedMatchmakerIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOS.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOS.h index f1924b93353f..c78ddb6a1085 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOS.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOSModule.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOSModule.h index 949b38198fb2..8693542224d5 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOSModule.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOSModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOSPackage.h b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOSPackage.h index 705e5515d7e6..e33a5daae8a5 100644 --- a/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOSPackage.h +++ b/Engine/Source/Runtime/Online/IOS/OnlineSubsystemIOS/Public/OnlineSubsystemIOSPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/ImageDownload/ImageDownload.Build.cs b/Engine/Source/Runtime/Online/ImageDownload/ImageDownload.Build.cs index 6999c91f231c..96f0ad24cae6 100644 --- a/Engine/Source/Runtime/Online/ImageDownload/ImageDownload.Build.cs +++ b/Engine/Source/Runtime/Online/ImageDownload/ImageDownload.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/ImageDownload/Private/ImageDownloadModule.cpp b/Engine/Source/Runtime/Online/ImageDownload/Private/ImageDownloadModule.cpp index efa23e3967fd..095856a19724 100644 --- a/Engine/Source/Runtime/Online/ImageDownload/Private/ImageDownloadModule.cpp +++ b/Engine/Source/Runtime/Online/ImageDownload/Private/ImageDownloadModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageDownloadPCH.h" diff --git a/Engine/Source/Runtime/Online/ImageDownload/Private/ImageDownloadPCH.h b/Engine/Source/Runtime/Online/ImageDownload/Private/ImageDownloadPCH.h index 6107eec06f2c..2b6654e273d9 100644 --- a/Engine/Source/Runtime/Online/ImageDownload/Private/ImageDownloadPCH.h +++ b/Engine/Source/Runtime/Online/ImageDownload/Private/ImageDownloadPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/ImageDownload/Private/WebImage.cpp b/Engine/Source/Runtime/Online/ImageDownload/Private/WebImage.cpp index 449df686ecae..69f6a4b37b8f 100644 --- a/Engine/Source/Runtime/Online/ImageDownload/Private/WebImage.cpp +++ b/Engine/Source/Runtime/Online/ImageDownload/Private/WebImage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageDownloadPCH.h" #include "WebImage.h" diff --git a/Engine/Source/Runtime/Online/ImageDownload/Private/WebImageCache.cpp b/Engine/Source/Runtime/Online/ImageDownload/Private/WebImageCache.cpp index 0ee299cc6e3c..7637c15b89cf 100644 --- a/Engine/Source/Runtime/Online/ImageDownload/Private/WebImageCache.cpp +++ b/Engine/Source/Runtime/Online/ImageDownload/Private/WebImageCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ImageDownloadPCH.h" #include "WebImageCache.h" diff --git a/Engine/Source/Runtime/Online/ImageDownload/Public/WebImage.h b/Engine/Source/Runtime/Online/ImageDownload/Public/WebImage.h index 6216b31f4b64..8b17118e6cc1 100644 --- a/Engine/Source/Runtime/Online/ImageDownload/Public/WebImage.h +++ b/Engine/Source/Runtime/Online/ImageDownload/Public/WebImage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/ImageDownload/Public/WebImageCache.h b/Engine/Source/Runtime/Online/ImageDownload/Public/WebImageCache.h index ca67b22b7321..9a020a80618e 100644 --- a/Engine/Source/Runtime/Online/ImageDownload/Public/WebImageCache.h +++ b/Engine/Source/Runtime/Online/ImageDownload/Public/WebImageCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Lobby.Build.cs b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Lobby.Build.cs index 8692136c1876..5e70be06c8c8 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Lobby.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Lobby.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconClient.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconClient.cpp index c7f63b20d0ff..bfd811603b40 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconClient.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LobbyPrivatePCH.h" #include "LobbyBeaconClient.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconHost.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconHost.cpp index 59544456be3c..bfc74420a73a 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconHost.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconHost.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LobbyPrivatePCH.h" #include "LobbyBeaconHost.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconPlayerState.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconPlayerState.cpp index 118cae7c02f5..3b8bea4e8437 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconPlayerState.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconPlayerState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LobbyPrivatePCH.h" #include "LobbyBeaconPlayerState.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconState.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconState.cpp index 5c72f21fa2c6..5a4d0ca4affa 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconState.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyBeaconState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LobbyPrivatePCH.h" #include "LobbyBeaconState.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyModule.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyModule.cpp index 376b9f2b0128..95b1912fe578 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyModule.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "LobbyPrivatePCH.h" #include "LobbyModule.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyPrivatePCH.h b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyPrivatePCH.h index 9248f8dd7130..08e13227bd4b 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyPrivatePCH.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Private/LobbyPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/Lobby.h b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/Lobby.h index 4ee935f51570..940d4bb7e467 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/Lobby.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/Lobby.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconClient.h b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconClient.h index 7db55e6e6095..231ebb562e14 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconClient.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconHost.h b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconHost.h index 622f7c67318c..48eedc0af95a 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconHost.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconHost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconPlayerState.h b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconPlayerState.h index 605eb2574a89..5faa74261e87 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconPlayerState.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconPlayerState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconState.h b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconState.h index bd53878699ca..687999c79b14 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconState.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyBeaconState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyModule.h b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyModule.h index a924e5c06380..b44190ce40b7 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyModule.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyPackage.h b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyPackage.h index d805bc5f5941..387fb9547063 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyPackage.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Lobby/Public/LobbyPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Party.Build.cs b/Engine/Source/Runtime/Online/OnlineFramework/Party/Party.Build.cs index 9714d8898795..043a7f0c1db5 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Party.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Party.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/Party.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/Party.cpp index 18b7b4dc4101..79a4f2ef0d48 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/Party.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/Party.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PartyPrivatePCH.h" #include "Party.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyGameState.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyGameState.cpp index 34f4c37afd90..739626d85542 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyGameState.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyGameState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PartyPrivatePCH.h" #include "PartyGameState.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyMemberState.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyMemberState.cpp index 84748176c615..ac66c170d760 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyMemberState.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyMemberState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PartyPrivatePCH.h" #include "PartyMemberState.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyModule.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyModule.cpp index b2ea555f5c6c..36ab1f6a7970 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyModule.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PartyPrivatePCH.h" #include "PartyModule.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyPrivatePCH.h b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyPrivatePCH.h index 21c5b52c5cba..700cb7ab3f3e 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyPrivatePCH.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Private/PartyPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/Party.h b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/Party.h index cdbcd82f7d9d..2c50c45504d9 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/Party.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/Party.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyGameState.h b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyGameState.h index 16e9a8727f51..5e03bbd638f6 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyGameState.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyGameState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyMemberState.h b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyMemberState.h index 3ed326eda7a6..56063cad57a4 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyMemberState.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyMemberState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyModule.h b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyModule.h index b5f35712b705..59c5336467fa 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyModule.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyPackage.h b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyPackage.h index ff43225bdf40..127bac3fde4b 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyPackage.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Party/Public/PartyPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosBeaconClient.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosBeaconClient.cpp index 2fa93b156159..e079a9e025e6 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosBeaconClient.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosBeaconClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QosPrivatePCH.h" #include "QosBeaconClient.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosBeaconHost.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosBeaconHost.cpp index f66a8f187059..64b1dac453c5 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosBeaconHost.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosBeaconHost.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QosPrivatePCH.h" #include "QosBeaconHost.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosEvaluator.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosEvaluator.cpp index 33eb6a584d51..9983dc61d1a7 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosEvaluator.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosEvaluator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QosPrivatePCH.h" #include "QosEvaluator.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosInterface.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosInterface.cpp index 1f55482a9a7d..88250a2a0a1b 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QosPrivatePCH.h" #include "QosInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosModule.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosModule.cpp index 903463905de0..352ce4f3f5a8 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosModule.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QosPrivatePCH.h" #include "QosModule.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosPrivatePCH.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosPrivatePCH.h index 01156279ce78..11ff67d0bb4e 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosPrivatePCH.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosStats.cpp b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosStats.cpp index 040a46c07579..6ef6a7f3dab8 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosStats.cpp +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "QosPrivatePCH.h" #include "QosStats.h" diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosStats.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosStats.h index 63e9dd29af32..bd05a81606e1 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosStats.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Private/QosStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/Qos.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/Qos.h index 2f399a3450e2..59d70bd54577 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/Qos.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/Qos.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosBeaconClient.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosBeaconClient.h index ce8ca3bdbd45..b418942b74b1 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosBeaconClient.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosBeaconClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosBeaconHost.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosBeaconHost.h index 5a3b21cceb2f..8dfe9ca057bd 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosBeaconHost.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosBeaconHost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosEvaluator.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosEvaluator.h index 8527f0dcfe14..245c96392305 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosEvaluator.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosEvaluator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosInterface.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosInterface.h index e1f73b74b332..f7ec3b2bb5b1 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosInterface.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosModule.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosModule.h index bea160dacd6f..d786ae0d6c13 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosModule.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosPackage.h b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosPackage.h index f4f9e0e49887..54fac800d0a0 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosPackage.h +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Public/QosPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Qos.Build.cs b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Qos.Build.cs index 6a0b7ca7a7d2..d12c694f1553 100644 --- a/Engine/Source/Runtime/Online/OnlineFramework/Qos/Qos.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineFramework/Qos/Qos.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/OnlineSubsystem.Build.cs b/Engine/Source/Runtime/Online/OnlineSubsystem/OnlineSubsystem.Build.cs index 66f3ebc73eaf..a289ead5e35f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/OnlineSubsystem.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/OnlineSubsystem.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/LANBeacon.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/LANBeacon.cpp index ca37cb06075f..4b0dc12c0191 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/LANBeacon.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/LANBeacon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "LANBeacon.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/NamedInterfaces.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/NamedInterfaces.cpp index 002eafd38143..cce0e5421190 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/NamedInterfaces.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/NamedInterfaces.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "NamedInterfaces.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineAsyncTaskManager.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineAsyncTaskManager.cpp index 84f0fe1a1c10..c8235b85243e 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineAsyncTaskManager.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineAsyncTaskManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineAsyncTaskManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineKeyValuePair.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineKeyValuePair.cpp index 2ee043369248..eb5b7bfd8d57 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineKeyValuePair.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineKeyValuePair.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineKeyValuePair.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotification.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotification.cpp index b676bd6c3d27..9781b07cda37 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotification.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineNotification.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotificationHandler.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotificationHandler.cpp index 3a1dd2c70a11..842296052b9f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotificationHandler.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotificationHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineNotificationTransportInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotificationTransportManager.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotificationTransportManager.cpp index 81127dafa59e..51d570076ed4 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotificationTransportManager.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineNotificationTransportManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineNotificationHandler.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSessionSettings.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSessionSettings.cpp index 524c2ed3504a..3594dbb33074 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSessionSettings.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSessionSettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineSessionSettings.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineStats.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineStats.cpp index 224f761552df..ad8178487656 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineStats.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineStats.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystem.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystem.cpp index 37f1c4461cef..645982fed8b5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystem.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineSessionInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemImpl.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemImpl.cpp index b7adfb934427..f9642116c665 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemImpl.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "OnlineSubsystemImpl.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemModule.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemModule.cpp index 0b5bf2818a34..45dff532447a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemModule.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemPrivatePCH.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemPrivatePCH.h index 100cb9c28b66..f257a8c9fff1 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemPrivatePCH.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/OnlineSubsystemPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/TurnBasedMatchInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/TurnBasedMatchInterface.cpp index 2ff951615f95..48863607f50f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Private/TurnBasedMatchInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Private/TurnBasedMatchInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemPrivatePCH.h" #include "TurnBasedMatchInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineAchievementsInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineAchievementsInterface.h index 0badc82f59e3..ffbd47674d55 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineAchievementsInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineAchievementsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineChatInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineChatInterface.h index f2c2cb90bb8b..95bc0f6c3242 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineChatInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineChatInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineEntitlementsInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineEntitlementsInterface.h index 5f3a48586634..86f96a35056c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineEntitlementsInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineEntitlementsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineEventsInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineEventsInterface.h index f99005ad59da..4e2738b9296d 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineEventsInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineEventsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineExternalUIInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineExternalUIInterface.h index b8022995f28b..87191432d426 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineExternalUIInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineExternalUIInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemTypes.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineFriendsInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineFriendsInterface.h index 1750dadcfcc4..b9d5eec701aa 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineFriendsInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineFriendsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineGroupsInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineGroupsInterface.h index 9decd3b790b9..3fa7d34e619c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineGroupsInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineGroupsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemTypes.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineIdentityInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineIdentityInterface.h index 53b603f76e07..4fcf87707a59 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineIdentityInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineIdentityInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineLeaderboardInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineLeaderboardInterface.h index fae039447f15..48f1dab8b750 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineLeaderboardInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineLeaderboardInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineMessageInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineMessageInterface.h index 8578c1b4fe92..b9548db4a77a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineMessageInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineMessageInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineNotificationTransportInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineNotificationTransportInterface.h index 438f59cef3bb..97155031addb 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineNotificationTransportInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineNotificationTransportInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePartyInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePartyInterface.h index b8b7f94fcd47..9e6b642fc2ad 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePartyInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePartyInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePresenceInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePresenceInterface.h index 756b2fc3029d..79d40f7456a5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePresenceInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePresenceInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePurchaseInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePurchaseInterface.h index 8978e68aefb1..8f6d47c31b7c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePurchaseInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlinePurchaseInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSessionInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSessionInterface.h index 8038846401a4..04c17cf5a51c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSessionInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSessionInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSharedCloudInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSharedCloudInterface.h index dd2ba2899488..a404e3725b6f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSharedCloudInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSharedCloudInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSharingInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSharingInterface.h index e7d5db20775f..f3493d5672e0 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSharingInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineSharingInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineStoreInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineStoreInterface.h index 5b5e83d7be68..b69f180e7ad8 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineStoreInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineStoreInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineStoreInterfaceV2.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineStoreInterfaceV2.h index d5d018ca652a..373d58e53b06 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineStoreInterfaceV2.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineStoreInterfaceV2.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTimeInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTimeInterface.h index 10a6410b24d5..0588e359ed0d 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTimeInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTimeInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTitleFileInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTitleFileInterface.h index 624d567f57e7..9854b9c294c5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTitleFileInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTitleFileInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTurnBasedInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTurnBasedInterface.h index 9ea4d0378d94..9694bc9e4797 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTurnBasedInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineTurnBasedInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineUserCloudInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineUserCloudInterface.h index dca0f7a9bbb3..f3aefebeebdd 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineUserCloudInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineUserCloudInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineDelegateMacros.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineUserInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineUserInterface.h index 72c52fd319b3..b91b9512f87d 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineUserInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineUserInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/TurnBasedMatchInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/TurnBasedMatchInterface.h index 1715f9c091d2..069f3dc4e834 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/TurnBasedMatchInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/TurnBasedMatchInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/VoiceInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/VoiceInterface.h index 4ca21cd0d557..a4a9e0e8998a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/VoiceInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Interfaces/VoiceInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/LANBeacon.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/LANBeacon.h index be03d3e2c5ec..d2bb3ebb7736 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/LANBeacon.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/LANBeacon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/NamedInterfaces.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/NamedInterfaces.h index fe176d8807a4..cc865e887815 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/NamedInterfaces.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/NamedInterfaces.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Named interfaces for Online Subsystem diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/NboSerializer.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/NboSerializer.h index 1773d038e3f0..3f31c5abe6b0 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/NboSerializer.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/NboSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Online.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Online.h index 4770a27b3e5e..57d3bb76c52c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Online.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/Online.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineAsyncTaskManager.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineAsyncTaskManager.h index 8e22a75a6313..00c02f75ae11 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineAsyncTaskManager.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineAsyncTaskManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineDelegateMacros.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineDelegateMacros.h index 3523f00eb790..2baa954fc2e9 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineDelegateMacros.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineDelegateMacros.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineJsonSerializer.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineJsonSerializer.h index 4eccfd3ef7ea..ebc6f8891c5a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineJsonSerializer.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineJsonSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Json.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineKeyValuePair.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineKeyValuePair.h index 11624b6bd2c8..d50f79fde02b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineKeyValuePair.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineKeyValuePair.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemPackage.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotification.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotification.h index 5dd56e7e2c17..df5c17d37ace 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotification.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotification.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotificationHandler.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotificationHandler.h index a13fe174dbc5..2d853ed682fd 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotificationHandler.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotificationHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemPackage.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotificationTransportManager.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotificationTransportManager.h index fa31f636d56b..9c7a839d2e17 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotificationTransportManager.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineNotificationTransportManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemPackage.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSessionSettings.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSessionSettings.h index bc62c6928b0c..d591771f7d14 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSessionSettings.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSessionSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineStats.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineStats.h index 8b83d72895e0..7fcf6083fe93 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineStats.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystem.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystem.h index 88a0337af8d7..f57daac338b8 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystem.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemImpl.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemImpl.h index 61274f26757d..4d061e6290ea 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemImpl.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemModule.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemModule.h index 5e7d576560d5..41bff50d52a3 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemModule.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemNames.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemNames.h index 20325923db01..7c817fc0c2e7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemNames.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemNames.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef NULL_SUBSYSTEM #define NULL_SUBSYSTEM FName(TEXT("NULL")) diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemPackage.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemPackage.h index ac2a76101917..fa007ed2dc5b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemPackage.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemSessionSettings.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemSessionSettings.h index 0b8f86a91ade..5924d15e1b3f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemSessionSettings.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemSessionSettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemPackage.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemTypes.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemTypes.h index adc9a6e14eed..88649ca6aff7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemTypes.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/OnlineSubsystemTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemPackage.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/UniqueNetIdWrapper.h b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/UniqueNetIdWrapper.h index 9eb20d70f321..b23bca9cc87b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystem/Public/UniqueNetIdWrapper.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystem/Public/UniqueNetIdWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineSubsystemTypes.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/OnlineSubsystemAmazon.Build.cs b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/OnlineSubsystemAmazon.Build.cs index 8f78987ee528..6670839e804a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/OnlineSubsystemAmazon.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/OnlineSubsystemAmazon.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineIdentityAmazon.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineIdentityAmazon.cpp index 8982b682e33e..d74f7ddd43d5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineIdentityAmazon.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineIdentityAmazon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemAmazonPCH.h" #include "OnlineIdentityAmazon.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineIdentityAmazon.h b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineIdentityAmazon.h index 6de95a876636..95543148d530 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineIdentityAmazon.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineIdentityAmazon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineSubsystemAmazon.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineSubsystemAmazon.cpp index 41955cf096a4..c9ad1cf4420a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineSubsystemAmazon.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineSubsystemAmazon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemAmazonPCH.h" #include "OnlineSubsystemAmazon.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineSubsystemAmazonPCH.h b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineSubsystemAmazonPCH.h index f41313a4fc4c..c27b47850e0c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineSubsystemAmazonPCH.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Private/OnlineSubsystemAmazonPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazon.h b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazon.h index 8beef4bb49dc..f50f441282f7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazon.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazonModule.h b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazonModule.h index 7f73b9ef5354..eadc39e1e49c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazonModule.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazonModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazonPackage.h b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazonPackage.h index d2ef9ec5dd54..54cca924b4a5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazonPackage.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemAmazon/Public/OnlineSubsystemAmazonPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/OnlineSubsystemFacebook.Build.cs b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/OnlineSubsystemFacebook.Build.cs index b2b7e0c94624..abf3c54436e7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/OnlineSubsystemFacebook.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/OnlineSubsystemFacebook.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineFriendsFacebook.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineFriendsFacebook.cpp index 924dd8418a05..8edc26053423 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineFriendsFacebook.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineFriendsFacebook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemFacebookPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineFriendsFacebook.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineFriendsFacebook.h index 824c85420873..a8409186d62c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineFriendsFacebook.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineFriendsFacebook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineIdentityFacebook.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineIdentityFacebook.cpp index 9e122e5a1c3d..b0735f0e308c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineIdentityFacebook.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineIdentityFacebook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Module includes diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineIdentityFacebook.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineIdentityFacebook.h index d35322b8d4ae..cef086d26c3a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineIdentityFacebook.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineIdentityFacebook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSharingFacebook.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSharingFacebook.cpp index 11cf96286c5f..73a09863218d 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSharingFacebook.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSharingFacebook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Module includes diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSharingFacebook.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSharingFacebook.h index c9b95cb15d9c..304b8c233bea 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSharingFacebook.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSharingFacebook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSubsystemFacebook.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSubsystemFacebook.cpp index c5940a8912e6..969c9d57285a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSubsystemFacebook.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineSubsystemFacebook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemFacebookPrivatePCH.h" #include "IOSAppDelegate.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineUserFacebook.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineUserFacebook.cpp index 03789a8bd6a3..1b8acd1db2e0 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineUserFacebook.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineUserFacebook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Module includes diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineUserFacebook.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineUserFacebook.h index 11122fa9616f..41af8053d5d1 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineUserFacebook.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/IOS/OnlineUserFacebook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookModule.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookModule.cpp index d976a9442b7e..11397c0db5cd 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookModule.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemFacebookPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookPrivatePCH.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookPrivatePCH.h index d6aeadab197f..446ca2ddf14e 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookPrivatePCH.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookTypes.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookTypes.h index 4539bbe3ad09..ac9d704ba9b1 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookTypes.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/OnlineSubsystemFacebookTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineFriendsFacebook.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineFriendsFacebook.cpp index 7248931f4438..2cfe4376f092 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineFriendsFacebook.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineFriendsFacebook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemFacebookPrivatePCH.h" #include "OnlineIdentityFacebook.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineFriendsFacebook.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineFriendsFacebook.h index 0dc7e93c8f41..ef29a40dee33 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineFriendsFacebook.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineFriendsFacebook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineIdentityFacebook.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineIdentityFacebook.cpp index 128d1034d2f9..a2262ca5dd09 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineIdentityFacebook.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineIdentityFacebook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemFacebookPrivatePCH.h" #include "OnlineIdentityFacebook.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineIdentityFacebook.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineIdentityFacebook.h index 93feb5f9a044..22034a56b461 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineIdentityFacebook.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineIdentityFacebook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineSubsystemFacebook.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineSubsystemFacebook.cpp index bfa50d699d1e..fc78c06b580b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineSubsystemFacebook.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Private/Windows/OnlineSubsystemFacebook.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemFacebookPrivatePCH.h" #include "OnlineIdentityFacebook.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebook.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebook.h index e2cf0018fd3a..9ca4794defaa 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebook.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebook.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebookModule.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebookModule.h index 5f04e1751452..c8fe87842fd5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebookModule.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebookModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebookPackage.h b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebookPackage.h index 57e8bd03d606..ab77ab6054e6 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebookPackage.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemFacebook/Public/OnlineSubsystemFacebookPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/OnlineSubsystemNull.Build.cs b/Engine/Source/Runtime/Online/OnlineSubsystemNull/OnlineSubsystemNull.Build.cs index 0632db7cbfb1..e5edb68a7bc8 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/OnlineSubsystemNull.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/OnlineSubsystemNull.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/NboSerializerNull.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/NboSerializerNull.h index 888fd47885dc..608fbde5499b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/NboSerializerNull.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/NboSerializerNull.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAchievementsInterfaceNull.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAchievementsInterfaceNull.cpp index 255864790a04..4d9cc46c5cec 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAchievementsInterfaceNull.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAchievementsInterfaceNull.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemNullPrivatePCH.h" #include "OnlineAchievementsInterfaceNull.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAchievementsInterfaceNull.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAchievementsInterfaceNull.h index e60eaaab4e1f..8f33f9f6a3ca 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAchievementsInterfaceNull.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAchievementsInterfaceNull.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAsyncTaskManagerNull.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAsyncTaskManagerNull.cpp index 0c7593d38a64..4748c59c8181 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAsyncTaskManagerNull.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAsyncTaskManagerNull.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemNullPrivatePCH.h" #include "OnlineAsyncTaskManagerNull.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAsyncTaskManagerNull.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAsyncTaskManagerNull.h index 497ca6b1e904..25c6fbf36561 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAsyncTaskManagerNull.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineAsyncTaskManagerNull.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineIdentityNull.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineIdentityNull.cpp index c0a206f9bc77..a2c4d205d260 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineIdentityNull.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineIdentityNull.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemNullPrivatePCH.h" #include "OnlineIdentityNull.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineIdentityNull.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineIdentityNull.h index d7d727ef3424..08d119876a42 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineIdentityNull.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineIdentityNull.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineLeaderboardInterfaceNull.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineLeaderboardInterfaceNull.cpp index fe3bd9421e75..3828d5283add 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineLeaderboardInterfaceNull.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineLeaderboardInterfaceNull.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemNullPrivatePCH.h" #include "OnlineLeaderboardInterfaceNull.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineLeaderboardInterfaceNull.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineLeaderboardInterfaceNull.h index d4de4414899c..01a24b4b6f78 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineLeaderboardInterfaceNull.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineLeaderboardInterfaceNull.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSessionInterfaceNull.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSessionInterfaceNull.cpp index b3ff6774c130..2e48014118a8 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSessionInterfaceNull.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSessionInterfaceNull.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemNullPrivatePCH.h" #include "OnlineSessionInterfaceNull.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSessionInterfaceNull.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSessionInterfaceNull.h index e1501d91fe95..0afd1561075b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSessionInterfaceNull.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSessionInterfaceNull.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemModuleNull.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemModuleNull.cpp index 1f4f8b38f095..8dd08cc10645 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemModuleNull.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemModuleNull.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemNullPrivatePCH.h" #include "OnlineSubsystemNull.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNull.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNull.cpp index 86fe19b87bef..54bd752a08e0 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNull.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNull.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemNullPrivatePCH.h" #include "OnlineSubsystemNull.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNullPrivatePCH.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNullPrivatePCH.h index aa4c2e6aabe8..8643684b9f07 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNullPrivatePCH.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNullPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNullTypes.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNullTypes.h index dc1932a43cf2..b349ff5a6cb7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNullTypes.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Private/OnlineSubsystemNullTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNull.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNull.h index 358eb40abb17..ff80ef6daa3b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNull.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNull.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNullModule.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNullModule.h index af972b5ca305..711f854584cb 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNullModule.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNullModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNullPackage.h b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNullPackage.h index 7d32ece26d6b..8393ed3004c2 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNullPackage.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemNull/Public/OnlineSubsystemNullPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Classes/SteamNetConnection.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Classes/SteamNetConnection.h index 767c0614fa13..0d21e25d0a88 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Classes/SteamNetConnection.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Classes/SteamNetConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Steam sockets based implementation of a network connection used by the Steam net driver class diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Classes/SteamNetDriver.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Classes/SteamNetDriver.h index c43ab44bedb8..ac70d501d23e 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Classes/SteamNetDriver.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Classes/SteamNetDriver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Steam sockets based implementation of the net driver diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/OnlineSubsystemSteam.Build.cs b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/OnlineSubsystemSteam.Build.cs index a40aa445381c..8b04240fee59 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/OnlineSubsystemSteam.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/OnlineSubsystemSteam.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/IPAddressSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/IPAddressSteam.cpp index 5bf0ec326dd6..4a8bf6dcb833 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/IPAddressSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/IPAddressSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "IPAddressSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/IPAddressSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/IPAddressSteam.h index 2e6975c1fa92..1044d3a1c25b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/IPAddressSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/IPAddressSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/NboSerializerSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/NboSerializerSteam.h index 3afd4d939190..3c13a09ded78 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/NboSerializerSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/NboSerializerSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAchievementsInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAchievementsInterfaceSteam.cpp index e416994fef4b..0c553fac64b0 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAchievementsInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAchievementsInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineAchievementsInterfaceSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAchievementsInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAchievementsInterfaceSteam.h index 06cd284ba8e5..b124942eb85e 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAchievementsInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAchievementsInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAsyncTaskManagerSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAsyncTaskManagerSteam.cpp index d65bd8bf56ac..228ff70a8dfe 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAsyncTaskManagerSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAsyncTaskManagerSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineAsyncTaskManagerSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAsyncTaskManagerSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAsyncTaskManagerSteam.h index ad7da5435fd0..422b08d1d2e8 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAsyncTaskManagerSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineAsyncTaskManagerSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineExternalUIInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineExternalUIInterfaceSteam.cpp index 9f7da3ecfb3a..2e8270a424e3 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineExternalUIInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineExternalUIInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineExternalUIInterfaceSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineExternalUIInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineExternalUIInterfaceSteam.h index 1d9440427e53..cbf57fc01084 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineExternalUIInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineExternalUIInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineFriendsInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineFriendsInterfaceSteam.cpp index 1045f4255faf..50ff2b468a26 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineFriendsInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineFriendsInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSubsystemSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineFriendsInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineFriendsInterfaceSteam.h index 4c038b6d0eb9..7534e46c6e44 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineFriendsInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineFriendsInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineIdentityInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineIdentityInterfaceSteam.cpp index 8655d3aa57ec..1baecf1516cf 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineIdentityInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineIdentityInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineIdentityInterfaceSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineIdentityInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineIdentityInterfaceSteam.h index a1837e074784..923dac20af1c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineIdentityInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineIdentityInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineLeaderboardInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineLeaderboardInterfaceSteam.cpp index 72efc11ee006..14063979823b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineLeaderboardInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineLeaderboardInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineLeaderboardInterfaceSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineLeaderboardInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineLeaderboardInterfaceSteam.h index 683ceeafe6fe..c4718bdbbdcd 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineLeaderboardInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineLeaderboardInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncLobbySteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncLobbySteam.cpp index d5c7f2dc493a..fc73c16446b9 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncLobbySteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncLobbySteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSessionAsyncLobbySteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncLobbySteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncLobbySteam.h index 2a2613407401..fd714e69747f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncLobbySteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncLobbySteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncServerSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncServerSteam.cpp index 9bae601e2d25..4be6a5eeafa7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncServerSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncServerSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSessionInterfaceSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncServerSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncServerSteam.h index 556f6816f01e..c4821f7c712d 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncServerSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionAsyncServerSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionInterfaceSteam.cpp index 45bd4a41f86f..7caecc18206f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSessionInterfaceSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionInterfaceSteam.h index 8ec58d13e504..dcb85d907813 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSessionInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSharedCloudInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSharedCloudInterfaceSteam.cpp index 35552493a1b5..ca1d3831b3a6 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSharedCloudInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSharedCloudInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSharedCloudInterfaceSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSharedCloudInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSharedCloudInterfaceSteam.h index 59c9f8759e45..154bd41034aa 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSharedCloudInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSharedCloudInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemModuleSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemModuleSteam.cpp index 691e7d95ed05..840d821690db 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemModuleSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemModuleSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSubsystemSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteam.cpp index ac39f95d9428..6b0e34e4942f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSubsystemSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteamPrivatePCH.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteamPrivatePCH.h index afe96d82e3ca..9a9503bca18f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteamPrivatePCH.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteamPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteamTypes.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteamTypes.h index 6727894921a8..b7c1016acf46 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteamTypes.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineSubsystemSteamTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineUserCloudInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineUserCloudInterfaceSteam.cpp index e5d74249cf91..a22c9e4dd7c9 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineUserCloudInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineUserCloudInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSubsystemSteamTypes.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineUserCloudInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineUserCloudInterfaceSteam.h index e12d6ec1ce34..9f2366142464 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineUserCloudInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/OnlineUserCloudInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketSubsystemSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketSubsystemSteam.cpp index a8f4bffd10bd..b3f285eeffdd 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketSubsystemSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketSubsystemSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "SocketSubsystemSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketSubsystemSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketSubsystemSteam.h index 19bf24a635fa..403aca5eaf5e 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketSubsystemSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketSubsystemSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketsSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketsSteam.cpp index 175f2cc68f99..0fd96138dc1b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketsSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketsSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "SocketsSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketsSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketsSteam.h index 8f8e56294977..7621ac922ac2 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketsSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SocketsSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamNetConnection.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamNetConnection.cpp index 32f6541e3bfe..0e74f4a32611 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamNetConnection.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamNetConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "Classes/SteamNetConnection.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamNetDriver.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamNetDriver.cpp index b93df44051af..08d3128360c6 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamNetDriver.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamNetDriver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "SteamNetDriver.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamSessionKeys.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamSessionKeys.h index e30371bc7cd2..7376e89b2bc6 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamSessionKeys.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamSessionKeys.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamUtilities.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamUtilities.cpp index 46b6b8cc84dc..2a9792f0544c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamUtilities.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "SteamUtilities.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamUtilities.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamUtilities.h index 01d684a99da0..61f519f60cf6 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamUtilities.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/SteamUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceEngineSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceEngineSteam.cpp index 89f9118d7926..709016229d8f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceEngineSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceEngineSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSubsystemSteamTypes.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceEngineSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceEngineSteam.h index 82f458715a7c..b103d6f42359 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceEngineSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceEngineSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceInterfaceSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceInterfaceSteam.cpp index a44ff038baa5..e381e4dab608 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceInterfaceSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceInterfaceSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "OnlineSubsystemSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceInterfaceSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceInterfaceSteam.h index 88fc4911f645..2f095b1a7a72 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceInterfaceSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoiceInterfaceSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoicePacketSteam.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoicePacketSteam.cpp index e947d16dc274..17bd606cf815 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoicePacketSteam.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoicePacketSteam.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemSteamPrivatePCH.h" #include "VoicePacketSteam.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoicePacketSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoicePacketSteam.h index 725530499bf5..e34ae6190633 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoicePacketSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Private/VoicePacketSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteam.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteam.h index ddf1d4362ebc..f4311416e3a9 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteam.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteam.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamModule.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamModule.h index 729b3b289f04..dcb6dce7a34f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamModule.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamPackage.h b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamPackage.h index 77864fdc232f..fc10bfd870a5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamPackage.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemSteam/Public/OnlineSubsystemSteamPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementBlueprintLibrary.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementBlueprintLibrary.h index c13c90530128..58e432b858ad 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementBlueprintLibrary.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementBlueprintLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementQueryCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementQueryCallbackProxy.h index 345bfbeeb518..a9dc1d21a7c2 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementQueryCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementQueryCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBlueprintCallProxyBase.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementWriteCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementWriteCallbackProxy.h index 3ac10ad290df..08738101d64b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementWriteCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/AchievementWriteCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBlueprintCallProxyBase.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/ConnectionCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/ConnectionCallbackProxy.h index 49c680ea3fbf..6a90b9e40f53 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/ConnectionCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/ConnectionCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/CreateSessionCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/CreateSessionCallbackProxy.h index 499fdfbe9c6b..20963ba376e7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/CreateSessionCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/CreateSessionCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBlueprintCallProxyBase.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/DestroySessionCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/DestroySessionCallbackProxy.h index a7f56d408160..c1ab5b8a8e91 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/DestroySessionCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/DestroySessionCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBlueprintCallProxyBase.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/EndMatchCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/EndMatchCallbackProxy.h index b4d93d52626b..340f5df6496c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/EndMatchCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/EndMatchCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/EndTurnCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/EndTurnCallbackProxy.h index b5a1381be6f1..337450076002 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/EndTurnCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/EndTurnCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/FindSessionsCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/FindSessionsCallbackProxy.h index af2c959dabeb..bb0842cb3d57 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/FindSessionsCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/FindSessionsCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBlueprintCallProxyBase.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/FindTurnBasedMatchCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/FindTurnBasedMatchCallbackProxy.h index cdafbb9e4864..512820cd4fe5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/FindTurnBasedMatchCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/FindTurnBasedMatchCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseCallbackProxy.h index 4125353c7d32..ea25c5323c2c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineStoreInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseQueryCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseQueryCallbackProxy.h index 93104a73e4e5..1d5bbdbf447d 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseQueryCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseQueryCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineStoreInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseRestoreCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseRestoreCallbackProxy.h index 3e8cb3492a7c..7c4ed463d302 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseRestoreCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/InAppPurchaseRestoreCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineStoreInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/IpConnection.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/IpConnection.h index cdfe2d2c8505..7d6d6e4a963c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/IpConnection.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/IpConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Ip based implementation of a network connection used by the net driver class diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/IpNetDriver.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/IpNetDriver.h index f48033242131..55c2c343d973 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/IpNetDriver.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/IpNetDriver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // // Ip endpoint based implementation of the net driver diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/JoinSessionCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/JoinSessionCallbackProxy.h index 4edec11e838e..f14e36a519e0 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/JoinSessionCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/JoinSessionCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBlueprintCallProxyBase.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardBlueprintLibrary.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardBlueprintLibrary.h index 407f1d13bd64..64709d9e2768 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardBlueprintLibrary.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardBlueprintLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardFlushCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardFlushCallbackProxy.cpp index e1dd57c48a71..5347c65122c6 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardFlushCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardFlushCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "Classes/LeaderboardFlushCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardFlushCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardFlushCallbackProxy.h index 1a6052b37fc0..aa1865647a31 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardFlushCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardFlushCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineLeaderboardInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardQueryCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardQueryCallbackProxy.cpp index c940db1ae32e..4b95023fe1ba 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardQueryCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardQueryCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "Classes/LeaderboardQueryCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardQueryCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardQueryCallbackProxy.h index 2b0e78d9a6c3..f63dc17d3684 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardQueryCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LeaderboardQueryCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Runtime/Online/OnlineSubsystem/Public/Interfaces/OnlineLeaderboardInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LogoutCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LogoutCallbackProxy.h index e827147964db..c7cbaf94898e 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LogoutCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/LogoutCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/OnlineBlueprintCallProxyBase.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/OnlineBlueprintCallProxyBase.h index 40bade727e7a..f8eb6b07024a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/OnlineBlueprintCallProxyBase.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/OnlineBlueprintCallProxyBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBlueprintCallProxyBase.generated.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/OnlineSessionClient.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/OnlineSessionClient.h index 6c44a7a5188e..a91c1222f620 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/OnlineSessionClient.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/OnlineSessionClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Everything a local player will use to manage online sessions. diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/QuitMatchCallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/QuitMatchCallbackProxy.h index b7c2e66a9894..5de171bb35d0 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/QuitMatchCallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/QuitMatchCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/ShowLoginUICallbackProxy.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/ShowLoginUICallbackProxy.h index afcf2286e958..3fc492c88aaf 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/ShowLoginUICallbackProxy.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/ShowLoginUICallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TestBeaconClient.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TestBeaconClient.h index 0332b2fc7c38..187ee491f19e 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TestBeaconClient.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TestBeaconClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBeaconClient.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TestBeaconHost.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TestBeaconHost.h index 4e117a3d7cc6..efbe69ad2f66 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TestBeaconHost.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TestBeaconHost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBeaconHostObject.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TurnBasedBlueprintLibrary.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TurnBasedBlueprintLibrary.h index e1ec11ebec5e..e3f98028bf0b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TurnBasedBlueprintLibrary.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Classes/TurnBasedBlueprintLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Kismet/BlueprintFunctionLibrary.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.Build.cs b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.Build.cs index b751913e7c69..6e08f94f499f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.Build.cs +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementBlueprintLibrary.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementBlueprintLibrary.cpp index 8222fa71c88b..d80e13d2a1ab 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementBlueprintLibrary.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementBlueprintLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "AchievementBlueprintLibrary.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementQueryCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementQueryCallbackProxy.cpp index 6fa3a95d1d73..d5f5963edfdb 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementQueryCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementQueryCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "Classes/AchievementQueryCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementWriteCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementWriteCallbackProxy.cpp index 026fe53dee99..c3c16feffe45 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementWriteCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/AchievementWriteCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "AchievementWriteCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/ConnectionCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/ConnectionCallbackProxy.cpp index 8a783b133181..6148561e3ce5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/ConnectionCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/ConnectionCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "ConnectionCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/CreateSessionCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/CreateSessionCallbackProxy.cpp index cd6376f477e0..8308d2715179 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/CreateSessionCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/CreateSessionCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "CreateSessionCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/DestroySessionCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/DestroySessionCallbackProxy.cpp index 866c8c8e4e90..4b567ab02403 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/DestroySessionCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/DestroySessionCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "DestroySessionCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/EndMatchCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/EndMatchCallbackProxy.cpp index c47ebcea8747..42e64a3f07df 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/EndMatchCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/EndMatchCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "EndMatchCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/EndTurnCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/EndTurnCallbackProxy.cpp index d974dcde856e..b60c6865c92b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/EndTurnCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/EndTurnCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "EndTurnCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/FindSessionsCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/FindSessionsCallbackProxy.cpp index 8ece8d67c2e1..173ef17283ac 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/FindSessionsCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/FindSessionsCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "FindSessionsCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/FindTurnBasedMatchCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/FindTurnBasedMatchCallbackProxy.cpp index b49e7180002f..741de59ad59a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/FindTurnBasedMatchCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/FindTurnBasedMatchCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "FindTurnBasedMatchCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseCallbackProxy.cpp index db30c08eb961..4fde2c8f707b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "InAppPurchaseCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseQueryCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseQueryCallbackProxy.cpp index dbad0362bf84..3a3d762e9cf7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseQueryCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseQueryCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "InAppPurchaseQueryCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseRestoreCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseRestoreCallbackProxy.cpp index dc57c0114a67..42e4c77e9dcb 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseRestoreCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/InAppPurchaseRestoreCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "InAppPurchaseRestoreCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/IpConnection.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/IpConnection.cpp index 9e1711b6aaf7..aab4c248aee4 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/IpConnection.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/IpConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IpConnection.cpp: Unreal IP network connection. diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/IpNetDriver.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/IpNetDriver.cpp index 0db5f673442e..2c21eff2e15a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/IpNetDriver.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/IpNetDriver.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IpNetDriver.cpp: Unreal IP network driver. diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/JoinSessionCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/JoinSessionCallbackProxy.cpp index ff4b04a27d46..00e356fefaa7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/JoinSessionCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/JoinSessionCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "FindSessionsCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/LeaderboardBlueprintLibrary.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/LeaderboardBlueprintLibrary.cpp index 5b6b1d29fb37..d2152660d6f8 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/LeaderboardBlueprintLibrary.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/LeaderboardBlueprintLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "LeaderboardBlueprintLibrary.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/LogoutCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/LogoutCallbackProxy.cpp index 44e51acec42c..1f94bd3abe62 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/LogoutCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/LogoutCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "LogoutCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeacon.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeacon.cpp index 6cabadf2c6b2..005b4ee20aa5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeacon.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeacon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlineBeacon.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconClient.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconClient.cpp index 37f71a782737..a3f4dbc37e57 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconClient.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlineBeaconClient.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconHost.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconHost.cpp index 409a6478fc48..04ed43225d21 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconHost.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconHost.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlineBeaconHost.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconHostObject.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconHostObject.cpp index 294d36fbb433..7f5f71b6f976 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconHostObject.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBeaconHostObject.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlineBeaconHostObject.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBlueprintCallProxyBase.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBlueprintCallProxyBase.cpp index 5fa4ed9b27d7..158ab65a56ff 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBlueprintCallProxyBase.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineBlueprintCallProxyBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlineBlueprintCallProxyBase.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlinePIESettings.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlinePIESettings.cpp index 056e75d94958..ccfc03c79eec 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlinePIESettings.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlinePIESettings.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlinePIESettings.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlinePIESettings.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlinePIESettings.h index bfd316e53b72..be00eb93d5a4 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlinePIESettings.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlinePIESettings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlinePIESettings.generated.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSessionClient.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSessionClient.cpp index e8f38377bd54..27cfbbd77f32 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSessionClient.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSessionClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OnlineSessionClient.cpp: Online session related implementations diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtils.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtils.cpp index 5e29e394bf5f..a427f8a5d7ba 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtils.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "SocketSubsystem.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtilsModule.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtilsModule.cpp index e7cc0ae7acf8..1b930d50465f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtilsModule.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtilsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlineSubsystemUtilsModule.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtilsPrivatePCH.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtilsPrivatePCH.h index 02cc64016abf..aa543ebe01de 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtilsPrivatePCH.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/OnlineSubsystemUtilsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconClient.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconClient.cpp index 63799d3c9928..fde68088b300 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconClient.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "PartyBeaconClient.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconHost.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconHost.cpp index b53291f7f1f2..84f3a167776b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconHost.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconHost.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "PartyBeaconHost.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconState.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconState.cpp index f9dbffaf21ca..4d8748f85bf4 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconState.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/PartyBeaconState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlineBeacon.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/QuitMatchCallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/QuitMatchCallbackProxy.cpp index e3143ee898e8..d981d0573c36 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/QuitMatchCallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/QuitMatchCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "QuitMatchCallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/ShowLoginUICallbackProxy.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/ShowLoginUICallbackProxy.cpp index 16ed1fc97b28..b9a240c99408 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/ShowLoginUICallbackProxy.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/ShowLoginUICallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "Classes/ShowLoginUICallbackProxy.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TestBeaconClient.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TestBeaconClient.cpp index 58abfc3dc895..bb9544981d1e 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TestBeaconClient.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TestBeaconClient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TestBeaconClient.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TestBeaconHost.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TestBeaconHost.cpp index d1f7ae724df4..1ae7e510cd05 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TestBeaconHost.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TestBeaconHost.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TestBeaconHost.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/OnlineSubsystemUtilitiesTests.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/OnlineSubsystemUtilitiesTests.cpp index 5d52a06adb30..323d9274f508 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/OnlineSubsystemUtilitiesTests.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/OnlineSubsystemUtilitiesTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TestIdentityInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestAchievementsInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestAchievementsInterface.cpp index b45c909b307e..ed647130db1c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestAchievementsInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestAchievementsInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestAchievementsInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestAchievementsInterface.h index 443db95a0efe..f1f8bd5de85c 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestAchievementsInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestAchievementsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestCloudInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestCloudInterface.cpp index 4a96e8f04891..882ffb3bd1ad 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestCloudInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestCloudInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TestCloudInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestCloudInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestCloudInterface.h index e5cff348a26a..9d46fe10df59 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestCloudInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestCloudInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestEntitlementsInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestEntitlementsInterface.cpp index a1b0dbc2f10c..ccf94e193603 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestEntitlementsInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestEntitlementsInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestEntitlementsInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestEntitlementsInterface.h index 303c8a20e096..6f89da76d1cd 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestEntitlementsInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestEntitlementsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestExternalUIInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestExternalUIInterface.cpp index bd293f099a6c..cf56668cd43f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestExternalUIInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestExternalUIInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestExternalUIInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestExternalUIInterface.h index 3bd9d13a73d2..2ae9e6020ab9 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestExternalUIInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestExternalUIInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestFriendsInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestFriendsInterface.cpp index c78c64a5a7d8..8709554d1a7d 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestFriendsInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestFriendsInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestFriendsInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestFriendsInterface.h index 67fbe4eaa560..2b092e0ab172 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestFriendsInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestFriendsInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestIdentityInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestIdentityInterface.cpp index 19f3f5dd5aa0..59a4e23c3978 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestIdentityInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestIdentityInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestIdentityInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestIdentityInterface.h index 4bd9ffb27e05..92234d34d239 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestIdentityInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestIdentityInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestKeyValuePairs.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestKeyValuePairs.cpp index 82847600e552..e6b81f7d6129 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestKeyValuePairs.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestKeyValuePairs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestLeaderboardInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestLeaderboardInterface.cpp index 0a758a91e0f2..f6cd52421cac 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestLeaderboardInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestLeaderboardInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TestLeaderboardInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestLeaderboardInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestLeaderboardInterface.h index fdead934af98..012f9a452e29 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestLeaderboardInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestLeaderboardInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestMessageInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestMessageInterface.cpp index 52bf1f623feb..49ecdb38ceea 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestMessageInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestMessageInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestMessageInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestMessageInterface.h index 55c3695b91be..576398e2032a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestMessageInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestMessageInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSessionInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSessionInterface.cpp index 79e2e41c6365..ba4da8727a75 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSessionInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSessionInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TestSessionInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSessionInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSessionInterface.h index f60f374a6e78..75eb64b962c8 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSessionInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSessionInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSharingInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSharingInterface.cpp index d186cb262111..9563bd6f3fc7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSharingInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSharingInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSharingInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSharingInterface.h index 9542622baba7..ceebe0da37d0 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSharingInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestSharingInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTimeInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTimeInterface.cpp index d47233730008..f289bbd9c3e2 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTimeInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTimeInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTimeInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTimeInterface.h index 391047142517..b5535a7136b5 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTimeInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTimeInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTitleFileInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTitleFileInterface.cpp index 6a1016d42e6f..f5db76b0393f 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTitleFileInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTitleFileInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TestTitleFileInterface.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTitleFileInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTitleFileInterface.h index c4820cd57c1c..2ce123f77105 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTitleFileInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestTitleFileInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestUserInterface.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestUserInterface.cpp index 725e2f39729c..3cb9addc0966 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestUserInterface.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestUserInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestUserInterface.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestUserInterface.h index a49176362928..c85ae8593d70 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestUserInterface.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestUserInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoice.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoice.cpp index 928a56d073ae..1630f9b71533 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoice.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TestVoice.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoice.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoice.h index 18e72b7e5493..4d4d297f6b65 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoice.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoiceData.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoiceData.h index 63393eb339df..02dd4cfd0bca 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoiceData.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/Tests/TestVoiceData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TurnBasedBlueprintLibrary.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TurnBasedBlueprintLibrary.cpp index b307c45b9347..1de60e5c227d 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TurnBasedBlueprintLibrary.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/TurnBasedBlueprintLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "TurnBasedBlueprintLibrary.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoiceEngineImpl.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoiceEngineImpl.cpp index cf919011d371..3e3dff5b2043 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoiceEngineImpl.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoiceEngineImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "VoiceEngineImpl.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoiceInterfaceImpl.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoiceInterfaceImpl.cpp index f68bbdb13a8e..0f9c9bcfbb13 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoiceInterfaceImpl.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoiceInterfaceImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "OnlineSubsystem.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoicePacketImpl.cpp b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoicePacketImpl.cpp index 306737209cb7..147c8fef91a3 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoicePacketImpl.cpp +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Private/VoicePacketImpl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OnlineSubsystemUtilsPrivatePCH.h" #include "VoicePacketImpl.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeacon.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeacon.h index cdc5e23294d7..e723533e3c45 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeacon.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeacon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBeacon.generated.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconClient.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconClient.h index 4eded702e1a7..43f620db689a 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconClient.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TimerManager.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHost.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHost.h index 2ec2ca5c72c8..04fd334bf7f7 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHost.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBeacon.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHostObject.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHostObject.h index 329627210fc2..631991626019 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHostObject.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHostObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "OnlineBeacon.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h index 515d0a986fd2..0ce60a0267f2 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtilsModule.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtilsModule.h index 34eec2701178..9c3798c703f6 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtilsModule.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtilsModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtilsPackage.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtilsPackage.h index c6fab4d1e62c..d73fbbfc1672 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtilsPackage.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/OnlineSubsystemUtilsPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconClient.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconClient.h index 605f00243c42..397be01f2da8 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconClient.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconClient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconHost.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconHost.h index e404b7b1eef9..a0da3c58205b 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconHost.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconHost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Runtime/Online/OnlineSubsystemUtils/Public/OnlineBeaconHostObject.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconState.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconState.h index 14047507c7e0..1831a2c061d9 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconState.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/PartyBeaconState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "PartyBeaconState.generated.h" diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoiceEngineImpl.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoiceEngineImpl.h index a34c8572c59e..19523bba59f2 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoiceEngineImpl.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoiceEngineImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoiceInterfaceImpl.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoiceInterfaceImpl.h index 34caad5e99b7..7a673d0eb066 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoiceInterfaceImpl.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoiceInterfaceImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoicePacketImpl.h b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoicePacketImpl.h index 1642e3b0478d..db25a4623ec3 100644 --- a/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoicePacketImpl.h +++ b/Engine/Source/Runtime/Online/OnlineSubsystemUtils/Public/VoicePacketImpl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Voice/Private/Linux/VoiceModuleLinux.cpp b/Engine/Source/Runtime/Online/Voice/Private/Linux/VoiceModuleLinux.cpp index 08663b84ad78..5433e976522c 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/Linux/VoiceModuleLinux.cpp +++ b/Engine/Source/Runtime/Online/Voice/Private/Linux/VoiceModuleLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VoicePrivatePCH.h" #include "VoiceCodecOpus.h" diff --git a/Engine/Source/Runtime/Online/Voice/Private/Mac/VoiceModuleMac.cpp b/Engine/Source/Runtime/Online/Voice/Private/Mac/VoiceModuleMac.cpp index f4ac843e8f1d..73cebf4576d9 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/Mac/VoiceModuleMac.cpp +++ b/Engine/Source/Runtime/Online/Voice/Private/Mac/VoiceModuleMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VoicePrivatePCH.h" #include "VoiceCodecOpus.h" diff --git a/Engine/Source/Runtime/Online/Voice/Private/VoiceCodecOpus.cpp b/Engine/Source/Runtime/Online/Voice/Private/VoiceCodecOpus.cpp index 1e85c98b63b4..b372290944db 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/VoiceCodecOpus.cpp +++ b/Engine/Source/Runtime/Online/Voice/Private/VoiceCodecOpus.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VoicePrivatePCH.h" #include "VoiceCodecOpus.h" diff --git a/Engine/Source/Runtime/Online/Voice/Private/VoiceCodecOpus.h b/Engine/Source/Runtime/Online/Voice/Private/VoiceCodecOpus.h index 9ea22c0d3750..befea1f68540 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/VoiceCodecOpus.h +++ b/Engine/Source/Runtime/Online/Voice/Private/VoiceCodecOpus.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Voice/Private/VoiceModule.cpp b/Engine/Source/Runtime/Online/Voice/Private/VoiceModule.cpp index 09f619f31ac0..e6a6f94bb3cc 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/VoiceModule.cpp +++ b/Engine/Source/Runtime/Online/Voice/Private/VoiceModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VoicePrivatePCH.h" #include "VoiceModule.h" diff --git a/Engine/Source/Runtime/Online/Voice/Private/VoicePrivatePCH.h b/Engine/Source/Runtime/Online/Voice/Private/VoicePrivatePCH.h index 9c3cc1b3a959..94519d7f1e64 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/VoicePrivatePCH.h +++ b/Engine/Source/Runtime/Online/Voice/Private/VoicePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceCaptureWindows.cpp b/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceCaptureWindows.cpp index 5eb2d71a4e30..699a700b9db8 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceCaptureWindows.cpp +++ b/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceCaptureWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VoicePrivatePCH.h" #include "VoiceCaptureWindows.h" diff --git a/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceCaptureWindows.h b/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceCaptureWindows.h index 72df46ffd46d..47eb4a8dd774 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceCaptureWindows.h +++ b/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceCaptureWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceModuleWindows.cpp b/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceModuleWindows.cpp index aa8839b6cc67..37718269bb81 100644 --- a/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceModuleWindows.cpp +++ b/Engine/Source/Runtime/Online/Voice/Private/Windows/VoiceModuleWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VoicePrivatePCH.h" diff --git a/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCapture.h b/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCapture.h index 7d1dce6bddeb..e784441df7c6 100644 --- a/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCapture.h +++ b/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCodec.h b/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCodec.h index 8695496239a4..4078ad33ec8a 100644 --- a/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCodec.h +++ b/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCodec.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Voice/Public/Voice.h b/Engine/Source/Runtime/Online/Voice/Public/Voice.h index 0812ca745d6e..2b6375a64c0a 100644 --- a/Engine/Source/Runtime/Online/Voice/Public/Voice.h +++ b/Engine/Source/Runtime/Online/Voice/Public/Voice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Voice/Public/VoiceModule.h b/Engine/Source/Runtime/Online/Voice/Public/VoiceModule.h index 478b1005ec2e..91c3c1371b1c 100644 --- a/Engine/Source/Runtime/Online/Voice/Public/VoiceModule.h +++ b/Engine/Source/Runtime/Online/Voice/Public/VoiceModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/Voice/Public/VoicePackage.h b/Engine/Source/Runtime/Online/Voice/Public/VoicePackage.h index e1b0832e11fb..1f005d772da1 100644 --- a/Engine/Source/Runtime/Online/Voice/Public/VoicePackage.h +++ b/Engine/Source/Runtime/Online/Voice/Public/VoicePackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/Voice/Voice.Build.cs b/Engine/Source/Runtime/Online/Voice/Voice.Build.cs index c7824717c7d9..8b8025a43dec 100644 --- a/Engine/Source/Runtime/Online/Voice/Voice.Build.cs +++ b/Engine/Source/Runtime/Online/Voice/Voice.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppConnection.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppConnection.cpp index 9462ee5ed0cf..013a04f18525 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppConnection.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppConnection.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppChatJingle.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppChatJingle.cpp index b51b7470ac62..847bf6a74771 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppChatJingle.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppChatJingle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppJingle.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppChatJingle.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppChatJingle.h index 6de53d1f83d0..6ef1cfe3f70e 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppChatJingle.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppChatJingle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppConnectionJingle.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppConnectionJingle.cpp index 0ae096223649..be49133cdfba 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppConnectionJingle.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppConnectionJingle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppJingle.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppConnectionJingle.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppConnectionJingle.h index 768b47cf2f1a..d93fdd70ad64 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppConnectionJingle.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppConnectionJingle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppJingle.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppJingle.cpp index 2f9ee7447d1f..ffc0bb1e28e1 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppJingle.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppJingle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppJingle.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppJingle.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppJingle.h index fa5ebc5fa29e..46abc635cbcc 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppJingle.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppJingle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMessagesJingle.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMessagesJingle.cpp index c387242b9002..9fb7aa8b1d76 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMessagesJingle.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMessagesJingle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppJingle.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMessagesJingle.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMessagesJingle.h index 5a2225ad5604..87a66fc277a2 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMessagesJingle.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMessagesJingle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMultiUserChatJingle.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMultiUserChatJingle.cpp index 3e25fd6dd16b..72102b6fdf3c 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMultiUserChatJingle.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMultiUserChatJingle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppJingle.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMultiUserChatJingle.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMultiUserChatJingle.h index 73c08352a877..32a794a87895 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMultiUserChatJingle.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppMultiUserChatJingle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPresenceJingle.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPresenceJingle.cpp index b3d7372d0f5c..ea67f83c4bc2 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPresenceJingle.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPresenceJingle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppJingle.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPresenceJingle.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPresenceJingle.h index ad44a62df2be..98fc09958536 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPresenceJingle.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPresenceJingle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPubSubJingle.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPubSubJingle.cpp index 7e8ba6744850..6337bd44bdec 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPubSubJingle.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPubSubJingle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppJingle.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPubSubJingle.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPubSubJingle.h index fffda2da3680..93120f70a005 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPubSubJingle.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppJingle/XmppPubSubJingle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppModule.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppModule.cpp index a53a6bf8ba8e..2c448b79c6be 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppModule.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppTests.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppNull.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppNull.cpp index 7b219dc6068b..5e71a925106b 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppNull.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppNull.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppNull.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppNull.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppNull.h index b9a4df52e6e7..898d6f445f80 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppNull.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppNull.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppPrivatePCH.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppPrivatePCH.h index 1baa8f70b0fe..8000197b629e 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppPrivatePCH.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppTests.cpp b/Engine/Source/Runtime/Online/XMPP/Private/XmppTests.cpp index f164cf745fa8..37212cbe0b38 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppTests.cpp +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmppPrivatePCH.h" #include "XmppTests.h" diff --git a/Engine/Source/Runtime/Online/XMPP/Private/XmppTests.h b/Engine/Source/Runtime/Online/XMPP/Private/XmppTests.h index 15c2d49463e3..57410a2bf2c4 100644 --- a/Engine/Source/Runtime/Online/XMPP/Private/XmppTests.h +++ b/Engine/Source/Runtime/Online/XMPP/Private/XmppTests.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Public/Xmpp.h b/Engine/Source/Runtime/Online/XMPP/Public/Xmpp.h index a68346e8e15e..d1a775cbb7bf 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/Xmpp.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/Xmpp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Public/XmppChat.h b/Engine/Source/Runtime/Online/XMPP/Public/XmppChat.h index 94c64a92d44a..1ca417d8bcf2 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/XmppChat.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/XmppChat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h b/Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h index 93f479481414..4a5429aedd7f 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Public/XmppMessages.h b/Engine/Source/Runtime/Online/XMPP/Public/XmppMessages.h index a685e1577b75..53aa837eae0d 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/XmppMessages.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/XmppMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Public/XmppModule.h b/Engine/Source/Runtime/Online/XMPP/Public/XmppModule.h index a4f318a7e56c..f303072bbcd9 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/XmppModule.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/XmppModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h b/Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h index bb7e4be596b5..a2a497ea63a7 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Public/XmppPackage.h b/Engine/Source/Runtime/Online/XMPP/Public/XmppPackage.h index e91333298e53..d322b2fcf1ee 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/XmppPackage.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/XmppPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Online/XMPP/Public/XmppPresence.h b/Engine/Source/Runtime/Online/XMPP/Public/XmppPresence.h index b2b9e96de7e7..6ae3011f7d9b 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/XmppPresence.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/XmppPresence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/Public/XmppPubSub.h b/Engine/Source/Runtime/Online/XMPP/Public/XmppPubSub.h index e0572be27aa8..3f522e0c6ec6 100644 --- a/Engine/Source/Runtime/Online/XMPP/Public/XmppPubSub.h +++ b/Engine/Source/Runtime/Online/XMPP/Public/XmppPubSub.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Online/XMPP/XMPP.Build.cs b/Engine/Source/Runtime/Online/XMPP/XMPP.Build.cs index b789bd529297..ad6ad959954b 100644 --- a/Engine/Source/Runtime/Online/XMPP/XMPP.Build.cs +++ b/Engine/Source/Runtime/Online/XMPP/XMPP.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/OpenGLDrv/OpenGLDrv.Build.cs b/Engine/Source/Runtime/OpenGLDrv/OpenGLDrv.Build.cs index 53b7dd03a610..0c800e0a2226 100644 --- a/Engine/Source/Runtime/OpenGLDrv/OpenGLDrv.Build.cs +++ b/Engine/Source/Runtime/OpenGLDrv/OpenGLDrv.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidEGL.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidEGL.cpp index f675e159dd8b..a0a22f148a2f 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidEGL.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidEGL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if PLATFORM_ANDROID diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidEGL.h b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidEGL.h index bbf36b681336..d4f61db13c78 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidEGL.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidEGL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidEGL.h: Private EGL definitions for Android-specific functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidES31OpenGL.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidES31OpenGL.cpp index 7fc593e19d87..007505664451 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidES31OpenGL.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidES31OpenGL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if PLATFORM_ANDROIDES31 /*============================================================================= diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidES31OpenGL.h b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidES31OpenGL.h index a51656335851..2f72ad543681 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidES31OpenGL.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidES31OpenGL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGL.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGL.cpp index fdfa1eba0432..9eb127e67ca3 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGL.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #if !PLATFORM_ANDROIDGL4 && !PLATFORM_ANDROIDES31 diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGL.h b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGL.h index 6ae2d3dbefbb..8abf5406a252 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGL.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidOpenGL.h: Public OpenGL ES definitions for Android-specific functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGLPrivate.h b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGLPrivate.h index 807a40dcdf5b..e0eb3e40180e 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGLPrivate.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Android/AndroidOpenGLPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidOpenGLPrivate.h: Code shared betweeen AndroidOpenGL and AndroidGL4OpenGL diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/HTML5/HTML5OpenGL.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/HTML5/HTML5OpenGL.cpp index 522114a5b579..b67f9c6c9e86 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/HTML5/HTML5OpenGL.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/HTML5/HTML5OpenGL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OpenGLDrvPrivate.h" #include diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/HTML5/HTML5OpenGL.h b/Engine/Source/Runtime/OpenGLDrv/Private/HTML5/HTML5OpenGL.h index 0230f64868d3..932a8074aff5 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/HTML5/HTML5OpenGL.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/HTML5/HTML5OpenGL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HTML5OpenGL.h: Public OpenGL ES 2.0 definitions for HTML5-specific functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/IOS/IOSOpenGL.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/IOS/IOSOpenGL.cpp index c43c9e8358ab..d3e4b68bb5d2 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/IOS/IOSOpenGL.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/IOS/IOSOpenGL.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OpenGLDrvPrivate.h" #include "IOSAppDelegate.h" diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/IOS/IOSOpenGL.h b/Engine/Source/Runtime/OpenGLDrv/Private/IOS/IOSOpenGL.h index 48b73a08fdea..0170c6a9b06f 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/IOS/IOSOpenGL.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/IOS/IOSOpenGL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IOSOpenGL.h: Public OpenGL ES 2.0 definitions for iOS-specific functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Linux/OpenGLLinux.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/Linux/OpenGLLinux.cpp index c9e008e469e5..9a6f58f49482 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Linux/OpenGLLinux.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Linux/OpenGLLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLWindowsLoader.cpp: Manual loading of OpenGL functions from DLL. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Linux/OpenGLLinux.h b/Engine/Source/Runtime/OpenGLDrv/Private/Linux/OpenGLLinux.h index fbf9fd3ecffa..f2f9d3b71f06 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Linux/OpenGLLinux.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Linux/OpenGLLinux.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLWindows.h: Manual loading of OpenGL functions from DLL. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLContext.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLContext.cpp index d68450dc390d..79bcfb752ca3 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLContext.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLContext.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OpenGLDrvPrivate.h" diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLContext.h b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLContext.h index d465a279264b..3e30f93c0f39 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLContext.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLContext.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLQuery.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLQuery.cpp index 0a3cc3e54851..6213f49f4126 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLQuery.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OpenGLDrvPrivate.h" diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLQuery.h b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLQuery.h index 3000857329bc..185a9e0350ad 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLQuery.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/MacOpenGLQuery.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/OpenGLMac.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/OpenGLMac.cpp index e9bb2a231de3..4e2113b04fbf 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/OpenGLMac.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/OpenGLMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OpenGLDrvPrivate.h" diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/OpenGLMac.h b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/OpenGLMac.h index 9b6a995efc7f..840ebde8708f 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Mac/OpenGLMac.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Mac/OpenGLMac.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGL3.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGL3.cpp index 6e317e09d16e..599fb56c0cff 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGL3.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGL3.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGL3.cpp: OpenGL 3.2 implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGL4.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGL4.cpp index 6e51886f3e8b..ddbe11f3d49a 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGL4.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGL4.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGL4.cpp: OpenGL 4.3 implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLCommands.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLCommands.cpp index 7cdfa502e5f7..fece0ea02548 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLCommands.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLCommands.cpp: OpenGL RHI commands implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDebugFrameDump.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDebugFrameDump.cpp index a50958ccc0eb..7819c31e93d5 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDebugFrameDump.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDebugFrameDump.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLDebugFrameDump.cpp: Implementation of debug code that allows creating detailed summaries of OpenGL pipeline state for all draws in a single frame. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDevice.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDevice.cpp index 47e2cd9053b0..a5a12e49561a 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDevice.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLDevice.cpp: OpenGL device RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrv.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrv.cpp index dc3737539ca2..071eaf8f8080 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrv.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrv.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLDrv.cpp: Unreal OpenGL RHI library implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrvPrivate.h b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrvPrivate.h index e56a59e30d98..ed1104de032f 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrvPrivate.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLDrvPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLDrvPrivate.h: Private OpenGL RHI definitions. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLES2.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLES2.cpp index c1de11b216ad..bad0add675d4 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLES2.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLES2.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLES2.cpp: OpenGL ES2 implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLES31.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLES31.cpp index e545f396ab30..14086a3d8263 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLES31.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLES31.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGL3.cpp: OpenGL 3.2 implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLIndexBuffer.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLIndexBuffer.cpp index 1c4b46e2fa00..8c952b533ac7 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLIndexBuffer.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLIndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLIndexBuffer.cpp: OpenGL Index buffer RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLQuery.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLQuery.cpp index efbfbd69a955..52f6352fadc1 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLQuery.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLQuery.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLQuery.cpp: OpenGL query RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLRenderTarget.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLRenderTarget.cpp index bf1e45b0a805..e910be873f63 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLRenderTarget.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLRenderTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLRenderTarget.cpp: OpenGL render target implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLShaders.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLShaders.cpp index 43106c3148a5..74d9ba9dbfbe 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLShaders.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLShaders.cpp: OpenGL shader RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLState.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLState.cpp index 5b2c43933070..07d7a82da4be 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLState.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLState.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLState.cpp: OpenGL state implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLStructuredBuffer.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLStructuredBuffer.cpp index 4ef99b31fb9e..53ba147dd01a 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLStructuredBuffer.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLStructuredBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLStructuredBuffer.cpp: OpenGL Index buffer RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLTexture.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLTexture.cpp index d0fc885c9519..7436a37af3a1 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLTexture.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLTexture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLVertexBuffer.cpp: OpenGL texture RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUAV.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUAV.cpp index 2881334297d8..5859b247cb3b 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUAV.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUAV.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "OpenGLDrvPrivate.h" diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUniformBuffer.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUniformBuffer.cpp index fd2a6f262dc8..b95162208f63 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUniformBuffer.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUniformBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLUniformBuffer.cpp: OpenGL Uniform buffer RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUtil.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUtil.cpp index 5358e08ae60f..881d7c61e130 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUtil.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLUtil.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLUtil.h: OpenGL RHI utility implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLVertexBuffer.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLVertexBuffer.cpp index 3e99184f9f5a..a687ea7dbb96 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLVertexBuffer.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLVertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLVertexBuffer.cpp: OpenGL vertex buffer RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLVertexDeclaration.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLVertexDeclaration.cpp index 9ca6142429d5..a1719852cec5 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLVertexDeclaration.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLVertexDeclaration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLVertexDeclaration.cpp: OpenGL vertex declaration RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLViewport.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLViewport.cpp index 0596066962bc..56b4648fb120 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLViewport.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLViewport.cpp: OpenGL viewport RHI implementation. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.cpp b/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.cpp index b3bbd538f301..bb7883d3af66 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.cpp +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLWindowsLoader.cpp: Manual loading of OpenGL functions from DLL. diff --git a/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.h b/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.h index 36d193d00093..47f95a3c10b5 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.h +++ b/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLWindows.h: Manual loading of OpenGL functions from DLL. diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL.h index 85e5f5568d45..01bc4e0c71ad 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGL.h: Public OpenGL base definitions for non-common functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL3.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL3.h index cb858bff0d44..09d4c5ab5791 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL3.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL3.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGL3.h: Public OpenGL 3.2 definitions for non-common functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL4.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL4.h index 8c7e161cadb1..01d48e07f77f 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL4.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGL4.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGL4.h: Public OpenGL 4.3 definitions for non-common functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h index 8aecbf7fa3d4..d9692540ae3c 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLDrv.h: Public OpenGL RHI definitions. diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES2.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES2.h index 9a5c952e339b..a5429e2774f6 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES2.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES2.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLES2.h: Public OpenGL ES 2.0 definitions for non-common functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES31.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES31.h index cff720ee159e..0068500b5f17 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES31.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLES31.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGL3.h: Public OpenGL 3.2 definitions for non-common functionality diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLResources.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLResources.h index 69c737ea815d..23415dd80623 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLResources.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLResources.h: OpenGL resource RHI definitions. diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLShaderResources.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLShaderResources.h index 1ec329d09298..ab51003a0057 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLShaderResources.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLShaderResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLShaderResources.h: OpenGL shader resource RHI definitions. diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLState.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLState.h index d24f9bd693e3..b9ff2bbfc194 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLState.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLState.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLState.h: OpenGL state definitions. diff --git a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLUtil.h b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLUtil.h index 735f5691b269..c30c900f265e 100644 --- a/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLUtil.h +++ b/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLUtil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= OpenGLUtil.h: OpenGL RHI utility definitions. diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/Private/RSAEncryptionHandlerComponent.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/Private/RSAEncryptionHandlerComponent.cpp index e92fe8847d4f..3553f2ad5409 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/Private/RSAEncryptionHandlerComponent.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/Private/RSAEncryptionHandlerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RSAEncryptionHandlerComponent.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/Public/RSAEncryptionHandlerComponent.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/Public/RSAEncryptionHandlerComponent.h index c0d71de31d8f..775fc326b5b6 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/Public/RSAEncryptionHandlerComponent.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/Public/RSAEncryptionHandlerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/RSAEncryptionHandlerComponent.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/RSAEncryptionHandlerComponent.Build.cs index e1c4e2d28d50..c7f15fff87bb 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/RSAEncryptionHandlerComponent.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/AsymmetricEncryption/RSAEncryptionHandlerComponent/RSAEncryptionHandlerComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/EncryptionHandlerComponent.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/EncryptionHandlerComponent.Build.cs index e622ab7c22a5..614d59ae5948 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/EncryptionHandlerComponent.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/EncryptionHandlerComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/Private/EncryptionHandlerComponent.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/Private/EncryptionHandlerComponent.cpp index 2203859d8b90..ce00b01e5033 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/Private/EncryptionHandlerComponent.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/Private/EncryptionHandlerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "EncryptionHandlerComponent.h" #include "BlockEncryptionHandlerComponent.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/Public/EncryptionHandlerComponent.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/Public/EncryptionHandlerComponent.h index 25d1f47f2fd2..1c7a371025e4 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/Public/EncryptionHandlerComponent.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/EncryptionHandlerComponent/Public/EncryptionHandlerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/AESBlockEncryptor.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/AESBlockEncryptor.Build.cs index 08ef2da23537..405cf1c68d63 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/AESBlockEncryptor.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/AESBlockEncryptor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/Private/AESBlockEncryptor.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/Private/AESBlockEncryptor.cpp index 17dbb7e1dea1..74d0ed5153f7 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/Private/AESBlockEncryptor.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/Private/AESBlockEncryptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AESBlockEncryptor.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/Public/AESBlockEncryptor.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/Public/AESBlockEncryptor.h index 3d0fb0e3be7c..8a417d56d470 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/Public/AESBlockEncryptor.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/AESBlockEncryptor/Public/AESBlockEncryptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/BlockEncryptionHandlerComponent.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/BlockEncryptionHandlerComponent.Build.cs index 15d6fee4d906..67843d6badaf 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/BlockEncryptionHandlerComponent.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/BlockEncryptionHandlerComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/Private/BlockEncryptionHandlerComponent.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/Private/BlockEncryptionHandlerComponent.cpp index 1ca3e053d8a5..605bd713f99f 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/Private/BlockEncryptionHandlerComponent.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/Private/BlockEncryptionHandlerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlockEncryptionHandlerComponent.h" #include "XORBlockEncryptor.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/Public/BlockEncryptionHandlerComponent.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/Public/BlockEncryptionHandlerComponent.h index 01e77469e4e3..35e17c65698d 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/Public/BlockEncryptionHandlerComponent.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlockEncryptionHandlerComponent/Public/BlockEncryptionHandlerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/BlowFishBlockEncryptor.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/BlowFishBlockEncryptor.Build.cs index fbbdfd260414..54157550ac47 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/BlowFishBlockEncryptor.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/BlowFishBlockEncryptor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/Private/BlowFishBlockEncryptor.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/Private/BlowFishBlockEncryptor.cpp index ebcae5f7cb74..09587e598e09 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/Private/BlowFishBlockEncryptor.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/Private/BlowFishBlockEncryptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "BlowFishBlockEncryptor.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/Public/BlowFishBlockEncryptor.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/Public/BlowFishBlockEncryptor.h index 77ac8fa92261..283646dfe967 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/Public/BlowFishBlockEncryptor.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/BlowFishBlockEncryptor/Public/BlowFishBlockEncryptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/Private/TwoFishBlockEncryptor.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/Private/TwoFishBlockEncryptor.cpp index 9090646ea10a..8f7a73d8b53b 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/Private/TwoFishBlockEncryptor.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/Private/TwoFishBlockEncryptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TwoFishBlockEncryptor.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/Public/TwoFishBlockEncryptor.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/Public/TwoFishBlockEncryptor.h index 1137d9fc5134..7f05df33becf 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/Public/TwoFishBlockEncryptor.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/Public/TwoFishBlockEncryptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/TwoFishBlockEncryptor.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/TwoFishBlockEncryptor.Build.cs index b7d68b912113..82bc2ecc95b0 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/TwoFishBlockEncryptor.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/TwoFishBlockEncryptor/TwoFishBlockEncryptor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/Private/XORBlockEncryptor.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/Private/XORBlockEncryptor.cpp index 7e71734b7c2d..5a7452263244 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/Private/XORBlockEncryptor.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/Private/XORBlockEncryptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XORBlockEncryptor.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/Public/XORBlockEncryptor.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/Public/XORBlockEncryptor.h index 739a77cf123c..4be7e191070f 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/Public/XORBlockEncryptor.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/Public/XORBlockEncryptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/XORBlockEncryptor.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/XORBlockEncryptor.Build.cs index d45a4eebe4f0..21a4a7445a63 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/XORBlockEncryptor.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/BlockEncryption/XORBlockEncryptor/XORBlockEncryptor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/Private/StreamEncryptionHandlerComponent.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/Private/StreamEncryptionHandlerComponent.cpp index a2dd4c1cae63..a10be5b48e53 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/Private/StreamEncryptionHandlerComponent.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/Private/StreamEncryptionHandlerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StreamEncryptionHandlerComponent.h" #include "XORStreamEncryptor.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/Public/StreamEncryptionHandlerComponent.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/Public/StreamEncryptionHandlerComponent.h index 5ca0b07d505e..76697f867bcf 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/Public/StreamEncryptionHandlerComponent.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/Public/StreamEncryptionHandlerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/StreamEncryptionHandlerComponent.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/StreamEncryptionHandlerComponent.Build.cs index 10beccb5b5a3..cec5e5c47c82 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/StreamEncryptionHandlerComponent.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/StreamEncryptionHandlerComponent/StreamEncryptionHandlerComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/Private/XORStreamEncryptor.cpp b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/Private/XORStreamEncryptor.cpp index bf3386a48c56..375c446484a1 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/Private/XORStreamEncryptor.cpp +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/Private/XORStreamEncryptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XORStreamEncryptor.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/Public/XORStreamEncryptor.h b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/Public/XORStreamEncryptor.h index 8f8387166fa7..4d9be04ae6c0 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/Public/XORStreamEncryptor.h +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/Public/XORStreamEncryptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StreamEncryptionHandlerComponent.h" diff --git a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/XORStreamEncryptor.Build.cs b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/XORStreamEncryptor.Build.cs index 14fd32b39d31..965891deffab 100644 --- a/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/XORStreamEncryptor.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/EncryptionComponents/SymmetricEncryption/StreamEncryption/XORStreamEncryptor/XORStreamEncryptor.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/PacketHandler/PacketHandler.Build.cs b/Engine/Source/Runtime/PacketHandlers/PacketHandler/PacketHandler.Build.cs index 147295a7deb7..ec83931bcdb3 100644 --- a/Engine/Source/Runtime/PacketHandlers/PacketHandler/PacketHandler.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/PacketHandler/PacketHandler.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp b/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp index e73f88c12d2b..bc28cbbda3ee 100644 --- a/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp +++ b/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PacketHandler.h" #include "ReliabilityHandlerComponent.h" diff --git a/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h b/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h index abfea0f36d7f..a73297ed9ead 100644 --- a/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h +++ b/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/Private/ReliabilityHandlerComponent.cpp b/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/Private/ReliabilityHandlerComponent.cpp index 9c366ab995a1..c31d6d403c80 100644 --- a/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/Private/ReliabilityHandlerComponent.cpp +++ b/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/Private/ReliabilityHandlerComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ReliabilityHandlerComponent.h" diff --git a/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/Public/ReliabilityHandlerComponent.h b/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/Public/ReliabilityHandlerComponent.h index 5db231b5a1a2..03c1f90a517d 100644 --- a/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/Public/ReliabilityHandlerComponent.h +++ b/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/Public/ReliabilityHandlerComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/ReliabilityHandlerComponent.Build.cs b/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/ReliabilityHandlerComponent.Build.cs index f0f14613fe12..b2e862487643 100644 --- a/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/ReliabilityHandlerComponent.Build.cs +++ b/Engine/Source/Runtime/PacketHandlers/ReliabilityHandlerComponent/ReliabilityHandlerComponent.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PakFile/PakFile.Build.cs b/Engine/Source/Runtime/PakFile/PakFile.Build.cs index fc7aa6509b97..d045c03f9812 100644 --- a/Engine/Source/Runtime/PakFile/PakFile.Build.cs +++ b/Engine/Source/Runtime/PakFile/PakFile.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp b/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp index 55bc68be7413..0549747e40de 100644 --- a/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp +++ b/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PakFilePrivatePCH.h" #include "IPlatformFilePak.h" diff --git a/Engine/Source/Runtime/PakFile/Private/PakFilePrivatePCH.h b/Engine/Source/Runtime/PakFile/Private/PakFilePrivatePCH.h index ab2ac78775d4..0a4d67c2ada1 100644 --- a/Engine/Source/Runtime/PakFile/Private/PakFilePrivatePCH.h +++ b/Engine/Source/Runtime/PakFile/Private/PakFilePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PakFile/Private/PublicKey.inl b/Engine/Source/Runtime/PakFile/Private/PublicKey.inl index aba52dd816e7..7180461bccb4 100644 --- a/Engine/Source/Runtime/PakFile/Private/PublicKey.inl +++ b/Engine/Source/Runtime/PakFile/Private/PublicKey.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PakFile/Private/SignedArchiveReader.cpp b/Engine/Source/Runtime/PakFile/Private/SignedArchiveReader.cpp index ff6f252a8134..84cf63432f71 100644 --- a/Engine/Source/Runtime/PakFile/Private/SignedArchiveReader.cpp +++ b/Engine/Source/Runtime/PakFile/Private/SignedArchiveReader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PakFilePrivatePCH.h" #include "IPlatformFilePak.h" diff --git a/Engine/Source/Runtime/PakFile/Private/SignedArchiveReader.h b/Engine/Source/Runtime/PakFile/Private/SignedArchiveReader.h index bd60edf7233c..a57db0d6defe 100644 --- a/Engine/Source/Runtime/PakFile/Private/SignedArchiveReader.h +++ b/Engine/Source/Runtime/PakFile/Private/SignedArchiveReader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h b/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h index 04a7a903433d..570504c9c4ff 100644 --- a/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h +++ b/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PerfCounters/PerfCounters.Build.cs b/Engine/Source/Runtime/PerfCounters/PerfCounters.Build.cs index c7928f55675c..d38fc27da57a 100644 --- a/Engine/Source/Runtime/PerfCounters/PerfCounters.Build.cs +++ b/Engine/Source/Runtime/PerfCounters/PerfCounters.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/PerfCounters/Private/PerfCounters.cpp b/Engine/Source/Runtime/PerfCounters/Private/PerfCounters.cpp index 45d2f00d8787..9b28d20b2d09 100644 --- a/Engine/Source/Runtime/PerfCounters/Private/PerfCounters.cpp +++ b/Engine/Source/Runtime/PerfCounters/Private/PerfCounters.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerfCounters.h" #include "SocketSubsystem.h" diff --git a/Engine/Source/Runtime/PerfCounters/Private/PerfCounters.h b/Engine/Source/Runtime/PerfCounters/Private/PerfCounters.h index af7a7672ebf8..b2b98d26019f 100644 --- a/Engine/Source/Runtime/PerfCounters/Private/PerfCounters.h +++ b/Engine/Source/Runtime/PerfCounters/Private/PerfCounters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PerfCounters/Private/PerfCountersModule.cpp b/Engine/Source/Runtime/PerfCounters/Private/PerfCountersModule.cpp index b182f4dd042f..ab73423198ed 100644 --- a/Engine/Source/Runtime/PerfCounters/Private/PerfCountersModule.cpp +++ b/Engine/Source/Runtime/PerfCounters/Private/PerfCountersModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PerfCounters.h" diff --git a/Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h b/Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h index fced1b4a149b..1ae2efc05657 100644 --- a/Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h +++ b/Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PhysXFormats/PhysXFormats.Build.cs b/Engine/Source/Runtime/PhysXFormats/PhysXFormats.Build.cs index a08296c8bd97..12dd345e0b88 100644 --- a/Engine/Source/Runtime/PhysXFormats/PhysXFormats.Build.cs +++ b/Engine/Source/Runtime/PhysXFormats/PhysXFormats.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/PhysXFormats/Private/PhysXFormats.cpp b/Engine/Source/Runtime/PhysXFormats/Private/PhysXFormats.cpp index 0f6957410a97..31d9e7dea8f3 100644 --- a/Engine/Source/Runtime/PhysXFormats/Private/PhysXFormats.cpp +++ b/Engine/Source/Runtime/PhysXFormats/Private/PhysXFormats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Runtime/PhysXFormats/Private/PhysXFormats.h b/Engine/Source/Runtime/PhysXFormats/Private/PhysXFormats.h index 31d6e4efab2d..17131804d131 100644 --- a/Engine/Source/Runtime/PhysXFormats/Private/PhysXFormats.h +++ b/Engine/Source/Runtime/PhysXFormats/Private/PhysXFormats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/PhysXFormats/Public/IPhysXFormat.h b/Engine/Source/Runtime/PhysXFormats/Public/IPhysXFormat.h index 813c444ff368..059fa6edf630 100644 --- a/Engine/Source/Runtime/PhysXFormats/Public/IPhysXFormat.h +++ b/Engine/Source/Runtime/PhysXFormats/Public/IPhysXFormat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ITextureFormatModule.h: Declares the ITextureFormatModule interface. diff --git a/Engine/Source/Runtime/PhysXFormats/Public/IPhysXFormatModule.h b/Engine/Source/Runtime/PhysXFormats/Public/IPhysXFormatModule.h index f77a2f5cac10..a895c2279346 100644 --- a/Engine/Source/Runtime/PhysXFormats/Public/IPhysXFormatModule.h +++ b/Engine/Source/Runtime/PhysXFormats/Public/IPhysXFormatModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= IPhysXFormatModule.h: Declares the IPhysXFormatModule interface. diff --git a/Engine/Source/Runtime/Portal/Messages/PortalMessages.Build.cs b/Engine/Source/Runtime/Portal/Messages/PortalMessages.Build.cs index 7190ad1f995c..2120251e2f6e 100644 --- a/Engine/Source/Runtime/Portal/Messages/PortalMessages.Build.cs +++ b/Engine/Source/Runtime/Portal/Messages/PortalMessages.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Portal/Messages/Private/PortalMessagesModule.cpp b/Engine/Source/Runtime/Portal/Messages/Private/PortalMessagesModule.cpp index f8c442a8f82d..931247fcd776 100644 --- a/Engine/Source/Runtime/Portal/Messages/Private/PortalMessagesModule.cpp +++ b/Engine/Source/Runtime/Portal/Messages/Private/PortalMessagesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalMessagesPrivatePCH.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Runtime/Portal/Messages/Private/PortalMessagesPrivatePCH.h b/Engine/Source/Runtime/Portal/Messages/Private/PortalMessagesPrivatePCH.h index 6bbea8db2aed..63f39a9495da 100644 --- a/Engine/Source/Runtime/Portal/Messages/Private/PortalMessagesPrivatePCH.h +++ b/Engine/Source/Runtime/Portal/Messages/Private/PortalMessagesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Messages/Public/PortalApplicationWindowMessages.h b/Engine/Source/Runtime/Portal/Messages/Public/PortalApplicationWindowMessages.h index 310f7b020612..c58029514490 100644 --- a/Engine/Source/Runtime/Portal/Messages/Public/PortalApplicationWindowMessages.h +++ b/Engine/Source/Runtime/Portal/Messages/Public/PortalApplicationWindowMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "RpcMessage.h" diff --git a/Engine/Source/Runtime/Portal/Messages/Public/PortalPackageInstallerMessages.h b/Engine/Source/Runtime/Portal/Messages/Public/PortalPackageInstallerMessages.h index e715f8aacb69..cf7d14be7e37 100644 --- a/Engine/Source/Runtime/Portal/Messages/Public/PortalPackageInstallerMessages.h +++ b/Engine/Source/Runtime/Portal/Messages/Public/PortalPackageInstallerMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Messages/Public/PortalUserLoginMessages.h b/Engine/Source/Runtime/Portal/Messages/Public/PortalUserLoginMessages.h index c946824bb377..76d92c693236 100644 --- a/Engine/Source/Runtime/Portal/Messages/Public/PortalUserLoginMessages.h +++ b/Engine/Source/Runtime/Portal/Messages/Public/PortalUserLoginMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "RpcMessage.h" diff --git a/Engine/Source/Runtime/Portal/Messages/Public/PortalUserMessages.h b/Engine/Source/Runtime/Portal/Messages/Public/PortalUserMessages.h index 6321eded9d07..f7757cc70cbb 100644 --- a/Engine/Source/Runtime/Portal/Messages/Public/PortalUserMessages.h +++ b/Engine/Source/Runtime/Portal/Messages/Public/PortalUserMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "RpcMessage.h" diff --git a/Engine/Source/Runtime/Portal/Proxies/PortalProxies.Build.cs b/Engine/Source/Runtime/Portal/Proxies/PortalProxies.Build.cs index 5ee4a2f2fb7f..d81ce28ac03b 100644 --- a/Engine/Source/Runtime/Portal/Proxies/PortalProxies.Build.cs +++ b/Engine/Source/Runtime/Portal/Proxies/PortalProxies.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserLoginProxy.cpp b/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserLoginProxy.cpp index a1d6d7fba079..d87858ed48cb 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserLoginProxy.cpp +++ b/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserLoginProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalProxiesPrivatePCH.h" #include "PortalUserLoginProxy.h" diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserLoginProxy.h b/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserLoginProxy.h index 9ee0f7cf0e32..d74613d78a79 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserLoginProxy.h +++ b/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserLoginProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPortalService; diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserProxy.cpp b/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserProxy.cpp index 63009e1147ca..bf1010a0ec19 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserProxy.cpp +++ b/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalProxiesPrivatePCH.h" #include "PortalUserProxy.h" diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserProxy.h b/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserProxy.h index 97478f233831..7ce0ea8270a3 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserProxy.h +++ b/Engine/Source/Runtime/Portal/Proxies/Private/Account/PortalUserProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPortalService; diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/Application/PortalApplicationWindowProxy.cpp b/Engine/Source/Runtime/Portal/Proxies/Private/Application/PortalApplicationWindowProxy.cpp index 81e7be9a89a8..8427dc36ac64 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/Application/PortalApplicationWindowProxy.cpp +++ b/Engine/Source/Runtime/Portal/Proxies/Private/Application/PortalApplicationWindowProxy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalProxiesPrivatePCH.h" #include "PortalApplicationWindowProxy.h" diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/Application/PortalApplicationWindowProxy.h b/Engine/Source/Runtime/Portal/Proxies/Private/Application/PortalApplicationWindowProxy.h index cf2ce916fe73..1869be3d2753 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/Application/PortalApplicationWindowProxy.h +++ b/Engine/Source/Runtime/Portal/Proxies/Private/Application/PortalApplicationWindowProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPortalService; diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/Package/PortalPackageInstallerProxy.h b/Engine/Source/Runtime/Portal/Proxies/Private/Package/PortalPackageInstallerProxy.h index 382abefc4022..174558f2577b 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/Package/PortalPackageInstallerProxy.h +++ b/Engine/Source/Runtime/Portal/Proxies/Private/Package/PortalPackageInstallerProxy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/PortalProxiesModule.cpp b/Engine/Source/Runtime/Portal/Proxies/Private/PortalProxiesModule.cpp index b962aacaeff6..fbe70a835ba5 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/PortalProxiesModule.cpp +++ b/Engine/Source/Runtime/Portal/Proxies/Private/PortalProxiesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalProxiesPrivatePCH.h" #include "IPortalServiceProvider.h" diff --git a/Engine/Source/Runtime/Portal/Proxies/Private/PortalProxiesPrivatePCH.h b/Engine/Source/Runtime/Portal/Proxies/Private/PortalProxiesPrivatePCH.h index c1630dcdc11a..12154692f792 100644 --- a/Engine/Source/Runtime/Portal/Proxies/Private/PortalProxiesPrivatePCH.h +++ b/Engine/Source/Runtime/Portal/Proxies/Private/PortalProxiesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Rpc/PortalRpc.Build.cs b/Engine/Source/Runtime/Portal/Rpc/PortalRpc.Build.cs index 075aa58e8ebd..59d820134cd2 100644 --- a/Engine/Source/Runtime/Portal/Rpc/PortalRpc.Build.cs +++ b/Engine/Source/Runtime/Portal/Rpc/PortalRpc.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcLocator.cpp b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcLocator.cpp index d441fad97c7f..abf565516bb9 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcLocator.cpp +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcLocator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalRpcPrivatePCH.h" #include "PortalRpcLocator.h" diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcLocator.h b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcLocator.h index 8a2e9f88f41d..010b5e242ca7 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcLocator.h +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcLocator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPortalRpcLocator; diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcMessages.h b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcMessages.h index 6353f70dfcae..7f339b168963 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcMessages.h +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcMessages.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcModule.cpp b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcModule.cpp index 16a75d780acd..5efdd2e9c953 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcModule.cpp +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalRpcPrivatePCH.h" #include "IPortalRpcModule.h" diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcPrivatePCH.h b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcPrivatePCH.h index fafcab23f75a..47184fd6852d 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcPrivatePCH.h +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcResponder.cpp b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcResponder.cpp index 69abb7ea950c..13d9cc684cd6 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcResponder.cpp +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcResponder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalRpcPrivatePCH.h" #include "PortalRpcResponder.h" diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcResponder.h b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcResponder.h index 97050e977041..f472ffd17678 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcResponder.h +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcResponder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPortalRpcResponder; diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcServer.cpp b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcServer.cpp index fc60cf9802b0..e9e4abe6bb3f 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcServer.cpp +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcServer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalRpcPrivatePCH.h" #include "PortalRpcServer.h" diff --git a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcServer.h b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcServer.h index 13a3ebd83228..6b367857cf13 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcServer.h +++ b/Engine/Source/Runtime/Portal/Rpc/Private/PortalRpcServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPortalRpcServer; diff --git a/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcLocator.h b/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcLocator.h index 4db13e2c4796..8b20f8972591 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcLocator.h +++ b/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcLocator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcModule.h b/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcModule.h index 88e140d75327..c70140979fab 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcModule.h +++ b/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleInterface.h" diff --git a/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcResponder.h b/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcResponder.h index c2cbd7628a42..294d0cf4f108 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcResponder.h +++ b/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcResponder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IMessageRpcServer; diff --git a/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcServer.h b/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcServer.h index 761f02cbe022..a41ddfb4e84f 100644 --- a/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcServer.h +++ b/Engine/Source/Runtime/Portal/Rpc/Public/IPortalRpcServer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct FMessageAddress; diff --git a/Engine/Source/Runtime/Portal/Services/PortalServices.Build.cs b/Engine/Source/Runtime/Portal/Services/PortalServices.Build.cs index 8fb1c6fc45cb..e1947d1d4944 100644 --- a/Engine/Source/Runtime/Portal/Services/PortalServices.Build.cs +++ b/Engine/Source/Runtime/Portal/Services/PortalServices.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Portal/Services/Private/PortalServiceLocator.cpp b/Engine/Source/Runtime/Portal/Services/Private/PortalServiceLocator.cpp index 6bd2dfa79906..7a521060af58 100644 --- a/Engine/Source/Runtime/Portal/Services/Private/PortalServiceLocator.cpp +++ b/Engine/Source/Runtime/Portal/Services/Private/PortalServiceLocator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalServicesPrivatePCH.h" #include "PortalServiceLocator.h" diff --git a/Engine/Source/Runtime/Portal/Services/Private/PortalServiceLocator.h b/Engine/Source/Runtime/Portal/Services/Private/PortalServiceLocator.h index 40fb3454541d..79bf8d26ac62 100644 --- a/Engine/Source/Runtime/Portal/Services/Private/PortalServiceLocator.h +++ b/Engine/Source/Runtime/Portal/Services/Private/PortalServiceLocator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPortalServiceLocator; diff --git a/Engine/Source/Runtime/Portal/Services/Private/PortalServicesModule.cpp b/Engine/Source/Runtime/Portal/Services/Private/PortalServicesModule.cpp index 5f2ff9afeb17..a12f2a79ed6b 100644 --- a/Engine/Source/Runtime/Portal/Services/Private/PortalServicesModule.cpp +++ b/Engine/Source/Runtime/Portal/Services/Private/PortalServicesModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "PortalServicesPrivatePCH.h" #include "IPortalServicesModule.h" diff --git a/Engine/Source/Runtime/Portal/Services/Private/PortalServicesPrivatePCH.h b/Engine/Source/Runtime/Portal/Services/Private/PortalServicesPrivatePCH.h index 126e80a19255..caa55e76df32 100644 --- a/Engine/Source/Runtime/Portal/Services/Private/PortalServicesPrivatePCH.h +++ b/Engine/Source/Runtime/Portal/Services/Private/PortalServicesPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h b/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h index 58c0797b624b..9865d1551896 100644 --- a/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h +++ b/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AsyncResult.h" diff --git a/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUserLogin.h b/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUserLogin.h index 7bde949db1ce..0896ed9fba51 100644 --- a/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUserLogin.h +++ b/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUserLogin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AsyncResult.h" diff --git a/Engine/Source/Runtime/Portal/Services/Public/Application/IPortalApplicationWindow.h b/Engine/Source/Runtime/Portal/Services/Public/Application/IPortalApplicationWindow.h index 2e5602a633ce..3f94743c0d69 100644 --- a/Engine/Source/Runtime/Portal/Services/Public/Application/IPortalApplicationWindow.h +++ b/Engine/Source/Runtime/Portal/Services/Public/Application/IPortalApplicationWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AsyncResult.h" diff --git a/Engine/Source/Runtime/Portal/Services/Public/IPortalService.h b/Engine/Source/Runtime/Portal/Services/Public/IPortalService.h index 191cab55315b..c07ceb048002 100644 --- a/Engine/Source/Runtime/Portal/Services/Public/IPortalService.h +++ b/Engine/Source/Runtime/Portal/Services/Public/IPortalService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IPortalService diff --git a/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceLocator.h b/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceLocator.h index 3f311db188d1..d4a7a2663ef5 100644 --- a/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceLocator.h +++ b/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceLocator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceProvider.h b/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceProvider.h index 61731fb02b70..db43a3c4d6a6 100644 --- a/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceProvider.h +++ b/Engine/Source/Runtime/Portal/Services/Public/IPortalServiceProvider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ModuleInterface.h" diff --git a/Engine/Source/Runtime/Portal/Services/Public/IPortalServicesModule.h b/Engine/Source/Runtime/Portal/Services/Public/IPortalServicesModule.h index d73a009734ce..ee0003e84024 100644 --- a/Engine/Source/Runtime/Portal/Services/Public/IPortalServicesModule.h +++ b/Engine/Source/Runtime/Portal/Services/Public/IPortalServicesModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h b/Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h index bcf7068515a3..1604254f0f2c 100644 --- a/Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h +++ b/Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp b/Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp index b383a55221d1..888f597a019a 100644 --- a/Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp +++ b/Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Projects/Private/PluginDescriptor.cpp b/Engine/Source/Runtime/Projects/Private/PluginDescriptor.cpp index 6568af2203b3..496442b1316e 100644 --- a/Engine/Source/Runtime/Projects/Private/PluginDescriptor.cpp +++ b/Engine/Source/Runtime/Projects/Private/PluginDescriptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectsPrivatePCH.h" #include "PluginDescriptor.h" diff --git a/Engine/Source/Runtime/Projects/Private/PluginManager.cpp b/Engine/Source/Runtime/Projects/Private/PluginManager.cpp index f908d7060776..11a3690c00f6 100644 --- a/Engine/Source/Runtime/Projects/Private/PluginManager.cpp +++ b/Engine/Source/Runtime/Projects/Private/PluginManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Projects/Private/PluginManager.h b/Engine/Source/Runtime/Projects/Private/PluginManager.h index 8b4eb70fd9ad..a8e50cbb0cb1 100644 --- a/Engine/Source/Runtime/Projects/Private/PluginManager.h +++ b/Engine/Source/Runtime/Projects/Private/PluginManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Private/ProjectDescriptor.cpp b/Engine/Source/Runtime/Projects/Private/ProjectDescriptor.cpp index 85930c45eb3b..c3a9bbaef3ab 100644 --- a/Engine/Source/Runtime/Projects/Private/ProjectDescriptor.cpp +++ b/Engine/Source/Runtime/Projects/Private/ProjectDescriptor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectsPrivatePCH.h" #include "ProjectDescriptor.h" diff --git a/Engine/Source/Runtime/Projects/Private/ProjectManager.cpp b/Engine/Source/Runtime/Projects/Private/ProjectManager.cpp index dae520418663..3a23aa90dfe3 100644 --- a/Engine/Source/Runtime/Projects/Private/ProjectManager.cpp +++ b/Engine/Source/Runtime/Projects/Private/ProjectManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Projects/Private/ProjectManager.h b/Engine/Source/Runtime/Projects/Private/ProjectManager.h index 367654be5ad9..4b3dd5768a54 100644 --- a/Engine/Source/Runtime/Projects/Private/ProjectManager.h +++ b/Engine/Source/Runtime/Projects/Private/ProjectManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Private/ProjectsModule.cpp b/Engine/Source/Runtime/Projects/Private/ProjectsModule.cpp index ce22fd558983..5d32030cdbc9 100644 --- a/Engine/Source/Runtime/Projects/Private/ProjectsModule.cpp +++ b/Engine/Source/Runtime/Projects/Private/ProjectsModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ProjectsModule.cpp: Implements the FProjectsModule class. diff --git a/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h b/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h index 98b453c46067..a2f32f8451dc 100644 --- a/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h +++ b/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Private/VersionManifest.cpp b/Engine/Source/Runtime/Projects/Private/VersionManifest.cpp index dd6a96f4d472..6f7473d0501c 100644 --- a/Engine/Source/Runtime/Projects/Private/VersionManifest.cpp +++ b/Engine/Source/Runtime/Projects/Private/VersionManifest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ProjectsPrivatePCH.h" #include "VersionManifest.h" diff --git a/Engine/Source/Runtime/Projects/Projects.Build.cs b/Engine/Source/Runtime/Projects/Projects.Build.cs index ecf70cf173b3..2edd13d70fa6 100644 --- a/Engine/Source/Runtime/Projects/Projects.Build.cs +++ b/Engine/Source/Runtime/Projects/Projects.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h b/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h index 02d2a8ca14ba..33c01c21ffbb 100644 --- a/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h +++ b/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h b/Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h index ee0e3c6a9248..fccb5551f027 100644 --- a/Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h +++ b/Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h b/Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h index d1a9fd8169d8..61229d92f583 100644 --- a/Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h +++ b/Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Public/PluginDescriptor.h b/Engine/Source/Runtime/Projects/Public/PluginDescriptor.h index 94f349199b3c..2b09b5753707 100644 --- a/Engine/Source/Runtime/Projects/Public/PluginDescriptor.h +++ b/Engine/Source/Runtime/Projects/Public/PluginDescriptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Public/ProjectDescriptor.h b/Engine/Source/Runtime/Projects/Public/ProjectDescriptor.h index 5e8d049c4dad..68be1aee6952 100644 --- a/Engine/Source/Runtime/Projects/Public/ProjectDescriptor.h +++ b/Engine/Source/Runtime/Projects/Public/ProjectDescriptor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Public/Projects.h b/Engine/Source/Runtime/Projects/Public/Projects.h index c82eb51d0fbc..7a878c80d1f3 100644 --- a/Engine/Source/Runtime/Projects/Public/Projects.h +++ b/Engine/Source/Runtime/Projects/Public/Projects.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Projects/Public/VersionManifest.h b/Engine/Source/Runtime/Projects/Public/VersionManifest.h index 6465fb2d6c02..e73cf76be670 100644 --- a/Engine/Source/Runtime/Projects/Public/VersionManifest.h +++ b/Engine/Source/Runtime/Projects/Public/VersionManifest.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RHI/Private/Android/AndroidDynamicRHI.cpp b/Engine/Source/Runtime/RHI/Private/Android/AndroidDynamicRHI.cpp index a4d2ee4e073f..5ac63ab0e097 100644 --- a/Engine/Source/Runtime/RHI/Private/Android/AndroidDynamicRHI.cpp +++ b/Engine/Source/Runtime/RHI/Private/Android/AndroidDynamicRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RHI.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/RHI/Private/Apple/AppleDynamicRHI.cpp b/Engine/Source/Runtime/RHI/Private/Apple/AppleDynamicRHI.cpp index d84898de5c1f..9bf03b28dafe 100644 --- a/Engine/Source/Runtime/RHI/Private/Apple/AppleDynamicRHI.cpp +++ b/Engine/Source/Runtime/RHI/Private/Apple/AppleDynamicRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RHI.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/RHI/Private/BoundShaderStateCache.cpp b/Engine/Source/Runtime/RHI/Private/BoundShaderStateCache.cpp index 58a29c4ea5ac..ba01ef00fbbe 100644 --- a/Engine/Source/Runtime/RHI/Private/BoundShaderStateCache.cpp +++ b/Engine/Source/Runtime/RHI/Private/BoundShaderStateCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BoundShaderStateCache.cpp: Bound shader state cache implementation. diff --git a/Engine/Source/Runtime/RHI/Private/DynamicRHI.cpp b/Engine/Source/Runtime/RHI/Private/DynamicRHI.cpp index 9e876a114cde..dc2dffaa8b5f 100644 --- a/Engine/Source/Runtime/RHI/Private/DynamicRHI.cpp +++ b/Engine/Source/Runtime/RHI/Private/DynamicRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DynamicRHI.cpp: Dynamically bound Render Hardware Interface implementation. diff --git a/Engine/Source/Runtime/RHI/Private/GPUProfiler.cpp b/Engine/Source/Runtime/RHI/Private/GPUProfiler.cpp index b2fc0acc76f6..4e95fa5996a7 100644 --- a/Engine/Source/Runtime/RHI/Private/GPUProfiler.cpp +++ b/Engine/Source/Runtime/RHI/Private/GPUProfiler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUProfiler.h: Hierarchical GPU Profiler Implementation. diff --git a/Engine/Source/Runtime/RHI/Private/HTML5/HTML5DynamicRHI.cpp b/Engine/Source/Runtime/RHI/Private/HTML5/HTML5DynamicRHI.cpp index e54de5c13ced..ea4bbb2f119c 100644 --- a/Engine/Source/Runtime/RHI/Private/HTML5/HTML5DynamicRHI.cpp +++ b/Engine/Source/Runtime/RHI/Private/HTML5/HTML5DynamicRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RHI.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/RHI/Private/Linux/LinuxDynamicRHI.cpp b/Engine/Source/Runtime/RHI/Private/Linux/LinuxDynamicRHI.cpp index 10d179ee307c..fad16f5f7030 100644 --- a/Engine/Source/Runtime/RHI/Private/Linux/LinuxDynamicRHI.cpp +++ b/Engine/Source/Runtime/RHI/Private/Linux/LinuxDynamicRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RHI.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/RHI/Private/RHI.cpp b/Engine/Source/Runtime/RHI/Private/RHI.cpp index 61e6dd8c56ee..b365418995a6 100644 --- a/Engine/Source/Runtime/RHI/Private/RHI.cpp +++ b/Engine/Source/Runtime/RHI/Private/RHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RHI.cpp: Render Hardware Interface implementation. diff --git a/Engine/Source/Runtime/RHI/Private/RHICommandList.cpp b/Engine/Source/Runtime/RHI/Private/RHICommandList.cpp index 88874ff3b186..fcfdca5ed386 100644 --- a/Engine/Source/Runtime/RHI/Private/RHICommandList.cpp +++ b/Engine/Source/Runtime/RHI/Private/RHICommandList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RHI.h" diff --git a/Engine/Source/Runtime/RHI/Private/RHIUtilities.cpp b/Engine/Source/Runtime/RHI/Private/RHIUtilities.cpp index 4361a88557d6..5d1448db57ab 100644 --- a/Engine/Source/Runtime/RHI/Private/RHIUtilities.cpp +++ b/Engine/Source/Runtime/RHI/Private/RHIUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RHIUtilities.cpp: diff --git a/Engine/Source/Runtime/RHI/Private/WinRT/WinRTDynamicRHI.cpp b/Engine/Source/Runtime/RHI/Private/WinRT/WinRTDynamicRHI.cpp index 165ef2dab222..35d7ddbd1561 100644 --- a/Engine/Source/Runtime/RHI/Private/WinRT/WinRTDynamicRHI.cpp +++ b/Engine/Source/Runtime/RHI/Private/WinRT/WinRTDynamicRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RHI.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/RHI/Private/Windows/WindowsDynamicRHI.cpp b/Engine/Source/Runtime/RHI/Private/Windows/WindowsDynamicRHI.cpp index 1aaa9abf2b6f..c6d8460b4ff4 100644 --- a/Engine/Source/Runtime/RHI/Private/Windows/WindowsDynamicRHI.cpp +++ b/Engine/Source/Runtime/RHI/Private/Windows/WindowsDynamicRHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RHI.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/RHI/Public/BoundShaderStateCache.h b/Engine/Source/Runtime/RHI/Public/BoundShaderStateCache.h index e8d03482f146..42ff3bc4063f 100644 --- a/Engine/Source/Runtime/RHI/Public/BoundShaderStateCache.h +++ b/Engine/Source/Runtime/RHI/Public/BoundShaderStateCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BoundShaderStateCache.h: Bound shader state cache definition. diff --git a/Engine/Source/Runtime/RHI/Public/DynamicRHI.h b/Engine/Source/Runtime/RHI/Public/DynamicRHI.h index f115bc32b608..0699739d5e86 100644 --- a/Engine/Source/Runtime/RHI/Public/DynamicRHI.h +++ b/Engine/Source/Runtime/RHI/Public/DynamicRHI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DynamicRHI.h: Dynamically bound Render Hardware Interface definitions. diff --git a/Engine/Source/Runtime/RHI/Public/GPUProfiler.h b/Engine/Source/Runtime/RHI/Public/GPUProfiler.h index dd64828b9f7d..2a8eef5967a6 100644 --- a/Engine/Source/Runtime/RHI/Public/GPUProfiler.h +++ b/Engine/Source/Runtime/RHI/Public/GPUProfiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUProfiler.h: Hierarchical GPU Profiler. diff --git a/Engine/Source/Runtime/RHI/Public/RHI.h b/Engine/Source/Runtime/RHI/Public/RHI.h index 3c5cf640891f..e440096c37d4 100644 --- a/Engine/Source/Runtime/RHI/Public/RHI.h +++ b/Engine/Source/Runtime/RHI/Public/RHI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RHI.h: Render Hardware Interface definitions. diff --git a/Engine/Source/Runtime/RHI/Public/RHICommandList.h b/Engine/Source/Runtime/RHI/Public/RHICommandList.h index 7087c57bd316..740e6506d051 100644 --- a/Engine/Source/Runtime/RHI/Public/RHICommandList.h +++ b/Engine/Source/Runtime/RHI/Public/RHICommandList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RHICommandList.h: RHI Command List definitions for queueing up & executing later. diff --git a/Engine/Source/Runtime/RHI/Public/RHICommandList.inl b/Engine/Source/Runtime/RHI/Public/RHICommandList.inl index 4f70125f91ae..a48bd202ce9c 100644 --- a/Engine/Source/Runtime/RHI/Public/RHICommandList.inl +++ b/Engine/Source/Runtime/RHI/Public/RHICommandList.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RHICommandList.inl: RHI Command List inline definitions. diff --git a/Engine/Source/Runtime/RHI/Public/RHICommandListCommandExecutes.inl b/Engine/Source/Runtime/RHI/Public/RHICommandListCommandExecutes.inl index af737248f96c..363b1ab122e1 100644 --- a/Engine/Source/Runtime/RHI/Public/RHICommandListCommandExecutes.inl +++ b/Engine/Source/Runtime/RHI/Public/RHICommandListCommandExecutes.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RHICommandListCommandExecutes.inl: RHI Command List execute functions. diff --git a/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h b/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h index 5ca43aaeb951..1acd5b2f3d73 100644 --- a/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h +++ b/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RHIDefinitions.h: Render Hardware Interface definitions diff --git a/Engine/Source/Runtime/RHI/Public/RHIResources.h b/Engine/Source/Runtime/RHI/Public/RHIResources.h index d6e1b5282ffc..bfd9ff10a430 100644 --- a/Engine/Source/Runtime/RHI/Public/RHIResources.h +++ b/Engine/Source/Runtime/RHI/Public/RHIResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RHI/Public/RHIStaticStates.h b/Engine/Source/Runtime/RHI/Public/RHIStaticStates.h index 7f1e992e754c..bfd51505d0a1 100644 --- a/Engine/Source/Runtime/RHI/Public/RHIStaticStates.h +++ b/Engine/Source/Runtime/RHI/Public/RHIStaticStates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RHIStaticStates.h: RHI static state template definition. diff --git a/Engine/Source/Runtime/RHI/Public/RHIUtilities.h b/Engine/Source/Runtime/RHI/Public/RHIUtilities.h index 3412ae802ff1..17b37dce5cf2 100644 --- a/Engine/Source/Runtime/RHI/Public/RHIUtilities.h +++ b/Engine/Source/Runtime/RHI/Public/RHIUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RHI/RHI.Build.cs b/Engine/Source/Runtime/RHI/RHI.Build.cs index 9983955b3ec1..a16e4596fde1 100644 --- a/Engine/Source/Runtime/RHI/RHI.Build.cs +++ b/Engine/Source/Runtime/RHI/RHI.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System; diff --git a/Engine/Source/Runtime/RenderCore/Private/RenderCore.cpp b/Engine/Source/Runtime/RenderCore/Private/RenderCore.cpp index 440b33ddd7de..07f9fe96eee2 100644 --- a/Engine/Source/Runtime/RenderCore/Private/RenderCore.cpp +++ b/Engine/Source/Runtime/RenderCore/Private/RenderCore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderCore.h: Render core module implementation. diff --git a/Engine/Source/Runtime/RenderCore/Private/RenderResource.cpp b/Engine/Source/Runtime/RenderCore/Private/RenderResource.cpp index 2871ef607777..9aa992b434ef 100644 --- a/Engine/Source/Runtime/RenderCore/Private/RenderResource.cpp +++ b/Engine/Source/Runtime/RenderCore/Private/RenderResource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderResource.cpp: Render resource implementation. diff --git a/Engine/Source/Runtime/RenderCore/Private/RenderUtils.cpp b/Engine/Source/Runtime/RenderCore/Private/RenderUtils.cpp index ac305236e8ab..4f134c5fcbdb 100644 --- a/Engine/Source/Runtime/RenderCore/Private/RenderUtils.cpp +++ b/Engine/Source/Runtime/RenderCore/Private/RenderUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RenderCore.h" diff --git a/Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp b/Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp index 8ae97f6bc864..bb1118aec0df 100644 --- a/Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp +++ b/Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderingThread.cpp: Rendering thread implementation. diff --git a/Engine/Source/Runtime/RenderCore/Public/PackedNormal.h b/Engine/Source/Runtime/RenderCore/Public/PackedNormal.h index 174c1a2a1da3..42c3720b88ac 100644 --- a/Engine/Source/Runtime/RenderCore/Public/PackedNormal.h +++ b/Engine/Source/Runtime/RenderCore/Public/PackedNormal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RenderCore/Public/RenderCommandFence.h b/Engine/Source/Runtime/RenderCore/Public/RenderCommandFence.h index a7a2f5b4be6e..c11481791cb7 100644 --- a/Engine/Source/Runtime/RenderCore/Public/RenderCommandFence.h +++ b/Engine/Source/Runtime/RenderCore/Public/RenderCommandFence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RenderCore/Public/RenderCore.h b/Engine/Source/Runtime/RenderCore/Public/RenderCore.h index 4d54d7c0b997..eb76074ce43c 100644 --- a/Engine/Source/Runtime/RenderCore/Public/RenderCore.h +++ b/Engine/Source/Runtime/RenderCore/Public/RenderCore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderCore.h: Render core module definitions. diff --git a/Engine/Source/Runtime/RenderCore/Public/RenderResource.h b/Engine/Source/Runtime/RenderCore/Public/RenderResource.h index efd0a29abeaf..268824fb2e52 100644 --- a/Engine/Source/Runtime/RenderCore/Public/RenderResource.h +++ b/Engine/Source/Runtime/RenderCore/Public/RenderResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderResource.h: Render resource definitions. diff --git a/Engine/Source/Runtime/RenderCore/Public/RenderUtils.h b/Engine/Source/Runtime/RenderCore/Public/RenderUtils.h index c1ad8329446f..343a631fd4cd 100644 --- a/Engine/Source/Runtime/RenderCore/Public/RenderUtils.h +++ b/Engine/Source/Runtime/RenderCore/Public/RenderUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RenderCore/Public/RenderingThread.h b/Engine/Source/Runtime/RenderCore/Public/RenderingThread.h index c857ec9935d9..f703ebc7baa9 100644 --- a/Engine/Source/Runtime/RenderCore/Public/RenderingThread.h +++ b/Engine/Source/Runtime/RenderCore/Public/RenderingThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderingThread.h: Rendering thread definitions. diff --git a/Engine/Source/Runtime/RenderCore/Public/TickableObjectRenderThread.h b/Engine/Source/Runtime/RenderCore/Public/TickableObjectRenderThread.h index cb57cd60a100..2c47efd6f1ac 100644 --- a/Engine/Source/Runtime/RenderCore/Public/TickableObjectRenderThread.h +++ b/Engine/Source/Runtime/RenderCore/Public/TickableObjectRenderThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TickableObjectRenderThread.h: Rendering thread tickable object definition. diff --git a/Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h b/Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h index 7fb9dd8cd131..b5c8243eebff 100644 --- a/Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h +++ b/Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= UniformBuffer.h: Uniform buffer declarations. diff --git a/Engine/Source/Runtime/RenderCore/RenderCore.Build.cs b/Engine/Source/Runtime/RenderCore/RenderCore.Build.cs index fad6911cec85..d350683abb05 100644 --- a/Engine/Source/Runtime/RenderCore/RenderCore.Build.cs +++ b/Engine/Source/Runtime/RenderCore/RenderCore.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Renderer/Private/AmbientCubemapParameters.h b/Engine/Source/Runtime/Renderer/Private/AmbientCubemapParameters.h index b14543341925..9861dcdebca9 100644 --- a/Engine/Source/Runtime/Renderer/Private/AmbientCubemapParameters.h +++ b/Engine/Source/Runtime/Renderer/Private/AmbientCubemapParameters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AmbientCubemapParameters.h: Shared shader parameters for ambient cubemap diff --git a/Engine/Source/Runtime/Renderer/Private/AtmosphereRendering.cpp b/Engine/Source/Runtime/Renderer/Private/AtmosphereRendering.cpp index 9e76f2a2c2e6..cb40808d1a4f 100644 --- a/Engine/Source/Runtime/Renderer/Private/AtmosphereRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/AtmosphereRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmosphereRendering.cpp: Fog rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/AtmosphereRendering.h b/Engine/Source/Runtime/Renderer/Private/AtmosphereRendering.h index 2a034b30a65b..bbbfbf2b52f8 100644 --- a/Engine/Source/Runtime/Renderer/Private/AtmosphereRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/AtmosphereRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmosphereRendering.h: Fog rendering diff --git a/Engine/Source/Runtime/Renderer/Private/AtmosphereTextures.cpp b/Engine/Source/Runtime/Renderer/Private/AtmosphereTextures.cpp index c8f4dc86844e..bfc444b40112 100644 --- a/Engine/Source/Runtime/Renderer/Private/AtmosphereTextures.cpp +++ b/Engine/Source/Runtime/Renderer/Private/AtmosphereTextures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SystemTextures.cpp: System textures implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/AtmosphereTextures.h b/Engine/Source/Runtime/Renderer/Private/AtmosphereTextures.h index 723a0ce61b26..1a2882d5b752 100644 --- a/Engine/Source/Runtime/Renderer/Private/AtmosphereTextures.h +++ b/Engine/Source/Runtime/Renderer/Private/AtmosphereTextures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmosphereTextures.h: System textures definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/BasePassRendering.cpp b/Engine/Source/Runtime/Renderer/Private/BasePassRendering.cpp index 9b4f0192522b..40d85b7d940e 100644 --- a/Engine/Source/Runtime/Renderer/Private/BasePassRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/BasePassRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassRendering.cpp: Base pass rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/BasePassRendering.h b/Engine/Source/Runtime/Renderer/Private/BasePassRendering.h index fa0a418aea9d..faad26b57de8 100644 --- a/Engine/Source/Runtime/Renderer/Private/BasePassRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/BasePassRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassRendering.h: Base pass rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/BasePassRendering.inl b/Engine/Source/Runtime/Renderer/Private/BasePassRendering.inl index 81f1966d04ae..fbf7752158be 100644 --- a/Engine/Source/Runtime/Renderer/Private/BasePassRendering.inl +++ b/Engine/Source/Runtime/Renderer/Private/BasePassRendering.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= BasePassRendering.inl: Base pass rendering implementations. diff --git a/Engine/Source/Runtime/Renderer/Private/CapsuleShadowRendering.cpp b/Engine/Source/Runtime/Renderer/Private/CapsuleShadowRendering.cpp index 41ba9c2ec97b..d3f7e25c19b5 100644 --- a/Engine/Source/Runtime/Renderer/Private/CapsuleShadowRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/CapsuleShadowRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CapsuleShadowRendering.cpp: Functionality for rendering shadows from capsules diff --git a/Engine/Source/Runtime/Renderer/Private/ClearQuad.cpp b/Engine/Source/Runtime/Renderer/Private/ClearQuad.cpp index bf42c16ce07a..05a80495f84e 100644 --- a/Engine/Source/Runtime/Renderer/Private/ClearQuad.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ClearQuad.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RendererPrivate.h" #include "OneColorShader.h" diff --git a/Engine/Source/Runtime/Renderer/Private/ClearQuad.h b/Engine/Source/Runtime/Renderer/Private/ClearQuad.h index 2c1219f477a2..9fdda4995ac3 100644 --- a/Engine/Source/Runtime/Renderer/Private/ClearQuad.h +++ b/Engine/Source/Runtime/Renderer/Private/ClearQuad.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/CompositionLighting.cpp b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/CompositionLighting.cpp index c0ab8441d078..6928f07c497f 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/CompositionLighting.cpp +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/CompositionLighting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CompositionLighting.cpp: The center for all deferred lighting activities. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/CompositionLighting.h b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/CompositionLighting.h index 43dd79bb793d..ff3caf74faab 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/CompositionLighting.h +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/CompositionLighting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CompositionLighting.h: The center for all deferred lighting activities. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbient.cpp b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbient.cpp index 1b9b80f31124..f37752bfd457 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbient.cpp +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbient.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAmbient.cpp: Post processing ambient implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbient.h b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbient.h index 85eb231dcee9..9e9af9b7ad4d 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbient.h +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbient.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAmbient.h: Post processing ambient implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbientOcclusion.cpp b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbientOcclusion.cpp index 705525bf650e..1f37b0153738 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbientOcclusion.cpp +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbientOcclusion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAmbientOcclusion.cpp: Post processing ambient occlusion implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbientOcclusion.h b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbientOcclusion.h index 76096564b8ee..ec3fe21756ea 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbientOcclusion.h +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessAmbientOcclusion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAmbientOcclusion.h: Post processing ambient occlusion implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessDeferredDecals.cpp b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessDeferredDecals.cpp index 6204b9bcabfb..7d2281183ff8 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessDeferredDecals.cpp +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessDeferredDecals.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDeferredDecals.cpp: Deferred Decals implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessDeferredDecals.h b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessDeferredDecals.h index cea4ff3b3b73..06ff5f4b8982 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessDeferredDecals.h +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessDeferredDecals.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDeferredDecals.h: Deferred Decals implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessPassThrough.cpp b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessPassThrough.cpp index b34373c3e207..a188477ba9ea 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessPassThrough.cpp +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessPassThrough.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessPassThrough.cpp: Post processing pass through implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessPassThrough.h b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessPassThrough.h index 699187acae4e..a240a5c074ff 100644 --- a/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessPassThrough.h +++ b/Engine/Source/Runtime/Renderer/Private/CompositionLighting/PostProcessPassThrough.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessPassThrough.h: Post processing pass through implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/ConvertToUniformMesh.cpp b/Engine/Source/Runtime/Renderer/Private/ConvertToUniformMesh.cpp index 13803b26d52a..83931b35dba4 100644 --- a/Engine/Source/Runtime/Renderer/Private/ConvertToUniformMesh.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ConvertToUniformMesh.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ConvertToUniformMesh.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/CustomDepthRendering.cpp b/Engine/Source/Runtime/Renderer/Private/CustomDepthRendering.cpp index 32c46004a12f..f3b2a52766b6 100644 --- a/Engine/Source/Runtime/Renderer/Private/CustomDepthRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/CustomDepthRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CustomDepthRendering.cpp: CustomDepth rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/CustomDepthRendering.h b/Engine/Source/Runtime/Renderer/Private/CustomDepthRendering.h index 8c7c5a1b6301..ac639f607880 100644 --- a/Engine/Source/Runtime/Renderer/Private/CustomDepthRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/CustomDepthRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CustomDepthRendering.h: CustomDepth rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/DecalRenderingForwardShading.cpp b/Engine/Source/Runtime/Renderer/Private/DecalRenderingForwardShading.cpp index 3e0569585c17..81515632542c 100644 --- a/Engine/Source/Runtime/Renderer/Private/DecalRenderingForwardShading.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DecalRenderingForwardShading.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DecalRenderingForwardShading.cpp: Decals for forward renderer diff --git a/Engine/Source/Runtime/Renderer/Private/DecalRenderingShared.cpp b/Engine/Source/Runtime/Renderer/Private/DecalRenderingShared.cpp index b9eecc5e4c84..05f983beebb0 100644 --- a/Engine/Source/Runtime/Renderer/Private/DecalRenderingShared.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DecalRenderingShared.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DecalRenderingShared.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/DecalRenderingShared.h b/Engine/Source/Runtime/Renderer/Private/DecalRenderingShared.h index 27baaa816993..b88ceb56dee7 100644 --- a/Engine/Source/Runtime/Renderer/Private/DecalRenderingShared.h +++ b/Engine/Source/Runtime/Renderer/Private/DecalRenderingShared.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DecalRenderingShared.h diff --git a/Engine/Source/Runtime/Renderer/Private/DeferredShadingRenderer.cpp b/Engine/Source/Runtime/Renderer/Private/DeferredShadingRenderer.cpp index c0ac072efa9c..60873929582b 100644 --- a/Engine/Source/Runtime/Renderer/Private/DeferredShadingRenderer.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DeferredShadingRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeferredShadingRenderer.cpp: Top level rendering loop for deferred shading diff --git a/Engine/Source/Runtime/Renderer/Private/DeferredShadingRenderer.h b/Engine/Source/Runtime/Renderer/Private/DeferredShadingRenderer.h index f8f47c4b3e0a..07a0e36935e2 100644 --- a/Engine/Source/Runtime/Renderer/Private/DeferredShadingRenderer.h +++ b/Engine/Source/Runtime/Renderer/Private/DeferredShadingRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DeferredShadingRenderer.h: Scene rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/DepthRendering.cpp b/Engine/Source/Runtime/Renderer/Private/DepthRendering.cpp index 0a8c54720298..1c396cb6c511 100644 --- a/Engine/Source/Runtime/Renderer/Private/DepthRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DepthRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DepthRendering.cpp: Depth rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/DepthRendering.h b/Engine/Source/Runtime/Renderer/Private/DepthRendering.h index 8cfaf5ba4183..124e4bf56bb8 100644 --- a/Engine/Source/Runtime/Renderer/Private/DepthRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/DepthRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DepthRendering.h: Depth rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldGlobalIllumination.cpp b/Engine/Source/Runtime/Renderer/Private/DistanceFieldGlobalIllumination.cpp index ad0b5086a54e..4f9c16bd5085 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldGlobalIllumination.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldGlobalIllumination.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldGlobalIllumination.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldGlobalIllumination.h b/Engine/Source/Runtime/Renderer/Private/DistanceFieldGlobalIllumination.h index c49d9fd50fcc..5a377a144e4b 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldGlobalIllumination.h +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldGlobalIllumination.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldGlobalIllumination.h diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingPost.cpp b/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingPost.cpp index 6c22280ae04b..52e43644f437 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingPost.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingPost.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldLightingPost.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingPost.h b/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingPost.h index 01ec8c512afe..0e6e9216bc3e 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingPost.h +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingPost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldLightingPost.h diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingShared.h b/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingShared.h index 3cd7ecedc2a4..8e504adfbed2 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingShared.h +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldLightingShared.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldLightingShared.h diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldObjectManagement.cpp b/Engine/Source/Runtime/Renderer/Private/DistanceFieldObjectManagement.cpp index d12e18e9215e..31d05c859557 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldObjectManagement.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldObjectManagement.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldSurfaceCacheLighting.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldScreenGridLighting.cpp b/Engine/Source/Runtime/Renderer/Private/DistanceFieldScreenGridLighting.cpp index 9047ecd16ca0..b54ae5a2131d 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldScreenGridLighting.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldScreenGridLighting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldScreenGridLighting.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldShadowing.cpp b/Engine/Source/Runtime/Renderer/Private/DistanceFieldShadowing.cpp index 11a229c70772..07082d0a2cc6 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldShadowing.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldShadowing.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldShadowing.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldSurfaceCacheLighting.cpp b/Engine/Source/Runtime/Renderer/Private/DistanceFieldSurfaceCacheLighting.cpp index e1e61f62a802..e2d63cc3f373 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldSurfaceCacheLighting.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldSurfaceCacheLighting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldSurfaceCacheLighting.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/DistanceFieldSurfaceCacheLighting.h b/Engine/Source/Runtime/Renderer/Private/DistanceFieldSurfaceCacheLighting.h index be99f3fe0dd8..9ef04cf211df 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistanceFieldSurfaceCacheLighting.h +++ b/Engine/Source/Runtime/Renderer/Private/DistanceFieldSurfaceCacheLighting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistanceFieldSurfaceCacheLighting.h diff --git a/Engine/Source/Runtime/Renderer/Private/DistortionRendering.cpp b/Engine/Source/Runtime/Renderer/Private/DistortionRendering.cpp index f609648fa2d4..c634c8822aee 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistortionRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DistortionRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistortionRendering.cpp: Distortion rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/DistortionRendering.h b/Engine/Source/Runtime/Renderer/Private/DistortionRendering.h index bd84ea6763af..e14eee984ba0 100644 --- a/Engine/Source/Runtime/Renderer/Private/DistortionRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/DistortionRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DistortionRendering.h: Distortion rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/DrawingPolicy.cpp b/Engine/Source/Runtime/Renderer/Private/DrawingPolicy.cpp index 5ecc4dd73931..97afbd17af43 100644 --- a/Engine/Source/Runtime/Renderer/Private/DrawingPolicy.cpp +++ b/Engine/Source/Runtime/Renderer/Private/DrawingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DrawingPolicy.cpp: Base drawing policy implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/DynamicPrimitiveDrawing.h b/Engine/Source/Runtime/Renderer/Private/DynamicPrimitiveDrawing.h index e88d568f72b7..2617d6895bf2 100644 --- a/Engine/Source/Runtime/Renderer/Private/DynamicPrimitiveDrawing.h +++ b/Engine/Source/Runtime/Renderer/Private/DynamicPrimitiveDrawing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DynamicPrimitiveDrawing.h: Dynamic primitive drawing definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/DynamicPrimitiveDrawing.inl b/Engine/Source/Runtime/Renderer/Private/DynamicPrimitiveDrawing.inl index d27ee69d1de1..e7a299ea7e3b 100644 --- a/Engine/Source/Runtime/Renderer/Private/DynamicPrimitiveDrawing.inl +++ b/Engine/Source/Runtime/Renderer/Private/DynamicPrimitiveDrawing.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DynamicPrimitiveDrawing.inl: Dynamic primitive drawing implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/EditorCompositeParams.cpp b/Engine/Source/Runtime/Renderer/Private/EditorCompositeParams.cpp index d9e025b52ed1..be979b33bbbd 100644 --- a/Engine/Source/Runtime/Renderer/Private/EditorCompositeParams.cpp +++ b/Engine/Source/Runtime/Renderer/Private/EditorCompositeParams.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RendererPrivate.h" #include "EditorCompositeParams.h" diff --git a/Engine/Source/Runtime/Renderer/Private/EditorCompositeParams.h b/Engine/Source/Runtime/Renderer/Private/EditorCompositeParams.h index 7076b3976d6a..274391ac2939 100644 --- a/Engine/Source/Runtime/Renderer/Private/EditorCompositeParams.h +++ b/Engine/Source/Runtime/Renderer/Private/EditorCompositeParams.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= EditorCompositeParams.h: Manages shader parameters required for editor's composited primitives. diff --git a/Engine/Source/Runtime/Renderer/Private/FogRendering.cpp b/Engine/Source/Runtime/Renderer/Private/FogRendering.cpp index 3367517e3da4..e6ba2478a2b6 100644 --- a/Engine/Source/Runtime/Renderer/Private/FogRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/FogRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FogRendering.cpp: Fog rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/ForwardBasePassRendering.cpp b/Engine/Source/Runtime/Renderer/Private/ForwardBasePassRendering.cpp index 6da66048a335..1d37c17ad12c 100644 --- a/Engine/Source/Runtime/Renderer/Private/ForwardBasePassRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ForwardBasePassRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ForwardBasePassRendering.cpp: Base pass rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/ForwardBasePassRendering.h b/Engine/Source/Runtime/Renderer/Private/ForwardBasePassRendering.h index 6c0c9c1564b8..e670a1fd3dde 100644 --- a/Engine/Source/Runtime/Renderer/Private/ForwardBasePassRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/ForwardBasePassRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ForwardBasePassRendering.h: base pass rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/ForwardShadingRenderer.cpp b/Engine/Source/Runtime/Renderer/Private/ForwardShadingRenderer.cpp index f61d1312f2c2..f20754749167 100644 --- a/Engine/Source/Runtime/Renderer/Private/ForwardShadingRenderer.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ForwardShadingRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ForwardShadingRenderer.cpp: Scene rendering code for the ES2 feature level. diff --git a/Engine/Source/Runtime/Renderer/Private/ForwardTranslucentRendering.cpp b/Engine/Source/Runtime/Renderer/Private/ForwardTranslucentRendering.cpp index 04cff14fec86..e3050d95731e 100644 --- a/Engine/Source/Runtime/Renderer/Private/ForwardTranslucentRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ForwardTranslucentRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ForwardTranslucentRendering.cpp: translucent rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/GPUBenchmark.cpp b/Engine/Source/Runtime/Renderer/Private/GPUBenchmark.cpp index c33b88db2573..ec97dde575dd 100644 --- a/Engine/Source/Runtime/Renderer/Private/GPUBenchmark.cpp +++ b/Engine/Source/Runtime/Renderer/Private/GPUBenchmark.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUBenchmark.cpp: GPUBenchmark to compute performance index to set video options automatically diff --git a/Engine/Source/Runtime/Renderer/Private/GPUBenchmark.h b/Engine/Source/Runtime/Renderer/Private/GPUBenchmark.h index 6c8cf76e21be..357a10ce2d8d 100644 --- a/Engine/Source/Runtime/Renderer/Private/GPUBenchmark.h +++ b/Engine/Source/Runtime/Renderer/Private/GPUBenchmark.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GPUBenchmark.h: GPUBenchmark to compute performance index to set video options automatically diff --git a/Engine/Source/Runtime/Renderer/Private/GammaCorrection.cpp b/Engine/Source/Runtime/Renderer/Private/GammaCorrection.cpp index 949311dccde9..849ad1fc2ab2 100644 --- a/Engine/Source/Runtime/Renderer/Private/GammaCorrection.cpp +++ b/Engine/Source/Runtime/Renderer/Private/GammaCorrection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GammaCorrection.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.cpp b/Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.cpp index b3b7b9affbe4..6d662b663f8c 100644 --- a/Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.cpp +++ b/Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GlobalDistanceField.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.h b/Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.h index 6d8257fded30..821d199ee109 100644 --- a/Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.h +++ b/Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GlobalDistanceField.h diff --git a/Engine/Source/Runtime/Renderer/Private/HdrCustomResolveShaders.cpp b/Engine/Source/Runtime/Renderer/Private/HdrCustomResolveShaders.cpp index 7998f9295633..f6db776ede17 100644 --- a/Engine/Source/Runtime/Renderer/Private/HdrCustomResolveShaders.cpp +++ b/Engine/Source/Runtime/Renderer/Private/HdrCustomResolveShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RendererPrivate.h" #include "HdrCustomResolveShaders.h" diff --git a/Engine/Source/Runtime/Renderer/Private/HeightfieldLighting.cpp b/Engine/Source/Runtime/Renderer/Private/HeightfieldLighting.cpp index 144416e86f51..41803def5645 100644 --- a/Engine/Source/Runtime/Renderer/Private/HeightfieldLighting.cpp +++ b/Engine/Source/Runtime/Renderer/Private/HeightfieldLighting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HeightfieldLighting.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/HeightfieldLighting.h b/Engine/Source/Runtime/Renderer/Private/HeightfieldLighting.h index 80c140f7faf0..0de61bd8e39b 100644 --- a/Engine/Source/Runtime/Renderer/Private/HeightfieldLighting.h +++ b/Engine/Source/Runtime/Renderer/Private/HeightfieldLighting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= HeightfieldLighting.h diff --git a/Engine/Source/Runtime/Renderer/Private/IndirectLightingCache.cpp b/Engine/Source/Runtime/Renderer/Private/IndirectLightingCache.cpp index f98d00ea4fb0..c2e842d57705 100644 --- a/Engine/Source/Runtime/Renderer/Private/IndirectLightingCache.cpp +++ b/Engine/Source/Runtime/Renderer/Private/IndirectLightingCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Implements a volume texture atlas for caching indirect lighting on a per-object basis diff --git a/Engine/Source/Runtime/Renderer/Private/LightFunctionRendering.cpp b/Engine/Source/Runtime/Renderer/Private/LightFunctionRendering.cpp index 3a96288cca43..4c8748f5fa9b 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightFunctionRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/LightFunctionRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightFunctionRendering.cpp: Implementation for rendering light functions. diff --git a/Engine/Source/Runtime/Renderer/Private/LightGrid.h b/Engine/Source/Runtime/Renderer/Private/LightGrid.h index e5b2d6cc0b28..35a1e88097c6 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightGrid.h +++ b/Engine/Source/Runtime/Renderer/Private/LightGrid.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightGrid.h: screen space light culling diff --git a/Engine/Source/Runtime/Renderer/Private/LightMapDensityRendering.cpp b/Engine/Source/Runtime/Renderer/Private/LightMapDensityRendering.cpp index 9c5f510895b9..750e49267a88 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightMapDensityRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/LightMapDensityRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMapDensityRendering.cpp: Implementation for rendering lightmap density. diff --git a/Engine/Source/Runtime/Renderer/Private/LightMapDensityRendering.h b/Engine/Source/Runtime/Renderer/Private/LightMapDensityRendering.h index 373ccd187b8d..fec1cc3d4fa2 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightMapDensityRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/LightMapDensityRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMapDensityRendering.h: Definitions for rendering lightmap density. diff --git a/Engine/Source/Runtime/Renderer/Private/LightMapRendering.cpp b/Engine/Source/Runtime/Renderer/Private/LightMapRendering.cpp index 76451e7f499e..9a945d541f6e 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightMapRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/LightMapRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMapRendering.cpp: Light map rendering implementations. diff --git a/Engine/Source/Runtime/Renderer/Private/LightMapRendering.h b/Engine/Source/Runtime/Renderer/Private/LightMapRendering.h index 414e0ecee806..720e8c6085de 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightMapRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/LightMapRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMapRendering.h: Light map rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/LightRendering.cpp b/Engine/Source/Runtime/Renderer/Private/LightRendering.cpp index 58cfd4e58a46..51046e209ded 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/LightRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightRendering.cpp: Light rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/LightRendering.h b/Engine/Source/Runtime/Renderer/Private/LightRendering.h index dab15d3d2d60..d3b96ce6980d 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/LightRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightRendering.h: Light rendering declarations. diff --git a/Engine/Source/Runtime/Renderer/Private/LightSceneInfo.cpp b/Engine/Source/Runtime/Renderer/Private/LightSceneInfo.cpp index ae0cd72c8447..8a443064520a 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightSceneInfo.cpp +++ b/Engine/Source/Runtime/Renderer/Private/LightSceneInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightSceneInfo.cpp: Light scene info implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/LightSceneInfo.h b/Engine/Source/Runtime/Renderer/Private/LightSceneInfo.h index b08586008b45..a751aeb1a1ba 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightSceneInfo.h +++ b/Engine/Source/Runtime/Renderer/Private/LightSceneInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightSceneInfo.h: Light scene info definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/LightShaftRendering.cpp b/Engine/Source/Runtime/Renderer/Private/LightShaftRendering.cpp index 34711fa32a43..ac55378a18ad 100644 --- a/Engine/Source/Runtime/Renderer/Private/LightShaftRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/LightShaftRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= FogRendering.cpp: Fog rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessAA.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessAA.cpp index 67631c078042..87ee18ec1235 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessAA.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessAA.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAA.cpp: Post processing anti aliasing implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessAA.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessAA.h index ae4bee2eeed2..44a613b64d1a 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessAA.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessAA.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAA.h: Post processing anti aliasing implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBloomSetup.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBloomSetup.cpp index 2ec55f496adc..6def0f469617 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBloomSetup.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBloomSetup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBloomSetup.cpp: Post processing bloom threshold pass implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBloomSetup.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBloomSetup.h index 9408514a14d6..6b4fb3ceb8b1 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBloomSetup.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBloomSetup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBloomSetup.h: Post processing bloom threshold pass implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBlurGBuffer.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBlurGBuffer.h index 252cf9da1e1c..b8334f814ea3 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBlurGBuffer.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBlurGBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBlurGBuffer.h: Post processing tone mapping implementation, can add bloom. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOF.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOF.cpp index 9fc8558f7f85..41f24af9c591 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOF.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOF.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBokehDOF.cpp: Post processing lens blur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOF.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOF.h index e63c36d895ea..10089b719aa9 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOF.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOF.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBokehDOF.h: Post processing lens blur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOFRecombine.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOFRecombine.cpp index adee65742a61..a5a5747fddba 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOFRecombine.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOFRecombine.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBokehDOFRecombine.cpp: Post processing lens blur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOFRecombine.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOFRecombine.h index 48b31ca76c6f..0ab514f84aa2 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOFRecombine.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBokehDOFRecombine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBokehDOFRecombine.h: Post processing lens blur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBusyWait.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBusyWait.cpp index 305dc536be15..df64248efef9 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBusyWait.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBusyWait.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBusyWait.cpp: Post processing busy wait implementation. For Debugging GPU timing. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBusyWait.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBusyWait.h index f24ce7bf3c9e..7b126ebce9a1 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBusyWait.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessBusyWait.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessBusyWait.h: Post processing busy wait implementation. For Debugging GPU timing. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCircleDOF.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCircleDOF.cpp index 80ba3d9bef84..0fb943146002 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCircleDOF.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCircleDOF.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDOF.cpp: Post process Depth of Field implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCircleDOF.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCircleDOF.h index 1a5555a8c7cf..6524f7dd15dd 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCircleDOF.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCircleDOF.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDOF.h: Post process Depth of Field implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCombineLUTs.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCombineLUTs.cpp index 4eb51d2504cb..572549c305fc 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCombineLUTs.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCombineLUTs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessCombineLUTs.cpp: Post processing tone mapping implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCombineLUTs.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCombineLUTs.h index 73dbe893a77b..06a3c3b6085c 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCombineLUTs.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCombineLUTs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessCombineLUTs.h: Post processing tone mapping implementation, can add bloom. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCompositeEditorPrimitives.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCompositeEditorPrimitives.cpp index d5eb02626e42..e62af96264c6 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCompositeEditorPrimitives.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCompositeEditorPrimitives.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RendererPrivate.h" diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCompositeEditorPrimitives.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCompositeEditorPrimitives.h index 9f5e7e607f06..e1f11ff39a8b 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCompositeEditorPrimitives.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessCompositeEditorPrimitives.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDOF.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDOF.cpp index 9cd455eb41d8..44a0db4acae1 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDOF.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDOF.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDOF.cpp: Post process Depth of Field implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDOF.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDOF.h index 02e851661972..16c5dd953ea7 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDOF.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDOF.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDOF.h: Post process Depth of Field implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDownsample.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDownsample.cpp index 0e9091669a72..63ea07eb4010 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDownsample.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDownsample.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDownsample.cpp: Post processing down sample implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDownsample.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDownsample.h index de70d80fe960..025edd6eab55 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDownsample.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessDownsample.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessDownsample.h: Post processing down sample implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessEyeAdaptation.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessEyeAdaptation.cpp index e684ba40e227..bc910fca69d4 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessEyeAdaptation.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessEyeAdaptation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessEyeAdaptation.cpp: Post processing eye adaptation implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessEyeAdaptation.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessEyeAdaptation.h index 974b5a66c5ed..5cb466707f41 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessEyeAdaptation.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessEyeAdaptation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessEyeAdaptation.h: Post processing eye adaptation implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessGBufferHints.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessGBufferHints.cpp index f87df10fb393..c665ec717350 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessGBufferHints.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessGBufferHints.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessGBufferHints.cpp: Post processing GBufferHints implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessGBufferHints.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessGBufferHints.h index 496fd603d20e..32e5f2ae98b1 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessGBufferHints.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessGBufferHints.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessGBufferHints.h: Post processing GBufferHints implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHMD.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHMD.cpp index 7597bc29f2b6..b398aa1a7a02 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHMD.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHMD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHMD.cpp: Post processing for HMD devices. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHMD.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHMD.h index af6824ebdef8..124929b8b546 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHMD.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHMD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHMD.h: Post processing for HMD devices diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHierarchical.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHierarchical.cpp index e649ae024181..55ecc6e1aa17 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHierarchical.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHierarchical.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHierarchical.cpp: Post processing Screen Space Reflections implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHierarchical.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHierarchical.h index 92a5ba863096..df2aa4aa7a2b 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHierarchical.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHierarchical.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHierarchical.h: Build hierarchical buffers diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogram.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogram.cpp index 5654d6cd0811..45c39bdc64db 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogram.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogram.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHistogram.cpp: Post processing histogram implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogram.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogram.h index a71e62096a06..d8d5206bc954 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogram.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogram.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHistogram.h: Post processing histogram implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogramReduce.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogramReduce.cpp index 49e7fd1c2b81..e966909106d2 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogramReduce.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogramReduce.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHistogramReduce.cpp: Post processing histogram reduce implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogramReduce.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogramReduce.h index b4dd73a0021f..06f8e5a77623 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogramReduce.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessHistogramReduce.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessHistogramReduce.h: Post processing histogram reduce implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.cpp index 3e8d6dc132b2..9366cc0f3f59 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAA.cpp: Post processing input implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.h index 95bd65750c2b..8661ec3a2101 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessInput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessAA.h: Post processing input implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensBlur.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensBlur.cpp index ceca5783190f..d562c0bd74c1 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensBlur.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensBlur.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessLensBlur.cpp: Post processing lens blur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensBlur.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensBlur.h index 38d4795bd88b..34fb8d7cd044 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensBlur.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensBlur.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessLensBlur.h: Post processing lens blur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensFlares.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensFlares.cpp index fee563bbe663..0b57fc6487b9 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensFlares.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensFlares.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessLensFlares.cpp: Post processing lens fares implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensFlares.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensFlares.h index 9530c531bc54..d09c1ed73c27 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensFlares.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessLensFlares.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessLensFlares.h: Post processing lens flares implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMaterial.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMaterial.cpp index 2127de2881d6..dcdde4538aab 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMaterial.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMaterial.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMaterial.cpp: Post processing Material implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMaterial.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMaterial.h index 263bb3391491..9286a1f3ac6c 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMaterial.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMaterial.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMaterial.h: Post processing Material diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMobile.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMobile.cpp index a963bdb18d56..d290ad9607f8 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMobile.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMobile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMobile.cpp: Uber post for mobile implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMobile.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMobile.h index d3f348d87a05..0e313f7908b0 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMobile.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMobile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMobile.h: Mobile uber post processing. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMorpheus.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMorpheus.cpp index 0fe976646e88..f9a3f92b5be1 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMorpheus.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMorpheus.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMorpheus.cpp: Post processing for Sony Morpheus HMD device. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMorpheus.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMorpheus.h index 87f009f715ad..b83a0983f0d8 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMorpheus.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMorpheus.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMorpheus.h: Post processing for Sony Morpheus HMD device diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMotionBlur.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMotionBlur.cpp index 24f3e3da76d5..9c96b3429029 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMotionBlur.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMotionBlur.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMotionBlur.cpp: Post process MotionBlur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMotionBlur.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMotionBlur.h index aa51b866b04b..a2c6348452f9 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMotionBlur.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessMotionBlur.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessMotionBlur.h: Post process MotionBlur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessNoiseBlur.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessNoiseBlur.cpp index d91d73bb0c82..d2efb2d00ece 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessNoiseBlur.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessNoiseBlur.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessNoiseBlur.cpp: Post processing down sample implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessNoiseBlur.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessNoiseBlur.h index e748de78616c..603bf3bd9212 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessNoiseBlur.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessNoiseBlur.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessNoiseBlur.h: Post processing down sample implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessOutput.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessOutput.cpp index d7c378d72fe2..4e5ee5fb9563 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessOutput.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessOutput.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RendererPrivate.h" #include "ScenePrivate.h" diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessOutput.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessOutput.h index 3e0380f82887..f7a5ebaca098 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessOutput.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessOutput.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSelectionOutline.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSelectionOutline.cpp index 05d635590811..96492a86108c 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSelectionOutline.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSelectionOutline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessSelectionOutline.cpp: Post processing outline effect. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSelectionOutline.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSelectionOutline.h index 8a52aa53255e..2e945981a679 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSelectionOutline.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSelectionOutline.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessSelectionOutline.h: Post processing outline effect. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSubsurface.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSubsurface.cpp index a70249bbfa15..7b4050ce28f7 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSubsurface.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSubsurface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessSubsurface.cpp: Screenspace subsurface scattering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSubsurface.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSubsurface.h index c9a6f31581fb..5dd7da6d5529 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSubsurface.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessSubsurface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessSubsurface.h: Screenspace subsurface scattering implementation diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTemporalAA.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTemporalAA.cpp index c97315c9a9aa..c92fbd16e3d2 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTemporalAA.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTemporalAA.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTemporalAA.cpp: Post process MotionBlur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTemporalAA.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTemporalAA.h index 8665028ccf25..b196adf7f1f9 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTemporalAA.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTemporalAA.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTemporalAA.h: Post process MotionBlur implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTestImage.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTestImage.cpp index eb9a3f46f77c..921cd2fcaa12 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTestImage.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTestImage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTestImage.cpp: Post processing TestImage implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTestImage.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTestImage.h index ff14004df91e..dd67aa918233 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTestImage.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTestImage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTestImage.h: Post processing TestImage implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.cpp index ba86eefde2a3..4a7ef04f20a2 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTonemap.cpp: Post processing tone mapping implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.h index 7bb8d37a6a06..42eb209746da 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessTonemap.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessTonemap.h: Post processing tone mapping implementation, can add bloom. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessUpscale.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessUpscale.cpp index c9ea8a85932b..0583cb1dbb6f 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessUpscale.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessUpscale.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessUpscale.cpp: Post processing Upscale implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessUpscale.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessUpscale.h index 842f7c85efea..54fa27ab42fc 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessUpscale.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessUpscale.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessUpscale.h: Post processing Upscale implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeBuffer.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeBuffer.cpp index 9d325ab03d5c..bea8c97a0399 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeBuffer.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessVisualizeBuffer.cpp: Post processing VisualizeBuffer implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeBuffer.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeBuffer.h index 523944a9da5b..5ef5c816b1fe 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeBuffer.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessVisualizeBuffer.h: Post processing buffer visualization diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeComplexity.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeComplexity.cpp index b19312d4818e..c0d027609cc9 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeComplexity.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeComplexity.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessVisualizeComplexity.cpp: Contains definitions for complexity viewmode. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeComplexity.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeComplexity.h index a926d266ae42..3626da70272b 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeComplexity.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeComplexity.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessVisualizeComplexity.h: PP pass used when visualizing complexity, maps scene color complexity value to colors diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeHDR.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeHDR.cpp index 2e25b1c15934..23b4b444f644 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeHDR.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeHDR.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessVisualizeHDR.cpp: Post processing VisualizeHDR implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeHDR.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeHDR.h index e1b91db38337..1a5e9f71652b 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeHDR.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessVisualizeHDR.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessVisualizeHDR.h: Post processing VisualizeHDR implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessWeightedSampleSum.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessWeightedSampleSum.cpp index 2ddba85ee174..1ef695dbb640 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessWeightedSampleSum.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessWeightedSampleSum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessWeightedSampleSum.cpp: Post processing weight sample sum implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessWeightedSampleSum.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessWeightedSampleSum.h index 8cdd1c9653e7..323bc8c85c01 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessWeightedSampleSum.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessWeightedSampleSum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessWeightedSampleSum.h: Post processing weight sample sum implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessing.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessing.cpp index b05b03c060a1..24263fc1257d 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessing.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessing.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessing.cpp: The center for all post processing activities. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessing.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessing.h index 83ca83b190c7..ba09617bb0f2 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessing.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/PostProcessing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessing.h: The center for all post processing activities. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderTargetPool.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderTargetPool.cpp index 35bf5120a979..5f0f0b8ef270 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderTargetPool.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderTargetPool.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderTargetPool.cpp: Scene render target pool manager. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderTargetPool.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderTargetPool.h index e31f7fe1162d..d623e04d8209 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderTargetPool.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderTargetPool.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderTargetPool.h: Scene render target pool manager. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderingCompositionGraph.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderingCompositionGraph.cpp index 07e367764183..ad498b3ed8ef 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderingCompositionGraph.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderingCompositionGraph.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderingCompositionGraph.cpp: Scene pass order and dependency system. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderingCompositionGraph.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderingCompositionGraph.h index 3e069bf208b1..aa9d81d97d29 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderingCompositionGraph.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/RenderingCompositionGraph.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RenderingCompositionGraph.h: Scene pass order and dependency system. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneFilterRendering.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneFilterRendering.cpp index ba1f55f741a9..e31bdbedff64 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneFilterRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneFilterRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneFilterRendering.cpp: Filter rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneFilterRendering.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneFilterRendering.h index 328054595070..3266f6112936 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneFilterRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneFilterRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneFilterRendering.h: Filter rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneRenderTargets.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneRenderTargets.cpp index 7468e73bb141..bb48720de2c3 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneRenderTargets.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneRenderTargets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneRenderTargets.cpp: Scene render target implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneRenderTargets.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneRenderTargets.h index 552feaf3d132..ac5c1e81836d 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneRenderTargets.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/SceneRenderTargets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneRenderTargets.h: Scene render target definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/ScreenSpaceReflections.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/ScreenSpaceReflections.cpp index 385c50431874..b2ab69bae21a 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/ScreenSpaceReflections.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/ScreenSpaceReflections.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenSpaceReflections.cpp: Post processing Screen Space Reflections implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/ScreenSpaceReflections.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/ScreenSpaceReflections.h index 05bcda24f33d..4bb5cfe6bf05 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/ScreenSpaceReflections.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/ScreenSpaceReflections.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenSpaceReflections.h: Post processing Screen Space Reflections implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/VisualizeTexture.cpp b/Engine/Source/Runtime/Renderer/Private/PostProcess/VisualizeTexture.cpp index 534cabf54fcc..b8e75d7bfe6b 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/VisualizeTexture.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/VisualizeTexture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VisualizeTexture.cpp: Post processing visualize texture. diff --git a/Engine/Source/Runtime/Renderer/Private/PostProcess/VisualizeTexture.h b/Engine/Source/Runtime/Renderer/Private/PostProcess/VisualizeTexture.h index 15bcf550d6a5..bfbfc3e4a908 100644 --- a/Engine/Source/Runtime/Renderer/Private/PostProcess/VisualizeTexture.h +++ b/Engine/Source/Runtime/Renderer/Private/PostProcess/VisualizeTexture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VisualizeTexture.h: Post processing visualize texture. diff --git a/Engine/Source/Runtime/Renderer/Private/PreCullTriangles.cpp b/Engine/Source/Runtime/Renderer/Private/PreCullTriangles.cpp index 90d3556913bb..7cf7d4b0c75f 100644 --- a/Engine/Source/Runtime/Renderer/Private/PreCullTriangles.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PreCullTriangles.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PreCullTriangles.cpp : implementation of offline visibility culling of static triangles diff --git a/Engine/Source/Runtime/Renderer/Private/PrimitiveSceneInfo.cpp b/Engine/Source/Runtime/Renderer/Private/PrimitiveSceneInfo.cpp index fa7c135e5fb8..6773f5f242c9 100644 --- a/Engine/Source/Runtime/Renderer/Private/PrimitiveSceneInfo.cpp +++ b/Engine/Source/Runtime/Renderer/Private/PrimitiveSceneInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PrimitiveSceneInfo.cpp: Primitive scene info implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironment.cpp b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironment.cpp index 1107225db2e1..ba57ba567aa4 100644 --- a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironment.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironment.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Reflection Environment - feature that provides HDR glossy reflections on any surfaces, leveraging precomputation to prefilter cubemaps of the scene diff --git a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironment.h b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironment.h index 7623b9786d4d..1180c70816ec 100644 --- a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironment.h +++ b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironment.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Reflection Environment common declarations diff --git a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.cpp b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.cpp index 92194f8cf1a6..a844024c1ded 100644 --- a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Functionality for capturing the scene into reflection capture cubemaps, and prefiltering diff --git a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.h b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.h index 166eff592b1c..d3ee1f2eb8d2 100644 --- a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.h +++ b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentCapture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Functionality for capturing the scene into reflection capture cubemaps, and prefiltering diff --git a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentDiffuseIrradiance.cpp b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentDiffuseIrradiance.cpp index b71cf5d93014..0a7839460687 100644 --- a/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentDiffuseIrradiance.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ReflectionEnvironmentDiffuseIrradiance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Functionality for computing SH diffuse irradiance from a cubemap diff --git a/Engine/Source/Runtime/Renderer/Private/Renderer.cpp b/Engine/Source/Runtime/Renderer/Private/Renderer.cpp index b5624b23e085..985f85781f4a 100644 --- a/Engine/Source/Runtime/Renderer/Private/Renderer.cpp +++ b/Engine/Source/Runtime/Renderer/Private/Renderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Renderer.cpp: Renderer module implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/RendererPrivate.h b/Engine/Source/Runtime/Renderer/Private/RendererPrivate.h index 5e6ef8adf820..4f2bbb68a770 100644 --- a/Engine/Source/Runtime/Renderer/Private/RendererPrivate.h +++ b/Engine/Source/Runtime/Renderer/Private/RendererPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RendererPrivate.h: Renderer interface private definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/RendererScene.cpp b/Engine/Source/Runtime/Renderer/Private/RendererScene.cpp index d7070af9f419..05e244a93ac5 100644 --- a/Engine/Source/Runtime/Renderer/Private/RendererScene.cpp +++ b/Engine/Source/Runtime/Renderer/Private/RendererScene.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Scene.cpp: Scene manager implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneCaptureRendering.cpp b/Engine/Source/Runtime/Renderer/Private/SceneCaptureRendering.cpp index 0622094192dd..020d64ee0aac 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneCaptureRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/SceneCaptureRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= diff --git a/Engine/Source/Runtime/Renderer/Private/SceneCore.cpp b/Engine/Source/Runtime/Renderer/Private/SceneCore.cpp index d22eb11327b5..0c207e265065 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneCore.cpp +++ b/Engine/Source/Runtime/Renderer/Private/SceneCore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneCore.cpp: Core scene implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneCore.h b/Engine/Source/Runtime/Renderer/Private/SceneCore.h index e1b0a3076239..23b858c2d597 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneCore.h +++ b/Engine/Source/Runtime/Renderer/Private/SceneCore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneCore.h: Core scene definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneHitProxyRendering.cpp b/Engine/Source/Runtime/Renderer/Private/SceneHitProxyRendering.cpp index b85e7feff324..7d17a6aad81b 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneHitProxyRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/SceneHitProxyRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneHitProxyRendering.cpp: Scene hit proxy rendering. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneHitProxyRendering.h b/Engine/Source/Runtime/Renderer/Private/SceneHitProxyRendering.h index b7a71f867d32..d9663ac0ead1 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneHitProxyRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/SceneHitProxyRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneHitProxyRendering.h: Scene hit proxy rendering. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneOcclusion.cpp b/Engine/Source/Runtime/Renderer/Private/SceneOcclusion.cpp index 7d6e5fe269f6..8bbfe81227ed 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneOcclusion.cpp +++ b/Engine/Source/Runtime/Renderer/Private/SceneOcclusion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneRendering.cpp: Scene rendering. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneOcclusion.h b/Engine/Source/Runtime/Renderer/Private/SceneOcclusion.h index 081922ecfa43..4fb614241637 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneOcclusion.h +++ b/Engine/Source/Runtime/Renderer/Private/SceneOcclusion.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Renderer/Private/ScenePrivate.h b/Engine/Source/Runtime/Renderer/Private/ScenePrivate.h index 008f7c645b5b..c3261b0ae629 100644 --- a/Engine/Source/Runtime/Renderer/Private/ScenePrivate.h +++ b/Engine/Source/Runtime/Renderer/Private/ScenePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScenePrivate.h: Private scene manager definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneRendering.cpp b/Engine/Source/Runtime/Renderer/Private/SceneRendering.cpp index bd40ba85b438..9cfadce2cbd8 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/SceneRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneRendering.cpp: Scene rendering. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneRendering.h b/Engine/Source/Runtime/Renderer/Private/SceneRendering.h index 7a61c4855a0b..ea8e1df87c1c 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/SceneRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneRendering.h: Scene rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/SceneVisibility.cpp b/Engine/Source/Runtime/Renderer/Private/SceneVisibility.cpp index fcf9ca151347..5c018988d640 100644 --- a/Engine/Source/Runtime/Renderer/Private/SceneVisibility.cpp +++ b/Engine/Source/Runtime/Renderer/Private/SceneVisibility.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneVisibility.cpp: Scene visibility determination. diff --git a/Engine/Source/Runtime/Renderer/Private/ShaderBaseClasses.cpp b/Engine/Source/Runtime/Renderer/Private/ShaderBaseClasses.cpp index f9ebe27db320..c7e1f624f3cb 100644 --- a/Engine/Source/Runtime/Renderer/Private/ShaderBaseClasses.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ShaderBaseClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderBaseClasses.cpp: Shader base classes diff --git a/Engine/Source/Runtime/Renderer/Private/ShaderBaseClasses.h b/Engine/Source/Runtime/Renderer/Private/ShaderBaseClasses.h index bcbbd748ce20..10b2de20bc39 100644 --- a/Engine/Source/Runtime/Renderer/Private/ShaderBaseClasses.h +++ b/Engine/Source/Runtime/Renderer/Private/ShaderBaseClasses.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderBaseClasses.h: Shader base classes diff --git a/Engine/Source/Runtime/Renderer/Private/ShaderComplexityRendering.cpp b/Engine/Source/Runtime/Renderer/Private/ShaderComplexityRendering.cpp index 4dbcbf32087b..03c37bfb06e4 100644 --- a/Engine/Source/Runtime/Renderer/Private/ShaderComplexityRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ShaderComplexityRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderComplexityRendering.cpp: Contains definitions for rendering the shader complexity viewmode. diff --git a/Engine/Source/Runtime/Renderer/Private/ShaderComplexityRendering.h b/Engine/Source/Runtime/Renderer/Private/ShaderComplexityRendering.h index bf4546fe231e..8b8de7b68c13 100644 --- a/Engine/Source/Runtime/Renderer/Private/ShaderComplexityRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/ShaderComplexityRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderComplexityRendering.h: Declarations used for the shader complexity viewmode. diff --git a/Engine/Source/Runtime/Renderer/Private/ShadowRendering.cpp b/Engine/Source/Runtime/Renderer/Private/ShadowRendering.cpp index 12b51c766e56..a43feca7aeac 100644 --- a/Engine/Source/Runtime/Renderer/Private/ShadowRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ShadowRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowRendering.cpp: Shadow rendering implementation diff --git a/Engine/Source/Runtime/Renderer/Private/ShadowRendering.h b/Engine/Source/Runtime/Renderer/Private/ShadowRendering.h index 3740c87862b3..e278f44d4c78 100644 --- a/Engine/Source/Runtime/Renderer/Private/ShadowRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/ShadowRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowRendering.h: Shadow rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/ShadowSetup.cpp b/Engine/Source/Runtime/Renderer/Private/ShadowSetup.cpp index 0df24636fd8f..8ac7282ac99b 100644 --- a/Engine/Source/Runtime/Renderer/Private/ShadowSetup.cpp +++ b/Engine/Source/Runtime/Renderer/Private/ShadowSetup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShadowSetup.cpp: Dynamic shadow setup implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/StaticMeshDrawList.h b/Engine/Source/Runtime/Renderer/Private/StaticMeshDrawList.h index 38df0f112e48..596713f6a4b4 100644 --- a/Engine/Source/Runtime/Renderer/Private/StaticMeshDrawList.h +++ b/Engine/Source/Runtime/Renderer/Private/StaticMeshDrawList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMeshDrawList.h: Static mesh draw list definition. diff --git a/Engine/Source/Runtime/Renderer/Private/StaticMeshDrawList.inl b/Engine/Source/Runtime/Renderer/Private/StaticMeshDrawList.inl index cfbedb789321..a32c196cf826 100644 --- a/Engine/Source/Runtime/Renderer/Private/StaticMeshDrawList.inl +++ b/Engine/Source/Runtime/Renderer/Private/StaticMeshDrawList.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= StaticMeshDrawList.inl: Static mesh draw list implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/SurfelTree.cpp b/Engine/Source/Runtime/Renderer/Private/SurfelTree.cpp index e9f0b24e6be2..e4d41f4b6ddb 100644 --- a/Engine/Source/Runtime/Renderer/Private/SurfelTree.cpp +++ b/Engine/Source/Runtime/Renderer/Private/SurfelTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SurfelTree.cpp diff --git a/Engine/Source/Runtime/Renderer/Private/SystemTextures.cpp b/Engine/Source/Runtime/Renderer/Private/SystemTextures.cpp index a47cf9cb893c..5c6622a3d1e0 100644 --- a/Engine/Source/Runtime/Renderer/Private/SystemTextures.cpp +++ b/Engine/Source/Runtime/Renderer/Private/SystemTextures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SystemTextures.cpp: System textures implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/SystemTextures.h b/Engine/Source/Runtime/Renderer/Private/SystemTextures.h index f069420f9811..5c5b640b6072 100644 --- a/Engine/Source/Runtime/Renderer/Private/SystemTextures.h +++ b/Engine/Source/Runtime/Renderer/Private/SystemTextures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SystemTextures.h: System textures definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/TiledDeferredLightRendering.cpp b/Engine/Source/Runtime/Renderer/Private/TiledDeferredLightRendering.cpp index 680682c51c7e..21d69c2ed76b 100644 --- a/Engine/Source/Runtime/Renderer/Private/TiledDeferredLightRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/TiledDeferredLightRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TiledDeferredLightRendering.cpp: Implementation of tiled deferred shading diff --git a/Engine/Source/Runtime/Renderer/Private/TranslucentLighting.cpp b/Engine/Source/Runtime/Renderer/Private/TranslucentLighting.cpp index 307bec72ff9a..dbe88027bdc7 100644 --- a/Engine/Source/Runtime/Renderer/Private/TranslucentLighting.cpp +++ b/Engine/Source/Runtime/Renderer/Private/TranslucentLighting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TranslucentLighting.cpp: Translucent lighting implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/TranslucentRendering.cpp b/Engine/Source/Runtime/Renderer/Private/TranslucentRendering.cpp index bc7de6fe2459..7fa8f8d0bdb0 100644 --- a/Engine/Source/Runtime/Renderer/Private/TranslucentRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/TranslucentRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TranslucentRendering.cpp: Translucent rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/TranslucentRendering.h b/Engine/Source/Runtime/Renderer/Private/TranslucentRendering.h index 3bdf93671dfd..c6ccb1bdee8e 100644 --- a/Engine/Source/Runtime/Renderer/Private/TranslucentRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/TranslucentRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= TranslucentRendering.h: Translucent rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/VelocityRendering.cpp b/Engine/Source/Runtime/Renderer/Private/VelocityRendering.cpp index b1c42dfd377c..4898c4bf1386 100644 --- a/Engine/Source/Runtime/Renderer/Private/VelocityRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/VelocityRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VelocityRendering.cpp: Velocity rendering implementation. diff --git a/Engine/Source/Runtime/Renderer/Private/VelocityRendering.h b/Engine/Source/Runtime/Renderer/Private/VelocityRendering.h index b78568d56280..ab9cfad35f06 100644 --- a/Engine/Source/Runtime/Renderer/Private/VelocityRendering.h +++ b/Engine/Source/Runtime/Renderer/Private/VelocityRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VelocityRendering.h: Velocity rendering definitions. diff --git a/Engine/Source/Runtime/Renderer/Private/VertexDensityRendering.cpp b/Engine/Source/Runtime/Renderer/Private/VertexDensityRendering.cpp index 57fcb3f8cc5c..dc4dc49a935a 100644 --- a/Engine/Source/Runtime/Renderer/Private/VertexDensityRendering.cpp +++ b/Engine/Source/Runtime/Renderer/Private/VertexDensityRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= LightMapDensityRendering.cpp: Implementation for rendering lightmap density. diff --git a/Engine/Source/Runtime/Renderer/Public/AtmosphereTextureParameters.h b/Engine/Source/Runtime/Renderer/Public/AtmosphereTextureParameters.h index a13f3e507552..4f1dcee72063 100644 --- a/Engine/Source/Runtime/Renderer/Public/AtmosphereTextureParameters.h +++ b/Engine/Source/Runtime/Renderer/Public/AtmosphereTextureParameters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= AtmosphereTextureParameters.h: Shader base classes diff --git a/Engine/Source/Runtime/Renderer/Public/DrawingPolicy.h b/Engine/Source/Runtime/Renderer/Public/DrawingPolicy.h index c87f6d4f29d2..e11f26a803b5 100644 --- a/Engine/Source/Runtime/Renderer/Public/DrawingPolicy.h +++ b/Engine/Source/Runtime/Renderer/Public/DrawingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= DrawingPolicy.h: Drawing policy definitions. diff --git a/Engine/Source/Runtime/Renderer/Public/GlobalDistanceFieldParameters.h b/Engine/Source/Runtime/Renderer/Public/GlobalDistanceFieldParameters.h index bcd62c371669..4a7fde8d4757 100644 --- a/Engine/Source/Runtime/Renderer/Public/GlobalDistanceFieldParameters.h +++ b/Engine/Source/Runtime/Renderer/Public/GlobalDistanceFieldParameters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= GlobalDistanceFieldParameters.h diff --git a/Engine/Source/Runtime/Renderer/Public/HdrCustomResolveShaders.h b/Engine/Source/Runtime/Renderer/Public/HdrCustomResolveShaders.h index c72492a5247b..d405fc61286e 100644 --- a/Engine/Source/Runtime/Renderer/Public/HdrCustomResolveShaders.h +++ b/Engine/Source/Runtime/Renderer/Public/HdrCustomResolveShaders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Renderer/Public/MaterialShader.h b/Engine/Source/Runtime/Renderer/Public/MaterialShader.h index 9ecc991639e1..937675daa54f 100644 --- a/Engine/Source/Runtime/Renderer/Public/MaterialShader.h +++ b/Engine/Source/Runtime/Renderer/Public/MaterialShader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MaterialShader.h: Shader base classes diff --git a/Engine/Source/Runtime/Renderer/Public/MeshMaterialShader.h b/Engine/Source/Runtime/Renderer/Public/MeshMaterialShader.h index 855582a177b1..f8abb019b037 100644 --- a/Engine/Source/Runtime/Renderer/Public/MeshMaterialShader.h +++ b/Engine/Source/Runtime/Renderer/Public/MeshMaterialShader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= MeshMaterialShader.h: Shader base classes diff --git a/Engine/Source/Runtime/Renderer/Public/PostProcessParameters.h b/Engine/Source/Runtime/Renderer/Public/PostProcessParameters.h index 7cbc38b41387..83ed9a63742a 100644 --- a/Engine/Source/Runtime/Renderer/Public/PostProcessParameters.h +++ b/Engine/Source/Runtime/Renderer/Public/PostProcessParameters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PostProcessParameters.h: Shader base classes diff --git a/Engine/Source/Runtime/Renderer/Public/PrimitiveSceneInfo.h b/Engine/Source/Runtime/Renderer/Public/PrimitiveSceneInfo.h index 286400390c2b..2e2e13c08922 100644 --- a/Engine/Source/Runtime/Renderer/Public/PrimitiveSceneInfo.h +++ b/Engine/Source/Runtime/Renderer/Public/PrimitiveSceneInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= PrimitiveSceneInfo.h: Primitive scene info definitions. diff --git a/Engine/Source/Runtime/Renderer/Public/RendererInterface.h b/Engine/Source/Runtime/Renderer/Public/RendererInterface.h index 57c759c71e0c..9bd6ba835982 100644 --- a/Engine/Source/Runtime/Renderer/Public/RendererInterface.h +++ b/Engine/Source/Runtime/Renderer/Public/RendererInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= RendererInterface.h: Renderer interface definition. diff --git a/Engine/Source/Runtime/Renderer/Public/SceneRenderTargetParameters.h b/Engine/Source/Runtime/Renderer/Public/SceneRenderTargetParameters.h index 1a07989eec88..8c96770add47 100644 --- a/Engine/Source/Runtime/Renderer/Public/SceneRenderTargetParameters.h +++ b/Engine/Source/Runtime/Renderer/Public/SceneRenderTargetParameters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SceneRenderTargetParameters.h: Shader base classes diff --git a/Engine/Source/Runtime/Renderer/Renderer.Build.cs b/Engine/Source/Runtime/Renderer/Renderer.Build.cs index 812126ddc595..05f750c9c6f4 100644 --- a/Engine/Source/Runtime/Renderer/Renderer.Build.cs +++ b/Engine/Source/Runtime/Renderer/Renderer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCache.cpp b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCache.cpp index aa631e690ab9..8997149306c2 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCache.cpp +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RuntimeAssetCachePrivatePCH.h" #include "RuntimeAssetCache.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCache.h b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCache.h index 77f69ae0ebb2..d17e620f88bd 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCache.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "RuntimeAssetCacheInterface.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheAsyncWorker.cpp b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheAsyncWorker.cpp index 6924fd662475..948e2239f100 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheAsyncWorker.cpp +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheAsyncWorker.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RuntimeAssetCachePrivatePCH.h" #include "RuntimeAssetCacheAsyncWorker.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheAsyncWorker.h b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheAsyncWorker.h index 0dd43484278d..6f1571f63595 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheAsyncWorker.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheAsyncWorker.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "AsyncWork.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBPHooks.cpp b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBPHooks.cpp index 7c129db78805..b31a8b7f6f3c 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBPHooks.cpp +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBPHooks.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RuntimeAssetCachePrivatePCH.h" #include "RuntimeAssetCacheModule.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBackend.cpp b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBackend.cpp index 1030c998233b..1d5088140d01 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBackend.cpp +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RuntimeAssetCachePrivatePCH.h" #include "RuntimeAssetCacheBackend.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBackend.h b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBackend.h index c6703afb041b..fcdf16dcff44 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBackend.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucket.cpp b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucket.cpp index 10b7c165586f..4f95e1d9e973 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucket.cpp +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucket.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RuntimeAssetCachePrivatePCH.h" #include "RuntimeAssetCacheBucket.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucket.h b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucket.h index dcb702c00d0b..4bbcfb868017 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucket.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucket.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucketScopeLock.h b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucketScopeLock.h index 2fdf44a911da..5063e13bf7d2 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucketScopeLock.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBucketScopeLock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBuilders.cpp b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBuilders.cpp index bdd9071b1b91..f0ea881c8b1b 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBuilders.cpp +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheBuilders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RuntimeAssetCachePrivatePCH.h" #include "RuntimeAssetCacheBuilders.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheEntryMetadata.h b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheEntryMetadata.h index 0a10dc789a5e..62d8f6219908 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheEntryMetadata.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheEntryMetadata.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheFilesystemBackend.cpp b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheFilesystemBackend.cpp index 67949b3d19ec..ad92d56d46d3 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheFilesystemBackend.cpp +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheFilesystemBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RuntimeAssetCachePrivatePCH.h" #include "RuntimeAssetCacheFilesystemBackend.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheFilesystemBackend.h b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheFilesystemBackend.h index a83a3f37362c..08e484252be6 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheFilesystemBackend.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheFilesystemBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheModule.cpp b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheModule.cpp index ccdf513430ae..084cb0141d64 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheModule.cpp +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCacheModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "RuntimeAssetCachePrivatePCH.h" #include "RuntimeAssetCacheModule.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCachePrivatePCH.h b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCachePrivatePCH.h index bb5986d8597e..f406ab1469a2 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCachePrivatePCH.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Private/RuntimeAssetCachePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheBPHooks.h b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheBPHooks.h index a48fad2dc662..0efc2d429ca3 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheBPHooks.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheBPHooks.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Kismet/BlueprintFunctionLibrary.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheBuilders.h b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheBuilders.h index c527932f0e83..aab840a4fc2b 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheBuilders.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheBuilders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheInterface.h b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheInterface.h index a2e8da4acf9c..6b41d19edf6e 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheInterface.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "RuntimeAssetCacheInterface.generated.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheModule.h b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheModule.h index 47359fcbbb52..cc805cecdcaf 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheModule.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Modules/ModuleInterface.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePluginInterface.h b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePluginInterface.h index f5b9b586ef20..db6c118c9ff4 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePluginInterface.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePluginInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "RuntimeAssetCachePluginInterface.generated.h" diff --git a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePublicPCH.h b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePublicPCH.h index 74fad4ffb1d3..d40c8e127989 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePublicPCH.h +++ b/Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePublicPCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/RuntimeAssetCache/RuntimeAssetCache.Build.cs b/Engine/Source/Runtime/RuntimeAssetCache/RuntimeAssetCache.Build.cs index 1f1b87c3d4aa..c29cf6579e47 100644 --- a/Engine/Source/Runtime/RuntimeAssetCache/RuntimeAssetCache.Build.cs +++ b/Engine/Source/Runtime/RuntimeAssetCache/RuntimeAssetCache.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteDatabaseConnection.cpp b/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteDatabaseConnection.cpp index 176123fa2fa7..1bbccbc6e103 100644 --- a/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteDatabaseConnection.cpp +++ b/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteDatabaseConnection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SQLiteSupportPrivatePCH.h" #include "SQLiteDatabaseConnection.h" diff --git a/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteResultSet.cpp b/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteResultSet.cpp index 0be84a8dbe2f..f07b9a087e94 100644 --- a/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteResultSet.cpp +++ b/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteResultSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SQLiteSupportPrivatePCH.h" #include "SQLiteResultSet.h" diff --git a/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteSupport.cpp b/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteSupport.cpp index ede59b98cc0a..eebe283d171e 100644 --- a/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteSupport.cpp +++ b/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteSupport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SQLiteSupportPrivatePCH.h" diff --git a/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteSupportPrivatePCH.h b/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteSupportPrivatePCH.h index 68f8f745278b..703bcbae6e80 100644 --- a/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteSupportPrivatePCH.h +++ b/Engine/Source/Runtime/SQLiteSupport/Private/SQLiteSupportPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SQLiteSupport.h" diff --git a/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteDatabaseConnection.h b/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteDatabaseConnection.h index fde90b35039a..788a36774bff 100644 --- a/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteDatabaseConnection.h +++ b/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteDatabaseConnection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteResultSet.h b/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteResultSet.h index 2f0cf7532051..05bbadb4f519 100644 --- a/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteResultSet.h +++ b/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteResultSet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteSupport.h b/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteSupport.h index 37bde8526518..541a9e3dac7f 100644 --- a/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteSupport.h +++ b/Engine/Source/Runtime/SQLiteSupport/Public/SQLiteSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SQLiteSupport/SQLiteSupport.Build.cs b/Engine/Source/Runtime/SQLiteSupport/SQLiteSupport.Build.cs index 2d44d10edb2d..de5370191828 100644 --- a/Engine/Source/Runtime/SQLiteSupport/SQLiteSupport.Build.cs +++ b/Engine/Source/Runtime/SQLiteSupport/SQLiteSupport.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.IO; diff --git a/Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp b/Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp index a52b92b2ce74..5f212640757c 100644 --- a/Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp +++ b/Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SandboxFilePrivatePCH.h" #include "IPlatformFileSandboxWrapper.h" diff --git a/Engine/Source/Runtime/SandboxFile/Private/SandboxFilePrivatePCH.h b/Engine/Source/Runtime/SandboxFile/Private/SandboxFilePrivatePCH.h index ab2ac78775d4..0a4d67c2ada1 100644 --- a/Engine/Source/Runtime/SandboxFile/Private/SandboxFilePrivatePCH.h +++ b/Engine/Source/Runtime/SandboxFile/Private/SandboxFilePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h b/Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h index 0f141f533f81..1475a3d235b1 100644 --- a/Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h +++ b/Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SandboxFile/SandboxFile.Build.cs b/Engine/Source/Runtime/SandboxFile/SandboxFile.Build.cs index 6e3da53077db..81cb870a9c3a 100644 --- a/Engine/Source/Runtime/SandboxFile/SandboxFile.Build.cs +++ b/Engine/Source/Runtime/SandboxFile/SandboxFile.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Serialization/Private/Backends/JsonStructDeserializerBackend.cpp b/Engine/Source/Runtime/Serialization/Private/Backends/JsonStructDeserializerBackend.cpp index acf0adf455e5..e61e5536748a 100644 --- a/Engine/Source/Runtime/Serialization/Private/Backends/JsonStructDeserializerBackend.cpp +++ b/Engine/Source/Runtime/Serialization/Private/Backends/JsonStructDeserializerBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SerializationPrivatePCH.h" #include "JsonStructDeserializerBackend.h" diff --git a/Engine/Source/Runtime/Serialization/Private/Backends/JsonStructSerializerBackend.cpp b/Engine/Source/Runtime/Serialization/Private/Backends/JsonStructSerializerBackend.cpp index 77074108ad9a..f0f7b3e0dc8f 100644 --- a/Engine/Source/Runtime/Serialization/Private/Backends/JsonStructSerializerBackend.cpp +++ b/Engine/Source/Runtime/Serialization/Private/Backends/JsonStructSerializerBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SerializationPrivatePCH.h" #include "JsonStructSerializerBackend.h" diff --git a/Engine/Source/Runtime/Serialization/Private/SerializationModule.cpp b/Engine/Source/Runtime/Serialization/Private/SerializationModule.cpp index 4bdc9fc60a2f..65e444599879 100644 --- a/Engine/Source/Runtime/Serialization/Private/SerializationModule.cpp +++ b/Engine/Source/Runtime/Serialization/Private/SerializationModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SerializationPrivatePCH.h" #include "ModuleInterface.h" diff --git a/Engine/Source/Runtime/Serialization/Private/SerializationPrivatePCH.h b/Engine/Source/Runtime/Serialization/Private/SerializationPrivatePCH.h index 6bbea8db2aed..63f39a9495da 100644 --- a/Engine/Source/Runtime/Serialization/Private/SerializationPrivatePCH.h +++ b/Engine/Source/Runtime/Serialization/Private/SerializationPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Serialization/Private/StructDeserializer.cpp b/Engine/Source/Runtime/Serialization/Private/StructDeserializer.cpp index d77393be8f08..d68293be5734 100644 --- a/Engine/Source/Runtime/Serialization/Private/StructDeserializer.cpp +++ b/Engine/Source/Runtime/Serialization/Private/StructDeserializer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SerializationPrivatePCH.h" #include "IStructDeserializerBackend.h" diff --git a/Engine/Source/Runtime/Serialization/Private/StructSerializer.cpp b/Engine/Source/Runtime/Serialization/Private/StructSerializer.cpp index b66120b95d24..5eb8ac9ecc18 100644 --- a/Engine/Source/Runtime/Serialization/Private/StructSerializer.cpp +++ b/Engine/Source/Runtime/Serialization/Private/StructSerializer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SerializationPrivatePCH.h" #include "IStructSerializerBackend.h" diff --git a/Engine/Source/Runtime/Serialization/Private/Tests/StructSerializerTest.cpp b/Engine/Source/Runtime/Serialization/Private/Tests/StructSerializerTest.cpp index f1502429f43d..5a57d9fafdcb 100644 --- a/Engine/Source/Runtime/Serialization/Private/Tests/StructSerializerTest.cpp +++ b/Engine/Source/Runtime/Serialization/Private/Tests/StructSerializerTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SerializationPrivatePCH.h" #include "AutomationTest.h" diff --git a/Engine/Source/Runtime/Serialization/Private/Tests/StructSerializerTestTypes.h b/Engine/Source/Runtime/Serialization/Private/Tests/StructSerializerTestTypes.h index 7e51ffca2e15..7ee84dfd2333 100644 --- a/Engine/Source/Runtime/Serialization/Private/Tests/StructSerializerTestTypes.h +++ b/Engine/Source/Runtime/Serialization/Private/Tests/StructSerializerTestTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructDeserializerBackend.h b/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructDeserializerBackend.h index 9e8224070f89..c5e603f3bd8e 100644 --- a/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructDeserializerBackend.h +++ b/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructDeserializerBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructSerializerBackend.h b/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructSerializerBackend.h index d5744599f078..d220687f3320 100644 --- a/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructSerializerBackend.h +++ b/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructSerializerBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h b/Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h index 870cc6a986dc..06ca90ee9ab3 100644 --- a/Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h +++ b/Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Serialization/Public/IStructSerializerBackend.h b/Engine/Source/Runtime/Serialization/Public/IStructSerializerBackend.h index c2d006037f6a..e118891e596a 100644 --- a/Engine/Source/Runtime/Serialization/Public/IStructSerializerBackend.h +++ b/Engine/Source/Runtime/Serialization/Public/IStructSerializerBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Serialization/Public/StructDeserializer.h b/Engine/Source/Runtime/Serialization/Public/StructDeserializer.h index 7579de1fc993..911961ff4b1b 100644 --- a/Engine/Source/Runtime/Serialization/Public/StructDeserializer.h +++ b/Engine/Source/Runtime/Serialization/Public/StructDeserializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Serialization/Public/StructSerializer.h b/Engine/Source/Runtime/Serialization/Public/StructSerializer.h index 0a9285323ed7..a4381a6a4dd8 100644 --- a/Engine/Source/Runtime/Serialization/Public/StructSerializer.h +++ b/Engine/Source/Runtime/Serialization/Public/StructSerializer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Serialization/Serialization.Build.cs b/Engine/Source/Runtime/Serialization/Serialization.Build.cs index 006a4cab2bb0..d4aad828db94 100644 --- a/Engine/Source/Runtime/Serialization/Serialization.Build.cs +++ b/Engine/Source/Runtime/Serialization/Serialization.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. namespace UnrealBuildTool.Rules { diff --git a/Engine/Source/Runtime/ShaderCore/Private/Shader.cpp b/Engine/Source/Runtime/ShaderCore/Private/Shader.cpp index 1e07de9464f7..8d00711f6917 100644 --- a/Engine/Source/Runtime/ShaderCore/Private/Shader.cpp +++ b/Engine/Source/Runtime/ShaderCore/Private/Shader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Shader.cpp: Shader implementation. diff --git a/Engine/Source/Runtime/ShaderCore/Private/ShaderCache.cpp b/Engine/Source/Runtime/ShaderCore/Private/ShaderCache.cpp index f93776205b81..db4aad5b4d0f 100644 --- a/Engine/Source/Runtime/ShaderCore/Private/ShaderCache.cpp +++ b/Engine/Source/Runtime/ShaderCore/Private/ShaderCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderCache.cpp: Bound shader state cache implementation. diff --git a/Engine/Source/Runtime/ShaderCore/Private/ShaderCore.cpp b/Engine/Source/Runtime/ShaderCore/Private/ShaderCore.cpp index 41f34e3c7364..4a3713655fa7 100644 --- a/Engine/Source/Runtime/ShaderCore/Private/ShaderCore.cpp +++ b/Engine/Source/Runtime/ShaderCore/Private/ShaderCore.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderCore.h: Shader core module implementation. diff --git a/Engine/Source/Runtime/ShaderCore/Private/ShaderParameters.cpp b/Engine/Source/Runtime/ShaderCore/Private/ShaderParameters.cpp index 5bd44932d926..cf220e8041a5 100644 --- a/Engine/Source/Runtime/ShaderCore/Private/ShaderParameters.cpp +++ b/Engine/Source/Runtime/ShaderCore/Private/ShaderParameters.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderParameters.cpp: Shader parameter implementation. diff --git a/Engine/Source/Runtime/ShaderCore/Private/VertexFactory.cpp b/Engine/Source/Runtime/ShaderCore/Private/VertexFactory.cpp index 89e2664935dc..0b28e529385a 100644 --- a/Engine/Source/Runtime/ShaderCore/Private/VertexFactory.cpp +++ b/Engine/Source/Runtime/ShaderCore/Private/VertexFactory.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VertexFactory.cpp: Vertex factory implementation diff --git a/Engine/Source/Runtime/ShaderCore/Public/CrossCompilerCommon.h b/Engine/Source/Runtime/ShaderCore/Public/CrossCompilerCommon.h index f0a8ab30e62b..6621724414f2 100644 --- a/Engine/Source/Runtime/ShaderCore/Public/CrossCompilerCommon.h +++ b/Engine/Source/Runtime/ShaderCore/Public/CrossCompilerCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= CrossCompilerCommon.h: Common functionality between compiler & runtime. diff --git a/Engine/Source/Runtime/ShaderCore/Public/Shader.h b/Engine/Source/Runtime/ShaderCore/Public/Shader.h index a06846c6a8ce..b6b6bd398633 100644 --- a/Engine/Source/Runtime/ShaderCore/Public/Shader.h +++ b/Engine/Source/Runtime/ShaderCore/Public/Shader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= Shader.h: Shader definitions. diff --git a/Engine/Source/Runtime/ShaderCore/Public/ShaderCache.h b/Engine/Source/Runtime/ShaderCore/Public/ShaderCache.h index a8b84627d5f7..df2388dc0fc6 100644 --- a/Engine/Source/Runtime/ShaderCore/Public/ShaderCache.h +++ b/Engine/Source/Runtime/ShaderCore/Public/ShaderCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderCache.h: Shader precompilation mechanism diff --git a/Engine/Source/Runtime/ShaderCore/Public/ShaderCore.h b/Engine/Source/Runtime/ShaderCore/Public/ShaderCore.h index 45d2fbcd50d9..8378f7725363 100644 --- a/Engine/Source/Runtime/ShaderCore/Public/ShaderCore.h +++ b/Engine/Source/Runtime/ShaderCore/Public/ShaderCore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderCore.h: Shader core module definitions. diff --git a/Engine/Source/Runtime/ShaderCore/Public/ShaderParameterUtils.h b/Engine/Source/Runtime/ShaderCore/Public/ShaderParameterUtils.h index a400f06df558..23a5cd8b0748 100644 --- a/Engine/Source/Runtime/ShaderCore/Public/ShaderParameterUtils.h +++ b/Engine/Source/Runtime/ShaderCore/Public/ShaderParameterUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderParameters.h: Shader parameter inline definitions. diff --git a/Engine/Source/Runtime/ShaderCore/Public/ShaderParameters.h b/Engine/Source/Runtime/ShaderCore/Public/ShaderParameters.h index f95007638e52..c18b8c34bbc9 100644 --- a/Engine/Source/Runtime/ShaderCore/Public/ShaderParameters.h +++ b/Engine/Source/Runtime/ShaderCore/Public/ShaderParameters.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ShaderParameters.h: Shader parameter definitions. diff --git a/Engine/Source/Runtime/ShaderCore/Public/VertexFactory.h b/Engine/Source/Runtime/ShaderCore/Public/VertexFactory.h index d13d9d55857c..5b643fe156c6 100644 --- a/Engine/Source/Runtime/ShaderCore/Public/VertexFactory.h +++ b/Engine/Source/Runtime/ShaderCore/Public/VertexFactory.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= VertexFactory.h: Vertex factory definitions. diff --git a/Engine/Source/Runtime/ShaderCore/ShaderCore.Build.cs b/Engine/Source/Runtime/ShaderCore/ShaderCore.Build.cs index 29bb74a3ed42..aa8dfd87850e 100644 --- a/Engine/Source/Runtime/ShaderCore/ShaderCore.Build.cs +++ b/Engine/Source/Runtime/ShaderCore/ShaderCore.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Application/AnalogCursor.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Application/AnalogCursor.cpp index 7b7af7d85561..3e6050c71790 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Application/AnalogCursor.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Application/AnalogCursor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "AnalogCursor.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Application/Menu.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Application/Menu.cpp index 909296543476..1b4fbfb5a872 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Application/Menu.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Application/Menu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "Menu.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Application/Menu.h b/Engine/Source/Runtime/Slate/Private/Framework/Application/Menu.h index f7d4beac45fa..ca1edd8d8882 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Application/Menu.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Application/Menu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Application/MenuStack.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Application/MenuStack.cpp index ac26d63d97af..d568b0cfbf79 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Application/MenuStack.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Application/MenuStack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "Menu.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp index a4ccc43b5c72..7166bd88dbf7 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateIcon.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateIcon.cpp index 780c41b854a6..14a1c44564c5 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateIcon.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateIcon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Commands/Commands.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Commands/Commands.cpp index f148085ca690..bcc46c39f768 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Commands/Commands.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Commands/Commands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Commands/GenericCommands.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Commands/GenericCommands.cpp index 63cd928febdc..929cdc2ccdf8 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Commands/GenericCommands.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Commands/GenericCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "GenericCommands.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputBindingManager.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputBindingManager.cpp index ebb2dd56174b..f9b16be23e34 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputBindingManager.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputBindingManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputChord.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputChord.cpp index aa98b4b756cd..0554211344fb 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputChord.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputChord.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandDragDropOp.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandDragDropOp.cpp index f56831411ae3..6d82948bb24a 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandDragDropOp.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandDragDropOp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "UICommandDragDropOp.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp index b877c96c6d48..1507c870ac8a 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandList.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandList.cpp index a32cd6238d8f..ea801549cfcd 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandList.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/DockingPrivate.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/DockingPrivate.h index 437565c4de36..ad5b293f3c4f 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/DockingPrivate.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/DockingPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/FDockingDragOperation.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/FDockingDragOperation.cpp index 266154174584..1712eeb57cf5 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/FDockingDragOperation.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/FDockingDragOperation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/FDockingDragOperation.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/FDockingDragOperation.h index c82f0c1aef2d..71e2afe4e0d1 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/FDockingDragOperation.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/FDockingDragOperation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/LayoutService.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/LayoutService.cpp index eaa2923871e0..9eb8f66dc38e 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/LayoutService.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/LayoutService.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockTabStack.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockTabStack.cpp index cb278c7aed10..225d6fd0520e 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockTabStack.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockTabStack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SDockTabStack.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingArea.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingArea.cpp index 1029ab01d703..3135c20f5962 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingArea.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingArea.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingArea.h index 441659be60f2..0c842ab1d43e 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingArea.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingCross.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingCross.cpp index 6383214f5298..4cf34bf20db8 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingCross.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingCross.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingCross.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingCross.h index 65eb048eef31..188fea366880 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingCross.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingCross.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.cpp index 35414189a9e2..81f01fc306ae 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.h index c865982e881f..61d11e5f35e3 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingSplitter.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingSplitter.cpp index cb042e6c4e7e..bc3702bbed91 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingSplitter.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingSplitter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingSplitter.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingSplitter.h index f2bf1d747a98..64e145b6d711 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingSplitter.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingSplitter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.cpp index a4d390cf273e..0f789e6fb5ab 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.h index 6e3b8f54a9da..c3f7659278f2 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabStack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabWell.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabWell.cpp index 2e32ac6e44d6..f8b874010db8 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabWell.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabWell.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabWell.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabWell.h index f9aef396a143..7ad3b7506dfb 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabWell.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTabWell.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTarget.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTarget.cpp index af2aac55ef98..0458df7e5c32 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTarget.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTarget.h b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTarget.h index e69429b4fe1d..19501a39ed89 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTarget.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/SDockingTarget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabCommands.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabCommands.cpp index 96cd638be0a0..455f49dd3aa9 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabCommands.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabCommands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "TabCommands.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp index ef917c030485..d98121ae21ad 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "DockingPrivate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Layout/InertialScrollManager.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Layout/InertialScrollManager.cpp index f066e02cb043..04694e578165 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Layout/InertialScrollManager.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Layout/InertialScrollManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Layout/Overscroll.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Layout/Overscroll.cpp index 252cecb57918..ccfa0fa8b71f 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Layout/Overscroll.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Layout/Overscroll.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Layout/ScrollyZoomy.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Layout/ScrollyZoomy.cpp index c0913c99379a..57147137229e 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Layout/ScrollyZoomy.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Layout/ScrollyZoomy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "ScrollyZoomy.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/Mac/MacMenu.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/Mac/MacMenu.cpp index 4bb32a5c048e..542d22e4562b 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/Mac/MacMenu.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/Mac/MacMenu.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MacMenu.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/Mac/MacMenu.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/Mac/MacMenu.h index dbd1dbcbd4ca..e06bc7d6200e 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/Mac/MacMenu.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/Mac/MacMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp index 8dfdc5441c39..41f7101e70ab 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp index 8d3364a3019c..fb534e51a77b 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxCustomization.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxCustomization.cpp index a0cf80cfd232..ec5f43b4e994 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxCustomization.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxCustomization.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxCustomization.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxCustomization.h index 7313b9699dd4..0f47695dee93 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxCustomization.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxCustomization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxExtender.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxExtender.cpp index b14e6771df5a..2c9318790c7a 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxExtender.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxExtender.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SButtonRowBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SButtonRowBlock.cpp index d66d0b942160..939f9fa6deff 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SButtonRowBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SButtonRowBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SButtonRowBlock.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SButtonRowBlock.h index 71e8f6ad6a30..347986d2ad62 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SButtonRowBlock.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SButtonRowBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SClippingHorizontalBox.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SClippingHorizontalBox.cpp index 612ce3573c87..096249cdfd8f 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SClippingHorizontalBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SClippingHorizontalBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SClippingHorizontalBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SClippingHorizontalBox.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SClippingHorizontalBox.h index eba09eb5e2e8..a0f7ac905a41 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SClippingHorizontalBox.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SClippingHorizontalBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SEditableTextBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SEditableTextBlock.cpp index 77c2485427ab..c796b1b35440 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SEditableTextBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SEditableTextBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SEditableTextBlock.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SEditableTextBlock.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SEditableTextBlock.h index 7b583ef66892..a29ffa0e04bf 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SEditableTextBlock.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SEditableTextBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SGroupMarkerBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SGroupMarkerBlock.cpp index d5269c69b612..47ac0893128c 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SGroupMarkerBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SGroupMarkerBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SGroupMarkerBlock.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SGroupMarkerBlock.h index d21ab495bf48..a4b98d347d91 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SGroupMarkerBlock.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SGroupMarkerBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SHeadingBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SHeadingBlock.cpp index 614a4225c92c..de03117b6699 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SHeadingBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SHeadingBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SHeadingBlock.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SHeadingBlock.h index a271969abb80..c8f20cdc0660 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SHeadingBlock.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SHeadingBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuEntryBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuEntryBlock.cpp index d1c88aa3b765..de10f108f5bd 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuEntryBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuEntryBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuEntryBlock.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuEntryBlock.h index 8861273a8079..cd0712145099 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuEntryBlock.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuEntryBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuSeparatorBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuSeparatorBlock.cpp index cd8dcc74c26a..38061e60048a 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuSeparatorBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuSeparatorBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuSeparatorBlock.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuSeparatorBlock.h index ccb80a94f0ce..7cfaf3f1503b 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuSeparatorBlock.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SMenuSeparatorBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarButtonBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarButtonBlock.cpp index 30943891eeea..060b7287dedc 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarButtonBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarButtonBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarComboButtonBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarComboButtonBlock.cpp index 928166ccab6f..62861181a04c 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarComboButtonBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarComboButtonBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarSeparatorBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarSeparatorBlock.cpp index ebae7fb9f12b..b60cb9578c67 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarSeparatorBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarSeparatorBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarSeparatorBlock.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarSeparatorBlock.h index cb95489a54e4..2e089dcda815 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarSeparatorBlock.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarSeparatorBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SWidgetBlock.cpp b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SWidgetBlock.cpp index ffee7d931ee8..2a030daaf46e 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SWidgetBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SWidgetBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "MultiBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SWidgetBlock.h b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SWidgetBlock.h index acf9712a2e02..e8c1ccff88a0 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SWidgetBlock.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SWidgetBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Notifications/NotificationManager.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Notifications/NotificationManager.cpp index 472337d1a575..e1e07267bfd4 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Notifications/NotificationManager.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Notifications/NotificationManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "NotificationManager.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ButtonWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ButtonWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ButtonWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ButtonWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/CheckBoxWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/CheckBoxWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/CheckBoxWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/CheckBoxWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ComboBoxWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ComboBoxWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ComboBoxWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ComboBoxWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ComboButtonWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ComboButtonWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ComboButtonWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ComboButtonWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/EditableTextBoxWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/EditableTextBoxWidgetStyle.cpp index f4a18055c1b5..e5e112bce4ac 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/EditableTextBoxWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/EditableTextBoxWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/EditableTextWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/EditableTextWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/EditableTextWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/EditableTextWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ProgressWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ProgressWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ProgressWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ProgressWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ScrollBarWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ScrollBarWidgetStyle.cpp index f4a18055c1b5..e5e112bce4ac 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ScrollBarWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ScrollBarWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ScrollBoxWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ScrollBoxWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/ScrollBoxWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/ScrollBoxWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/SpinBoxWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/SpinBoxWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/SpinBoxWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/SpinBoxWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Styling/TextBlockWidgetStyle.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Styling/TextBlockWidgetStyle.cpp index 53cae6abf340..41e3b7382244 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Styling/TextBlockWidgetStyle.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Styling/TextBlockWidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/Android/AndroidPlatformTextField.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/Android/AndroidPlatformTextField.cpp index 89b678ef9d1b..928bc2d491f6 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/Android/AndroidPlatformTextField.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/Android/AndroidPlatformTextField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/IOS/IOSPlatformTextField.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/IOS/IOSPlatformTextField.cpp index 550895b096b0..8b524d7fcac2 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/IOS/IOSPlatformTextField.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/IOS/IOSPlatformTextField.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "IOSAppDelegate.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/PlainTextLayoutMarshaller.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/PlainTextLayoutMarshaller.cpp index 2d1108520153..306f55a3fc04 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/PlainTextLayoutMarshaller.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/PlainTextLayoutMarshaller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "PlainTextLayoutMarshaller.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextLayoutMarshaller.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextLayoutMarshaller.cpp index c6a8b13db00d..e93b698f078a 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextLayoutMarshaller.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextLayoutMarshaller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "RichTextLayoutMarshaller.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextMarkupProcessing.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextMarkupProcessing.cpp index e541d23bc7bb..20039921b985 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextMarkupProcessing.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextMarkupProcessing.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextMarkupProcessing.h b/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextMarkupProcessing.h index 6a8fcf1c589b..ef00c230772d 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextMarkupProcessing.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextMarkupProcessing.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/ShapedTextCache.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/ShapedTextCache.cpp index 902c989823c1..ea1edc28ca95 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/ShapedTextCache.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/ShapedTextCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "ShapedTextCache.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateHyperlinkRun.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateHyperlinkRun.cpp index ba7f8b9df378..10bad02593aa 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateHyperlinkRun.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateHyperlinkRun.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateImageRun.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateImageRun.cpp index 405f9c5c87b1..67744d89ee46 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateImageRun.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateImageRun.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextHighlightRunRenderer.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextHighlightRunRenderer.cpp index 87cc914a4ad6..ff212befd4df 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextHighlightRunRenderer.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextHighlightRunRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextLayout.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextLayout.cpp index 57f95914ec49..d5ef4a8b3fcd 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextLayout.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextLayout.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextRun.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextRun.cpp index 5c2f58ee99a7..62292bc591cb 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextRun.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateTextRun.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateWidgetRun.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateWidgetRun.cpp index 65df80cc9253..935d5dd87c95 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateWidgetRun.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/SlateWidgetRun.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.cpp index af2f88b06a5b..dec7994c8f3e 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SyntaxHighlighterTextLayoutMarshaller.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/SyntaxTokenizer.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/SyntaxTokenizer.cpp index dfbc572e76ed..b670afe33960 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/SyntaxTokenizer.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/SyntaxTokenizer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SyntaxTokenizer.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/Tests/RichTextMarkupProcessingTest.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/Tests/RichTextMarkupProcessingTest.cpp index 818b5727ba15..09f6cd188e40 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/Tests/RichTextMarkupProcessingTest.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/Tests/RichTextMarkupProcessingTest.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextDecorators.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextDecorators.cpp index 1b2d575e8e90..0755124998d6 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextDecorators.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextDecorators.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextEditHelper.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextEditHelper.cpp index b0c1b0992688..92d3a2656b31 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextEditHelper.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextEditHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "TextEditHelper.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextEditHelper.h b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextEditHelper.h index 147be280830a..cab9101afe5d 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextEditHelper.h +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextEditHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextLayout.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextLayout.cpp index 8f2379473921..5cc3e557a874 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextLayout.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextLayout.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "BreakIterator.h" diff --git a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextRange.cpp b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextRange.cpp index 7f45a7807fc9..c65475b58fd4 100644 --- a/Engine/Source/Runtime/Slate/Private/Framework/Text/TextRange.cpp +++ b/Engine/Source/Runtime/Slate/Private/Framework/Text/TextRange.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "TextRange.h" diff --git a/Engine/Source/Runtime/Slate/Private/SlateModule.cpp b/Engine/Source/Runtime/Slate/Private/SlateModule.cpp index 34ed0179f930..bef6316db8c3 100644 --- a/Engine/Source/Runtime/Slate/Private/SlateModule.cpp +++ b/Engine/Source/Runtime/Slate/Private/SlateModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Slate/Private/SlatePrivatePCH.h b/Engine/Source/Runtime/Slate/Private/SlatePrivatePCH.h index 05cd9d7dd393..e2fd3a0cd30f 100644 --- a/Engine/Source/Runtime/Slate/Private/SlatePrivatePCH.h +++ b/Engine/Source/Runtime/Slate/Private/SlatePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorBlock.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorBlock.cpp index 5c5fbd0922b7..3d5753b7d6aa 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorSpectrum.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorSpectrum.cpp index 2f04086a0ed2..2aa62d1509dd 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorSpectrum.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorSpectrum.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SColorSpectrum.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorWheel.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorWheel.cpp index 6205e6f9328e..143304a8db0a 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorWheel.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Colors/SColorWheel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SColorWheel.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp index 8441eb704de0..464e1eb03c5b 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SDockTab.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockableTab.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockableTab.cpp index 0d7c53a00d23..7bcb2846b58b 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockableTab.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockableTab.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SDockableTab.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Images/SImage.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Images/SImage.cpp index 28a8d74e3172..642055605c10 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Images/SImage.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Images/SImage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Images/SSpinningImage.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Images/SSpinningImage.cpp index f1f03a122bc0..56d1580bc05c 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Images/SSpinningImage.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Images/SSpinningImage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Images/SThrobber.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Images/SThrobber.cpp index 88e663d59a55..84ae32222bb4 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Images/SThrobber.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Images/SThrobber.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SThrobber.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SButton.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SButton.cpp index a74090686fb4..86ae3b846a42 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SButton.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SButton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SCheckBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SCheckBox.cpp index ac0508a1b65e..9d7fd23fea07 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SCheckBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SCheckBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SComboButton.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SComboButton.cpp index e0d94704acd4..3928870cb01c 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SComboButton.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SComboButton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableLabel.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableLabel.cpp index db135344c350..0ebc34689fbe 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableLabel.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableLabel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SEditableLabel.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.cpp index 4db084354069..99b111c0b8f4 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "BreakIterator.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp index 79860fce6b66..52df233cb84b 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SExpandableButton.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SExpandableButton.cpp index 76473a250b4a..c735952f671b 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SExpandableButton.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SExpandableButton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SExpandableButton.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SMenuAnchor.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SMenuAnchor.cpp index 4051c2557391..1ef8b241ec55 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SMenuAnchor.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SMenuAnchor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SMultiLineEditableTextBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SMultiLineEditableTextBox.cpp index ac1013626e82..13baf99e00da 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SMultiLineEditableTextBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SMultiLineEditableTextBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SRotatorInputBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SRotatorInputBox.cpp index e54d16cec97e..377377e71f0e 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SRotatorInputBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SRotatorInputBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SRotatorInputBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSearchBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSearchBox.cpp index f8b31f2ce075..60ffb8590db8 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSearchBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSearchBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SSearchBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSlider.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSlider.cpp index b61e62c7e4b1..f8303fc979b4 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSlider.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSlider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSubMenuHandler.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSubMenuHandler.cpp index d8b708e0583a..a1ff1335818c 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSubMenuHandler.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSubMenuHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SSubMenuHandler.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSuggestionTextBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSuggestionTextBox.cpp index aa036b8d6f49..148a560ff557 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSuggestionTextBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SSuggestionTextBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SSuggestionTextBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextComboBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextComboBox.cpp index c708e67c3837..3f67250dc4b3 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextComboBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextComboBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "STextComboBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextComboPopup.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextComboPopup.cpp index d610e028afb4..41d015f09eb9 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextComboPopup.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextComboPopup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "STextComboPopup.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextEntryPopup.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextEntryPopup.cpp index f303d1c4b473..feecdfe3c0a8 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextEntryPopup.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/STextEntryPopup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "STextEntryPopup.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVectorInputBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVectorInputBox.cpp index 2c2029b78fb3..85754de3710c 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVectorInputBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVectorInputBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SVectorInputBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualJoystick.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualJoystick.cpp index d6a7f2d3b785..32b53c532a3f 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualJoystick.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualJoystick.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SVirtualJoystick.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualKeyboardEntry.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualKeyboardEntry.cpp index 1f262c6a38f7..e78d5ce1f51e 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualKeyboardEntry.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualKeyboardEntry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SVirtualKeyboardEntry.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVolumeControl.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVolumeControl.cpp index c9af0e77b2fc..616a97dab222 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVolumeControl.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVolumeControl.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SVolumeControl.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/LayerManager/SLayerManager.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/LayerManager/SLayerManager.cpp index 1a47b9059d33..4dd46a3ea71d 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/LayerManager/SLayerManager.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/LayerManager/SLayerManager.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/LayerManager/STooltipPresenter.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/LayerManager/STooltipPresenter.cpp index ffa41db00184..8d60b9ae9d3d 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/LayerManager/STooltipPresenter.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/LayerManager/STooltipPresenter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "STooltipPresenter.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SBorder.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SBorder.cpp index 8942b059dfe3..ecafa5b2fd7d 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SBorder.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SBorder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SBox.cpp index c2a59b678a12..55e452ba4186 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SDPIScaler.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SDPIScaler.cpp index 970a5a8b462a..5fe047c70053 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SDPIScaler.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SDPIScaler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SDPIScaler.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SExpandableArea.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SExpandableArea.cpp index 6e881381ce54..0ca142231068 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SExpandableArea.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SExpandableArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SExpandableArea.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SFxWidget.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SFxWidget.cpp index ffa149fcaa16..6e09cb708c98 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SFxWidget.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SFxWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SGridPanel.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SGridPanel.cpp index add264ca762e..186225808109 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SGridPanel.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SGridPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SHeader.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SHeader.cpp index d3cee6527b01..dc151850060b 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SHeader.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SHeader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SMenuOwner.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SMenuOwner.cpp index d2c301e4dd8f..de3ba0198c98 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SMenuOwner.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SMenuOwner.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SMenuOwner.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SMissingWidget.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SMissingWidget.cpp index b67cbf8d65a3..360294e0a277 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SMissingWidget.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SMissingWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SMissingWidget.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SPopup.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SPopup.cpp index 7bcd7d2922a6..3c113b9e3941 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SPopup.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SPopup.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SPopup.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SResponsiveGridPanel.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SResponsiveGridPanel.cpp index cff297131c6f..33e37ec43960 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SResponsiveGridPanel.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SResponsiveGridPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SResponsiveGridPanel.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSafeZone.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSafeZone.cpp index f36f9041f227..f5992065306a 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSafeZone.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSafeZone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SSafeZone.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScaleBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScaleBox.cpp index 9dd21dcd9cd4..638df6a4edec 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScaleBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScaleBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScissorRectBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScissorRectBox.cpp index 5b46a89f1704..09ee029765e0 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScissorRectBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScissorRectBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SScissorRectBox.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBar.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBar.cpp index 16ef01230c9e..7cff809105c4 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBar.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBorder.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBorder.cpp index ae5ff32bc3e5..4e5ce5d42597 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBorder.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBorder.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp index 2c3652c96ca5..dacb3309aa2f 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSeparator.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSeparator.cpp index 0b01e52dd179..23b2a3840024 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSeparator.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSeparator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSpacer.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSpacer.cpp index 149cd584a9a1..0969fcc9b9e2 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSpacer.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSpacer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp index b7008da15dfa..e5d63a8de97b 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutGeometry.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SUniformGridPanel.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SUniformGridPanel.cpp index d659b7ae3fc5..a1da19b85878 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SUniformGridPanel.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SUniformGridPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWidgetSwitcher.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWidgetSwitcher.cpp index c20e398d22c8..61140127007a 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWidgetSwitcher.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWidgetSwitcher.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWrapBox.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWrapBox.cpp index 764984f1ba23..9a63dc8c4353 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWrapBox.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SWrapBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SErrorHint.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SErrorHint.cpp index 3aa9fe51900d..167e0c714125 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SErrorHint.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SErrorHint.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SErrorText.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SErrorText.cpp index 659264054323..4259841b64e1 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SErrorText.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SErrorText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SNotificationList.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SNotificationList.cpp index 8a773bc91ea6..e086c51f21be 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SNotificationList.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SNotificationList.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SNotificationList.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SPopUpErrorText.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SPopUpErrorText.cpp index 17ad85abb5cb..43593ad6af14 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SPopUpErrorText.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SPopUpErrorText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SProgressBar.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SProgressBar.cpp index 6d30906431db..ea62ca3a30f0 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SProgressBar.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SProgressBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/SCanvas.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/SCanvas.cpp index 81b3eceb65e7..3371d3c96dc5 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/SCanvas.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/SCanvas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/SInvalidationPanel.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/SInvalidationPanel.cpp index ab738a420ccd..160ad0a39991 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/SInvalidationPanel.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/SInvalidationPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "LayoutUtils.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/SToolTip.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/SToolTip.cpp index 65d9caf19c49..bb5263215cad 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/SToolTip.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/SToolTip.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp index 4073d00bc172..26c2ba587381 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "HittestGrid.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/SWeakWidget.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/SWeakWidget.cpp index 79a7fe860ecc..2fa8adde74c9 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/SWeakWidget.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/SWeakWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Text/ITextEditorWidget.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Text/ITextEditorWidget.cpp index f8d5378a35fb..b1322d2e8da9 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Text/ITextEditorWidget.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Text/ITextEditorWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "ITextEditorWidget.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Text/SInlineEditableTextBlock.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Text/SInlineEditableTextBlock.cpp index 13ffe13bf4a5..716e5d089446 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Text/SInlineEditableTextBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Text/SInlineEditableTextBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SInlineEditableTextBlock.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Text/SMultiLineEditableText.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Text/SMultiLineEditableText.cpp index d47d533f8883..3914e299c3e4 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Text/SMultiLineEditableText.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Text/SMultiLineEditableText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Text/SRichTextBlock.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Text/SRichTextBlock.cpp index 06bda66909ab..8fba28609b63 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Text/SRichTextBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Text/SRichTextBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Text/STextBlock.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Text/STextBlock.cpp index 3f7db632ed09..8460325f6e68 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Text/STextBlock.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Text/STextBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "PlainTextLayoutMarshaller.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Text/TextBlockLayout.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Text/TextBlockLayout.cpp index 724c134c92c7..1917987aa20e 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Text/TextBlockLayout.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Text/TextBlockLayout.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "TextBlockLayout.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Views/SExpanderArrow.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Views/SExpanderArrow.cpp index 839ea7340851..964bd8f6845e 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Views/SExpanderArrow.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Views/SExpanderArrow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Views/SHeaderRow.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Views/SHeaderRow.cpp index dc5ce4429ff1..8a832f661e78 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Views/SHeaderRow.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Views/SHeaderRow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Views/SListPanel.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Views/SListPanel.cpp index ad8d63d65fd6..2e59b573aa7c 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Views/SListPanel.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Views/SListPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SListPanel.h" diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Views/SListPanel.h b/Engine/Source/Runtime/Slate/Private/Widgets/Views/SListPanel.h index 7e097e7daaa0..b6a673b312c6 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Views/SListPanel.h +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Views/SListPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp b/Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp index 1a8e06e4466f..a2f335f5ff4e 100644 --- a/Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp +++ b/Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "SListPanel.h" diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/AnalogCursor.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/AnalogCursor.h index 16de6e91566a..9418a39bcb23 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/AnalogCursor.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/AnalogCursor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/IInputProcessor.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/IInputProcessor.h index c13d1e7b28b3..4b518b379ef7 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/IInputProcessor.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/IInputProcessor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/IMenu.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/IMenu.h index c1a8681699e4..6e21fd452db9 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/IMenu.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/IMenu.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/IPlatformTextField.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/IPlatformTextField.h index c0bdec97570e..a2ec60d61ad6 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/IPlatformTextField.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/IPlatformTextField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/IWidgetReflector.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/IWidgetReflector.h index a49b218b5a97..542775dd843a 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/IWidgetReflector.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/IWidgetReflector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/MenuStack.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/MenuStack.h index e4d179c30c88..9d665f5a65c9 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/MenuStack.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/MenuStack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/NavigationConfig.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/NavigationConfig.h index f75d74e26507..cd2d48eda5eb 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/NavigationConfig.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/NavigationConfig.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h index 28d77a95375f..5c9af2981a8f 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h b/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h index b01f83035d35..e78bdab960a1 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/Commands.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/Commands.h index 37aafb5a2197..19618cd8acb2 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/Commands.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/Commands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/GenericCommands.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/GenericCommands.h index 49dc2020026c..588ac25cf496 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/GenericCommands.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/GenericCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h index cc5e9ea1ef14..a64a2d91bb37 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputChord.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputChord.h index 13f3b6f56f02..5d1bdacb6ff1 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputChord.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputChord.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GenericApplication.h" diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputGesture.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputGesture.h index 455956362dc9..567e829f4551 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputGesture.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputGesture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifdef _MSC_VER #pragma message(__FILE__"(9): warning : #include InputChord.h instead of InputGesture.h") diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/UIAction.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/UIAction.h index ed97efc9784b..9e724b81d57c 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/UIAction.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/UIAction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandDragDropOp.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandDragDropOp.h index 649678fdb1cd..5bc850680a1d 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandDragDropOp.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h index 8e426c096dc8..f789fcadcdf0 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandList.h b/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandList.h index 905df053e39a..3456d64bf84d 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandList.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutService.h b/Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutService.h index 2b22cef9fa50..dd9bccb9f506 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutService.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutService.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabCommands.h b/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabCommands.h index 6d1e30aa4330..7efdca42fdb9 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabCommands.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabCommands.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h b/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h index a8ed4cfae49c..03442b5f728c 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Docking/WorkspaceItem.h b/Engine/Source/Runtime/Slate/Public/Framework/Docking/WorkspaceItem.h index 474d765f6bc8..35bfc700f489 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Docking/WorkspaceItem.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Docking/WorkspaceItem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Layout/IScrollableWidget.h b/Engine/Source/Runtime/Slate/Public/Framework/Layout/IScrollableWidget.h index 68d3b8f99415..104791febd0a 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Layout/IScrollableWidget.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Layout/IScrollableWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Layout/InertialScrollManager.h b/Engine/Source/Runtime/Slate/Public/Framework/Layout/InertialScrollManager.h index d82ef193fa76..4d2b881d3997 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Layout/InertialScrollManager.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Layout/InertialScrollManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Layout/Overscroll.h b/Engine/Source/Runtime/Slate/Public/Framework/Layout/Overscroll.h index d54b5af15aff..02027fc5c3c2 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Layout/Overscroll.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Layout/Overscroll.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h b/Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h index 44f0cfd3702c..84a95d62879d 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Layout/SlateScrollHelper.h b/Engine/Source/Runtime/Slate/Public/Framework/Layout/SlateScrollHelper.h index 4dd55f9e0d25..6741cba8713b 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Layout/SlateScrollHelper.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Layout/SlateScrollHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/MarqueeRect.h b/Engine/Source/Runtime/Slate/Public/Framework/MarqueeRect.h index f967f6b4c6e4..2dbbcc9bec92 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/MarqueeRect.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/MarqueeRect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h index 9b66477c5002..3c60793548b9 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h index e3a59405358b..387ebf069924 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h index 6628a71c2980..c61240679239 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h index 3b24fe3ddb89..1ca9fbc3c471 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarButtonBlock.h b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarButtonBlock.h index 1b3675fe3cb3..a0a60ded394a 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarButtonBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarButtonBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarComboButtonBlock.h b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarComboButtonBlock.h index 81f8d237e1c6..b05ec9538f0d 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarComboButtonBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarComboButtonBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h b/Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h index fb055d2d75e3..56cd0ea024bc 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/SlateDelegates.h b/Engine/Source/Runtime/Slate/Public/Framework/SlateDelegates.h index f109b41878dc..3abe2fbb10d9 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/SlateDelegates.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/SlateDelegates.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ButtonWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ButtonWidgetStyle.h index 9626a0833879..70cfe60b5395 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ButtonWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ButtonWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/CheckBoxWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/CheckBoxWidgetStyle.h index f4551f836874..8cba9eb361f2 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/CheckBoxWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/CheckBoxWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboBoxWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboBoxWidgetStyle.h index 670fefb672ab..beec16a35a61 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboBoxWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboBoxWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboButtonWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboButtonWidgetStyle.h index d82240884ef3..2420bd130378 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboButtonWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboButtonWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextBoxWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextBoxWidgetStyle.h index e554eca7c33e..875f633101d8 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextBoxWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextBoxWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextWidgetStyle.h index c034d1828299..624bc6cfacaf 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ProgressWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ProgressWidgetStyle.h index c94b532adca3..01fc1ce1f85d 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ProgressWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ProgressWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBarWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBarWidgetStyle.h index bec205920373..dce670c8d75a 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBarWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBarWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBoxWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBoxWidgetStyle.h index 33ba02d24525..1358c3d4061a 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBoxWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBoxWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/SpinBoxWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/SpinBoxWidgetStyle.h index cedacdf0b6ed..4919a35bda48 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/SpinBoxWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/SpinBoxWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Styling/TextBlockWidgetStyle.h b/Engine/Source/Runtime/Slate/Public/Framework/Styling/TextBlockWidgetStyle.h index 6a772bc50137..798f2f4f4bc1 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Styling/TextBlockWidgetStyle.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Styling/TextBlockWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/Android/AndroidPlatformTextField.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/Android/AndroidPlatformTextField.h index 6d7b14fa03a8..88dda42f016c 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/Android/AndroidPlatformTextField.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/Android/AndroidPlatformTextField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/BaseTextLayoutMarshaller.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/BaseTextLayoutMarshaller.h index cdbc650a6737..573b624ff234 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/BaseTextLayoutMarshaller.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/BaseTextLayoutMarshaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/DefaultLayoutBlock.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/DefaultLayoutBlock.h index f240e4f3c85c..3ef4c7dd06ee 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/DefaultLayoutBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/DefaultLayoutBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SLATE_API FDefaultLayoutBlock : public ILayoutBlock diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/GenericPlatformTextField.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/GenericPlatformTextField.h index fd4dccb6ce83..3657d7a5fd41 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/GenericPlatformTextField.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/GenericPlatformTextField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/ILayoutBlock.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/ILayoutBlock.h index 409f232168ed..ade78628d50c 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/ILayoutBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/ILayoutBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SLATE_API ILayoutBlock diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/ILineHighlighter.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/ILineHighlighter.h index c07562aee28f..46ce86f6c007 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/ILineHighlighter.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/ILineHighlighter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SLATE_API ILineHighlighter diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/IOS/IOSPlatformTextField.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/IOS/IOSPlatformTextField.h index 14a745dad224..a54c268c885d 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/IOS/IOSPlatformTextField.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/IOS/IOSPlatformTextField.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupParser.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupParser.h index 44e259f8956e..a3b0460288e8 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupParser.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupWriter.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupWriter.h index d1ec6c2e6090..47a9ea0cabf9 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupWriter.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/IRichTextMarkupWriter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IRun.h" diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h index 0353e5678327..2d01cdc229c2 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once enum class ETextHitPoint : uint8; diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/IRunRenderer.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/IRunRenderer.h index 07efc41038d1..aecf1790f5ec 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/IRunRenderer.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/IRunRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SLATE_API IRunRenderer diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateLineHighlighter.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateLineHighlighter.h index c4fd9d6be814..721456fed8c0 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateLineHighlighter.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateLineHighlighter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SLATE_API ISlateLineHighlighter : public ILineHighlighter diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRun.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRun.h index 919c5df4f21e..331b85e9b118 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRun.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRun.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRunRenderer.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRunRenderer.h index 3296b6faaa38..60bcc1dad2c0 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRunRenderer.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateRunRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/ITextDecorator.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/ITextDecorator.h index 130a2d33960c..1273a2e49bc7 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/ITextDecorator.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/ITextDecorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TextRange.h" #include "IRun.h" diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/ITextLayoutMarshaller.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/ITextLayoutMarshaller.h index c121620965b2..6cc901aeacb5 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/ITextLayoutMarshaller.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/ITextLayoutMarshaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/PlainTextLayoutMarshaller.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/PlainTextLayoutMarshaller.h index d57a32a4985c..0443cdf21563 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/PlainTextLayoutMarshaller.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/PlainTextLayoutMarshaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/RichTextLayoutMarshaller.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/RichTextLayoutMarshaller.h index 4509bf6a3b88..72004964b9fa 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/RichTextLayoutMarshaller.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/RichTextLayoutMarshaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/ShapedTextCache.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/ShapedTextCache.h index da43f079ac6b..b381320c8fb2 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/ShapedTextCache.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/ShapedTextCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateHyperlinkRun.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateHyperlinkRun.h index 6f328b10c8a3..595c7b5dc408 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateHyperlinkRun.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateHyperlinkRun.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ShapedTextCache.h" diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateImageRun.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateImageRun.h index b064e0d6245b..fad613e09b8e 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateImageRun.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateImageRun.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextHighlightRunRenderer.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextHighlightRunRenderer.h index aa94fd3cd9a1..bffc52d32fce 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextHighlightRunRenderer.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextHighlightRunRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextLayout.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextLayout.h index eeff9032cf35..c07686a1af42 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextLayout.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextLayout.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextRun.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextRun.h index d74d5ee446f1..8076a2d42455 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextRun.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextRun.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ShapedTextCache.h" diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateWidgetRun.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateWidgetRun.h index 10e16f3e760d..40b5a7be8210 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateWidgetRun.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateWidgetRun.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "ISlateRun.h" diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.h index b53198d01e7f..27e851c51fc1 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxHighlighterTextLayoutMarshaller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxTokenizer.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxTokenizer.h index 9dd1f7c6a528..7e4eb3fdc4b5 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxTokenizer.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/SyntaxTokenizer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextDecorators.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextDecorators.h index dd3c4a0b5196..986643b75ac7 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextDecorators.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextDecorators.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextHitPoint.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextHitPoint.h index 163c93fc3c83..497d19073667 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextHitPoint.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextHitPoint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** Describes how a line was hit when performing a screen-space -> view model conversion */ diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h index 7b98353a13af..93e511ce0bdb 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "IBreakIterator.h" diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayoutEngine.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayoutEngine.h index 2def46de2aef..da5f9b643c69 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayoutEngine.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayoutEngine.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once // Generic Text Layout diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayoutFactory.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayoutFactory.h index ae8b3ba9189e..c6880e5e587a 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayoutFactory.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayoutFactory.h @@ -1,2 +1,2 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLine.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLine.h index ae8b3ba9189e..c6880e5e587a 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLine.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLine.h @@ -1,2 +1,2 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLineHighlight.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLineHighlight.h index c0e2ab52f9ee..e3a175400d82 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLineHighlight.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLineHighlight.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class ILineHighlighter; diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextRange.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextRange.h index 015c34a8a9d9..a5f9219775f4 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextRange.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextRange.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct SLATE_API FTextRange diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextRunRenderer.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextRunRenderer.h index fd65f8be6629..1ddc15f0883e 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/TextRunRenderer.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/TextRunRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IRunRenderer; diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Text/WidgetLayoutBlock.h b/Engine/Source/Runtime/Slate/Public/Framework/Text/WidgetLayoutBlock.h index f2ffd9395084..cfe95ac059ea 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Text/WidgetLayoutBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Text/WidgetLayoutBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class SLATE_API FWidgetLayoutBlock : public ILayoutBlock diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h b/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h index 11122eec205d..6cabc1c159d7 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h b/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h index 388264299f3a..9443d55b8f29 100644 --- a/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h +++ b/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Slate.h b/Engine/Source/Runtime/Slate/Public/Slate.h index ed58d0ce5ce6..7bddf013eba0 100644 --- a/Engine/Source/Runtime/Slate/Public/Slate.h +++ b/Engine/Source/Runtime/Slate/Public/Slate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/SlateBasics.h b/Engine/Source/Runtime/Slate/Public/SlateBasics.h index 86332979f5a4..742fc9376898 100644 --- a/Engine/Source/Runtime/Slate/Public/SlateBasics.h +++ b/Engine/Source/Runtime/Slate/Public/SlateBasics.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/SlateExtras.h b/Engine/Source/Runtime/Slate/Public/SlateExtras.h index 7b5f6ceaf551..bf1a512bd20e 100644 --- a/Engine/Source/Runtime/Slate/Public/SlateExtras.h +++ b/Engine/Source/Runtime/Slate/Public/SlateExtras.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/SlateFwd.h b/Engine/Source/Runtime/Slate/Public/SlateFwd.h index 58a1fef24971..ea256b6dd0a7 100644 --- a/Engine/Source/Runtime/Slate/Public/SlateFwd.h +++ b/Engine/Source/Runtime/Slate/Public/SlateFwd.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h b/Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h index f9a357fc5d0e..ea35810a68fe 100644 --- a/Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h +++ b/Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/SlateOptMacros.h b/Engine/Source/Runtime/Slate/Public/SlateOptMacros.h index ed1cfcb0a551..23e3063d1362 100644 --- a/Engine/Source/Runtime/Slate/Public/SlateOptMacros.h +++ b/Engine/Source/Runtime/Slate/Public/SlateOptMacros.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorBlock.h b/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorBlock.h index 2a8cf48d7a09..7863f8f54e68 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorSpectrum.h b/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorSpectrum.h index c6d77b987e5b..6b10875b9c00 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorSpectrum.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorSpectrum.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h b/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h index 59b5f4e3c08a..4d942150fee6 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Colors/SColorWheel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h b/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h index 5b20971c4a00..2ff1add7c1ae 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTabStack.h b/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTabStack.h index 44dc76c724b7..27fb2a69e5a5 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTabStack.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTabStack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockableTab.h b/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockableTab.h index 2252565e5dfb..b29743fbea34 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockableTab.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockableTab.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SDockTab.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Images/SImage.h b/Engine/Source/Runtime/Slate/Public/Widgets/Images/SImage.h index 7cdf86d6f0d7..f55940351589 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Images/SImage.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Images/SImage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Images/SSpinningImage.h b/Engine/Source/Runtime/Slate/Public/Widgets/Images/SSpinningImage.h index 088ac22bd869..af4a3f4ae851 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Images/SSpinningImage.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Images/SSpinningImage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h b/Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h index 7ea00ae8e4fd..a64096775bce 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Images/SThrobber.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/IVirtualKeyboardEntry.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/IVirtualKeyboardEntry.h index cb75d643140c..757f8dd5cd24 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/IVirtualKeyboardEntry.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/IVirtualKeyboardEntry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h index 150af12aaa39..b34c4229a299 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericUnitTypeInterface.inl b/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericUnitTypeInterface.inl index d387ec0bb026..77fc424a511f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericUnitTypeInterface.inl +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericUnitTypeInterface.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h index c0b46f167d1b..0e30ef9dd30f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h index 3398eea9c77e..cd15d05de630 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h index f3a364a691bd..179a573f4550 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "STableRow.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboButton.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboButton.h index 8685d748853f..c933a31b392a 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboButton.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h index f88c6233ae13..f2090b21187b 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableLabel.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableLabel.h index c5af42391cb5..0b19a7e83c4d 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableLabel.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableLabel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h index 6e317004859b..3c4f22923bd8 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h index 14b9fc941a55..defcc03dfafa 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SExpandableButton.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SExpandableButton.h index ef47d6203ec8..6229637bdf48 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SExpandableButton.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SExpandableButton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SHyperlink.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SHyperlink.h index 4271bf46ead4..b6bb1bc2e335 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SHyperlink.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SHyperlink.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMenuAnchor.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMenuAnchor.h index dbada9974141..aab0b586227f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMenuAnchor.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMenuAnchor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "STextBlock.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h index dac298359ceb..df7abd3aa35f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h index 9412cff9f244..91c4853d3a25 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericDropDown.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h index 084febc7f070..2d70d59a2898 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h index f4a4cb216e90..326f7b58e940 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRichTextHyperlink.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SHyperlink.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h index f400c3c29b38..c8c13f0b84e1 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SRotatorInputBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h index 89d66f175b3d..23e59d8b7e6f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h index 8b684fd05f4a..a0285d73c4a2 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSlider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h index e912fb546e96..431d34a509bb 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSpinBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h index 111e93c50cab..f8f1107d2604 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h index 0c11a5ec8019..6604b68de67d 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SSuggestionTextBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h index a0ffcdc832ff..40fe6fb4c133 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h index f6b955fe4e6e..5f09718f9f33 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h index 5def4e61358d..b1daa67ffc11 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVectorInputBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVectorInputBox.h index ec83db375edd..c21053f30e3a 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVectorInputBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVectorInputBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualJoystick.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualJoystick.h index 34137b38c793..b45df6574de2 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualJoystick.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualJoystick.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualKeyboardEntry.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualKeyboardEntry.h index 6657fac72510..54801a58af6f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualKeyboardEntry.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualKeyboardEntry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVolumeControl.h b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVolumeControl.h index abced34adfa4..e598abe9f126 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVolumeControl.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVolumeControl.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/SLayerManager.h b/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/SLayerManager.h index b0c9009db1b9..048048ba520a 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/SLayerManager.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/SLayerManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h b/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h index c9b6236c32c1..c1c0cb9c7727 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/STooltipPresenter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateCore.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h index 841df39fae40..e05b891919cb 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h index 40f7837ee768..a32bf3473cc8 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBorder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateDelegates.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h index ce5205de7b97..312bd29a4c52 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.cpp b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.cpp index c585ba8134c1..fc9b74c9714f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.cpp +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h index 9478238b1858..1348a1a98f02 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SDPIScaler.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SDPIScaler.h index 85a0f9787594..d74dd107ef02 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SDPIScaler.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SDPIScaler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SEnableBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SEnableBox.h index 3c24f857ef8c..18265f30286d 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SEnableBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SEnableBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SExpandableArea.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SExpandableArea.h index ce69e1ec5879..2a45f111f060 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SExpandableArea.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SExpandableArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SFxWidget.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SFxWidget.h index 3e592abcb057..2d39cc2487f5 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SFxWidget.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SFxWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h index 746fec73deb7..a647e463650d 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h index 7c83c269239c..c52a043c85df 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SHeader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h index f48925ad03b6..78820bbd204f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMenuOwner.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMissingWidget.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMissingWidget.h index 916f4d817399..2c1015cbcb05 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMissingWidget.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SMissingWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SPopup.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SPopup.h index 2fdd6c56529a..ac11735dc233 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SPopup.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SPopup.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateBasics.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SResponsiveGridPanel.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SResponsiveGridPanel.h index 77ada30dc339..cf590749b882 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SResponsiveGridPanel.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SResponsiveGridPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once /** diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSafeZone.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSafeZone.h index 06028728a3d0..bb7cbac20f02 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSafeZone.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSafeZone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScaleBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScaleBox.h index 807d485ec5f7..b9252dc93ac3 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScaleBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScaleBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScissorRectBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScissorRectBox.h index 9fa16e653f3f..050b70cf0c35 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScissorRectBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScissorRectBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBar.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBar.h index e60b2420cc75..661c2526a386 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBar.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SSpacer.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBorder.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBorder.h index 9636fd17c044..5be5e8e0bcdf 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBorder.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBorder.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h index 34f2a78d2a43..c94414c9ef74 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSeparator.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSeparator.h index c3f14bc171c2..d225080feb16 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSeparator.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSeparator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSpacer.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSpacer.h index 174a436e6503..9d448b8a36df 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSpacer.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSpacer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h index 26c9bf078516..1538d9af2cd5 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h index 60d1e8e788df..ef37751b1d55 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWidgetSwitcher.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWidgetSwitcher.h index 67168dd58e76..570b09bcbd99 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWidgetSwitcher.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWidgetSwitcher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWrapBox.h b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWrapBox.h index 9ad999b42e85..79728ca09788 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWrapBox.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWrapBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h b/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h index 674873a8b0f7..c14f1da520b6 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/INotificationWidget.h b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/INotificationWidget.h index 06c82d373e52..67800fdffbaa 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/INotificationWidget.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/INotificationWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h index 6fc346c2dcec..f86866ede91d 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h index 3bae0251c622..b6ce782c14ca 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h index 218827b8ce6b..3bf9a61225a6 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h index bd8007858280..926598fcc47a 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SPopUpErrorText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h index 2b8708eb8593..db9190c24d88 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h b/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h index ca8298adb175..cc7c687bbb93 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/SInvalidationPanel.h b/Engine/Source/Runtime/Slate/Public/Widgets/SInvalidationPanel.h index 17e8f0971385..9bcf9d7bbbae 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/SInvalidationPanel.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/SInvalidationPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h b/Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h index 863cd87e04b8..cafbe0c2bc80 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h b/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h index 28ef69167ed3..f01c1188044a 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/SWeakWidget.h b/Engine/Source/Runtime/Slate/Public/Widgets/SWeakWidget.h index 9932c2c63a69..2e400722221c 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/SWeakWidget.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/SWeakWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Text/ITextEditorWidget.h b/Engine/Source/Runtime/Slate/Public/Widgets/Text/ITextEditorWidget.h index c2ba521c9686..1f5addfd05cc 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Text/ITextEditorWidget.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Text/ITextEditorWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h b/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h index 7fd3bac5a0c1..ec1c10b1333b 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Text/SInlineEditableTextBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h b/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h index 03c5dbc7143b..b8aa8b3002f4 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Text/SRichTextBlock.h b/Engine/Source/Runtime/Slate/Public/Widgets/Text/SRichTextBlock.h index 70c85af07083..717e91d0023c 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Text/SRichTextBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Text/SRichTextBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_FANCY_TEXT diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h b/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h index 04aa47fa3fc5..303bcd04cef0 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Text/TextBlockLayout.h b/Engine/Source/Runtime/Slate/Public/Widgets/Text/TextBlockLayout.h index f1c486f6244e..4538a199ac3f 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Text/TextBlockLayout.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Text/TextBlockLayout.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h b/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h index 00b2873cd535..d48d4f019c51 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Views/SExpanderArrow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SButton.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h b/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h index 675238b7c46c..6e883c80ec82 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SBorder.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h b/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h index 7cdcb921ad82..bd4877eee2e5 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "STableViewBase.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h b/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h index 2673df526ad7..b47f1a8b5c55 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TableViewTypeTraits.h" diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h b/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h index 81acafb75d91..219a67f1e8f2 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Views/STileView.h b/Engine/Source/Runtime/Slate/Public/Widgets/Views/STileView.h index 865712936c52..6c2f11d4a6b8 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Views/STileView.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Views/STileView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h b/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h index a019179a1a75..40b5f4bb4e53 100644 --- a/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h +++ b/Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Slate/Slate.Build.cs b/Engine/Source/Runtime/Slate/Slate.Build.cs index c53f229157f9..0176164f9ca9 100644 --- a/Engine/Source/Runtime/Slate/Slate.Build.cs +++ b/Engine/Source/Runtime/Slate/Slate.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/SlateCore/Private/Animation/CurveHandle.cpp b/Engine/Source/Runtime/SlateCore/Private/Animation/CurveHandle.cpp index 3aaad2aa70ec..a6a616139ff6 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Animation/CurveHandle.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Animation/CurveHandle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Animation/CurveSequence.cpp b/Engine/Source/Runtime/SlateCore/Private/Animation/CurveSequence.cpp index dcd0dd14d674..c0bff0065e4e 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Animation/CurveSequence.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Animation/CurveSequence.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Application/ActiveTimerHandle.cpp b/Engine/Source/Runtime/SlateCore/Private/Application/ActiveTimerHandle.cpp index bc57cc40ec82..e97c29ff2ea0 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Application/ActiveTimerHandle.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Application/ActiveTimerHandle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "ActiveTimerHandle.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Application/ActiveTimerHandle.h b/Engine/Source/Runtime/SlateCore/Private/Application/ActiveTimerHandle.h index 724a36eb3191..6de86b8e8fe0 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Application/ActiveTimerHandle.h +++ b/Engine/Source/Runtime/SlateCore/Private/Application/ActiveTimerHandle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/Application/SlateApplicationBase.cpp b/Engine/Source/Runtime/SlateCore/Private/Application/SlateApplicationBase.cpp index d9f0f8e0f0b4..55c4cf77380c 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Application/SlateApplicationBase.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Application/SlateApplicationBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "HittestGrid.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Application/SlateWindowHelper.cpp b/Engine/Source/Runtime/SlateCore/Private/Application/SlateWindowHelper.cpp index 71d08dbf4e8c..e65637d857eb 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Application/SlateWindowHelper.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Application/SlateWindowHelper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Application/ThrottleManager.cpp b/Engine/Source/Runtime/SlateCore/Private/Application/ThrottleManager.cpp index 5ba3a5b7b189..2c1b74e440e0 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Application/ThrottleManager.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Application/ThrottleManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Brushes/SlateDynamicImageBrush.cpp b/Engine/Source/Runtime/SlateCore/Private/Brushes/SlateDynamicImageBrush.cpp index 735cd84d1106..21f355b2cd0f 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Brushes/SlateDynamicImageBrush.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Brushes/SlateDynamicImageBrush.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Children.cpp b/Engine/Source/Runtime/SlateCore/Private/Children.cpp index 82694b0b803d..0116111f8440 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Children.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Children.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp index 383935b02933..604b6fd94f12 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "CompositeFont.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontBulkData.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontBulkData.cpp index 443552a4b8ff..f059f922a661 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontBulkData.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontBulkData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "FontBulkData.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp index 98ca17fb20e2..fae710738a17 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "FontCacheFreeType.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheCompositeFont.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheCompositeFont.cpp index 13bb9b5c999c..bdf7e16c7052 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheCompositeFont.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheCompositeFont.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "FontCacheCompositeFont.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheCompositeFont.h b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheCompositeFont.h index 7695dc19f060..7aaa550bd042 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheCompositeFont.h +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheCompositeFont.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.cpp index a220f87a91ad..96ddbd308515 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "FontCacheFreeType.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.h b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.h index 7796bd3e5e45..a74dc8f3c7dd 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.h +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheHarfBuzz.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheHarfBuzz.cpp index d4217f080bc9..4f35aa2e91a2 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheHarfBuzz.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheHarfBuzz.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "FontCacheHarfBuzz.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheHarfBuzz.h b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheHarfBuzz.h index bd33402f87cf..1622780a74ff 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheHarfBuzz.h +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheHarfBuzz.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheUtils.h b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheUtils.h index 96a1b58a623f..c6d87a8cd631 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheUtils.h +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontMeasure.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontMeasure.cpp index aee5c1b56c67..a4121d6ebac9 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontMeasure.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontMeasure.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "SlateStats.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontProviderInterface.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontProviderInterface.cpp index 4c17871eba18..b6352837ebdc 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontProviderInterface.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontProviderInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "FontProviderInterface.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontTypes.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontTypes.cpp index 4c3046a55587..3ad52497cdba 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/FontTypes.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/FontTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/LegacySlateFontInfoCache.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/LegacySlateFontInfoCache.cpp index 828d62879aa0..179a30de36ad 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/LegacySlateFontInfoCache.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/LegacySlateFontInfoCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "LegacySlateFontInfoCache.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/LegacySlateFontInfoCache.h b/Engine/Source/Runtime/SlateCore/Private/Fonts/LegacySlateFontInfoCache.h index db820eafcedf..4a9c115e3b87 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/LegacySlateFontInfoCache.h +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/LegacySlateFontInfoCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontInfo.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontInfo.cpp index 3a5a8eb3b1b7..2e452670c2c3 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontInfo.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontInfo.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "FontProviderInterface.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontRenderer.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontRenderer.cpp index 1e04a0f9b404..db0a03f96f7c 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontRenderer.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "SlateFontRenderer.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontRenderer.h b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontRenderer.h index 1f3eb5086110..96a7e10695a4 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontRenderer.h +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateTextShaper.cpp b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateTextShaper.cpp index 62eda431a501..14dc50103490 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateTextShaper.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateTextShaper.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "SlateTextShaper.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateTextShaper.h b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateTextShaper.h index 4649c75b861c..77c87422b340 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateTextShaper.h +++ b/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateTextShaper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.cpp b/Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.cpp index 80f9e1a705dc..50412fa9a73a 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Input/Events.cpp b/Engine/Source/Runtime/SlateCore/Private/Input/Events.cpp index a44c5eece610..ea7bcf074bd5 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Input/Events.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Input/Events.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp b/Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp index d706b6e9388b..b308e520a92f 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "HittestGrid.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/ArrangedChildren.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/ArrangedChildren.cpp index 1127b4b6e442..60b758b82a33 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/ArrangedChildren.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/ArrangedChildren.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/ArrangedWidget.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/ArrangedWidget.cpp index 38ce96227f3c..ad76b4bdea70 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/ArrangedWidget.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/ArrangedWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/Geometry.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/Geometry.cpp index 053a5a349ca4..c55bb8800dc3 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/Geometry.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/Geometry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "LayoutGeometry.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/LayoutGeometry.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/LayoutGeometry.cpp index 15963af980ac..afb9ebae8535 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/LayoutGeometry.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/LayoutGeometry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "LayoutGeometry.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/LayoutUtils.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/LayoutUtils.cpp index f0ba1512bea3..e9fef80243bc 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/LayoutUtils.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/LayoutUtils.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/SlateRect.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/SlateRect.cpp index 05f714999e47..85f783543dba 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/SlateRect.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/SlateRect.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/Visibility.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/Visibility.cpp index 93f4fa067d1c..2775f980a0fe 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/Visibility.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/Visibility.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/WidgetCaching.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/WidgetCaching.cpp index 12383c7091ed..143eb89b6d3f 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/WidgetCaching.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/WidgetCaching.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "WidgetCaching.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Layout/WidgetPath.cpp b/Engine/Source/Runtime/SlateCore/Private/Layout/WidgetPath.cpp index 8f1a2e858c05..d20dfb60259b 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Layout/WidgetPath.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Layout/WidgetPath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Logging/EventLogger.cpp b/Engine/Source/Runtime/SlateCore/Private/Logging/EventLogger.cpp index 1c2e54948550..d22501d68138 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Logging/EventLogger.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Logging/EventLogger.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Rendering/DrawElements.cpp b/Engine/Source/Runtime/SlateCore/Private/Rendering/DrawElements.cpp index 42ad8ed32a54..ca47bd168ff4 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Rendering/DrawElements.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Rendering/DrawElements.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "ReflectionMetadata.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Rendering/ElementBatcher.cpp b/Engine/Source/Runtime/SlateCore/Private/Rendering/ElementBatcher.cpp index a99e918b413a..476bc4304a25 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Rendering/ElementBatcher.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Rendering/ElementBatcher.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "ElementBatcher.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Rendering/RenderingCommon.cpp b/Engine/Source/Runtime/SlateCore/Private/Rendering/RenderingCommon.cpp index eb66dc70e6eb..5670bd9e7c22 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Rendering/RenderingCommon.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Rendering/RenderingCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "RenderingCommon.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Rendering/RenderingPolicy.cpp b/Engine/Source/Runtime/SlateCore/Private/Rendering/RenderingPolicy.cpp index bb59769f8066..11e48a1ca07e 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Rendering/RenderingPolicy.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Rendering/RenderingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Rendering/ShaderResourceManager.cpp b/Engine/Source/Runtime/SlateCore/Private/Rendering/ShaderResourceManager.cpp index 9b7227031949..d89130aa11b9 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Rendering/ShaderResourceManager.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Rendering/ShaderResourceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "ShaderResourceManager.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateDrawBuffer.cpp b/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateDrawBuffer.cpp index 77e5fd112ebb..854d06d3a7c7 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateDrawBuffer.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateDrawBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateRenderer.cpp b/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateRenderer.cpp index 415f03fd4912..ccb199bc8d2c 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateRenderer.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Rendering/SlateRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/SlateCoreClasses.cpp b/Engine/Source/Runtime/SlateCore/Private/SlateCoreClasses.cpp index 5294b7674fc7..d3fc11851c42 100644 --- a/Engine/Source/Runtime/SlateCore/Private/SlateCoreClasses.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/SlateCoreClasses.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/SlateCoreModule.cpp b/Engine/Source/Runtime/SlateCore/Private/SlateCoreModule.cpp index dc0a880cae99..3d3a66402ae7 100644 --- a/Engine/Source/Runtime/SlateCore/Private/SlateCoreModule.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/SlateCoreModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/SlateCorePrivatePCH.h b/Engine/Source/Runtime/SlateCore/Private/SlateCorePrivatePCH.h index c5fd1a9383d1..886db2e9d445 100644 --- a/Engine/Source/Runtime/SlateCore/Private/SlateCorePrivatePCH.h +++ b/Engine/Source/Runtime/SlateCore/Private/SlateCorePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Private/SlotBase.cpp b/Engine/Source/Runtime/SlateCore/Private/SlotBase.cpp index 37a159565799..fff0eefabf62 100644 --- a/Engine/Source/Runtime/SlateCore/Private/SlotBase.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/SlotBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Sound/SlateSound.cpp b/Engine/Source/Runtime/SlateCore/Private/Sound/SlateSound.cpp index 252f7b18e3d6..175213132e28 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Sound/SlateSound.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Sound/SlateSound.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Stats/SlateStats.cpp b/Engine/Source/Runtime/SlateCore/Private/Stats/SlateStats.cpp index 3f70c3b5cf78..8db2e7a7826e 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Stats/SlateStats.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Stats/SlateStats.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/CoreStyle.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/CoreStyle.cpp index 3927195f2fad..096c0b30d08d 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/CoreStyle.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/CoreStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateBrush.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateBrush.cpp index 429b041c0e5e..6ebe9074a5af 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateBrush.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateBrush.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateColor.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateColor.cpp index 012784bfe43f..cfd46f307436 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateColor.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateColor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp index a96d80497183..117bad5367b4 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp index 1f381c3fe257..10ba0ffce9fc 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp index 4cbaa12ea14f..7fb92127cc19 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleAsset.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleAsset.cpp index 8e28536166e3..fa859c1eb3dc 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleAsset.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleAsset.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleContainerBase.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleContainerBase.cpp index f0b2f5f4eb66..b8be6d26cdba 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleContainerBase.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleContainerBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "SlateWidgetStyleContainerBase.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleContainerInterface.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleContainerInterface.cpp index a206c1887c01..cd2a49fa55f0 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleContainerInterface.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/SlateWidgetStyleContainerInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "SlateWidgetStyleContainerInterface.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Styling/StyleDefaults.cpp b/Engine/Source/Runtime/SlateCore/Private/Styling/StyleDefaults.cpp index a6dfd69a9d43..a1ab5ca98311 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Styling/StyleDefaults.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Styling/StyleDefaults.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Textures/TextureAtlas.cpp b/Engine/Source/Runtime/SlateCore/Private/Textures/TextureAtlas.cpp index 9fe119684fde..8af53d20dac6 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Textures/TextureAtlas.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Textures/TextureAtlas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "SlateRenderer.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Types/PaintArgs.cpp b/Engine/Source/Runtime/SlateCore/Private/Types/PaintArgs.cpp index 4d469e84abf3..d6c24bd09ca2 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Types/PaintArgs.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Types/PaintArgs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "HittestGrid.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Types/WidgetStyle.cpp b/Engine/Source/Runtime/SlateCore/Private/Types/WidgetStyle.cpp index ad6f160d0184..c8ad38cdad8a 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Types/WidgetStyle.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Types/WidgetStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Widgets/SBoxPanel.cpp b/Engine/Source/Runtime/SlateCore/Private/Widgets/SBoxPanel.cpp index a72b1d79c1f6..4d669ea4a97b 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Widgets/SBoxPanel.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Widgets/SBoxPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Widgets/SCompoundWidget.cpp b/Engine/Source/Runtime/SlateCore/Private/Widgets/SCompoundWidget.cpp index 8e27832bd7ea..362d4057155f 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Widgets/SCompoundWidget.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Widgets/SCompoundWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Widgets/SLeafWidget.cpp b/Engine/Source/Runtime/SlateCore/Private/Widgets/SLeafWidget.cpp index e48eb61810ce..93d3744ecf2c 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Widgets/SLeafWidget.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Widgets/SLeafWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Widgets/SNullWidget.cpp b/Engine/Source/Runtime/SlateCore/Private/Widgets/SNullWidget.cpp index 6fb18b2d22de..4af197174ca3 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Widgets/SNullWidget.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Widgets/SNullWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Widgets/SOverlay.cpp b/Engine/Source/Runtime/SlateCore/Private/Widgets/SOverlay.cpp index 833f6313b3ce..6a21d3d2eb1b 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Widgets/SOverlay.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Widgets/SOverlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Widgets/SPanel.cpp b/Engine/Source/Runtime/SlateCore/Private/Widgets/SPanel.cpp index 82af62448718..bef169f4a19d 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Widgets/SPanel.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Widgets/SPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp b/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp index f075f1551260..8c56b2d72727 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "Widgets/SWidget.h" diff --git a/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp b/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp index 8c47ff52535e..8785af8072cf 100644 --- a/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp +++ b/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateCorePrivatePCH.h" #include "HittestGrid.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Animation/CurveHandle.h b/Engine/Source/Runtime/SlateCore/Public/Animation/CurveHandle.h index b918c529ce39..79539789495b 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Animation/CurveHandle.h +++ b/Engine/Source/Runtime/SlateCore/Public/Animation/CurveHandle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Animation/CurveSequence.h b/Engine/Source/Runtime/SlateCore/Public/Animation/CurveSequence.h index 3e9fb8229035..cceb37ee6bf4 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Animation/CurveSequence.h +++ b/Engine/Source/Runtime/SlateCore/Public/Animation/CurveSequence.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Animation/SlateSprings.h b/Engine/Source/Runtime/SlateCore/Public/Animation/SlateSprings.h index 25eee2917c2b..e67e481d3588 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Animation/SlateSprings.h +++ b/Engine/Source/Runtime/SlateCore/Public/Animation/SlateSprings.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h b/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h index a33b048ae0fd..2bb79f8f5c25 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h +++ b/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h b/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h index 901e04b77cc0..95523f7ae7da 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h +++ b/Engine/Source/Runtime/SlateCore/Public/Application/SlateWindowHelper.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h b/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h index 5c4a0152330c..bdd8d10b9715 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h +++ b/Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h index e3a65a0b7f66..ba8cb15667e0 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h +++ b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBoxBrush.h b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBoxBrush.h index 6144d29e3c4b..a5314c9fbce7 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBoxBrush.h +++ b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBoxBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateColorBrush.h b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateColorBrush.h index 6c9bb2db1f85..39460610639e 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateColorBrush.h +++ b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateColorBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateDynamicImageBrush.h b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateDynamicImageBrush.h index fe610f64aa21..7ca94c8bdbe0 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateDynamicImageBrush.h +++ b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateDynamicImageBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateImageBrush.h b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateImageBrush.h index 20be3048bc93..5a97f1dec81d 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateImageBrush.h +++ b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateImageBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateNoResource.h b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateNoResource.h index dbf517f422d1..80d8b82d447d 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateNoResource.h +++ b/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateNoResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Styling/SlateBrush.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h b/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h index b88b8f101b55..e08c097845bd 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h +++ b/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h index 96a23093da01..3f73eaf93e5e 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h +++ b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h index c0610167d1c5..c7b2fc890db2 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h +++ b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h index 7b17349bc47f..81c220bb261a 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h +++ b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once typedef class FLRUStringCache FMeasureCache; diff --git a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h index 3a83ce7694fd..fa36d9b489e9 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h +++ b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h index 7b22b43d4a19..6682403c2013 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h +++ b/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct SLATECORE_API FSlateFontKey diff --git a/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h b/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h index 9d9e9df64f07..61095ed3b923 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h +++ b/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h b/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h index d0ffde14ebf4..44ebf75d260b 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h +++ b/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h b/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h index b1db08901b2c..1f220968b129 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h +++ b/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.inl b/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.inl index ca0200b9006c..0ac36ba11387 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.inl +++ b/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/Events.h b/Engine/Source/Runtime/SlateCore/Public/Input/Events.h index daec6e9b9134..914d421bef01 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/Events.h +++ b/Engine/Source/Runtime/SlateCore/Public/Input/Events.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h b/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h index fe544de8e99e..f55408aaed4d 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h +++ b/Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h b/Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h index b4d68c7b093d..615c628b4eea 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h +++ b/Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/PopupMethodReply.h b/Engine/Source/Runtime/SlateCore/Public/Input/PopupMethodReply.h index 9cf0669c7aac..1491ca7330a1 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/PopupMethodReply.h +++ b/Engine/Source/Runtime/SlateCore/Public/Input/PopupMethodReply.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/Reply.h b/Engine/Source/Runtime/SlateCore/Public/Input/Reply.h index 372d3b0a3250..329a6332b615 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/Reply.h +++ b/Engine/Source/Runtime/SlateCore/Public/Input/Reply.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h b/Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h index 95bad16db070..d5e8883f2a30 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h +++ b/Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h b/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h index f990789c43a3..0e180aae7c9b 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h b/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h index 781cd5307916..ac4dd19ea2e3 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h b/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h index e8914c3bfaa5..ba305b89f2ea 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h b/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h index e17bc5167cd8..57062d32320e 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h b/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h index e5545ece23dc..fe14d43f0830 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h b/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h index 53c261b971f8..982d1a096ba7 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h b/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h index 72f5516454f6..6c746f50847c 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Math/Vector2D.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/PaintGeometry.h b/Engine/Source/Runtime/SlateCore/Public/Layout/PaintGeometry.h index e923e7c65cb2..77d1a4fd231c 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/PaintGeometry.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/PaintGeometry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h b/Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h index 745b2c2aa3fb..f90c1da8e330 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h b/Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h index fef903c4ceb2..1f8a6390985d 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetCaching.h b/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetCaching.h index 79aa86c93ded..fea3f7639d8a 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetCaching.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetCaching.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h b/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h index 4bb0184a91aa..c39cd17d5523 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.inl b/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.inl index fa0779c6914c..06ba2af787f3 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.inl +++ b/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.inl @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Logging/EventLogger.h b/Engine/Source/Runtime/SlateCore/Public/Logging/EventLogger.h index 910f53439503..cb987742e001 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Logging/EventLogger.h +++ b/Engine/Source/Runtime/SlateCore/Public/Logging/EventLogger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Logging/IEventLogger.h b/Engine/Source/Runtime/SlateCore/Public/Logging/IEventLogger.h index 0ee5b1ab98d0..0a2573be6e08 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Logging/IEventLogger.h +++ b/Engine/Source/Runtime/SlateCore/Public/Logging/IEventLogger.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h index 304bc392bde6..26bf701601f4 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/ElementBatcher.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/ElementBatcher.h index 612b8df0c0d7..0c965131cbf2 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/ElementBatcher.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/ElementBatcher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h index c6d3cf113ced..5f46b78dd8b4 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingPolicy.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingPolicy.h index 937addb1f11d..d4a6141d4345 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingPolicy.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h index f2fb7644a6b0..79c145b13810 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateDrawBuffer.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateDrawBuffer.h index a9f4617f9228..693e8ea5ecda 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateDrawBuffer.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateDrawBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h index 32941bbc58c5..06b2cb6765ea 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TransformCalculus2D.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderTransform.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderTransform.h index ae87ea1449eb..3347fe62dad2 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderTransform.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderTransform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "TransformCalculus2D.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h b/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h index c43d91f7e1ea..6b4257bc7753 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h +++ b/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/SlateCore.h b/Engine/Source/Runtime/SlateCore/Public/SlateCore.h index 90ba4ca58403..d98b8354738f 100644 --- a/Engine/Source/Runtime/SlateCore/Public/SlateCore.h +++ b/Engine/Source/Runtime/SlateCore/Public/SlateCore.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/SlotBase.h b/Engine/Source/Runtime/SlateCore/Public/SlotBase.h index eec1141d9700..07c819989975 100644 --- a/Engine/Source/Runtime/SlateCore/Public/SlotBase.h +++ b/Engine/Source/Runtime/SlateCore/Public/SlotBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Sound/ISlateSoundDevice.h b/Engine/Source/Runtime/SlateCore/Public/Sound/ISlateSoundDevice.h index 5fa16110eb50..0807345b1c18 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Sound/ISlateSoundDevice.h +++ b/Engine/Source/Runtime/SlateCore/Public/Sound/ISlateSoundDevice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once struct FSlateSound; diff --git a/Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h b/Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h index 6e07921f533e..0d6a21df0bd4 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h +++ b/Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Stats/SlateStats.h b/Engine/Source/Runtime/SlateCore/Public/Stats/SlateStats.h index 9fe1dcb7e440..afd81c416bf1 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Stats/SlateStats.h +++ b/Engine/Source/Runtime/SlateCore/Public/Stats/SlateStats.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h b/Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h index 6d5cd5bce9a6..80f896a80c29 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/CoreStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h b/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h index b4165aa782f8..6d8ff363b90a 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Styling/StyleDefaults.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h index 6bbea7f3ab59..8b59b3cf8af1 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h index 1bff742ffd57..2b241b19518a 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h index 245ead996da6..73ee95dd4e15 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h index e93a43598dd6..77b6e283d723 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h index 858d5c6d8878..ac45c4653a30 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h index fb34ea5ed76f..595c6f95cd5f 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleAsset.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleAsset.h index e9c3533857f3..4802359c9e5e 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleAsset.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleAsset.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateWidgetStyleContainerBase.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerBase.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerBase.h index b3ba68694cad..30251f509017 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerBase.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerInterface.h b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerInterface.h index 0a9745314e40..2ca8f7dcdc85 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerInterface.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/StyleDefaults.h b/Engine/Source/Runtime/SlateCore/Public/Styling/StyleDefaults.h index dcd1509467be..41b07e0bac21 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/StyleDefaults.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/StyleDefaults.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Brushes/SlateNoResource.h" #include "Fonts/SlateFontInfo.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h b/Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h index 5e515d36f6c7..3f35590707be 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h +++ b/Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "HAL/Platform.h" diff --git a/Engine/Source/Runtime/SlateCore/Public/Textures/SlateIcon.h b/Engine/Source/Runtime/SlateCore/Public/Textures/SlateIcon.h index 68923f472ec0..5e97f962c705 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Textures/SlateIcon.h +++ b/Engine/Source/Runtime/SlateCore/Public/Textures/SlateIcon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Textures/SlateShaderResource.h b/Engine/Source/Runtime/SlateCore/Public/Textures/SlateShaderResource.h index 7d85b648e5ac..7084ae8db0b3 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Textures/SlateShaderResource.h +++ b/Engine/Source/Runtime/SlateCore/Public/Textures/SlateShaderResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Textures/SlateTextureData.h b/Engine/Source/Runtime/SlateCore/Public/Textures/SlateTextureData.h index 0381b15a5174..65435463ba14 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Textures/SlateTextureData.h +++ b/Engine/Source/Runtime/SlateCore/Public/Textures/SlateTextureData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Textures/SlateUpdatableTexture.h b/Engine/Source/Runtime/SlateCore/Public/Textures/SlateUpdatableTexture.h index 3fe9f8c085fe..e35332365e12 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Textures/SlateUpdatableTexture.h +++ b/Engine/Source/Runtime/SlateCore/Public/Textures/SlateUpdatableTexture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h b/Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h index 23130676b10e..c18823fa824d 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h +++ b/Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h b/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h index acdde1b9619f..c986ff93811d 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h +++ b/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h b/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h index 595e9ef4a795..a3deabdb9c35 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h +++ b/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h b/Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h index abce10b8a02a..de877a205a8d 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h +++ b/Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h b/Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h index 67b5bcdf2284..70cd438de8e6 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h +++ b/Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Types/SlateConstants.h b/Engine/Source/Runtime/SlateCore/Public/Types/SlateConstants.h index e37db144cc2e..b454402a43d2 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Types/SlateConstants.h +++ b/Engine/Source/Runtime/SlateCore/Public/Types/SlateConstants.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h b/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h index 944e6f5f4973..f7ac3b4d142a 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h +++ b/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h b/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h index 7563f5522f1e..4e20ed8a6d96 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h +++ b/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Types/WidgetActiveTimerDelegate.h b/Engine/Source/Runtime/SlateCore/Public/Types/WidgetActiveTimerDelegate.h index 8d4fc97d4e84..fe09554586f4 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Types/WidgetActiveTimerDelegate.h +++ b/Engine/Source/Runtime/SlateCore/Public/Types/WidgetActiveTimerDelegate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h index 9a4cd0be4027..eae000d87db1 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/IToolTip.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/IToolTip.h index ea27730f0756..2c5d48e79164 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/IToolTip.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/IToolTip.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h index 7319666906c8..581a26241edd 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h index b1e8fcb30152..9f20b9314c12 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SCompoundWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SLeafWidget.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SLeafWidget.h index 13c49b33fa17..11637432e31c 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SLeafWidget.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SLeafWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SNullWidget.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SNullWidget.h index 92831e539e24..0ebfdf131477 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SNullWidget.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SNullWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SOverlay.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SOverlay.h index 70ea771e0ca8..6e9efd3f4a98 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SOverlay.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SOverlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SPanel.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SPanel.h index c72953113ad3..ff25d6d83de2 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SPanel.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h index 77651f99cb39..6e150fc7ba32 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h index 9c746e8f9993..0e459676381e 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h b/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h index 613d11e3ea4d..18553e324a3d 100644 --- a/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h +++ b/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateCore/SlateCore.Build.cs b/Engine/Source/Runtime/SlateCore/SlateCore.Build.cs index 44995ea8a17b..e86678f3d71c 100644 --- a/Engine/Source/Runtime/SlateCore/SlateCore.Build.cs +++ b/Engine/Source/Runtime/SlateCore/SlateCore.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRenderer.cpp b/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRenderer.cpp index b86d4ce2cb71..a40edf8b460a 100644 --- a/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRenderer.cpp +++ b/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateNullRendererPrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRenderer.h b/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRenderer.h index b2ac3a387ff5..6f947c7f1d8c 100644 --- a/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRenderer.h +++ b/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRendererModule.cpp b/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRendererModule.cpp index 50fb31a40c60..c6b2b53ee90a 100644 --- a/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRendererModule.cpp +++ b/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRendererModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateNullRendererPrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRendererPrivatePCH.h b/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRendererPrivatePCH.h index 2cc33f1cdaac..396d3b3bb871 100644 --- a/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRendererPrivatePCH.h +++ b/Engine/Source/Runtime/SlateNullRenderer/Private/SlateNullRendererPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateNullRenderer/Public/Interfaces/ISlateNullRendererModule.h b/Engine/Source/Runtime/SlateNullRenderer/Public/Interfaces/ISlateNullRendererModule.h index d6f61fc61b7d..b1074006be7e 100644 --- a/Engine/Source/Runtime/SlateNullRenderer/Public/Interfaces/ISlateNullRendererModule.h +++ b/Engine/Source/Runtime/SlateNullRenderer/Public/Interfaces/ISlateNullRendererModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateNullRenderer/SlateNullRenderer.Build.cs b/Engine/Source/Runtime/SlateNullRenderer/SlateNullRenderer.Build.cs index acce39863d6a..7f3a34477079 100644 --- a/Engine/Source/Runtime/SlateNullRenderer/SlateNullRenderer.Build.cs +++ b/Engine/Source/Runtime/SlateNullRenderer/SlateNullRenderer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/Slate3DRenderer.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/Slate3DRenderer.cpp index db6b9877f4aa..210215868470 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/Slate3DRenderer.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/Slate3DRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "Slate3DRenderer.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/Slate3DRenderer.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/Slate3DRenderer.h index ceb033f9c930..32e21b3f572f 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/Slate3DRenderer.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/Slate3DRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementIndexBuffer.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementIndexBuffer.cpp index 00254d9ed1fe..87f4cae3479b 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementIndexBuffer.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementIndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "SlateElementIndexBuffer.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementIndexBuffer.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementIndexBuffer.h index caf6242332e3..63c98a539fbf 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementIndexBuffer.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementIndexBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementVertexBuffer.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementVertexBuffer.cpp index 1a0c5f5524b1..71b87019ccd9 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementVertexBuffer.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementVertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "SlateElementVertexBuffer.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementVertexBuffer.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementVertexBuffer.h index 6b2042578ed5..5d5e925dbdb9 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementVertexBuffer.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateElementVertexBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialResource.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialResource.cpp index cabe351ea671..b18fe2920951 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialResource.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialResource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "SlateMaterialResource.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialResource.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialResource.h index 1bf3a53bb820..919cc6c97a14 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialResource.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialShader.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialShader.cpp index f1564c9f40ae..9a82e8179a5d 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialShader.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialShader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "SlateMaterialShader.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialShader.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialShader.h index 5c2f32516d77..0501052d5950 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialShader.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateMaterialShader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateNativeTextureResource.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateNativeTextureResource.cpp index 1f3c1094e485..4aebe71ec16a 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateNativeTextureResource.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateNativeTextureResource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "SlateNativeTextureResource.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateNativeTextureResource.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateNativeTextureResource.h index a641e73584a0..87c03d8621a8 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateNativeTextureResource.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateNativeTextureResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIFontTexture.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIFontTexture.cpp index 68cfdfcccace..297a32c44548 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIFontTexture.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIFontTexture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIFontTexture.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIFontTexture.h index 416d01cf6db0..0c87554df4a6 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIFontTexture.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIFontTexture.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderer.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderer.cpp index e74a99640f70..fe54cd3cd419 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderer.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "ElementBatcher.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderer.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderer.h index 92aeb6cb970b..8f9a4e8eef41 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderer.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererModule.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererModule.cpp index 1a674595137f..fd388abe84d6 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererModule.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "Slate3DRenderer.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererPrivatePCH.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererPrivatePCH.h index 8f063f05f344..c88e1d82fea7 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererPrivatePCH.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRendererPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderingPolicy.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderingPolicy.cpp index 69aaa556ce31..f547c719abb8 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderingPolicy.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderingPolicy.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "RenderingPolicy.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderingPolicy.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderingPolicy.h index 296bf8020d66..4a098e2e36d9 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderingPolicy.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIRenderingPolicy.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIResourceManager.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIResourceManager.cpp index 566d0ce04f52..96b0c4c66cfe 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIResourceManager.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIResourceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "ImageWrapper.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIResourceManager.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIResourceManager.h index a6b4bff3292b..1d89e26eabdc 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIResourceManager.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHIResourceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHITextureAtlas.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHITextureAtlas.cpp index fbdddf0d46b2..c0c32563b489 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHITextureAtlas.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHITextureAtlas.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHITextureAtlas.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHITextureAtlas.h index a837e051cb55..caccdb3c5278 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHITextureAtlas.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateRHITextureAtlas.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateShaders.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateShaders.cpp index 877d8d103d21..ea3d2a950f4f 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateShaders.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateShaders.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateShaders.h index 883deaf5de32..dd51779cb63d 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateShaders.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateShaders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUTextureResource.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUTextureResource.cpp index a0e1af1a3bc7..b24e71ca579f 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUTextureResource.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUTextureResource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "SlateUTextureResource.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUTextureResource.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUTextureResource.h index 8c072f1eff0e..c8ed3fb03be9 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUTextureResource.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUTextureResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUpdatableBuffer.cpp b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUpdatableBuffer.cpp index d735e19a0b14..eebbad775f52 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUpdatableBuffer.cpp +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUpdatableBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SlateRHIRendererPrivatePCH.h" #include "SlateUpdatableBuffer.h" diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUpdatableBuffer.h b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUpdatableBuffer.h index b908d4e7ed44..dd5e880b88dd 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUpdatableBuffer.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Private/SlateUpdatableBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h b/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h index 6cd2b9e5ef27..b2ebd7057c87 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h b/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h index c689bebe06d4..737639efbc6c 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h +++ b/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/SlateRHIRenderer/SlateRHIRenderer.Build.cs b/Engine/Source/Runtime/SlateRHIRenderer/SlateRHIRenderer.Build.cs index 0d0651ed1079..d745dc3c6437 100644 --- a/Engine/Source/Runtime/SlateRHIRenderer/SlateRHIRenderer.Build.cs +++ b/Engine/Source/Runtime/SlateRHIRenderer/SlateRHIRenderer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/SlateReflector/Private/Widgets/SWidgetReflector.h b/Engine/Source/Runtime/SlateReflector/Private/Widgets/SWidgetReflector.h index 61d949aefb0f..56b168c4da54 100644 --- a/Engine/Source/Runtime/SlateReflector/Private/Widgets/SWidgetReflector.h +++ b/Engine/Source/Runtime/SlateReflector/Private/Widgets/SWidgetReflector.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= SWidgetReflector.h: Declares the SWidgetReflector class. diff --git a/Engine/Source/Runtime/Sockets/Private/Android/SocketSubsystemAndroid.cpp b/Engine/Source/Runtime/Sockets/Private/Android/SocketSubsystemAndroid.cpp index a7737e957542..2e21ac6336dc 100644 --- a/Engine/Source/Runtime/Sockets/Private/Android/SocketSubsystemAndroid.cpp +++ b/Engine/Source/Runtime/Sockets/Private/Android/SocketSubsystemAndroid.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystemAndroid.h" diff --git a/Engine/Source/Runtime/Sockets/Private/Android/SocketSubsystemAndroid.h b/Engine/Source/Runtime/Sockets/Private/Android/SocketSubsystemAndroid.h index 80b89bf48c3e..eb70162e3432 100644 --- a/Engine/Source/Runtime/Sockets/Private/Android/SocketSubsystemAndroid.h +++ b/Engine/Source/Runtime/Sockets/Private/Android/SocketSubsystemAndroid.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/IPAddressBSDIPv6.h b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/IPAddressBSDIPv6.h index 75ab341d1fc1..ebb33d50398d 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/IPAddressBSDIPv6.h +++ b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/IPAddressBSDIPv6.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketSubsystemBSDIPv6.cpp b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketSubsystemBSDIPv6.cpp index 4841f6fa50a6..cad4c4d13e40 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketSubsystemBSDIPv6.cpp +++ b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketSubsystemBSDIPv6.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketSubsystemBSDIPv6.h b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketSubsystemBSDIPv6.h index 03ebfff19b87..4131ca3b4afc 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketSubsystemBSDIPv6.h +++ b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketSubsystemBSDIPv6.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketsBSDIPv6.cpp b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketsBSDIPv6.cpp index acd1c4ffa6f2..515967c29f47 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketsBSDIPv6.cpp +++ b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketsBSDIPv6.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketsBSDIPv6.h b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketsBSDIPv6.h index 9ecebb615d84..ace0fdfe83ca 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketsBSDIPv6.h +++ b/Engine/Source/Runtime/Sockets/Private/BSDIPv6Sockets/SocketsBSDIPv6.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/BSDSockets/IPAddressBSD.h b/Engine/Source/Runtime/Sockets/Private/BSDSockets/IPAddressBSD.h index 2d9953ddf2f0..9fe81a185ddc 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDSockets/IPAddressBSD.h +++ b/Engine/Source/Runtime/Sockets/Private/BSDSockets/IPAddressBSD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSD.cpp b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSD.cpp index c426516a6038..b5c46f71fa3b 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSD.cpp +++ b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSD.h b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSD.h index 32417fb0b71c..dbfcc8b6557a 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSD.h +++ b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSDPrivate.h b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSDPrivate.h index c67a273b5cf1..8ce3a70d012f 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSDPrivate.h +++ b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketSubsystemBSDPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketsBSD.cpp b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketsBSD.cpp index 6a6d31f69581..4bed331b3a3f 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketsBSD.cpp +++ b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketsBSD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" diff --git a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketsBSD.h b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketsBSD.h index 4c5cdbbe5e85..41231eb84654 100644 --- a/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketsBSD.h +++ b/Engine/Source/Runtime/Sockets/Private/BSDSockets/SocketsBSD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/HTML5/Device/SocketSubsystem.cpp b/Engine/Source/Runtime/Sockets/Private/HTML5/Device/SocketSubsystem.cpp index 3f7b4ee53d7d..9b4e91c9e309 100644 --- a/Engine/Source/Runtime/Sockets/Private/HTML5/Device/SocketSubsystem.cpp +++ b/Engine/Source/Runtime/Sockets/Private/HTML5/Device/SocketSubsystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystem.h" diff --git a/Engine/Source/Runtime/Sockets/Private/HTML5/Device/SocketSubsystem.h b/Engine/Source/Runtime/Sockets/Private/HTML5/Device/SocketSubsystem.h index 0b17aeeb86a1..c3b4b5e63b10 100644 --- a/Engine/Source/Runtime/Sockets/Private/HTML5/Device/SocketSubsystem.h +++ b/Engine/Source/Runtime/Sockets/Private/HTML5/Device/SocketSubsystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/IPAddressX.cpp b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/IPAddressX.cpp index 20899a70ad2e..e076cc797d4f 100644 --- a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/IPAddressX.cpp +++ b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/IPAddressX.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "IPAddressX.h" diff --git a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/IPAddressX.h b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/IPAddressX.h index 98197d71f4c7..f39ee1d8ed18 100644 --- a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/IPAddressX.h +++ b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/IPAddressX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketSubsystem.cpp b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketSubsystem.cpp index 69712504b4a3..5897d3d54824 100644 --- a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketSubsystem.cpp +++ b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketSubsystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystem.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketSubsystem.h b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketSubsystem.h index 2ee2911ea18a..0b3a7524b11f 100644 --- a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketSubsystem.h +++ b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketSubsystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketX.cpp b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketX.cpp index 3ba102108e4d..d8ecc6795d06 100644 --- a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketX.cpp +++ b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketX.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketX.h" diff --git a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketX.h b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketX.h index 7ae70b34da4a..b492ce25f0b5 100644 --- a/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketX.h +++ b/Engine/Source/Runtime/Sockets/Private/HTML5/Simulator/SocketX.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/IOS/SocketSubsystemIOS.cpp b/Engine/Source/Runtime/Sockets/Private/IOS/SocketSubsystemIOS.cpp index 5f76287c7aa2..283746377722 100644 --- a/Engine/Source/Runtime/Sockets/Private/IOS/SocketSubsystemIOS.cpp +++ b/Engine/Source/Runtime/Sockets/Private/IOS/SocketSubsystemIOS.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystemIOS.h" diff --git a/Engine/Source/Runtime/Sockets/Private/IOS/SocketSubsystemIOS.h b/Engine/Source/Runtime/Sockets/Private/IOS/SocketSubsystemIOS.h index 4e567981453f..71ed260bd5bb 100644 --- a/Engine/Source/Runtime/Sockets/Private/IOS/SocketSubsystemIOS.h +++ b/Engine/Source/Runtime/Sockets/Private/IOS/SocketSubsystemIOS.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/IPAddress.cpp b/Engine/Source/Runtime/Sockets/Private/IPAddress.cpp index f7f1ecb21626..15ca8ec611a9 100644 --- a/Engine/Source/Runtime/Sockets/Private/IPAddress.cpp +++ b/Engine/Source/Runtime/Sockets/Private/IPAddress.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "IPAddress.h" diff --git a/Engine/Source/Runtime/Sockets/Private/Linux/SocketSubsystemLinux.cpp b/Engine/Source/Runtime/Sockets/Private/Linux/SocketSubsystemLinux.cpp index cc89f6099410..f39073546863 100644 --- a/Engine/Source/Runtime/Sockets/Private/Linux/SocketSubsystemLinux.cpp +++ b/Engine/Source/Runtime/Sockets/Private/Linux/SocketSubsystemLinux.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystemLinux.h" diff --git a/Engine/Source/Runtime/Sockets/Private/Linux/SocketSubsystemLinux.h b/Engine/Source/Runtime/Sockets/Private/Linux/SocketSubsystemLinux.h index 83e2066c685c..230a948fde3d 100644 --- a/Engine/Source/Runtime/Sockets/Private/Linux/SocketSubsystemLinux.h +++ b/Engine/Source/Runtime/Sockets/Private/Linux/SocketSubsystemLinux.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/Mac/SocketSubsystemMac.cpp b/Engine/Source/Runtime/Sockets/Private/Mac/SocketSubsystemMac.cpp index 00a5b3eb782c..cc6c63022837 100644 --- a/Engine/Source/Runtime/Sockets/Private/Mac/SocketSubsystemMac.cpp +++ b/Engine/Source/Runtime/Sockets/Private/Mac/SocketSubsystemMac.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystemMac.h" diff --git a/Engine/Source/Runtime/Sockets/Private/Mac/SocketSubsystemMac.h b/Engine/Source/Runtime/Sockets/Private/Mac/SocketSubsystemMac.h index 2d66bea03b20..8e2a950b1061 100644 --- a/Engine/Source/Runtime/Sockets/Private/Mac/SocketSubsystemMac.h +++ b/Engine/Source/Runtime/Sockets/Private/Mac/SocketSubsystemMac.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/MultichannelTCP.cpp b/Engine/Source/Runtime/Sockets/Private/MultichannelTCP.cpp index 5353640c1c24..41a1a11f3233 100644 --- a/Engine/Source/Runtime/Sockets/Private/MultichannelTCP.cpp +++ b/Engine/Source/Runtime/Sockets/Private/MultichannelTCP.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "MultichannelTCP.h" diff --git a/Engine/Source/Runtime/Sockets/Private/NetworkMessage.cpp b/Engine/Source/Runtime/Sockets/Private/NetworkMessage.cpp index 44ab6a8808b8..3f3141dac8a7 100644 --- a/Engine/Source/Runtime/Sockets/Private/NetworkMessage.cpp +++ b/Engine/Source/Runtime/Sockets/Private/NetworkMessage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "Sockets.h" diff --git a/Engine/Source/Runtime/Sockets/Private/ServerTOC.cpp b/Engine/Source/Runtime/Sockets/Private/ServerTOC.cpp index 9e791a0a01eb..7d25759dcb12 100644 --- a/Engine/Source/Runtime/Sockets/Private/ServerTOC.cpp +++ b/Engine/Source/Runtime/Sockets/Private/ServerTOC.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "ServerTOC.h" diff --git a/Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp b/Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp index d12dd67c05a2..53bc7cf0f7a6 100644 --- a/Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp +++ b/Engine/Source/Runtime/Sockets/Private/SocketSubsystem.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystem.h" diff --git a/Engine/Source/Runtime/Sockets/Private/Sockets.cpp b/Engine/Source/Runtime/Sockets/Private/Sockets.cpp index 7c9d1d50c3ab..abcd21454670 100644 --- a/Engine/Source/Runtime/Sockets/Private/Sockets.cpp +++ b/Engine/Source/Runtime/Sockets/Private/Sockets.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "Sockets.h" diff --git a/Engine/Source/Runtime/Sockets/Private/SocketsPrivatePCH.h b/Engine/Source/Runtime/Sockets/Private/SocketsPrivatePCH.h index adf3fefd7d5f..ece7502bab47 100644 --- a/Engine/Source/Runtime/Sockets/Private/SocketsPrivatePCH.h +++ b/Engine/Source/Runtime/Sockets/Private/SocketsPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef UNREAL_SOCKETS_PRIVATE_PCH #define UNREAL_SOCKETS_PRIVATE_PCH diff --git a/Engine/Source/Runtime/Sockets/Private/WinRT/SocketSubsystemWinRT.cpp b/Engine/Source/Runtime/Sockets/Private/WinRT/SocketSubsystemWinRT.cpp index a441dc7eaaa0..838f3d1157c1 100644 --- a/Engine/Source/Runtime/Sockets/Private/WinRT/SocketSubsystemWinRT.cpp +++ b/Engine/Source/Runtime/Sockets/Private/WinRT/SocketSubsystemWinRT.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystemWinRT.h" diff --git a/Engine/Source/Runtime/Sockets/Private/WinRT/SocketSubsystemWinRT.h b/Engine/Source/Runtime/Sockets/Private/WinRT/SocketSubsystemWinRT.h index 0dc9cc86cbd8..d5ae7fc7bd98 100644 --- a/Engine/Source/Runtime/Sockets/Private/WinRT/SocketSubsystemWinRT.h +++ b/Engine/Source/Runtime/Sockets/Private/WinRT/SocketSubsystemWinRT.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Private/Windows/SocketSubsystemWindows.cpp b/Engine/Source/Runtime/Sockets/Private/Windows/SocketSubsystemWindows.cpp index 2f5286988775..3ae864d453b8 100644 --- a/Engine/Source/Runtime/Sockets/Private/Windows/SocketSubsystemWindows.cpp +++ b/Engine/Source/Runtime/Sockets/Private/Windows/SocketSubsystemWindows.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "SocketsPrivatePCH.h" #include "SocketSubsystemWindows.h" diff --git a/Engine/Source/Runtime/Sockets/Private/Windows/SocketSubsystemWindows.h b/Engine/Source/Runtime/Sockets/Private/Windows/SocketSubsystemWindows.h index a13298826f06..f80de2f0645e 100644 --- a/Engine/Source/Runtime/Sockets/Private/Windows/SocketSubsystemWindows.h +++ b/Engine/Source/Runtime/Sockets/Private/Windows/SocketSubsystemWindows.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/IPAddress.h b/Engine/Source/Runtime/Sockets/Public/IPAddress.h index d68aa395544e..bbfc7e15f7f1 100644 --- a/Engine/Source/Runtime/Sockets/Public/IPAddress.h +++ b/Engine/Source/Runtime/Sockets/Public/IPAddress.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/MultichannelTCP.h b/Engine/Source/Runtime/Sockets/Public/MultichannelTCP.h index 60ac74c50365..53a997b8e50a 100644 --- a/Engine/Source/Runtime/Sockets/Public/MultichannelTCP.h +++ b/Engine/Source/Runtime/Sockets/Public/MultichannelTCP.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/MultichannelTcpReceiver.h b/Engine/Source/Runtime/Sockets/Public/MultichannelTcpReceiver.h index 22f0e1626707..989b79380785 100644 --- a/Engine/Source/Runtime/Sockets/Public/MultichannelTcpReceiver.h +++ b/Engine/Source/Runtime/Sockets/Public/MultichannelTcpReceiver.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/MultichannelTcpSender.h b/Engine/Source/Runtime/Sockets/Public/MultichannelTcpSender.h index 2e1a793a383e..682cabfbdfd4 100644 --- a/Engine/Source/Runtime/Sockets/Public/MultichannelTcpSender.h +++ b/Engine/Source/Runtime/Sockets/Public/MultichannelTcpSender.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/MultichannelTcpSocket.h b/Engine/Source/Runtime/Sockets/Public/MultichannelTcpSocket.h index 341c844a78cd..fcc3ac0427dd 100644 --- a/Engine/Source/Runtime/Sockets/Public/MultichannelTcpSocket.h +++ b/Engine/Source/Runtime/Sockets/Public/MultichannelTcpSocket.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h b/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h index da5338e5cba8..2fe81262d96c 100644 --- a/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h +++ b/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/ServerTOC.h b/Engine/Source/Runtime/Sockets/Public/ServerTOC.h index 2408eb435b50..ac872814319c 100644 --- a/Engine/Source/Runtime/Sockets/Public/ServerTOC.h +++ b/Engine/Source/Runtime/Sockets/Public/ServerTOC.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h b/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h index 2552d06e332c..cc8b7825097b 100644 --- a/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h +++ b/Engine/Source/Runtime/Sockets/Public/SocketSubsystem.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/SocketSubsystemModule.h b/Engine/Source/Runtime/Sockets/Public/SocketSubsystemModule.h index d91dbf833c4a..28a6d3981043 100644 --- a/Engine/Source/Runtime/Sockets/Public/SocketSubsystemModule.h +++ b/Engine/Source/Runtime/Sockets/Public/SocketSubsystemModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/SocketSubsystemPackage.h b/Engine/Source/Runtime/Sockets/Public/SocketSubsystemPackage.h index 870db9cbdd56..d28b92d7e9e3 100644 --- a/Engine/Source/Runtime/Sockets/Public/SocketSubsystemPackage.h +++ b/Engine/Source/Runtime/Sockets/Public/SocketSubsystemPackage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Can't be #pragma once because other modules may define PACKAGE_SCOPE diff --git a/Engine/Source/Runtime/Sockets/Public/SocketTypes.h b/Engine/Source/Runtime/Sockets/Public/SocketTypes.h index 83beb644cf30..76c823025c6b 100644 --- a/Engine/Source/Runtime/Sockets/Public/SocketTypes.h +++ b/Engine/Source/Runtime/Sockets/Public/SocketTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Public/Sockets.h b/Engine/Source/Runtime/Sockets/Public/Sockets.h index b2526b428380..1cbd8d0bbcad 100644 --- a/Engine/Source/Runtime/Sockets/Public/Sockets.h +++ b/Engine/Source/Runtime/Sockets/Public/Sockets.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Sockets/Sockets.Build.cs b/Engine/Source/Runtime/Sockets/Sockets.Build.cs index 268dff1cd450..d219b1c6f0c9 100644 --- a/Engine/Source/Runtime/Sockets/Sockets.Build.cs +++ b/Engine/Source/Runtime/Sockets/Sockets.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/StreamingFile/Private/StreamingFilePrivatePCH.h b/Engine/Source/Runtime/StreamingFile/Private/StreamingFilePrivatePCH.h index ab2ac78775d4..0a4d67c2ada1 100644 --- a/Engine/Source/Runtime/StreamingFile/Private/StreamingFilePrivatePCH.h +++ b/Engine/Source/Runtime/StreamingFile/Private/StreamingFilePrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/StreamingFile/Private/StreamingNetworkPlatformFile.cpp b/Engine/Source/Runtime/StreamingFile/Private/StreamingNetworkPlatformFile.cpp index c04b5d75c586..8a7c239f8d4e 100644 --- a/Engine/Source/Runtime/StreamingFile/Private/StreamingNetworkPlatformFile.cpp +++ b/Engine/Source/Runtime/StreamingFile/Private/StreamingNetworkPlatformFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "StreamingFilePrivatePCH.h" #include "ServerTOC.h" diff --git a/Engine/Source/Runtime/StreamingFile/Public/StreamingNetworkPlatformFile.h b/Engine/Source/Runtime/StreamingFile/Public/StreamingNetworkPlatformFile.h index b2489fe6b8bc..e6f9ea329389 100644 --- a/Engine/Source/Runtime/StreamingFile/Public/StreamingNetworkPlatformFile.h +++ b/Engine/Source/Runtime/StreamingFile/Public/StreamingNetworkPlatformFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/StreamingFile/StreamingFile.Build.cs b/Engine/Source/Runtime/StreamingFile/StreamingFile.Build.cs index f741346b0a38..6f7cce8389aa 100644 --- a/Engine/Source/Runtime/StreamingFile/StreamingFile.Build.cs +++ b/Engine/Source/Runtime/StreamingFile/StreamingFile.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/StreamingPauseRendering/Private/StreamingPauseRendering.cpp b/Engine/Source/Runtime/StreamingPauseRendering/Private/StreamingPauseRendering.cpp index 7990791a19cd..ae61a55e281b 100644 --- a/Engine/Source/Runtime/StreamingPauseRendering/Private/StreamingPauseRendering.cpp +++ b/Engine/Source/Runtime/StreamingPauseRendering/Private/StreamingPauseRendering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Engine.h" #include "StreamingPauseRendering.h" diff --git a/Engine/Source/Runtime/StreamingPauseRendering/Public/StreamingPauseRendering.h b/Engine/Source/Runtime/StreamingPauseRendering/Public/StreamingPauseRendering.h index 58465655861d..c98a33e7048c 100644 --- a/Engine/Source/Runtime/StreamingPauseRendering/Public/StreamingPauseRendering.h +++ b/Engine/Source/Runtime/StreamingPauseRendering/Public/StreamingPauseRendering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/StreamingPauseRendering/StreamingPauseRendering.Build.cs b/Engine/Source/Runtime/StreamingPauseRendering/StreamingPauseRendering.Build.cs index 618c963fbd0e..f276a54b2e6d 100644 --- a/Engine/Source/Runtime/StreamingPauseRendering/StreamingPauseRendering.Build.cs +++ b/Engine/Source/Runtime/StreamingPauseRendering/StreamingPauseRendering.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Toolbox/Private/ToolboxModule.cpp b/Engine/Source/Runtime/Toolbox/Private/ToolboxModule.cpp index d486cd3c2acd..27838f38db35 100644 --- a/Engine/Source/Runtime/Toolbox/Private/ToolboxModule.cpp +++ b/Engine/Source/Runtime/Toolbox/Private/ToolboxModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ToolboxModule.h" #include "SlateBasics.h" diff --git a/Engine/Source/Runtime/Toolbox/Public/ToolboxModule.h b/Engine/Source/Runtime/Toolbox/Public/ToolboxModule.h index c24769f3ac10..9c0aad9611cf 100644 --- a/Engine/Source/Runtime/Toolbox/Public/ToolboxModule.h +++ b/Engine/Source/Runtime/Toolbox/Public/ToolboxModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/Toolbox/Toolbox.Build.cs b/Engine/Source/Runtime/Toolbox/Toolbox.Build.cs index 7bc8cb943cd8..f2cefda6981e 100644 --- a/Engine/Source/Runtime/Toolbox/Toolbox.Build.cs +++ b/Engine/Source/Runtime/Toolbox/Toolbox.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/UE4Game/Private/UE4Game.cpp b/Engine/Source/Runtime/UE4Game/Private/UE4Game.cpp index f10521c41bc3..a7894a517ead 100644 --- a/Engine/Source/Runtime/UE4Game/Private/UE4Game.cpp +++ b/Engine/Source/Runtime/UE4Game/Private/UE4Game.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Core.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/UE4Game/UE4Game.Build.cs b/Engine/Source/Runtime/UE4Game/UE4Game.Build.cs index e0216f4b519f..921880e63055 100644 --- a/Engine/Source/Runtime/UE4Game/UE4Game.Build.cs +++ b/Engine/Source/Runtime/UE4Game/UE4Game.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformSection.cpp b/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformSection.cpp index a247a07bc28a..f1b2badc8a19 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformSection.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MovieScene2DTransformSection.h" diff --git a/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrack.cpp b/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrack.cpp index 7a4e729911c1..fce95d1c72d0 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrack.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MovieScene2DTransformSection.h" diff --git a/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrackInstance.cpp b/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrackInstance.cpp index 519b88894710..c12e5153602c 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrackInstance.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MovieScene2DTransformTrackInstance.h" diff --git a/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrackInstance.h b/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrackInstance.h index ba0e40c88be8..7a8ffa69b508 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrackInstance.h +++ b/Engine/Source/Runtime/UMG/Private/Animation/MovieScene2DTransformTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginSection.cpp b/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginSection.cpp index b16ca4b79c70..8e818ddbe26e 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginSection.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginSection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MovieSceneMarginSection.h" diff --git a/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrack.cpp b/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrack.cpp index d8df501b496e..1e242be81401 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrack.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrack.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MovieSceneMarginSection.h" diff --git a/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrackInstance.cpp b/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrackInstance.cpp index 589e94de7909..a6387e2291e6 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrackInstance.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrackInstance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MovieSceneMarginTrackInstance.h" diff --git a/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrackInstance.h b/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrackInstance.h index 7661f4f4d14a..da5c8743221d 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrackInstance.h +++ b/Engine/Source/Runtime/UMG/Private/Animation/MovieSceneMarginTrackInstance.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Private/Animation/UMGSequencePlayer.cpp b/Engine/Source/Runtime/UMG/Private/Animation/UMGSequencePlayer.cpp index 4b29d4f1e6c0..10182c08f61a 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/UMGSequencePlayer.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/UMGSequencePlayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "UMGSequencePlayer.h" diff --git a/Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimation.cpp b/Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimation.cpp index fa564148c839..ab7ff59c0242 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimation.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimationBinding.cpp b/Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimationBinding.cpp index 489bc6d97c3f..246977058fa9 100644 --- a/Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimationBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Animation/WidgetAnimationBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "WidgetAnimationBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/BoolBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/BoolBinding.cpp index 870b0b472ed9..c5124cb721da 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/BoolBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/BoolBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "BoolBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/BrushBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/BrushBinding.cpp index 3ca4d068296a..bd19631d114c 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/BrushBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/BrushBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "WidgetBlueprintLibrary.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/CheckedStateBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/CheckedStateBinding.cpp index 39143df4a0b9..93dc172e5d85 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/CheckedStateBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/CheckedStateBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "CheckedStateBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/ColorBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/ColorBinding.cpp index 961d8d46f22f..c8694af0ed9c 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/ColorBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/ColorBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "ColorBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/DynamicPropertyPath.cpp b/Engine/Source/Runtime/UMG/Private/Binding/DynamicPropertyPath.cpp index 19714ee5b341..32354eac6dc6 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/DynamicPropertyPath.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/DynamicPropertyPath.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "DynamicPropertyPath.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/FloatBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/FloatBinding.cpp index bcccedae1df8..94df5dcbfffd 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/FloatBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/FloatBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "FloatBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/Int32Binding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/Int32Binding.cpp index 5aadb9cce952..bb533355162c 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/Int32Binding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/Int32Binding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Int32Binding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/MouseCursorBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/MouseCursorBinding.cpp index 3dec8b0c03fb..275f17c07973 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/MouseCursorBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/MouseCursorBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MouseCursorBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/PropertyBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/PropertyBinding.cpp index 64a564233197..ca4fb5edfb51 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/PropertyBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/PropertyBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "PropertyBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/TextBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/TextBinding.cpp index df31d1b0e6b6..f76eea09fdf4 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/TextBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/TextBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "TextBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/VisibilityBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/VisibilityBinding.cpp index 4c91e743723e..936a0b62bd19 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/VisibilityBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/VisibilityBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "VisibilityBinding.h" diff --git a/Engine/Source/Runtime/UMG/Private/Binding/WidgetBinding.cpp b/Engine/Source/Runtime/UMG/Private/Binding/WidgetBinding.cpp index 4ad5a75cf907..7287aee688ae 100644 --- a/Engine/Source/Runtime/UMG/Private/Binding/WidgetBinding.cpp +++ b/Engine/Source/Runtime/UMG/Private/Binding/WidgetBinding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "WidgetBlueprintLibrary.h" diff --git a/Engine/Source/Runtime/UMG/Private/Blueprint/AsyncTaskDownloadImage.cpp b/Engine/Source/Runtime/UMG/Private/Blueprint/AsyncTaskDownloadImage.cpp index 4f710d6f8b1a..62b209f4f596 100644 --- a/Engine/Source/Runtime/UMG/Private/Blueprint/AsyncTaskDownloadImage.cpp +++ b/Engine/Source/Runtime/UMG/Private/Blueprint/AsyncTaskDownloadImage.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Border.cpp b/Engine/Source/Runtime/UMG/Private/Components/Border.cpp index 9a1c4b5c15a8..fe01d42d4fee 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Border.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Border.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/BorderSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/BorderSlot.cpp index c22bd03edea4..d57212d7d4c8 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/BorderSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/BorderSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "ObjectEditorUtils.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Button.cpp b/Engine/Source/Runtime/UMG/Private/Components/Button.cpp index ae812e72f9b7..13166b71e1e6 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Button.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Button.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ButtonSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/ButtonSlot.cpp index fa236c82a5f5..7c062ea79193 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ButtonSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ButtonSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/CanvasPanel.cpp b/Engine/Source/Runtime/UMG/Private/Components/CanvasPanel.cpp index 92db99d8d6f5..df4ec47678d1 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/CanvasPanel.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/CanvasPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/CanvasPanelSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/CanvasPanelSlot.cpp index 600dabe1b9d1..335bb3b638e8 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/CanvasPanelSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/CanvasPanelSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/CheckBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/CheckBox.cpp index bdd4ef99c610..e6fddef04b08 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/CheckBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/CheckBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/CircularThrobber.cpp b/Engine/Source/Runtime/UMG/Private/Components/CircularThrobber.cpp index 580e4a5a6131..0ab99f104773 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/CircularThrobber.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/CircularThrobber.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ComboBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/ComboBox.cpp index 6a4cf754a8a5..bcaca2ed7933 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ComboBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ComboBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ComboBoxString.cpp b/Engine/Source/Runtime/UMG/Private/Components/ComboBoxString.cpp index 4a906f50835a..6cd9be59a9a3 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ComboBoxString.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ComboBoxString.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ContentWidget.cpp b/Engine/Source/Runtime/UMG/Private/Components/ContentWidget.cpp index f351fc65a512..dba37b6598d2 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ContentWidget.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ContentWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/EditableText.cpp b/Engine/Source/Runtime/UMG/Private/Components/EditableText.cpp index 803407b6c16b..fda74a1e5b71 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/EditableText.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/EditableText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "SlateFontInfo.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/EditableTextBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/EditableTextBox.cpp index 605c2aff9e2f..9206f12f627e 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/EditableTextBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/EditableTextBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "SlateFontInfo.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ExpandableArea.cpp b/Engine/Source/Runtime/UMG/Private/Components/ExpandableArea.cpp index 247f739d2175..c123fa6e678b 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ExpandableArea.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ExpandableArea.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/GridPanel.cpp b/Engine/Source/Runtime/UMG/Private/Components/GridPanel.cpp index a1df48f91169..7ff0653fb41a 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/GridPanel.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/GridPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/GridSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/GridSlot.cpp index 714206c5fe0f..92df965d6f6b 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/GridSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/GridSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/HorizontalBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/HorizontalBox.cpp index 7db69addc6ea..322c88363926 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/HorizontalBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/HorizontalBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/HorizontalBoxSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/HorizontalBoxSlot.cpp index e55f243d806e..22e1e7c128bb 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/HorizontalBoxSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/HorizontalBoxSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Image.cpp b/Engine/Source/Runtime/UMG/Private/Components/Image.cpp index 057ff9ed1edb..12efa596f6c9 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Image.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Image.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/InvalidationBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/InvalidationBox.cpp index 114428c2659f..e2490ce68ff7 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/InvalidationBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/InvalidationBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "InvalidationBox.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ListView.cpp b/Engine/Source/Runtime/UMG/Private/Components/ListView.cpp index 37bc18b0fcc1..8b1f70da5201 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ListView.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ListView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/MenuAnchor.cpp b/Engine/Source/Runtime/UMG/Private/Components/MenuAnchor.cpp index f520954a1d0e..4cda05e7e423 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/MenuAnchor.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/MenuAnchor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableText.cpp b/Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableText.cpp index 05a9f7fe5633..b69fa75d5ec5 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableText.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableText.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableTextBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableTextBox.cpp index ecf85bea7fd1..ddcacddb707f 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableTextBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/MultiLineEditableTextBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "SlateFontInfo.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/NamedSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/NamedSlot.cpp index 7519f9851daf..1bc4b43f35fe 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/NamedSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/NamedSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/NamedSlotInterface.cpp b/Engine/Source/Runtime/UMG/Private/Components/NamedSlotInterface.cpp index fdad90f5d90a..cf5f5a21e177 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/NamedSlotInterface.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/NamedSlotInterface.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/NativeWidgetHost.cpp b/Engine/Source/Runtime/UMG/Private/Components/NativeWidgetHost.cpp index 30a0f4132625..2a85ff0d2bfe 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/NativeWidgetHost.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/NativeWidgetHost.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Overlay.cpp b/Engine/Source/Runtime/UMG/Private/Components/Overlay.cpp index cdbb0a08f6a9..7fea2ecd93f9 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Overlay.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Overlay.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/OverlaySlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/OverlaySlot.cpp index 3df8b102e68e..776aae26e18c 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/OverlaySlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/OverlaySlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/PanelSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/PanelSlot.cpp index c22eb5af99b3..251589351de7 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/PanelSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/PanelSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/PanelWidget.cpp b/Engine/Source/Runtime/UMG/Private/Components/PanelWidget.cpp index b0a0aeb86f33..498cf13fb9ed 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/PanelWidget.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/PanelWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ProgressBar.cpp b/Engine/Source/Runtime/UMG/Private/Components/ProgressBar.cpp index 37abb5a1f021..fb7dbf204776 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ProgressBar.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ProgressBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/RetainerBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/RetainerBox.cpp index e6e91ef81496..085ed7667472 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/RetainerBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/RetainerBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/RichTextBlock.cpp b/Engine/Source/Runtime/UMG/Private/Components/RichTextBlock.cpp index 33115e0411d3..e66196f20c88 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/RichTextBlock.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/RichTextBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/RichTextBlockDecorator.cpp b/Engine/Source/Runtime/UMG/Private/Components/RichTextBlockDecorator.cpp index cd056c50518f..fa02d459cccf 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/RichTextBlockDecorator.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/RichTextBlockDecorator.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/SafeZone.cpp b/Engine/Source/Runtime/UMG/Private/Components/SafeZone.cpp index 73e381f020c3..a5207ee646df 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/SafeZone.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/SafeZone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/SafeZoneSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/SafeZoneSlot.cpp index 1c749f1b8f8b..9a4c8e3c6cf1 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/SafeZoneSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/SafeZoneSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ScaleBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/ScaleBox.cpp index acccdfabcb96..7456d5b7d678 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ScaleBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ScaleBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ScaleBoxSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/ScaleBoxSlot.cpp index 114398d487d9..8f8ac2e3c40e 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ScaleBoxSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ScaleBoxSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ScrollBar.cpp b/Engine/Source/Runtime/UMG/Private/Components/ScrollBar.cpp index 2fe456a804ef..c4510576d3ee 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ScrollBar.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ScrollBar.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ScrollBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/ScrollBox.cpp index 96e3016f352c..9298c7752970 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ScrollBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ScrollBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/ScrollBoxSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/ScrollBoxSlot.cpp index 529661142d77..622931643f5b 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/ScrollBoxSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/ScrollBoxSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/SizeBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/SizeBox.cpp index 20b8bd27cc0f..dfe8beb7a721 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/SizeBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/SizeBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/SizeBoxSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/SizeBoxSlot.cpp index 8f4e84b62bda..b38a4331ecf9 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/SizeBoxSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/SizeBoxSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Slider.cpp b/Engine/Source/Runtime/UMG/Private/Components/Slider.cpp index cde7a58ebce7..847fd8d3381f 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Slider.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Slider.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Spacer.cpp b/Engine/Source/Runtime/UMG/Private/Components/Spacer.cpp index 2c787e8902bd..1c591abd27c7 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Spacer.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Spacer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/SpinBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/SpinBox.cpp index 7c82741f1b39..a17318624523 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/SpinBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/SpinBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/TableViewBase.cpp b/Engine/Source/Runtime/UMG/Private/Components/TableViewBase.cpp index d573c467f433..4cf77c7720cc 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/TableViewBase.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/TableViewBase.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/TextBlock.cpp b/Engine/Source/Runtime/UMG/Private/Components/TextBlock.cpp index 598b1b36aeee..133b5d3cc1a2 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/TextBlock.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/TextBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "SInvalidationPanel.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/TextWidgetTypes.cpp b/Engine/Source/Runtime/UMG/Private/Components/TextWidgetTypes.cpp index ac8e49f62702..a3b22a3584cc 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/TextWidgetTypes.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/TextWidgetTypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Throbber.cpp b/Engine/Source/Runtime/UMG/Private/Components/Throbber.cpp index a3b6471c652e..e87f7dab37dd 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Throbber.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Throbber.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/TileView.cpp b/Engine/Source/Runtime/UMG/Private/Components/TileView.cpp index dd0a4678c77b..876efa1d9e6f 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/TileView.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/TileView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/UniformGridPanel.cpp b/Engine/Source/Runtime/UMG/Private/Components/UniformGridPanel.cpp index 13a029776484..a581fd9aa84e 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/UniformGridPanel.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/UniformGridPanel.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/UniformGridSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/UniformGridSlot.cpp index 64e9376089af..bcff83d7b977 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/UniformGridSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/UniformGridSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/VerticalBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/VerticalBox.cpp index 58c7d5971009..62ce5eb13e34 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/VerticalBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/VerticalBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/VerticalBoxSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/VerticalBoxSlot.cpp index 20ba3b15aba7..772e5d03d45a 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/VerticalBoxSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/VerticalBoxSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Viewport.cpp b/Engine/Source/Runtime/UMG/Private/Components/Viewport.cpp index f2ef96d5bb9b..3a6a1fce58b3 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Viewport.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Viewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Visual.cpp b/Engine/Source/Runtime/UMG/Private/Components/Visual.cpp index ecf94f3e40b6..76d799a43010 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Visual.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Visual.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/Widget.cpp b/Engine/Source/Runtime/UMG/Private/Components/Widget.cpp index 987cee22ed0b..cd3717617763 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/Widget.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/Widget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/WidgetComponent.cpp b/Engine/Source/Runtime/UMG/Private/Components/WidgetComponent.cpp index f5dd046f9ac1..3a229c822b83 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/WidgetComponent.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/WidgetComponent.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "WidgetComponent.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/WidgetSwitcher.cpp b/Engine/Source/Runtime/UMG/Private/Components/WidgetSwitcher.cpp index b7b3c75e7ab6..bb92d510d67e 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/WidgetSwitcher.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/WidgetSwitcher.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "SWidgetSwitcher.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/WidgetSwitcherSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/WidgetSwitcherSlot.cpp index e660b76bdebb..d97f6361d87e 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/WidgetSwitcherSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/WidgetSwitcherSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/WrapBox.cpp b/Engine/Source/Runtime/UMG/Private/Components/WrapBox.cpp index 0e3ecfc77019..8f006e900043 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/WrapBox.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/WrapBox.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Components/WrapBoxSlot.cpp b/Engine/Source/Runtime/UMG/Private/Components/WrapBoxSlot.cpp index 93e3feb7f7ec..bfc2409f3d76 100644 --- a/Engine/Source/Runtime/UMG/Private/Components/WrapBoxSlot.cpp +++ b/Engine/Source/Runtime/UMG/Private/Components/WrapBoxSlot.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/DragDropOperation.cpp b/Engine/Source/Runtime/UMG/Private/DragDropOperation.cpp index c074569fe2bb..6a03bf653a93 100644 --- a/Engine/Source/Runtime/UMG/Private/DragDropOperation.cpp +++ b/Engine/Source/Runtime/UMG/Private/DragDropOperation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/SMeshWidget.cpp b/Engine/Source/Runtime/UMG/Private/Slate/SMeshWidget.cpp index 5c341ea383b3..1b868b4ee909 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/SMeshWidget.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/SMeshWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.cpp b/Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.cpp index 582842026717..2ad67803c4d0 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/SRetainerWidget.cpp b/Engine/Source/Runtime/UMG/Private/Slate/SRetainerWidget.cpp index 7345a6c369d9..ad1a6f22a6a2 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/SRetainerWidget.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/SRetainerWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/SWorldWidgetScreenLayer.cpp b/Engine/Source/Runtime/UMG/Private/Slate/SWorldWidgetScreenLayer.cpp index 129f85e27d9b..0c7760e3bf73 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/SWorldWidgetScreenLayer.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/SWorldWidgetScreenLayer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "WidgetComponent.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/SlateDataSheet.cpp b/Engine/Source/Runtime/UMG/Private/Slate/SlateDataSheet.cpp index 676ea5b31fcf..540d1d23b8b0 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/SlateDataSheet.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/SlateDataSheet.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "SlateDataSheet.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/SlateVectorArtData.cpp b/Engine/Source/Runtime/UMG/Private/Slate/SlateVectorArtData.cpp index d6d88cd1d4e3..13f997b24bf5 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/SlateVectorArtData.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/SlateVectorArtData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Engine/StaticMesh.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/SlateVectorArtInstanceData.cpp b/Engine/Source/Runtime/UMG/Private/Slate/SlateVectorArtInstanceData.cpp index 3d00b147ad18..9111932570cd 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/SlateVectorArtInstanceData.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/SlateVectorArtInstanceData.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "SlateVectorArtInstanceData.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/UMGDragDropOp.cpp b/Engine/Source/Runtime/UMG/Private/Slate/UMGDragDropOp.cpp index 8b8f1d80d36a..4b93ddbf1e9b 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/UMGDragDropOp.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/UMGDragDropOp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/Slate/WidgetRenderer.cpp b/Engine/Source/Runtime/UMG/Private/Slate/WidgetRenderer.cpp index 4f4c50396f70..da37b866dbef 100644 --- a/Engine/Source/Runtime/UMG/Private/Slate/WidgetRenderer.cpp +++ b/Engine/Source/Runtime/UMG/Private/Slate/WidgetRenderer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "WidgetRenderer.h" diff --git a/Engine/Source/Runtime/UMG/Private/SlateBlueprintLibrary.cpp b/Engine/Source/Runtime/UMG/Private/SlateBlueprintLibrary.cpp index 5050f519c59e..8115f31db28e 100644 --- a/Engine/Source/Runtime/UMG/Private/SlateBlueprintLibrary.cpp +++ b/Engine/Source/Runtime/UMG/Private/SlateBlueprintLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/UMGModule.cpp b/Engine/Source/Runtime/UMG/Private/UMGModule.cpp index 2ff7c566b573..7003421a5f51 100644 --- a/Engine/Source/Runtime/UMG/Private/UMGModule.cpp +++ b/Engine/Source/Runtime/UMG/Private/UMGModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/UMGPrivatePCH.h b/Engine/Source/Runtime/UMG/Private/UMGPrivatePCH.h index 5b27aa590464..e5d7e95c06fe 100644 --- a/Engine/Source/Runtime/UMG/Private/UMGPrivatePCH.h +++ b/Engine/Source/Runtime/UMG/Private/UMGPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Private/UMGStyle.cpp b/Engine/Source/Runtime/UMG/Private/UMGStyle.cpp index 242c63979a5e..c9d9a53e5ab1 100644 --- a/Engine/Source/Runtime/UMG/Private/UMGStyle.cpp +++ b/Engine/Source/Runtime/UMG/Private/UMGStyle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/UWidgetNavigation.cpp b/Engine/Source/Runtime/UMG/Private/UWidgetNavigation.cpp index b463f524e2be..38fc71bed20c 100644 --- a/Engine/Source/Runtime/UMG/Private/UWidgetNavigation.cpp +++ b/Engine/Source/Runtime/UMG/Private/UWidgetNavigation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/UserWidget.cpp b/Engine/Source/Runtime/UMG/Private/UserWidget.cpp index 664fe3e9a3d9..f768d5376c9f 100644 --- a/Engine/Source/Runtime/UMG/Private/UserWidget.cpp +++ b/Engine/Source/Runtime/UMG/Private/UserWidget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Private/WidgetBlueprintGeneratedClass.cpp b/Engine/Source/Runtime/UMG/Private/WidgetBlueprintGeneratedClass.cpp index 231f11ce7569..634c83910422 100644 --- a/Engine/Source/Runtime/UMG/Private/WidgetBlueprintGeneratedClass.cpp +++ b/Engine/Source/Runtime/UMG/Private/WidgetBlueprintGeneratedClass.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "MovieScene.h" diff --git a/Engine/Source/Runtime/UMG/Private/WidgetBlueprintLibrary.cpp b/Engine/Source/Runtime/UMG/Private/WidgetBlueprintLibrary.cpp index b2a9bb9bec97..d45a4f5710af 100644 --- a/Engine/Source/Runtime/UMG/Private/WidgetBlueprintLibrary.cpp +++ b/Engine/Source/Runtime/UMG/Private/WidgetBlueprintLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/UMG/Private/WidgetLayoutLibrary.cpp b/Engine/Source/Runtime/UMG/Private/WidgetLayoutLibrary.cpp index 0d63cbd2884f..815f5970d700 100644 --- a/Engine/Source/Runtime/UMG/Private/WidgetLayoutLibrary.cpp +++ b/Engine/Source/Runtime/UMG/Private/WidgetLayoutLibrary.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" #include "Slate/SlateBrushAsset.h" diff --git a/Engine/Source/Runtime/UMG/Private/WidgetTree.cpp b/Engine/Source/Runtime/UMG/Private/WidgetTree.cpp index 974c91380605..365b0b7f0322 100644 --- a/Engine/Source/Runtime/UMG/Private/WidgetTree.cpp +++ b/Engine/Source/Runtime/UMG/Private/WidgetTree.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UMGPrivatePCH.h" diff --git a/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformSection.h b/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformSection.h index ad0f3b7c6606..e6ac483c904a 100644 --- a/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformSection.h +++ b/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformTrack.h b/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformTrack.h index fd5ac31e7eac..614e2ac1f462 100644 --- a/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformTrack.h +++ b/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginSection.h b/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginSection.h index 735e1c5b1275..759925ba1ef4 100644 --- a/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginSection.h +++ b/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginSection.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginTrack.h b/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginTrack.h index a2eb16987ce0..78780d08dba3 100644 --- a/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginTrack.h +++ b/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneMarginTrack.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Animation/UMGSequencePlayer.h b/Engine/Source/Runtime/UMG/Public/Animation/UMGSequencePlayer.h index 0757b6a2b1d8..e04f356f37fb 100644 --- a/Engine/Source/Runtime/UMG/Public/Animation/UMGSequencePlayer.h +++ b/Engine/Source/Runtime/UMG/Public/Animation/UMGSequencePlayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimation.h b/Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimation.h index 1ca960c7993c..3d9f88e77681 100644 --- a/Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimation.h +++ b/Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimationBinding.h b/Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimationBinding.h index a4cb3b719e1f..858c252b8679 100644 --- a/Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimationBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Animation/WidgetAnimationBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/BoolBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/BoolBinding.h index 2db3c8d1eae8..3a2e05307060 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/BoolBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/BoolBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/BrushBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/BrushBinding.h index 3e247441558c..3e2eafc3f0d8 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/BrushBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/BrushBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/CheckedStateBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/CheckedStateBinding.h index c067fbcfc5a3..7ec98a81a778 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/CheckedStateBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/CheckedStateBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/ColorBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/ColorBinding.h index cbed27f8a1fb..8534b5600149 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/ColorBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/ColorBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/DynamicPropertyPath.h b/Engine/Source/Runtime/UMG/Public/Binding/DynamicPropertyPath.h index f3d0127cf468..28201dd31625 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/DynamicPropertyPath.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/DynamicPropertyPath.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/FloatBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/FloatBinding.h index f97e725d17be..d79712fa9703 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/FloatBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/FloatBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/Int32Binding.h b/Engine/Source/Runtime/UMG/Public/Binding/Int32Binding.h index 7d9af90ad3a4..9c1099502ef0 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/Int32Binding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/Int32Binding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/MouseCursorBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/MouseCursorBinding.h index db5eee25f0ce..26a492d4af01 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/MouseCursorBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/MouseCursorBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/PropertyBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/PropertyBinding.h index ccdc1b6c1832..aff166c4f2a3 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/PropertyBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/PropertyBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/TextBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/TextBinding.h index 1c25c19d086b..ee0a4f7a5a2f 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/TextBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/TextBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/VisibilityBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/VisibilityBinding.h index 1e076ba67edc..39b114d03988 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/VisibilityBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/VisibilityBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Binding/WidgetBinding.h b/Engine/Source/Runtime/UMG/Public/Binding/WidgetBinding.h index b425692c03a4..de290b4a209b 100644 --- a/Engine/Source/Runtime/UMG/Public/Binding/WidgetBinding.h +++ b/Engine/Source/Runtime/UMG/Public/Binding/WidgetBinding.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/AsyncTaskDownloadImage.h b/Engine/Source/Runtime/UMG/Public/Blueprint/AsyncTaskDownloadImage.h index 957252d3d842..a6b63398cfeb 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/AsyncTaskDownloadImage.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/AsyncTaskDownloadImage.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/DragDropOperation.h b/Engine/Source/Runtime/UMG/Public/Blueprint/DragDropOperation.h index 540c99e30c4e..26b986c42d07 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/DragDropOperation.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/DragDropOperation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/SlateBlueprintLibrary.h b/Engine/Source/Runtime/UMG/Public/Blueprint/SlateBlueprintLibrary.h index 589f349a434f..3f7faaeff2b5 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/SlateBlueprintLibrary.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/SlateBlueprintLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h b/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h index 904fd28fe279..7e285bb59958 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintGeneratedClass.h b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintGeneratedClass.h index 6bc3ff771088..65625f839ffb 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintGeneratedClass.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintGeneratedClass.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintLibrary.h b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintLibrary.h index 3949da92cbb6..93ac756ff20c 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintLibrary.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Kismet/BlueprintFunctionLibrary.h" diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetLayoutLibrary.h b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetLayoutLibrary.h index 3bf5a90796d7..b3a4672875a1 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetLayoutLibrary.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetLayoutLibrary.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetNavigation.h b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetNavigation.h index 4c5639c411e8..3c5b4e116a57 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetNavigation.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetNavigation.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetTree.h b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetTree.h index de4d5b358552..d500d5f3cec7 100644 --- a/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetTree.h +++ b/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetTree.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/Border.h b/Engine/Source/Runtime/UMG/Public/Components/Border.h index 9d7d2df67124..65509189a6a8 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Border.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Border.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/BorderSlot.h b/Engine/Source/Runtime/UMG/Public/Components/BorderSlot.h index d5d53a28ce62..70a6adbcf26f 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/BorderSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/BorderSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/Button.h b/Engine/Source/Runtime/UMG/Public/Components/Button.h index c7973cb496d2..dbd182a1db34 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Button.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Button.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ButtonSlot.h b/Engine/Source/Runtime/UMG/Public/Components/ButtonSlot.h index 239c7ee3443b..a756eaddb902 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ButtonSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ButtonSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/CanvasPanel.h b/Engine/Source/Runtime/UMG/Public/Components/CanvasPanel.h index 8a16283b5000..9532bd6e0f2b 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/CanvasPanel.h +++ b/Engine/Source/Runtime/UMG/Public/Components/CanvasPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PanelWidget.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/CanvasPanelSlot.h b/Engine/Source/Runtime/UMG/Public/Components/CanvasPanelSlot.h index 4a96121274cf..3cfe007861ad 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/CanvasPanelSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/CanvasPanelSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/CheckBox.h b/Engine/Source/Runtime/UMG/Public/Components/CheckBox.h index f4a9218d69be..afe7e7f6fc6d 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/CheckBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/CheckBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/CircularThrobber.h b/Engine/Source/Runtime/UMG/Public/Components/CircularThrobber.h index 471d95e504bf..447ea28f2fba 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/CircularThrobber.h +++ b/Engine/Source/Runtime/UMG/Public/Components/CircularThrobber.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ComboBox.h b/Engine/Source/Runtime/UMG/Public/Components/ComboBox.h index 71e3ae760d9f..cb45f5190aef 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ComboBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ComboBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ComboBoxString.h b/Engine/Source/Runtime/UMG/Public/Components/ComboBoxString.h index ae07deafdc46..51a0f6112e79 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ComboBoxString.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ComboBoxString.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ContentWidget.h b/Engine/Source/Runtime/UMG/Public/Components/ContentWidget.h index 7086e6904e68..de1cbb06e247 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ContentWidget.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ContentWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/EditableText.h b/Engine/Source/Runtime/UMG/Public/Components/EditableText.h index 7618b92abb46..0517c21e9e15 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/EditableText.h +++ b/Engine/Source/Runtime/UMG/Public/Components/EditableText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/EditableTextBox.h b/Engine/Source/Runtime/UMG/Public/Components/EditableTextBox.h index 14c7ef74ce26..287a0d838d1f 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/EditableTextBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/EditableTextBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ExpandableArea.h b/Engine/Source/Runtime/UMG/Public/Components/ExpandableArea.h index 6c307039bf18..acac4f147e7e 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ExpandableArea.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ExpandableArea.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/GridPanel.h b/Engine/Source/Runtime/UMG/Public/Components/GridPanel.h index 36498d17960f..4a96fdb55968 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/GridPanel.h +++ b/Engine/Source/Runtime/UMG/Public/Components/GridPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/GridSlot.h b/Engine/Source/Runtime/UMG/Public/Components/GridSlot.h index 7927a9c56130..be8532c8766a 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/GridSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/GridSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PanelSlot.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/HorizontalBox.h b/Engine/Source/Runtime/UMG/Public/Components/HorizontalBox.h index 19397bbea042..eea14882e2b6 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/HorizontalBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/HorizontalBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PanelWidget.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/HorizontalBoxSlot.h b/Engine/Source/Runtime/UMG/Public/Components/HorizontalBoxSlot.h index 0cbb95d1c096..c5ad5b0aa05f 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/HorizontalBoxSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/HorizontalBoxSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PanelSlot.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/Image.h b/Engine/Source/Runtime/UMG/Public/Components/Image.h index 8261619d7978..92041a4bda97 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Image.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Image.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/InvalidationBox.h b/Engine/Source/Runtime/UMG/Public/Components/InvalidationBox.h index 6a4799bd61b3..2304e6f9d8f5 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/InvalidationBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/InvalidationBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ListView.h b/Engine/Source/Runtime/UMG/Public/Components/ListView.h index 9ca886c820e2..4d41407fe270 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ListView.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ListView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/MenuAnchor.h b/Engine/Source/Runtime/UMG/Public/Components/MenuAnchor.h index 097619218546..546cf3f420f0 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/MenuAnchor.h +++ b/Engine/Source/Runtime/UMG/Public/Components/MenuAnchor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableText.h b/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableText.h index a754bda3de35..9813e547615b 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableText.h +++ b/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableText.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableTextBox.h b/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableTextBox.h index cbce8ce35575..114b85136b57 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableTextBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/MultiLineEditableTextBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/NamedSlot.h b/Engine/Source/Runtime/UMG/Public/Components/NamedSlot.h index 09edc01888b0..86aab3dfef4c 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/NamedSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/NamedSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/NamedSlotInterface.h b/Engine/Source/Runtime/UMG/Public/Components/NamedSlotInterface.h index fc6f90dbdd77..ce2f6c26c185 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/NamedSlotInterface.h +++ b/Engine/Source/Runtime/UMG/Public/Components/NamedSlotInterface.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Interface.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/NativeWidgetHost.h b/Engine/Source/Runtime/UMG/Public/Components/NativeWidgetHost.h index 22c00452f58e..5f277998e25e 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/NativeWidgetHost.h +++ b/Engine/Source/Runtime/UMG/Public/Components/NativeWidgetHost.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/Overlay.h b/Engine/Source/Runtime/UMG/Public/Components/Overlay.h index 8d57feeed346..bd605073b5fa 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Overlay.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Overlay.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/OverlaySlot.h b/Engine/Source/Runtime/UMG/Public/Components/OverlaySlot.h index 93d2abe4f67f..2b5243024ff7 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/OverlaySlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/OverlaySlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/PanelSlot.h b/Engine/Source/Runtime/UMG/Public/Components/PanelSlot.h index efa518f400b2..9a5a4e49e82c 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/PanelSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/PanelSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/Visual.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/PanelWidget.h b/Engine/Source/Runtime/UMG/Public/Components/PanelWidget.h index d652c46adc35..a66c94bca76f 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/PanelWidget.h +++ b/Engine/Source/Runtime/UMG/Public/Components/PanelWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PanelSlot.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/ProgressBar.h b/Engine/Source/Runtime/UMG/Public/Components/ProgressBar.h index efcc57711890..56bc46ece4a8 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ProgressBar.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ProgressBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/RetainerBox.h b/Engine/Source/Runtime/UMG/Public/Components/RetainerBox.h index b68dd756a4ff..73395b69fad2 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/RetainerBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/RetainerBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/RichTextBlock.h b/Engine/Source/Runtime/UMG/Public/Components/RichTextBlock.h index 1c400a6e6ccf..dafb7f1b9ca6 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/RichTextBlock.h +++ b/Engine/Source/Runtime/UMG/Public/Components/RichTextBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/RichTextBlockDecorator.h b/Engine/Source/Runtime/UMG/Public/Components/RichTextBlockDecorator.h index a30c5fe326f8..3b98d3b4f296 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/RichTextBlockDecorator.h +++ b/Engine/Source/Runtime/UMG/Public/Components/RichTextBlockDecorator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/SafeZone.h b/Engine/Source/Runtime/UMG/Public/Components/SafeZone.h index bd4909cd6a10..8312c0d871b1 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/SafeZone.h +++ b/Engine/Source/Runtime/UMG/Public/Components/SafeZone.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/SafeZoneSlot.h b/Engine/Source/Runtime/UMG/Public/Components/SafeZoneSlot.h index 7747b533e9df..fe78a1656081 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/SafeZoneSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/SafeZoneSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ScaleBox.h b/Engine/Source/Runtime/UMG/Public/Components/ScaleBox.h index 035ef2444510..c10fe2d4c6be 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ScaleBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ScaleBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ScaleBoxSlot.h b/Engine/Source/Runtime/UMG/Public/Components/ScaleBoxSlot.h index 5d2cc5baa613..0e42fb335ac4 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ScaleBoxSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ScaleBoxSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ScrollBar.h b/Engine/Source/Runtime/UMG/Public/Components/ScrollBar.h index 423e2b6649b1..661b455f236d 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ScrollBar.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ScrollBar.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ScrollBox.h b/Engine/Source/Runtime/UMG/Public/Components/ScrollBox.h index 7764d6125c7d..82abac0a4ff3 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ScrollBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ScrollBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/ScrollBoxSlot.h b/Engine/Source/Runtime/UMG/Public/Components/ScrollBoxSlot.h index c2d1c56604da..63ed7a6f2865 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/ScrollBoxSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/ScrollBoxSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/SizeBox.h b/Engine/Source/Runtime/UMG/Public/Components/SizeBox.h index 2f76d7d22f9b..729b6920f654 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/SizeBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/SizeBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/SizeBoxSlot.h b/Engine/Source/Runtime/UMG/Public/Components/SizeBoxSlot.h index cad4d8759064..f667a738fd61 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/SizeBoxSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/SizeBoxSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h b/Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h index dd6f272d988c..ef3cb3e097d6 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h +++ b/Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/Slider.h b/Engine/Source/Runtime/UMG/Public/Components/Slider.h index 4f0d27992a3b..1b0e9739a392 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Slider.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Slider.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/Spacer.h b/Engine/Source/Runtime/UMG/Public/Components/Spacer.h index 01a11840df83..581c0cb29beb 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Spacer.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Spacer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/SpinBox.h b/Engine/Source/Runtime/UMG/Public/Components/SpinBox.h index e3d0db2d8c03..0ce73bef7c69 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/SpinBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/SpinBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/TableViewBase.h b/Engine/Source/Runtime/UMG/Public/Components/TableViewBase.h index 891490586778..0bad761d0a82 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/TableViewBase.h +++ b/Engine/Source/Runtime/UMG/Public/Components/TableViewBase.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/TextBlock.h b/Engine/Source/Runtime/UMG/Public/Components/TextBlock.h index 119a41585eb2..d70167bc0634 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/TextBlock.h +++ b/Engine/Source/Runtime/UMG/Public/Components/TextBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/TextWidgetTypes.h b/Engine/Source/Runtime/UMG/Public/Components/TextWidgetTypes.h index 8299ba249302..1546b1e86ad6 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/TextWidgetTypes.h +++ b/Engine/Source/Runtime/UMG/Public/Components/TextWidgetTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/Throbber.h b/Engine/Source/Runtime/UMG/Public/Components/Throbber.h index aa33ba79c78f..416b833de0d7 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Throbber.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Throbber.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/TileView.h b/Engine/Source/Runtime/UMG/Public/Components/TileView.h index 5a3791bae6df..43158e64d668 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/TileView.h +++ b/Engine/Source/Runtime/UMG/Public/Components/TileView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/UniformGridPanel.h b/Engine/Source/Runtime/UMG/Public/Components/UniformGridPanel.h index 7c8c433b9f86..282ec2622cda 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/UniformGridPanel.h +++ b/Engine/Source/Runtime/UMG/Public/Components/UniformGridPanel.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/UniformGridSlot.h b/Engine/Source/Runtime/UMG/Public/Components/UniformGridSlot.h index 6c1601120280..651145865036 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/UniformGridSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/UniformGridSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PanelSlot.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/VerticalBox.h b/Engine/Source/Runtime/UMG/Public/Components/VerticalBox.h index dcd746e807b9..962ebfbf0912 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/VerticalBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/VerticalBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PanelWidget.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/VerticalBoxSlot.h b/Engine/Source/Runtime/UMG/Public/Components/VerticalBoxSlot.h index 790b5e35830a..f4ac0623a7fc 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/VerticalBoxSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/VerticalBoxSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/PanelSlot.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/Viewport.h b/Engine/Source/Runtime/UMG/Public/Components/Viewport.h index 44cd0b67c5f3..79adddf7b2e9 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Viewport.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Viewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/Visual.h b/Engine/Source/Runtime/UMG/Public/Components/Visual.h index c9aaaaccdb6d..0d4f06bb651b 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Visual.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Visual.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/Widget.h b/Engine/Source/Runtime/UMG/Public/Components/Widget.h index aea588e5b482..929e71b76a5b 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/Widget.h +++ b/Engine/Source/Runtime/UMG/Public/Components/Widget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Components/Visual.h" diff --git a/Engine/Source/Runtime/UMG/Public/Components/WidgetComponent.h b/Engine/Source/Runtime/UMG/Public/Components/WidgetComponent.h index b4c1e0ab57ab..4fe509e16c71 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/WidgetComponent.h +++ b/Engine/Source/Runtime/UMG/Public/Components/WidgetComponent.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/WidgetSwitcher.h b/Engine/Source/Runtime/UMG/Public/Components/WidgetSwitcher.h index 2c6ea477e884..ffbd6c8cd7a9 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/WidgetSwitcher.h +++ b/Engine/Source/Runtime/UMG/Public/Components/WidgetSwitcher.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/WidgetSwitcherSlot.h b/Engine/Source/Runtime/UMG/Public/Components/WidgetSwitcherSlot.h index 1832cd9ad503..5107557de4d9 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/WidgetSwitcherSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/WidgetSwitcherSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/WrapBox.h b/Engine/Source/Runtime/UMG/Public/Components/WrapBox.h index 189b3b5661ca..d1b9076c56f8 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/WrapBox.h +++ b/Engine/Source/Runtime/UMG/Public/Components/WrapBox.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Components/WrapBoxSlot.h b/Engine/Source/Runtime/UMG/Public/Components/WrapBoxSlot.h index 339f558d97c3..c571b4061ad5 100644 --- a/Engine/Source/Runtime/UMG/Public/Components/WrapBoxSlot.h +++ b/Engine/Source/Runtime/UMG/Public/Components/WrapBoxSlot.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/IUMGModule.h b/Engine/Source/Runtime/UMG/Public/IUMGModule.h index 32482fa8d41a..5693323fb612 100644 --- a/Engine/Source/Runtime/UMG/Public/IUMGModule.h +++ b/Engine/Source/Runtime/UMG/Public/IUMGModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/SMeshWidget.h b/Engine/Source/Runtime/UMG/Public/Slate/SMeshWidget.h index 416e14c8e8b3..63fc99df089c 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/SMeshWidget.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/SMeshWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h b/Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h index 0c32db69f47f..706a337c4552 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/SRetainerWidget.h b/Engine/Source/Runtime/UMG/Public/Slate/SRetainerWidget.h index 66635a74eeff..adef6d909c9a 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/SRetainerWidget.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/SRetainerWidget.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/SWorldWidgetScreenLayer.h b/Engine/Source/Runtime/UMG/Public/Slate/SWorldWidgetScreenLayer.h index ce7627d9d830..1c271f3a77a2 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/SWorldWidgetScreenLayer.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/SWorldWidgetScreenLayer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/SlateDataSheet.h b/Engine/Source/Runtime/UMG/Public/Slate/SlateDataSheet.h index bf497cafe27c..c6507893c8a4 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/SlateDataSheet.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/SlateDataSheet.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtData.h b/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtData.h index 25a828413fc4..0d4a9909796e 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtData.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtInstanceData.h b/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtInstanceData.h index 813c5f8884c1..9eb6f91aebe9 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtInstanceData.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtInstanceData.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/UMGDragDropOp.h b/Engine/Source/Runtime/UMG/Public/Slate/UMGDragDropOp.h index 7ff8dcabc339..c568150c7051 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/UMGDragDropOp.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/UMGDragDropOp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/WidgetRenderer.h b/Engine/Source/Runtime/UMG/Public/Slate/WidgetRenderer.h index fc44f222f2d3..9f47dfb7465c 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/WidgetRenderer.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/WidgetRenderer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/Slate/WidgetTransform.h b/Engine/Source/Runtime/UMG/Public/Slate/WidgetTransform.h index a7740e2c71b5..6ea400c52972 100644 --- a/Engine/Source/Runtime/UMG/Public/Slate/WidgetTransform.h +++ b/Engine/Source/Runtime/UMG/Public/Slate/WidgetTransform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/UMG.h b/Engine/Source/Runtime/UMG/Public/UMG.h index c81bb70c5300..409d1a6af62a 100644 --- a/Engine/Source/Runtime/UMG/Public/UMG.h +++ b/Engine/Source/Runtime/UMG/Public/UMG.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/Public/UMGStyle.h b/Engine/Source/Runtime/UMG/Public/UMGStyle.h index 15390c0c1488..3cdf7e33b3ae 100644 --- a/Engine/Source/Runtime/UMG/Public/UMGStyle.h +++ b/Engine/Source/Runtime/UMG/Public/UMGStyle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UMG/UMG.Build.cs b/Engine/Source/Runtime/UMG/UMG.Build.cs index 492dc34915a6..923f80559d33 100644 --- a/Engine/Source/Runtime/UMG/UMG.Build.cs +++ b/Engine/Source/Runtime/UMG/UMG.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioDeviceTests.cpp b/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioDeviceTests.cpp index da2367e52faf..27f68b81bce1 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioDeviceTests.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioDeviceTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioSystemTests.cpp b/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioSystemTests.cpp index c48c46af4fa3..9fe9b5017536 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioSystemTests.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioSystemTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioTestGenerators.cpp b/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioTestGenerators.cpp index 0dda06d0fe35..b662031a4db8 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioTestGenerators.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioTestGenerators.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioTestGenerators.h b/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioTestGenerators.h index 20437c970010..3b907b62dab2 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioTestGenerators.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/Tests/UnrealAudioTestGenerators.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudio.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudio.cpp index 51466eba3ca7..c6b67940f1e5 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudio.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudio.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioBuffer.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioBuffer.cpp index d88363b4821c..60dc2215980c 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioBuffer.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioBuffer.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioBuffer.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioBuffer.h index 9c12fe45a273..939f1645a4e8 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioBuffer.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDecode.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDecode.cpp index b99265f909d6..460fd6dad56d 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDecode.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDecode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioSoundFile.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDecode.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDecode.h index 6ff2b0a177dd..33175790b8a8 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDecode.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDecode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDevice.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDevice.cpp index e29c92512627..68f3ba3f6206 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDevice.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDevice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDeviceFormat.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDeviceFormat.cpp index 55ceccc5f1bf..cc94ea288bfc 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDeviceFormat.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDeviceFormat.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioDeviceModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDeviceFormat.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDeviceFormat.h index 9a2d6cccdd9d..49a5abfd707b 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDeviceFormat.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioDeviceFormat.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitter.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitter.cpp index cc49e050ce00..9187ec2222fe 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitter.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterInternal.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterInternal.h index e8b89287a6d5..94d0fda8e574 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterInternal.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterInternal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterManager.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterManager.cpp index 1ae01f4e0d44..10bedb2812e6 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterManager.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterManager.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterManager.h index 914186b1862b..474ce869c7d3 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterManager.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEmitterManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEntityManager.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEntityManager.h index 98918c141e4c..90c81bfecc1a 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEntityManager.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioEntityManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioHandles.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioHandles.h index cecf941019b2..0d5dd301e814 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioHandles.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioHandles.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPitchManager.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPitchManager.cpp index 18259c3c236b..cb7a4f98507d 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPitchManager.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPitchManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPitchManager.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPitchManager.h index 81d379303a1a..06f7f1fee33c 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPitchManager.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPitchManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPrivate.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPrivate.h index 57664a3909ee..8c52a0b5ddfa 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPrivate.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSampleRateConverter.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSampleRateConverter.cpp index 3f3d23d100d2..a9446c8a20ef 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSampleRateConverter.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSampleRateConverter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioSampleRateConverter.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSampleRateConverter.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSampleRateConverter.h index d87a17bc7774..7f3035719c7c 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSampleRateConverter.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSampleRateConverter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFile.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFile.cpp index fd70294ba9b4..ace32240b712 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFile.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioSoundFile.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileConvert.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileConvert.cpp index 5597bd083eb1..660372b97dcd 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileConvert.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileConvert.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioSoundFile.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileInternal.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileInternal.h index a42bbb793e9a..e9cfb007b0fe 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileInternal.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileInternal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileManager.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileManager.cpp index bb2cf0cbe985..c70746d62dde 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileManager.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileManager.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileManager.h index 78ae17a67175..55b59c6142e8 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileManager.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileReader.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileReader.cpp index c6f71474b08c..f389163240e1 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileReader.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioSoundFileReader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioSoundFile.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioThread.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioThread.h index b6d3d612ab18..027a24c3faa4 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioThread.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioThread.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioUtilities.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioUtilities.cpp index 8c9f36b8baf1..860cb76ae853 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioUtilities.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioUtilities.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioUtilities.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioUtilities.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioUtilities.h index 247fe0080503..9848e713ee1a 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioUtilities.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioUtilities.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoice.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoice.cpp index 915b0896fb4b..42aedf6f7dcf 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoice.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoice.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceInternal.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceInternal.h index bb73b373f80d..12b06d5bf1ca 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceInternal.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceInternal.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceManager.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceManager.cpp index 29dabd56500e..73be77735a4a 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceManager.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceManager.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceManager.h index f7a28c8b6776..b65ab89189a0 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceManager.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceMixer.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceMixer.cpp index b6af9c0e5cdd..c25e8f1329c7 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceMixer.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceMixer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceMixer.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceMixer.h index 78010f6c7a0a..9391d754572e 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceMixer.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVoiceMixer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVolumeManager.cpp b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVolumeManager.cpp index a87d6c700784..2a9d22c39719 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVolumeManager.cpp +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVolumeManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UnrealAudioPrivate.h" #include "UnrealAudioModule.h" diff --git a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVolumeManager.h b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVolumeManager.h index 925f34592769..80ffaf1a54fe 100644 --- a/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVolumeManager.h +++ b/Engine/Source/Runtime/UnrealAudio/Private/UnrealAudioVolumeManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioDeviceModule.h b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioDeviceModule.h index 400cb2b855c7..6e9fb01e38a2 100644 --- a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioDeviceModule.h +++ b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioDeviceModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioEmitter.h b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioEmitter.h index ca4f159ef9bc..df9a2ca51b35 100644 --- a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioEmitter.h +++ b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioEmitter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioModule.h b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioModule.h index 3cec8a997455..aabc1f159e0e 100644 --- a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioModule.h +++ b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioSoundFile.h b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioSoundFile.h index 74fbfd759386..ddaffb48ccec 100644 --- a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioSoundFile.h +++ b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioSoundFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioTests.h b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioTests.h index eba6ea395707..e2f3c3ffeb49 100644 --- a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioTests.h +++ b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioTests.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioTypes.h b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioTypes.h index 0af3e1888274..fa7fc69e88ea 100644 --- a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioTypes.h +++ b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioTypes.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioVoice.h b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioVoice.h index 0d0925899236..b0956b058b37 100644 --- a/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioVoice.h +++ b/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioVoice.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UnrealAudio/UnrealAudio.Build.cs b/Engine/Source/Runtime/UnrealAudio/UnrealAudio.Build.cs index d94c651ab87e..88b55c782b9c 100644 --- a/Engine/Source/Runtime/UnrealAudio/UnrealAudio.Build.cs +++ b/Engine/Source/Runtime/UnrealAudio/UnrealAudio.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/UtilityShaders/Private/ClearReplacementShaders.cpp b/Engine/Source/Runtime/UtilityShaders/Private/ClearReplacementShaders.cpp index 4858429292cb..b3a5a532670f 100644 --- a/Engine/Source/Runtime/UtilityShaders/Private/ClearReplacementShaders.cpp +++ b/Engine/Source/Runtime/UtilityShaders/Private/ClearReplacementShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UtilityShadersPrivatePCH.h" diff --git a/Engine/Source/Runtime/UtilityShaders/Private/MediaShaders.cpp b/Engine/Source/Runtime/UtilityShaders/Private/MediaShaders.cpp index b738175dd318..221d050a564d 100644 --- a/Engine/Source/Runtime/UtilityShaders/Private/MediaShaders.cpp +++ b/Engine/Source/Runtime/UtilityShaders/Private/MediaShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UtilityShadersPrivatePCH.h" #include "MediaShaders.h" diff --git a/Engine/Source/Runtime/UtilityShaders/Private/OneColorShader.cpp b/Engine/Source/Runtime/UtilityShaders/Private/OneColorShader.cpp index c994caef136c..54892e332455 100644 --- a/Engine/Source/Runtime/UtilityShaders/Private/OneColorShader.cpp +++ b/Engine/Source/Runtime/UtilityShaders/Private/OneColorShader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UtilityShadersPrivatePCH.h" diff --git a/Engine/Source/Runtime/UtilityShaders/Private/ResolveShader.cpp b/Engine/Source/Runtime/UtilityShaders/Private/ResolveShader.cpp index c4f3e4482234..6e4acf1590f7 100644 --- a/Engine/Source/Runtime/UtilityShaders/Private/ResolveShader.cpp +++ b/Engine/Source/Runtime/UtilityShaders/Private/ResolveShader.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UtilityShadersPrivatePCH.h" diff --git a/Engine/Source/Runtime/UtilityShaders/Private/UtilityShaders.cpp b/Engine/Source/Runtime/UtilityShaders/Private/UtilityShaders.cpp index de6ed96af669..47ae4be6ddb2 100644 --- a/Engine/Source/Runtime/UtilityShaders/Private/UtilityShaders.cpp +++ b/Engine/Source/Runtime/UtilityShaders/Private/UtilityShaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "UtilityShadersPrivatePCH.h" #include "ModuleManager.h" diff --git a/Engine/Source/Runtime/UtilityShaders/Private/UtilityShadersPrivatePCH.h b/Engine/Source/Runtime/UtilityShaders/Private/UtilityShadersPrivatePCH.h index 36fadcd99e96..2586af4fed26 100644 --- a/Engine/Source/Runtime/UtilityShaders/Private/UtilityShadersPrivatePCH.h +++ b/Engine/Source/Runtime/UtilityShaders/Private/UtilityShadersPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UtilityShaders/Public/ClearReplacementShaders.h b/Engine/Source/Runtime/UtilityShaders/Public/ClearReplacementShaders.h index 2ebc62eb41b4..2a3a953b5ace 100644 --- a/Engine/Source/Runtime/UtilityShaders/Public/ClearReplacementShaders.h +++ b/Engine/Source/Runtime/UtilityShaders/Public/ClearReplacementShaders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UtilityShaders/Public/MediaShaders.h b/Engine/Source/Runtime/UtilityShaders/Public/MediaShaders.h index dcaf0d6ff8ea..54c2bd9e5b6b 100644 --- a/Engine/Source/Runtime/UtilityShaders/Public/MediaShaders.h +++ b/Engine/Source/Runtime/UtilityShaders/Public/MediaShaders.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*================================================================================ MediaShaders.h: Shaders for converting decoded media files to RGBA format diff --git a/Engine/Source/Runtime/UtilityShaders/Public/OneColorShader.h b/Engine/Source/Runtime/UtilityShaders/Public/OneColorShader.h index 958e9177095c..eecd2247af8c 100644 --- a/Engine/Source/Runtime/UtilityShaders/Public/OneColorShader.h +++ b/Engine/Source/Runtime/UtilityShaders/Public/OneColorShader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UtilityShaders/Public/ResolveShader.h b/Engine/Source/Runtime/UtilityShaders/Public/ResolveShader.h index b9c8ceb47345..890ba857b4e1 100644 --- a/Engine/Source/Runtime/UtilityShaders/Public/ResolveShader.h +++ b/Engine/Source/Runtime/UtilityShaders/Public/ResolveShader.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/UtilityShaders/UtilityShaders.Build.cs b/Engine/Source/Runtime/UtilityShaders/UtilityShaders.Build.cs index abe03327d596..6f19640a0126 100644 --- a/Engine/Source/Runtime/UtilityShaders/UtilityShaders.Build.cs +++ b/Engine/Source/Runtime/UtilityShaders/UtilityShaders.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/VectorVM/Private/Tests/VectorVMTests.cpp b/Engine/Source/Runtime/VectorVM/Private/Tests/VectorVMTests.cpp index 12699427a75c..8315097b73c9 100644 --- a/Engine/Source/Runtime/VectorVM/Private/Tests/VectorVMTests.cpp +++ b/Engine/Source/Runtime/VectorVM/Private/Tests/VectorVMTests.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "Private/VectorVMPrivate.h" #include "VectorVM.h" diff --git a/Engine/Source/Runtime/VectorVM/Private/VectorVM.cpp b/Engine/Source/Runtime/VectorVM/Private/VectorVM.cpp index 9f499236f63c..dc0745b46e90 100644 --- a/Engine/Source/Runtime/VectorVM/Private/VectorVM.cpp +++ b/Engine/Source/Runtime/VectorVM/Private/VectorVM.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "VectorVMPrivate.h" #include "CurveVector.h" diff --git a/Engine/Source/Runtime/VectorVM/Private/VectorVMPrivate.h b/Engine/Source/Runtime/VectorVM/Private/VectorVMPrivate.h index dfbbcbf24f6c..6af600a210c8 100644 --- a/Engine/Source/Runtime/VectorVM/Private/VectorVMPrivate.h +++ b/Engine/Source/Runtime/VectorVM/Private/VectorVMPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/VectorVM/Public/VectorVM.h b/Engine/Source/Runtime/VectorVM/Public/VectorVM.h index 0b6bd7d29354..4ce628c40c30 100644 --- a/Engine/Source/Runtime/VectorVM/Public/VectorVM.h +++ b/Engine/Source/Runtime/VectorVM/Public/VectorVM.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" diff --git a/Engine/Source/Runtime/VectorVM/Public/VectorVMDataObject.h b/Engine/Source/Runtime/VectorVM/Public/VectorVMDataObject.h index d43f4baae8f2..95a6fc1ac1f6 100644 --- a/Engine/Source/Runtime/VectorVM/Public/VectorVMDataObject.h +++ b/Engine/Source/Runtime/VectorVM/Public/VectorVMDataObject.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "VectorVMDataObject.generated.h" diff --git a/Engine/Source/Runtime/VectorVM/VectorVM.Build.cs b/Engine/Source/Runtime/VectorVM/VectorVM.Build.cs index ec472a9d86f1..977d8477b8aa 100644 --- a/Engine/Source/Runtime/VectorVM/VectorVM.Build.cs +++ b/Engine/Source/Runtime/VectorVM/VectorVM.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidPlatformWebBrowser.cpp b/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidPlatformWebBrowser.cpp index cae4432f89c0..9c5e18d09c5d 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidPlatformWebBrowser.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidPlatformWebBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidPlatformWebBrowser.h b/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidPlatformWebBrowser.h index 8a94582a861f..7ae520771a92 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidPlatformWebBrowser.h +++ b/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidPlatformWebBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/SWebBrowser.cpp b/Engine/Source/Runtime/WebBrowser/Private/SWebBrowser.cpp index 11e901a4b71e..fe970e530cc9 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/SWebBrowser.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/SWebBrowser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "SWebBrowser.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp b/Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp index 9da2e8857a7f..3f2c550fd045 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "SWebBrowserView.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserAdapter.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserAdapter.cpp index a9b8a8b7af44..523d293452d1 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserAdapter.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserAdapter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "IWebBrowserAdapter.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserApp.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserApp.cpp index e5317bedcdf5..9da66bece79b 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserApp.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserApp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebBrowserApp.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserApp.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserApp.h index f5c6fd081168..bb583991587e 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserApp.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserApp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserByteResource.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserByteResource.cpp index 63a168535ea9..ea9031b39373 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserByteResource.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserByteResource.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebBrowserByteResource.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserByteResource.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserByteResource.h index 3241b261fefe..30c1f92168f5 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserByteResource.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserByteResource.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserClosureTask.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserClosureTask.h index 3d8a8e9dc5c4..745646cfccce 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserClosureTask.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserClosureTask.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserDialog.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserDialog.h index 38562684c54c..941b6610e5cd 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserDialog.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserHandler.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserHandler.cpp index 9691be9599db..7f1441b3f97a 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserHandler.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserHandler.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserHandler.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserHandler.h index 0fa9491af775..aac78b621d84 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserHandler.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserHandler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserModule.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserModule.cpp index 7d4b2e58e198..135b570fedef 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserModule.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserModule.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebBrowserSingleton.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPopupFeatures.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPopupFeatures.cpp index b103b468a1f1..db3d2784eff8 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPopupFeatures.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPopupFeatures.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebBrowserPopupFeatures.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPopupFeatures.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPopupFeatures.h index 8bd735861244..74f0886f266e 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPopupFeatures.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPopupFeatures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPrivatePCH.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPrivatePCH.h index 2d083d7ed9b4..56c502a747eb 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPrivatePCH.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserSingleton.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserSingleton.cpp index 9bb8b48db778..19c788dbb68d 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserSingleton.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserSingleton.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "SlateCore.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserSingleton.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserSingleton.h index 3c388c49e1eb..f86127d96eed 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserSingleton.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserSingleton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserViewport.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserViewport.cpp index 6c855331ca81..0a258f9d3f39 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserViewport.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserViewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebBrowserViewport.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserWindow.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserWindow.cpp index ddfa37787975..57f1bb0294af 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserWindow.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserWindow.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebBrowserWindow.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserWindow.h b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserWindow.h index 037f591e9680..4631851a21a5 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebBrowserWindow.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebBrowserWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebJSFunction.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebJSFunction.cpp index 6fc71be42de0..12761f098aa3 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebJSFunction.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebJSFunction.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebJSFunction.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebJSScripting.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebJSScripting.cpp index bc79790410e3..76badd078184 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebJSScripting.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebJSScripting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebJSScripting.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebJSScripting.h b/Engine/Source/Runtime/WebBrowser/Private/WebJSScripting.h index 00b685e92f28..319e8fff4002 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebJSScripting.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebJSScripting.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreUObject.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebJSStructDeserializerBackend.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebJSStructDeserializerBackend.cpp index 83a781ea5882..38d3dba57df2 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebJSStructDeserializerBackend.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebJSStructDeserializerBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebJSStructDeserializerBackend.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebJSStructDeserializerBackend.h b/Engine/Source/Runtime/WebBrowser/Private/WebJSStructDeserializerBackend.h index b67e52232b08..bd976552c1a3 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebJSStructDeserializerBackend.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebJSStructDeserializerBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebJSStructSerializerBackend.cpp b/Engine/Source/Runtime/WebBrowser/Private/WebJSStructSerializerBackend.cpp index 5cc22dc0854f..0dd19de9dd19 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebJSStructSerializerBackend.cpp +++ b/Engine/Source/Runtime/WebBrowser/Private/WebJSStructSerializerBackend.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "WebBrowserPrivatePCH.h" #include "WebJSStructSerializerBackend.h" diff --git a/Engine/Source/Runtime/WebBrowser/Private/WebJSStructSerializerBackend.h b/Engine/Source/Runtime/WebBrowser/Private/WebJSStructSerializerBackend.h index 197eea035ad8..b5a30f3e9826 100644 --- a/Engine/Source/Runtime/WebBrowser/Private/WebJSStructSerializerBackend.h +++ b/Engine/Source/Runtime/WebBrowser/Private/WebJSStructSerializerBackend.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h index 040e2a666f59..e12c86e1a5e6 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h +++ b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once class IWebBrowserWindow; diff --git a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h index 96deefc49000..cfb0cf4a28d4 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h +++ b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserDialog.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h index 6b43898dd860..6a4b5ee718f7 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h +++ b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserPopupFeatures.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h index 86524595c628..e253e4542834 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h +++ b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h index 1996ab7eecf8..6628f321530a 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h +++ b/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/SWebBrowser.h b/Engine/Source/Runtime/WebBrowser/Public/SWebBrowser.h index 8c6490447f15..bd35e9bb8fac 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/SWebBrowser.h +++ b/Engine/Source/Runtime/WebBrowser/Public/SWebBrowser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h b/Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h index aa6e4dd93332..2d34b0e73b4c 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h +++ b/Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h b/Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h index ee3ca4209a5c..435c95254be7 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h +++ b/Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h b/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h index aabda2cce2d6..985df5645a83 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h +++ b/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h b/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h index c8d8389eeb58..1df6360035c5 100644 --- a/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h +++ b/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreUObject.h" diff --git a/Engine/Source/Runtime/WebBrowser/WebBrowser.Build.cs b/Engine/Source/Runtime/WebBrowser/WebBrowser.Build.cs index b1263f9c1d65..0c3f4eabebd8 100644 --- a/Engine/Source/Runtime/WebBrowser/WebBrowser.Build.cs +++ b/Engine/Source/Runtime/WebBrowser/WebBrowser.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/D3D11RHI.Build.cs b/Engine/Source/Runtime/Windows/D3D11RHI/D3D11RHI.Build.cs index c08cd6de4d9e..9aa7b5c196d2 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/D3D11RHI.Build.cs +++ b/Engine/Source/Runtime/Windows/D3D11RHI/D3D11RHI.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Commands.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Commands.cpp index a3a939eeda30..ec8540242b93 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Commands.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Commands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Commands.cpp: D3D RHI commands implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11ConstantBuffer.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11ConstantBuffer.cpp index afe0b74d8a40..fd5ba9897c5b 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11ConstantBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11ConstantBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11ConstantBuffer.cpp: D3D Constant buffer RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Device.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Device.cpp index 1432597a9813..62942e2a71ce 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Device.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Device.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Device.cpp: D3D device RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11IndexBuffer.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11IndexBuffer.cpp index 868da769c366..66938b7b2dde 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11IndexBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11IndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11IndexBuffer.cpp: D3D Index buffer RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Query.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Query.cpp index 0eccb06d2ea8..013d1d1274e9 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Query.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Query.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Query.cpp: D3D query RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RHI.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RHI.cpp index d819a2ab3893..b7c03bbe627c 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RHI.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11RHI.cpp: Unreal D3D RHI library implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RHIPrivate.h b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RHIPrivate.h index cadb0ee3b158..b2562f05b9b5 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RHIPrivate.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RHIPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11RHIPrivate.h: Private D3D RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RenderTarget.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RenderTarget.cpp index 6cdc9934c854..7c2033dedced 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RenderTarget.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11RenderTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11RenderTarget.cpp: D3D render target implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Shaders.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Shaders.cpp index 7f42e38f6954..613d9a7eccdc 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Shaders.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Shaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Shaders.cpp: D3D shader RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11State.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11State.cpp index b7d138c84548..e9e67793563a 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11State.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11State.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11State.cpp: D3D state implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StateCache.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StateCache.cpp index d6b7132ab7cf..4f2a76939119 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StateCache.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StateCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Implementation of Device Context State Caching to improve draw // thread performance by removing redundant device context calls. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StateCachePrivate.h b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StateCachePrivate.h index 7d3816a7bfa3..fc4ca2507d8d 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StateCachePrivate.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StateCachePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Implementation of Device Context State Caching to improve draw // thread performance by removing redundant device context calls. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StructuredBuffer.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StructuredBuffer.cpp index 4ee76c1e55b2..c8e810071e33 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StructuredBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11StructuredBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D11RHIPrivate.h" diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Texture.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Texture.cpp index 4d0105715639..2d16ae0b595d 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Texture.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Texture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11VertexBuffer.cpp: D3D texture RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11UAV.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11UAV.cpp index 5a36457b8d1b..a3cae2da77b1 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11UAV.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11UAV.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D11RHIPrivate.h" diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11UniformBuffer.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11UniformBuffer.cpp index 57dfc03adb74..6e1eca48b448 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11UniformBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11UniformBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11UniformBuffer.cpp: D3D uniform buffer RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Util.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Util.cpp index 9ee9f1726950..8b21e5486595 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Util.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Util.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Util.h: D3D RHI utility implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11VertexBuffer.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11VertexBuffer.cpp index d2299718de18..da6041b961fc 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11VertexBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11VertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11VertexBuffer.cpp: D3D vertex buffer RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11VertexDeclaration.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11VertexDeclaration.cpp index a9fa0879bf18..d52db4db7a2b 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11VertexDeclaration.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11VertexDeclaration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11VertexDeclaration.cpp: D3D vertex declaration RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Viewport.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Viewport.cpp index 71edd6bd7a8c..7d52e3d17c06 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Viewport.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Viewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Viewport.cpp: D3D viewport RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/D3D11RHIBasePrivate.h b/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/D3D11RHIBasePrivate.h index 49b087d2162a..b1ac6a64b571 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/D3D11RHIBasePrivate.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/D3D11RHIBasePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11RHIBasePrivate.h: Private D3D RHI definitions for WinRT. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/D3D11RHIPrivateUtil.h b/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/D3D11RHIPrivateUtil.h index 380ccc9544e7..2f8b8c046059 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/D3D11RHIPrivateUtil.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/D3D11RHIPrivateUtil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11RHIPrivateUtil.h: Private D3D RHI Utility definitions for WinRT. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/WinRTD3D11Device.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/WinRTD3D11Device.cpp index 844f5e425d74..3514808a997c 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/WinRTD3D11Device.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/WinRTD3D11Device.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D11RHIPrivate.h" diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/WinRTD3D11Viewport.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/WinRTD3D11Viewport.cpp index 8bbbdb994d65..b9f8a457e0ef 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/WinRTD3D11Viewport.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/WinRT/WinRTD3D11Viewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D11RHIPrivate.h" #include "RenderCore.h" diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11RHIBasePrivate.h b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11RHIBasePrivate.h index c8f642978c44..add6a8247268 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11RHIBasePrivate.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11RHIBasePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11BaseRHIPrivate.h: Private D3D RHI definitions for Windows. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11RHIPrivateUtil.h b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11RHIPrivateUtil.h index 5ffec9855cdc..af0c3ef4316a 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11RHIPrivateUtil.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11RHIPrivateUtil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11RHIPrivateUtil.h: Private D3D RHI Utility definitions for Windows. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11StateCache.h b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11StateCache.h index b13542b48f87..236d961ba39e 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11StateCache.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/D3D11StateCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Implementation of Device Context State Caching to improve draw // thread performance by removing redundant device context calls. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11ConstantBuffer.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11ConstantBuffer.cpp index 27a1ab883ec4..6afc5297f393 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11ConstantBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11ConstantBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WindowsD3D11ConstantBuffer.cpp: D3D Constant Buffer functions diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11ConstantBuffer.h b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11ConstantBuffer.h index 55d00e29b633..91c115a3d240 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11ConstantBuffer.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11ConstantBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WindowsD3D11ConstantBuffer.h: D3D Constant Buffer functions diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Device.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Device.cpp index 2f42671154f1..cbeebcc741ae 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Device.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Device.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Device.cpp: D3D device RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Viewport.cpp b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Viewport.cpp index 04e991d8d565..85b679f3d9af 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Viewport.cpp +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Viewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Viewport.cpp: D3D viewport RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11ConstantBuffer.h b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11ConstantBuffer.h index e5880c87c9c9..b7167613f203 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11ConstantBuffer.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11ConstantBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11ConstantBuffer.h: Public D3D Constant Buffer definitions. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11RHI.h b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11RHI.h index 7ccf71e5f29d..31f3a990f28a 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11RHI.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11RHI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11RHI.h: Public D3D RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Resources.h b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Resources.h index bb120343bef2..f41c3a88e43e 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Resources.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Resources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Resources.h: D3D resource RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11ShaderResources.h b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11ShaderResources.h index 9402e6ae6efb..076b8adc7752 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11ShaderResources.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11ShaderResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Resources.h: D3D resource RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11State.h b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11State.h index 6fedb73d785a..0d84d1e254d7 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11State.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11State.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11State.h: D3D state definitions. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Util.h b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Util.h index 398a65836204..df4dda12f151 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Util.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Util.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Util.h: D3D RHI utility definitions. diff --git a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Viewport.h b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Viewport.h index ac738ce480b6..c91e07e21768 100644 --- a/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Viewport.h +++ b/Engine/Source/Runtime/Windows/D3D11RHI/Public/D3D11Viewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D11Viewport.h: D3D viewport RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/D3D12RHI.Build.cs b/Engine/Source/Runtime/Windows/D3D12RHI/D3D12RHI.Build.cs index d2ec5f62e7bc..f830fb3dc469 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/D3D12RHI.Build.cs +++ b/Engine/Source/Runtime/Windows/D3D12RHI/D3D12RHI.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Commands.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Commands.cpp index ce6e72a5793e..8872590d2c5e 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Commands.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Commands.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Commands.cpp: D3D RHI commands implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12ConstantBuffer.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12ConstantBuffer.cpp index 75debcf0537c..a7db443ab665 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12ConstantBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12ConstantBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12ConstantBuffer.cpp: D3D Constant buffer RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Device.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Device.cpp index 8bb5c5f093db..7586a40bdf96 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Device.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Device.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Device.cpp: D3D device RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12DirectCommandListManager.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12DirectCommandListManager.cpp index df11eb2867c7..1ae1ff818e53 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12DirectCommandListManager.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12DirectCommandListManager.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D12RHIPrivate.h" #include "Windows.h" diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12DirectCommandListManager.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12DirectCommandListManager.h index 7e788231e317..a33e579c6795 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12DirectCommandListManager.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12DirectCommandListManager.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Core.h" diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12IndexBuffer.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12IndexBuffer.cpp index bb5f5f36bc6b..af58f2068ace 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12IndexBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12IndexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12IndexBuffer.cpp: D3D Index buffer RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Query.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Query.cpp index 8b5378a41258..045d4b7a40ff 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Query.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Query.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Query.cpp: D3D query RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RHI.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RHI.cpp index 0ab5c49ae248..07f69269ed65 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RHI.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RHI.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12RHI.cpp: Unreal D3D RHI library implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RHIPrivate.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RHIPrivate.h index df27cc5c6b36..3231e5bd3081 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RHIPrivate.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RHIPrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12RHIPrivate.h: Private D3D RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RenderTarget.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RenderTarget.cpp index 6b4c1d74439a..bee03802521a 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RenderTarget.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12RenderTarget.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12RenderTarget.cpp: D3D render target implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Resources.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Resources.cpp index 8cc072884d75..ce6a615b56bf 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Resources.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Resources.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Resources.cpp: D3D RHI utility implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Shaders.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Shaders.cpp index 58c4a7831a6f..62184de682b2 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Shaders.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Shaders.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Shaders.cpp: D3D shader RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12State.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12State.cpp index 3dfd56ed5b91..767cdf6aca84 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12State.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12State.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12State.cpp: D3D state implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StateCache.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StateCache.cpp index 80ad505887b1..833ab4933ecf 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StateCache.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StateCache.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Implementation of Device Context State Caching to improve draw // thread performance by removing redundant device context calls. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StateCachePrivate.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StateCachePrivate.h index a9e80aa2b6c5..4bda36c4df08 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StateCachePrivate.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StateCachePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Implementation of Device Context State Caching to improve draw // thread performance by removing redundant device context calls. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StructuredBuffer.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StructuredBuffer.cpp index 5f927796b1dc..d0925574a945 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StructuredBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12StructuredBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D12RHIPrivate.h" diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Texture.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Texture.cpp index 13a2cea99748..b6ef0b672423 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Texture.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Texture.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12VertexBuffer.cpp: D3D texture RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12UAV.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12UAV.cpp index 81508b43013c..6a8cbad72825 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12UAV.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12UAV.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D12RHIPrivate.h" diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12UniformBuffer.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12UniformBuffer.cpp index 3ce2fc157b51..9202dba43628 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12UniformBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12UniformBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12UniformBuffer.cpp: D3D uniform buffer RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Util.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Util.cpp index 19a96d7d8e12..a57fab3486dd 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Util.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Util.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Util.h: D3D RHI utility implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12VertexBuffer.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12VertexBuffer.cpp index 7f31b564d61f..10aeb3988339 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12VertexBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12VertexBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12VertexBuffer.cpp: D3D vertex buffer RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12VertexDeclaration.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12VertexDeclaration.cpp index dec74c49a7f0..2e7dda7b0f65 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12VertexDeclaration.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12VertexDeclaration.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12VertexDeclaration.cpp: D3D vertex declaration RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Viewport.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Viewport.cpp index af92ef9a2e42..e61fad8fdd96 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Viewport.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/D3D12Viewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Viewport.cpp: D3D viewport RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/D3D12RHIBasePrivate.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/D3D12RHIBasePrivate.h index cd2b751d0311..1dab8a684bd4 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/D3D12RHIBasePrivate.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/D3D12RHIBasePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12RHIBasePrivate.h: Private D3D RHI definitions for WinRT. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/D3D12RHIPrivateUtil.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/D3D12RHIPrivateUtil.h index 01c51f7e3cf6..d79025ffb209 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/D3D12RHIPrivateUtil.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/D3D12RHIPrivateUtil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12RHIPrivateUtil.h: Private D3D RHI Utility definitions for WinRT. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/WinRTD3D12Device.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/WinRTD3D12Device.cpp index a3b68d3d4b0d..bd55c2425582 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/WinRTD3D12Device.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/WinRTD3D12Device.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D12RHIPrivate.h" diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/WinRTD3D12Viewport.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/WinRTD3D12Viewport.cpp index 5e54d31b5d4c..c621f140d629 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/WinRTD3D12Viewport.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/WinRT/WinRTD3D12Viewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "D3D12RHIPrivate.h" #include "RenderCore.h" diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12RHIBasePrivate.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12RHIBasePrivate.h index a495a16883be..087a164a8393 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12RHIBasePrivate.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12RHIBasePrivate.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12BaseRHIPrivate.h: Private D3D RHI definitions for Windows. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12RHIPrivateUtil.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12RHIPrivateUtil.h index 727dcd81af11..a64a836e72e5 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12RHIPrivateUtil.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12RHIPrivateUtil.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12RHIPrivateUtil.h: Private D3D RHI Utility definitions for Windows. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12StateCache.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12StateCache.h index 7af3c9a0921c..2060ad4ae626 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12StateCache.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/D3D12StateCache.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Implementation of Device Context State Caching to improve draw // thread performance by removing redundant device context calls. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12ConstantBuffer.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12ConstantBuffer.cpp index 12ea319cca7f..10c7dd8c5cf1 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12ConstantBuffer.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12ConstantBuffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WindowsD3D12ConstantBuffer.cpp: D3D Constant Buffer functions diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12ConstantBuffer.h b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12ConstantBuffer.h index 40129106121e..de7278d30d5d 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12ConstantBuffer.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12ConstantBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= WindowsD3D12ConstantBuffer.h: D3D Constant Buffer functions diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12Device.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12Device.cpp index a5d2a24541fe..6a5eb0c43fef 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12Device.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12Device.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Device.cpp: D3D device RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12Viewport.cpp b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12Viewport.cpp index b1e9a280875b..a96835458043 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12Viewport.cpp +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Private/Windows/WindowsD3D12Viewport.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Viewport.cpp: D3D viewport RHI implementation. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12ConstantBuffer.h b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12ConstantBuffer.h index ca2ded9c33ee..002eeccab1ec 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12ConstantBuffer.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12ConstantBuffer.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12ConstantBuffer.h: Public D3D Constant Buffer definitions. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12RHI.h b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12RHI.h index 4ff8a94c17e8..49602e99b23d 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12RHI.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12RHI.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12RHI.h: Public D3D RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Resources.h b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Resources.h index 38103d504895..29595acc1cb2 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Resources.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Resources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Resources.h: D3D resource RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12ShaderResources.h b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12ShaderResources.h index 8d771838a529..8dec8eef896d 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12ShaderResources.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12ShaderResources.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Resources.h: D3D resource RHI definitions. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12State.h b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12State.h index 3f4f1e02158a..d56dd8fe87e7 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12State.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12State.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12State.h: D3D state definitions. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Util.h b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Util.h index 15693bf361cb..764cca6427c1 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Util.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Util.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Util.h: D3D RHI utility definitions. diff --git a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Viewport.h b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Viewport.h index 1ca0238ec0bf..a29722ca988d 100644 --- a/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Viewport.h +++ b/Engine/Source/Runtime/Windows/D3D12RHI/Public/D3D12Viewport.h @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= D3D12Viewport.h: D3D viewport RHI definitions. diff --git a/Engine/Source/Runtime/Windows/UnrealAudioWasapi/Private/UnrealAudioDeviceWasapi.cpp b/Engine/Source/Runtime/Windows/UnrealAudioWasapi/Private/UnrealAudioDeviceWasapi.cpp index efbad77a20da..59f1d15fc12c 100644 --- a/Engine/Source/Runtime/Windows/UnrealAudioWasapi/Private/UnrealAudioDeviceWasapi.cpp +++ b/Engine/Source/Runtime/Windows/UnrealAudioWasapi/Private/UnrealAudioDeviceWasapi.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** Concrete implementation of IAudioDevice for WASAPI (Windows Audio Session API) diff --git a/Engine/Source/Runtime/Windows/UnrealAudioWasapi/UnrealAudioWasapi.Build.cs b/Engine/Source/Runtime/Windows/UnrealAudioWasapi/UnrealAudioWasapi.Build.cs index 9647f5859757..26da186aec92 100644 --- a/Engine/Source/Runtime/Windows/UnrealAudioWasapi/UnrealAudioWasapi.Build.cs +++ b/Engine/Source/Runtime/Windows/UnrealAudioWasapi/UnrealAudioWasapi.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Windows/UnrealAudioXAudio2/Private/UnrealAudioDeviceXAudio2.cpp b/Engine/Source/Runtime/Windows/UnrealAudioXAudio2/Private/UnrealAudioDeviceXAudio2.cpp index ec04e34fcaa9..44171cf70716 100644 --- a/Engine/Source/Runtime/Windows/UnrealAudioXAudio2/Private/UnrealAudioDeviceXAudio2.cpp +++ b/Engine/Source/Runtime/Windows/UnrealAudioXAudio2/Private/UnrealAudioDeviceXAudio2.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** Concrete implementation of IAudioDevice for XAudio2 diff --git a/Engine/Source/Runtime/Windows/UnrealAudioXAudio2/UnrealAudioXAudio2.Build.cs b/Engine/Source/Runtime/Windows/UnrealAudioXAudio2/UnrealAudioXAudio2.Build.cs index 36187cbf316c..f2c67fdae6f1 100644 --- a/Engine/Source/Runtime/Windows/UnrealAudioXAudio2/UnrealAudioXAudio2.Build.cs +++ b/Engine/Source/Runtime/Windows/UnrealAudioXAudio2/UnrealAudioXAudio2.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Buffer.cpp b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Buffer.cpp index d6fdccb2d655..b378b66bf142 100644 --- a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Buffer.cpp +++ b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Buffer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= XeAudioDevice.cpp: Unreal XAudio2 Audio interface object. diff --git a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Device.cpp b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Device.cpp index 4a850b391877..782b2dd22fe6 100644 --- a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Device.cpp +++ b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Device.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= XeAudioDevice.cpp: Unreal XAudio2 Audio interface object. diff --git a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Effects.cpp b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Effects.cpp index 8189d36e8d6c..0594adf4147a 100644 --- a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Effects.cpp +++ b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Effects.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= XeAudioDevice.cpp: Unreal XAudio2 Audio interface object. @@ -290,7 +290,7 @@ XAPO_REGISTRATION_PROPERTIES FXAudio2RadioEffect::Registration = { __uuidof( FXAudio2RadioEffect ), TEXT( "FXAudio2RadioEffect" ), - TEXT( "Copyright 1998-2015 Epic Games, Inc. All Rights Reserved." ), + TEXT( "Copyright 1998-2016 Epic Games, Inc. All Rights Reserved." ), 1, 0, XAPO_FLAG_INPLACE_REQUIRED | XAPO_FLAG_CHANNELS_MUST_MATCH | XAPO_FLAG_FRAMERATE_MUST_MATCH diff --git a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Source.cpp b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Source.cpp index e9df01df563d..8399a457ff3f 100644 --- a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Source.cpp +++ b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Source.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= XeAudioDevice.cpp: Unreal XAudio2 Audio interface object. diff --git a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Support.h b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Support.h index f824c3ddcb99..338d3ef1ba11 100644 --- a/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Support.h +++ b/Engine/Source/Runtime/Windows/XAudio2/Private/XAudio2Support.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= XAudio2Support.h: XAudio2 specific structures. diff --git a/Engine/Source/Runtime/Windows/XAudio2/Public/XAudio2Device.h b/Engine/Source/Runtime/Windows/XAudio2/Public/XAudio2Device.h index 7300ed9b3cc7..09abd4703b2c 100644 --- a/Engine/Source/Runtime/Windows/XAudio2/Public/XAudio2Device.h +++ b/Engine/Source/Runtime/Windows/XAudio2/Public/XAudio2Device.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= XAudio2Device.h: Unreal XAudio2 audio interface object. diff --git a/Engine/Source/Runtime/Windows/XAudio2/Public/XAudio2Effects.h b/Engine/Source/Runtime/Windows/XAudio2/Public/XAudio2Effects.h index 00cca0ed7e97..b6950e048ebc 100644 --- a/Engine/Source/Runtime/Windows/XAudio2/Public/XAudio2Effects.h +++ b/Engine/Source/Runtime/Windows/XAudio2/Public/XAudio2Effects.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= XAudio2Effects.h: Unreal XAudio2 audio effects interface object. diff --git a/Engine/Source/Runtime/Windows/XAudio2/XAudio2.Build.cs b/Engine/Source/Runtime/Windows/XAudio2/XAudio2.Build.cs index 5b6360416b28..33cc9fa9599d 100644 --- a/Engine/Source/Runtime/Windows/XAudio2/XAudio2.Build.cs +++ b/Engine/Source/Runtime/Windows/XAudio2/XAudio2.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/Runtime/XmlParser/Private/FastXml.cpp b/Engine/Source/Runtime/XmlParser/Private/FastXml.cpp index 678a48a6ea45..cb8ed08bf65d 100644 --- a/Engine/Source/Runtime/XmlParser/Private/FastXml.cpp +++ b/Engine/Source/Runtime/XmlParser/Private/FastXml.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmlParserPrivatePCH.h" #include "FastXml.h" diff --git a/Engine/Source/Runtime/XmlParser/Private/XmlCharacterWidthCheck.h b/Engine/Source/Runtime/XmlParser/Private/XmlCharacterWidthCheck.h index 5a4f2923476c..2ce2a2d87376 100644 --- a/Engine/Source/Runtime/XmlParser/Private/XmlCharacterWidthCheck.h +++ b/Engine/Source/Runtime/XmlParser/Private/XmlCharacterWidthCheck.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp b/Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp index 504bed59d90d..140c0cc81dff 100644 --- a/Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp +++ b/Engine/Source/Runtime/XmlParser/Private/XmlFile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmlParserPrivatePCH.h" diff --git a/Engine/Source/Runtime/XmlParser/Private/XmlNode.cpp b/Engine/Source/Runtime/XmlParser/Private/XmlNode.cpp index f115c3758e57..d9e48c261006 100644 --- a/Engine/Source/Runtime/XmlParser/Private/XmlNode.cpp +++ b/Engine/Source/Runtime/XmlParser/Private/XmlNode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmlParserPrivatePCH.h" diff --git a/Engine/Source/Runtime/XmlParser/Private/XmlParser.cpp b/Engine/Source/Runtime/XmlParser/Private/XmlParser.cpp index 26afd1e87748..f3b0bc803aca 100644 --- a/Engine/Source/Runtime/XmlParser/Private/XmlParser.cpp +++ b/Engine/Source/Runtime/XmlParser/Private/XmlParser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "XmlParserPrivatePCH.h" diff --git a/Engine/Source/Runtime/XmlParser/Private/XmlParserPrivatePCH.h b/Engine/Source/Runtime/XmlParser/Private/XmlParserPrivatePCH.h index 9c5e20d4f1bc..1b36accaf8c6 100644 --- a/Engine/Source/Runtime/XmlParser/Private/XmlParserPrivatePCH.h +++ b/Engine/Source/Runtime/XmlParser/Private/XmlParserPrivatePCH.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/XmlParser/Public/FastXml.h b/Engine/Source/Runtime/XmlParser/Public/FastXml.h index f14919054e68..970a59183a18 100644 --- a/Engine/Source/Runtime/XmlParser/Public/FastXml.h +++ b/Engine/Source/Runtime/XmlParser/Public/FastXml.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/XmlParser/Public/XmlFile.h b/Engine/Source/Runtime/XmlParser/Public/XmlFile.h index ab90240407e8..3a165321093a 100644 --- a/Engine/Source/Runtime/XmlParser/Public/XmlFile.h +++ b/Engine/Source/Runtime/XmlParser/Public/XmlFile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/XmlParser/Public/XmlNode.h b/Engine/Source/Runtime/XmlParser/Public/XmlNode.h index c7ed4bc9318b..e7f83a9df311 100644 --- a/Engine/Source/Runtime/XmlParser/Public/XmlNode.h +++ b/Engine/Source/Runtime/XmlParser/Public/XmlNode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/XmlParser/Public/XmlParser.h b/Engine/Source/Runtime/XmlParser/Public/XmlParser.h index eee0bcac6138..c276db0c25f9 100644 --- a/Engine/Source/Runtime/XmlParser/Public/XmlParser.h +++ b/Engine/Source/Runtime/XmlParser/Public/XmlParser.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/Runtime/XmlParser/XmlParser.Build.cs b/Engine/Source/Runtime/XmlParser/XmlParser.Build.cs index 753c9183bb6b..032d4644027d 100644 --- a/Engine/Source/Runtime/XmlParser/XmlParser.Build.cs +++ b/Engine/Source/Runtime/XmlParser/XmlParser.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/ADO/ADO.Build.cs b/Engine/Source/ThirdParty/ADO/ADO.Build.cs index 4a2668b383a9..24c405f6e827 100644 --- a/Engine/Source/ThirdParty/ADO/ADO.Build.cs +++ b/Engine/Source/ThirdParty/ADO/ADO.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/ANGLE/ANGLE.Build.cs b/Engine/Source/ThirdParty/ANGLE/ANGLE.Build.cs index f743eec905d5..36a9485141d7 100644 --- a/Engine/Source/ThirdParty/ANGLE/ANGLE.Build.cs +++ b/Engine/Source/ThirdParty/ANGLE/ANGLE.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class ANGLE : ModuleRules diff --git a/Engine/Source/ThirdParty/Box2D/Box2D.Build.cs b/Engine/Source/ThirdParty/Box2D/Box2D.Build.cs index ea34e50b7903..724880817904 100644 --- a/Engine/Source/ThirdParty/Box2D/Box2D.Build.cs +++ b/Engine/Source/ThirdParty/Box2D/Box2D.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System; diff --git a/Engine/Source/ThirdParty/CEF3/CEF3.build.cs b/Engine/Source/ThirdParty/CEF3/CEF3.build.cs index eed368be1c95..7b922069102f 100644 --- a/Engine/Source/ThirdParty/CEF3/CEF3.build.cs +++ b/Engine/Source/ThirdParty/CEF3/CEF3.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/ThirdParty/CryptoPP/CryptoPP.Build.cs b/Engine/Source/ThirdParty/CryptoPP/CryptoPP.Build.cs index da60f00aa436..5099795a7f3e 100644 --- a/Engine/Source/ThirdParty/CryptoPP/CryptoPP.Build.cs +++ b/Engine/Source/ThirdParty/CryptoPP/CryptoPP.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/DirectShow/DirectShow.Build.cs b/Engine/Source/ThirdParty/DirectShow/DirectShow.Build.cs index 31f1fe496b57..eabdfca77600 100644 --- a/Engine/Source/ThirdParty/DirectShow/DirectShow.Build.cs +++ b/Engine/Source/ThirdParty/DirectShow/DirectShow.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class DirectShow : ModuleRules diff --git a/Engine/Source/ThirdParty/FBX/FBX.Build.cs b/Engine/Source/ThirdParty/FBX/FBX.Build.cs index a4ee1fd7ed88..509874e71761 100644 --- a/Engine/Source/ThirdParty/FBX/FBX.Build.cs +++ b/Engine/Source/ThirdParty/FBX/FBX.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System.IO; using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Facebook/Facebook.Build.cs b/Engine/Source/ThirdParty/Facebook/Facebook.Build.cs index 4667e71d7593..30d1aca8c401 100644 --- a/Engine/Source/ThirdParty/Facebook/Facebook.Build.cs +++ b/Engine/Source/ThirdParty/Facebook/Facebook.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/FakeIt/FakeIt.Build.cs b/Engine/Source/ThirdParty/FakeIt/FakeIt.Build.cs index b5c050daab75..f4268f3cd821 100644 --- a/Engine/Source/ThirdParty/FakeIt/FakeIt.Build.cs +++ b/Engine/Source/ThirdParty/FakeIt/FakeIt.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System; using System.IO; diff --git a/Engine/Source/ThirdParty/ForsythTriOO/ForsythTriOptimizer.Build.cs b/Engine/Source/ThirdParty/ForsythTriOO/ForsythTriOptimizer.Build.cs index 424feeba1c9f..af74ba75e25a 100644 --- a/Engine/Source/ThirdParty/ForsythTriOO/ForsythTriOptimizer.Build.cs +++ b/Engine/Source/ThirdParty/ForsythTriOO/ForsythTriOptimizer.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/FreeType2/FreeType2.Build.cs b/Engine/Source/ThirdParty/FreeType2/FreeType2.Build.cs index bf151948d046..498e8667ac06 100644 --- a/Engine/Source/ThirdParty/FreeType2/FreeType2.Build.cs +++ b/Engine/Source/ThirdParty/FreeType2/FreeType2.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/GooglePlay/gpg-cpp-sdk.v1.1/GpgCppSDK.Build.cs b/Engine/Source/ThirdParty/GooglePlay/gpg-cpp-sdk.v1.1/GpgCppSDK.Build.cs index e75af678577a..ea209a8c311b 100644 --- a/Engine/Source/ThirdParty/GooglePlay/gpg-cpp-sdk.v1.1/GpgCppSDK.Build.cs +++ b/Engine/Source/ThirdParty/GooglePlay/gpg-cpp-sdk.v1.1/GpgCppSDK.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/ThirdParty/HACD/HACD.Build.cs b/Engine/Source/ThirdParty/HACD/HACD.Build.cs index a2ddf5ab8447..68b95e241bab 100644 --- a/Engine/Source/ThirdParty/HACD/HACD.Build.cs +++ b/Engine/Source/ThirdParty/HACD/HACD.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class HACD : ModuleRules diff --git a/Engine/Source/ThirdParty/HACD/HACD_1.0/include/dgRefCounter.h b/Engine/Source/ThirdParty/HACD/HACD_1.0/include/dgRefCounter.h index 2f4f2440e8e2..c46c79d8d42e 100644 --- a/Engine/Source/ThirdParty/HACD/HACD_1.0/include/dgRefCounter.h +++ b/Engine/Source/ThirdParty/HACD/HACD_1.0/include/dgRefCounter.h @@ -1,5 +1,5 @@ /* Copyright (c) <2003-2011> -* Modifications copyright (c) 2014-2015 Epic Games, Inc. All rights reserved. +* Modifications copyright (c) 2014-2016 Epic Games, Inc. All rights reserved. * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/Engine/Source/ThirdParty/HACD/HACD_1.0/include/dgSimD_Instrutions.h b/Engine/Source/ThirdParty/HACD/HACD_1.0/include/dgSimD_Instrutions.h index 0d8bcd876663..495f5986f00c 100644 --- a/Engine/Source/ThirdParty/HACD/HACD_1.0/include/dgSimD_Instrutions.h +++ b/Engine/Source/ThirdParty/HACD/HACD_1.0/include/dgSimD_Instrutions.h @@ -1,5 +1,5 @@ /* Copyright (c) <2003-2011> -* Modifications copyright (c) 2014-2015 Epic Games, Inc. All rights reserved. +* Modifications copyright (c) 2014-2016 Epic Games, Inc. All rights reserved. * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/Engine/Source/ThirdParty/HACD/HACD_1.0/public/PlatformConfigHACD.h b/Engine/Source/ThirdParty/HACD/HACD_1.0/public/PlatformConfigHACD.h index 0301e912aecb..829caaec5335 100644 --- a/Engine/Source/ThirdParty/HACD/HACD_1.0/public/PlatformConfigHACD.h +++ b/Engine/Source/ThirdParty/HACD/HACD_1.0/public/PlatformConfigHACD.h @@ -1,4 +1,4 @@ -// Modifications copyright (c) 2014-2015 Epic Games, Inc. All rights reserved. +// Modifications copyright (c) 2014-2016 Epic Games, Inc. All rights reserved. #ifndef PLATFORM_CONFIG_H diff --git a/Engine/Source/ThirdParty/HACD/HACD_1.0/src/HACD.cpp b/Engine/Source/ThirdParty/HACD/HACD_1.0/src/HACD.cpp index 5b5dc1deeef8..b4a76e109491 100644 --- a/Engine/Source/ThirdParty/HACD/HACD_1.0/src/HACD.cpp +++ b/Engine/Source/ThirdParty/HACD/HACD_1.0/src/HACD.cpp @@ -1,4 +1,4 @@ -// Modifications copyright (c) 2014-2015 Epic Games, Inc. All rights reserved. +// Modifications copyright (c) 2014-2016 Epic Games, Inc. All rights reserved. #include "HACD.h" #include diff --git a/Engine/Source/ThirdParty/HarfBuzz/HarfBuzz.Build.cs b/Engine/Source/ThirdParty/HarfBuzz/HarfBuzz.Build.cs index 6799c690dcc4..ea8893746e27 100644 --- a/Engine/Source/ThirdParty/HarfBuzz/HarfBuzz.Build.cs +++ b/Engine/Source/ThirdParty/HarfBuzz/HarfBuzz.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System; using System.IO; diff --git a/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/CMakeLists.txt b/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/CMakeLists.txt index 3e2322cd4dd5..51c996c50cc9 100644 --- a/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/CMakeLists.txt +++ b/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. cmake_minimum_required(VERSION 2.8.11) # CMake script build HarfBuzz for using our pre-built third-party libraries diff --git a/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/Windows/BuildForWindows.bat b/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/Windows/BuildForWindows.bat index 319b186dd1a7..d2af80755c76 100644 --- a/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/Windows/BuildForWindows.bat +++ b/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/Windows/BuildForWindows.bat @@ -1,6 +1,6 @@ @ECHO OFF -REM Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +REM Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. setlocal diff --git a/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/src/config.h b/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/src/config.h index 0ddd8e075fe1..95636a7a6e73 100644 --- a/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/src/config.h +++ b/Engine/Source/ThirdParty/HarfBuzz/harfbuzz-1.0.5/BuildForUE/src/config.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifdef HAVE_STUB_GETENV // Stub out getenv as not all platforms support it diff --git a/Engine/Source/ThirdParty/ICU/ICU.Build.cs b/Engine/Source/ThirdParty/ICU/ICU.Build.cs index dffb35f78b05..ae4b6c92e990 100644 --- a/Engine/Source/ThirdParty/ICU/ICU.Build.cs +++ b/Engine/Source/ThirdParty/ICU/ICU.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System; using System.IO; diff --git a/Engine/Source/ThirdParty/IOS/Bolts/Bolts.Build.cs b/Engine/Source/ThirdParty/IOS/Bolts/Bolts.Build.cs index 511d275272be..c881539ea60f 100644 --- a/Engine/Source/ThirdParty/IOS/Bolts/Bolts.Build.cs +++ b/Engine/Source/ThirdParty/IOS/Bolts/Bolts.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/IntelISPCTexComp/IntelISPCTexComp.Build.cs b/Engine/Source/ThirdParty/IntelISPCTexComp/IntelISPCTexComp.Build.cs index 08c279a189dc..fca27e056f6d 100644 --- a/Engine/Source/ThirdParty/IntelISPCTexComp/IntelISPCTexComp.Build.cs +++ b/Engine/Source/ThirdParty/IntelISPCTexComp/IntelISPCTexComp.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/IntelTBB/IntelTBB.Build.cs b/Engine/Source/ThirdParty/IntelTBB/IntelTBB.Build.cs index a81cca27d666..f63c5d61a0ff 100644 --- a/Engine/Source/ThirdParty/IntelTBB/IntelTBB.Build.cs +++ b/Engine/Source/ThirdParty/IntelTBB/IntelTBB.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Kiss_FFT/Kiss_FFT.Build.cs b/Engine/Source/ThirdParty/Kiss_FFT/Kiss_FFT.Build.cs index da92dff00661..da7ee95100a0 100644 --- a/Engine/Source/ThirdParty/Kiss_FFT/Kiss_FFT.Build.cs +++ b/Engine/Source/ThirdParty/Kiss_FFT/Kiss_FFT.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Leap/Leap.Build.cs b/Engine/Source/ThirdParty/Leap/Leap.Build.cs index 1921ebadc8dc..e2691b126e91 100644 --- a/Engine/Source/ThirdParty/Leap/Leap.Build.cs +++ b/Engine/Source/ThirdParty/Leap/Leap.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/LinuxNativeDialogs/LinuxNativeDialogs.Build.cs b/Engine/Source/ThirdParty/LinuxNativeDialogs/LinuxNativeDialogs.Build.cs index 29c94baef173..2873622ed3eb 100644 --- a/Engine/Source/ThirdParty/LinuxNativeDialogs/LinuxNativeDialogs.Build.cs +++ b/Engine/Source/ThirdParty/LinuxNativeDialogs/LinuxNativeDialogs.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // Not really Epic, but Freenode #ue4linux's RushPL and amigo using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/MCPP/MCPP.Build.cs b/Engine/Source/ThirdParty/MCPP/MCPP.Build.cs index bd0a9dee4dd8..277606cec74e 100644 --- a/Engine/Source/ThirdParty/MCPP/MCPP.Build.cs +++ b/Engine/Source/ThirdParty/MCPP/MCPP.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/LICENSE b/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/LICENSE index 15ea93724de2..91a525264b92 100755 --- a/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/LICENSE +++ b/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/LICENSE @@ -1,6 +1,6 @@ /*- * Copyright (c) 1998, 2002-2008 Kiyoshi Matsui - * Modifications copyright (c) 2014-2015 Epic Games, Inc. All rights reserved. + * Modifications copyright (c) 2014-2016 Epic Games, Inc. All rights reserved. * All rights reserved. * * This software including the files in this directory is provided under diff --git a/Engine/Source/ThirdParty/Mac/RadioEffectUnit/RadioEffectUnit.cpp b/Engine/Source/ThirdParty/Mac/RadioEffectUnit/RadioEffectUnit.cpp index 01d2e902af22..43612add96d4 100644 --- a/Engine/Source/ThirdParty/Mac/RadioEffectUnit/RadioEffectUnit.cpp +++ b/Engine/Source/ThirdParty/Mac/RadioEffectUnit/RadioEffectUnit.cpp @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/Engine/Source/ThirdParty/Mac/RadioEffectUnit/RadioEffectUnitVersion.h b/Engine/Source/ThirdParty/Mac/RadioEffectUnit/RadioEffectUnitVersion.h index ca644d876d74..c8e2f4778069 100644 --- a/Engine/Source/ThirdParty/Mac/RadioEffectUnit/RadioEffectUnitVersion.h +++ b/Engine/Source/ThirdParty/Mac/RadioEffectUnit/RadioEffectUnitVersion.h @@ -1,5 +1,5 @@ /** - * Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. + * Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. */ #ifndef __RadioEffectUnitVersion_h__ diff --git a/Engine/Source/ThirdParty/MikkTSpace/MikkTSpace.build.cs b/Engine/Source/ThirdParty/MikkTSpace/MikkTSpace.build.cs index d893932be169..5d250502ac0a 100644 --- a/Engine/Source/ThirdParty/MikkTSpace/MikkTSpace.build.cs +++ b/Engine/Source/ThirdParty/MikkTSpace/MikkTSpace.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class MikkTSpace : ModuleRules diff --git a/Engine/Source/ThirdParty/NVIDIA/nvapi/NVAPI.Build.cs b/Engine/Source/ThirdParty/NVIDIA/nvapi/NVAPI.Build.cs index aefd03873061..4f03a292b80b 100644 --- a/Engine/Source/ThirdParty/NVIDIA/nvapi/NVAPI.Build.cs +++ b/Engine/Source/ThirdParty/NVIDIA/nvapi/NVAPI.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class NVAPI : ModuleRules diff --git a/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.Build.cs b/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.Build.cs index 703d3436f21b..492844029281 100644 --- a/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.Build.cs +++ b/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.cpp b/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.cpp index 4051140c171d..93cb8db063df 100644 --- a/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.cpp +++ b/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "HMDPrivatePCH.h" #include "HeadMountedDisplayCommon.h" diff --git a/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.h b/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.h index ab955948ad74..a91e9b86e6a9 100644 --- a/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.h +++ b/Engine/Source/ThirdParty/Oculus/Common/HeadMountedDisplayCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/ThirdParty/Oculus/LibOVR/LibOVR.build.cs b/Engine/Source/ThirdParty/Oculus/LibOVR/LibOVR.build.cs index ca184149f011..19cfa4910614 100644 --- a/Engine/Source/ThirdParty/Oculus/LibOVR/LibOVR.build.cs +++ b/Engine/Source/ThirdParty/Oculus/LibOVR/LibOVR.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Oculus/LibOVRAudio/LibOVRAudio.build.cs b/Engine/Source/ThirdParty/Oculus/LibOVRAudio/LibOVRAudio.build.cs index 4ad03dcd541c..1f8f99b94031 100644 --- a/Engine/Source/ThirdParty/Oculus/LibOVRAudio/LibOVRAudio.build.cs +++ b/Engine/Source/ThirdParty/Oculus/LibOVRAudio/LibOVRAudio.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Oculus/LibOVRMobile/LibOVRMobile.build.cs b/Engine/Source/ThirdParty/Oculus/LibOVRMobile/LibOVRMobile.build.cs index 4abe90658145..24259fdb44b0 100644 --- a/Engine/Source/ThirdParty/Oculus/LibOVRMobile/LibOVRMobile.build.cs +++ b/Engine/Source/ThirdParty/Oculus/LibOVRMobile/LibOVRMobile.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Ogg/UEOgg.Build.cs b/Engine/Source/ThirdParty/Ogg/UEOgg.Build.cs index 47fc8d60cb6e..2cfd05b4e040 100644 --- a/Engine/Source/ThirdParty/Ogg/UEOgg.Build.cs +++ b/Engine/Source/ThirdParty/Ogg/UEOgg.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/WinRT/VS2012/libogg.rc b/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/WinRT/VS2012/libogg.rc index dd3ccf0c3754..37b0253262de 100644 Binary files a/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/WinRT/VS2012/libogg.rc and b/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/WinRT/VS2012/libogg.rc differ diff --git a/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2012/libogg.rc b/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2012/libogg.rc index 52b57a874af6..7a838975fe6f 100644 Binary files a/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2012/libogg.rc and b/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2012/libogg.rc differ diff --git a/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2013/libogg.rc b/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2013/libogg.rc index 52b57a874af6..7a838975fe6f 100644 Binary files a/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2013/libogg.rc and b/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2013/libogg.rc differ diff --git a/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2015/libogg.rc b/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2015/libogg.rc index 52b57a874af6..7a838975fe6f 100644 Binary files a/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2015/libogg.rc and b/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/build/VS2015/libogg.rc differ diff --git a/Engine/Source/ThirdParty/OpenAL/OpenAL.build.cs b/Engine/Source/ThirdParty/OpenAL/OpenAL.build.cs index 41ddc6730cd9..2badab64700c 100644 --- a/Engine/Source/ThirdParty/OpenAL/OpenAL.build.cs +++ b/Engine/Source/ThirdParty/OpenAL/OpenAL.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; using System.Diagnostics; diff --git a/Engine/Source/ThirdParty/OpenGL/OpenGL.Build.cs b/Engine/Source/ThirdParty/OpenGL/OpenGL.Build.cs index 0b6f2c06bad4..8fd34a2c55eb 100644 --- a/Engine/Source/ThirdParty/OpenGL/OpenGL.Build.cs +++ b/Engine/Source/ThirdParty/OpenGL/OpenGL.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class OpenGL : ModuleRules diff --git a/Engine/Source/ThirdParty/OpenSSL/OpenSSL.Build.cs b/Engine/Source/ThirdParty/OpenSSL/OpenSSL.Build.cs index b934bceb77e4..7ee7e6e70be2 100644 --- a/Engine/Source/ThirdParty/OpenSSL/OpenSSL.Build.cs +++ b/Engine/Source/ThirdParty/OpenSSL/OpenSSL.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/OpenSubdiv/OpenSubdiv.Build.cs b/Engine/Source/ThirdParty/OpenSubdiv/OpenSubdiv.Build.cs index bb48de632f22..90e7ceaf5e0a 100644 --- a/Engine/Source/ThirdParty/OpenSubdiv/OpenSubdiv.Build.cs +++ b/Engine/Source/ThirdParty/OpenSubdiv/OpenSubdiv.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/OpenVR/OpenVR.build.cs b/Engine/Source/ThirdParty/OpenVR/OpenVR.build.cs index 781d3d566012..580b28f5c1e9 100644 --- a/Engine/Source/ThirdParty/OpenVR/OpenVR.build.cs +++ b/Engine/Source/ThirdParty/OpenVR/OpenVR.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/ThirdParty/PLCrashReporter/PLCrashReporter.Build.cs b/Engine/Source/ThirdParty/PLCrashReporter/PLCrashReporter.Build.cs index 52400b9107b2..5320a9f105a4 100644 --- a/Engine/Source/ThirdParty/PLCrashReporter/PLCrashReporter.Build.cs +++ b/Engine/Source/ThirdParty/PLCrashReporter/PLCrashReporter.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class PLCrashReporter : ModuleRules diff --git a/Engine/Source/ThirdParty/Perforce/Perforce.Build.cs b/Engine/Source/ThirdParty/Perforce/Perforce.Build.cs index 2e2510a1dd4f..5585baeb26a2 100644 --- a/Engine/Source/ThirdParty/Perforce/Perforce.Build.cs +++ b/Engine/Source/ThirdParty/Perforce/Perforce.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/PhysX/APEX.Build.cs b/Engine/Source/ThirdParty/PhysX/APEX.Build.cs index 9e42b20c2e3a..8eb90b6fb8f2 100644 --- a/Engine/Source/ThirdParty/PhysX/APEX.Build.cs +++ b/Engine/Source/ThirdParty/PhysX/APEX.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System; diff --git a/Engine/Source/ThirdParty/PhysX/PhysX.Build.cs b/Engine/Source/ThirdParty/PhysX/PhysX.Build.cs index e81b757cc2d9..06192a7ca718 100644 --- a/Engine/Source/ThirdParty/PhysX/PhysX.Build.cs +++ b/Engine/Source/ThirdParty/PhysX/PhysX.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System; diff --git a/Engine/Source/ThirdParty/Qualcomm/TextureConverter/QualcommTextureConverter.build.cs b/Engine/Source/ThirdParty/Qualcomm/TextureConverter/QualcommTextureConverter.build.cs index da3ee28e6f81..39bc8c2ee4c8 100644 --- a/Engine/Source/ThirdParty/Qualcomm/TextureConverter/QualcommTextureConverter.build.cs +++ b/Engine/Source/ThirdParty/Qualcomm/TextureConverter/QualcommTextureConverter.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/SDL2/SDL2.Build.cs b/Engine/Source/ThirdParty/SDL2/SDL2.Build.cs index f1f05e53947c..f8fd889b39e3 100644 --- a/Engine/Source/ThirdParty/SDL2/SDL2.Build.cs +++ b/Engine/Source/ThirdParty/SDL2/SDL2.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class SDL2 : ModuleRules diff --git a/Engine/Source/ThirdParty/SSF/SSF.Build.cs b/Engine/Source/ThirdParty/SSF/SSF.Build.cs index 67f856a5f893..d4f6ae7f1cec 100644 --- a/Engine/Source/ThirdParty/SSF/SSF.Build.cs +++ b/Engine/Source/ThirdParty/SSF/SSF.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class SSF : ModuleRules diff --git a/Engine/Source/ThirdParty/Simplygon/Simplygon.Build.cs b/Engine/Source/ThirdParty/Simplygon/Simplygon.Build.cs index 95dafabb43e6..9855b011e325 100644 --- a/Engine/Source/ThirdParty/Simplygon/Simplygon.Build.cs +++ b/Engine/Source/ThirdParty/Simplygon/Simplygon.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/ThirdParty/SpeedTree/SpeedTree.Build.cs b/Engine/Source/ThirdParty/SpeedTree/SpeedTree.Build.cs index 53fdde77492e..289f75130fbe 100644 --- a/Engine/Source/ThirdParty/SpeedTree/SpeedTree.Build.cs +++ b/Engine/Source/ThirdParty/SpeedTree/SpeedTree.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/ThirdParty/Steamworks/Steamworks.build.cs b/Engine/Source/ThirdParty/Steamworks/Steamworks.build.cs index 8360a99e3745..3bf9335093b5 100644 --- a/Engine/Source/ThirdParty/Steamworks/Steamworks.build.cs +++ b/Engine/Source/ThirdParty/Steamworks/Steamworks.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using System; using System.IO; diff --git a/Engine/Source/ThirdParty/VHACD/VHACD.Build.cs b/Engine/Source/ThirdParty/VHACD/VHACD.Build.cs index cbb8339f144f..0868da939abf 100644 --- a/Engine/Source/ThirdParty/VHACD/VHACD.Build.cs +++ b/Engine/Source/ThirdParty/VHACD/VHACD.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class VHACD : ModuleRules diff --git a/Engine/Source/ThirdParty/VHACD/build/Linux/Makefile b/Engine/Source/ThirdParty/VHACD/build/Linux/Makefile index 0f7f24aa0e9b..06e27b14ed38 100644 --- a/Engine/Source/ThirdParty/VHACD/build/Linux/Makefile +++ b/Engine/Source/ThirdParty/VHACD/build/Linux/Makefile @@ -1,4 +1,4 @@ -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. # # Makefile for building VHACD on Linux (or Cygwin, if cross-building) # diff --git a/Engine/Source/ThirdParty/Vorbis/Vorbis.Build.cs b/Engine/Source/ThirdParty/Vorbis/Vorbis.Build.cs index 36e6e4d1095b..0b086371f857 100644 --- a/Engine/Source/ThirdParty/Vorbis/Vorbis.Build.cs +++ b/Engine/Source/ThirdParty/Vorbis/Vorbis.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class Vorbis : ModuleRules diff --git a/Engine/Source/ThirdParty/Vorbis/VorbisFile.Build.cs b/Engine/Source/ThirdParty/Vorbis/VorbisFile.Build.cs index 68f0bc9a25aa..dff5ae779a63 100644 --- a/Engine/Source/ThirdParty/Vorbis/VorbisFile.Build.cs +++ b/Engine/Source/ThirdParty/Vorbis/VorbisFile.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class VorbisFile : ModuleRules diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/WinRT/VS2012/libvorbis/Resources.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/WinRT/VS2012/libvorbis/Resources.rc index ed2b85c9e9f2..68786727ac80 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/WinRT/VS2012/libvorbis/Resources.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/WinRT/VS2012/libvorbis/Resources.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/WinRT/VS2012/libvorbisfile/libvorbisfile.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/WinRT/VS2012/libvorbisfile/libvorbisfile.rc index 70b7883f7586..90d77be02a3c 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/WinRT/VS2012/libvorbisfile/libvorbisfile.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/WinRT/VS2012/libvorbisfile/libvorbisfile.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2010/libvorbis/Resources.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2010/libvorbis/Resources.rc index ed2b85c9e9f2..68786727ac80 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2010/libvorbis/Resources.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2010/libvorbis/Resources.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2010/libvorbisfile/libvorbisfile.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2010/libvorbisfile/libvorbisfile.rc index 70b7883f7586..90d77be02a3c 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2010/libvorbisfile/libvorbisfile.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2010/libvorbisfile/libvorbisfile.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2012/libvorbis/Resources.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2012/libvorbis/Resources.rc index ff417d1380ac..159704df8150 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2012/libvorbis/Resources.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2012/libvorbis/Resources.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2012/libvorbisfile/libvorbisfile.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2012/libvorbisfile/libvorbisfile.rc index 11a6513e9c32..440fbc105239 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2012/libvorbisfile/libvorbisfile.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2012/libvorbisfile/libvorbisfile.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2013/libvorbis/Resources.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2013/libvorbis/Resources.rc index ff417d1380ac..159704df8150 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2013/libvorbis/Resources.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2013/libvorbis/Resources.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2013/libvorbisfile/libvorbisfile.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2013/libvorbisfile/libvorbisfile.rc index 11a6513e9c32..440fbc105239 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2013/libvorbisfile/libvorbisfile.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2013/libvorbisfile/libvorbisfile.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2015/libvorbis/Resources.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2015/libvorbis/Resources.rc index ff417d1380ac..159704df8150 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2015/libvorbis/Resources.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2015/libvorbis/Resources.rc differ diff --git a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2015/libvorbisfile/libvorbisfile.rc b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2015/libvorbisfile/libvorbisfile.rc index 11a6513e9c32..440fbc105239 100644 Binary files a/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2015/libvorbisfile/libvorbisfile.rc and b/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/build/VS2015/libvorbisfile/libvorbisfile.rc differ diff --git a/Engine/Source/ThirdParty/WebRTC/WebRTC.Build.cs b/Engine/Source/ThirdParty/WebRTC/WebRTC.Build.cs index 6c2602040b4a..0f4254d95431 100644 --- a/Engine/Source/ThirdParty/WebRTC/WebRTC.Build.cs +++ b/Engine/Source/ThirdParty/WebRTC/WebRTC.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/WebSockets/WebSockets.Build.cs b/Engine/Source/ThirdParty/WebSockets/WebSockets.Build.cs index dd29bf011d33..72bae988679e 100644 --- a/Engine/Source/ThirdParty/WebSockets/WebSockets.Build.cs +++ b/Engine/Source/ThirdParty/WebSockets/WebSockets.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class WebSockets : ModuleRules diff --git a/Engine/Source/ThirdParty/WinRT/WinRTSDK/WinRTSDK.Build.cs b/Engine/Source/ThirdParty/WinRT/WinRTSDK/WinRTSDK.Build.cs index ca90fc9e5044..58a8c7797bb5 100644 --- a/Engine/Source/ThirdParty/WinRT/WinRTSDK/WinRTSDK.Build.cs +++ b/Engine/Source/ThirdParty/WinRT/WinRTSDK/WinRTSDK.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/ThirdParty/Windows/DX11/DX11.Build.cs b/Engine/Source/ThirdParty/Windows/DX11/DX11.Build.cs index 920c35cd09b3..e07d88de9680 100644 --- a/Engine/Source/ThirdParty/Windows/DX11/DX11.Build.cs +++ b/Engine/Source/ThirdParty/Windows/DX11/DX11.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class DX11 : ModuleRules diff --git a/Engine/Source/ThirdParty/Windows/DX11/DX11Audio.Build.cs b/Engine/Source/ThirdParty/Windows/DX11/DX11Audio.Build.cs index bf61237ca84a..6ef7d7a6232a 100644 --- a/Engine/Source/ThirdParty/Windows/DX11/DX11Audio.Build.cs +++ b/Engine/Source/ThirdParty/Windows/DX11/DX11Audio.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class DX11Audio : ModuleRules diff --git a/Engine/Source/ThirdParty/Windows/DX11/DX11Input.Build.cs b/Engine/Source/ThirdParty/Windows/DX11/DX11Input.Build.cs index 5a805db6fd66..144482272cf5 100644 --- a/Engine/Source/ThirdParty/Windows/DX11/DX11Input.Build.cs +++ b/Engine/Source/ThirdParty/Windows/DX11/DX11Input.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class DX11Input : ModuleRules diff --git a/Engine/Source/ThirdParty/Windows/DX12/DX12.Build.cs b/Engine/Source/ThirdParty/Windows/DX12/DX12.Build.cs index b3b23bca111f..9637cc247d79 100644 --- a/Engine/Source/ThirdParty/Windows/DX12/DX12.Build.cs +++ b/Engine/Source/ThirdParty/Windows/DX12/DX12.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class DX12 : ModuleRules diff --git a/Engine/Source/ThirdParty/Windows/DX9/DX9.Build.cs b/Engine/Source/ThirdParty/Windows/DX9/DX9.Build.cs index c40bd1b276ee..278d4b57b1cb 100644 --- a/Engine/Source/ThirdParty/Windows/DX9/DX9.Build.cs +++ b/Engine/Source/ThirdParty/Windows/DX9/DX9.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class DX9 : ModuleRules diff --git a/Engine/Source/ThirdParty/Windows/DirectSound/DirectSound.Build.cs b/Engine/Source/ThirdParty/Windows/DirectSound/DirectSound.Build.cs index 1ebc8604081d..d1f57c08634e 100644 --- a/Engine/Source/ThirdParty/Windows/DirectSound/DirectSound.Build.cs +++ b/Engine/Source/ThirdParty/Windows/DirectSound/DirectSound.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class DirectSound : ModuleRules diff --git a/Engine/Source/ThirdParty/Windows/WinInet/WinInet.Build.cs b/Engine/Source/ThirdParty/Windows/WinInet/WinInet.Build.cs index 867e185428b9..0622696dda92 100644 --- a/Engine/Source/ThirdParty/Windows/WinInet/WinInet.Build.cs +++ b/Engine/Source/ThirdParty/Windows/WinInet/WinInet.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/Windows/XInput/XInput.Build.cs b/Engine/Source/ThirdParty/Windows/XInput/XInput.Build.cs index 3e3fb3cdced4..8603229e3940 100644 --- a/Engine/Source/ThirdParty/Windows/XInput/XInput.Build.cs +++ b/Engine/Source/ThirdParty/Windows/XInput/XInput.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class XInput : ModuleRules diff --git a/Engine/Source/ThirdParty/coremod/coremod-4.2.6/src/common.h b/Engine/Source/ThirdParty/coremod/coremod-4.2.6/src/common.h index 5ddc24d4aa7d..e98e09187a0f 100644 --- a/Engine/Source/ThirdParty/coremod/coremod-4.2.6/src/common.h +++ b/Engine/Source/ThirdParty/coremod/coremod-4.2.6/src/common.h @@ -1,4 +1,4 @@ -/* Modifications copyright (c) 2014-2015 Epic Games, Inc. All rights reserved. */ +/* Modifications copyright (c) 2014-2016 Epic Games, Inc. All rights reserved. */ #ifndef LIBXMP_COMMON_H #define LIBXMP_COMMON_H diff --git a/Engine/Source/ThirdParty/coremod/coremod.Build.cs b/Engine/Source/ThirdParty/coremod/coremod.Build.cs index a29010c5421b..554651d63105 100644 --- a/Engine/Source/ThirdParty/coremod/coremod.Build.cs +++ b/Engine/Source/ThirdParty/coremod/coremod.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/elftoolchain/elftoolchain.Build.cs b/Engine/Source/ThirdParty/elftoolchain/elftoolchain.Build.cs index 9df3091ddb6c..ca3f347646bc 100644 --- a/Engine/Source/ThirdParty/elftoolchain/elftoolchain.Build.cs +++ b/Engine/Source/ThirdParty/elftoolchain/elftoolchain.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/hlslcc/HLSLCC.Build.cs b/Engine/Source/ThirdParty/hlslcc/HLSLCC.Build.cs index 6c9ec3d52f81..dab43c4816db 100644 --- a/Engine/Source/ThirdParty/hlslcc/HLSLCC.Build.cs +++ b/Engine/Source/ThirdParty/hlslcc/HLSLCC.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/projects/Linux/Makefile b/Engine/Source/ThirdParty/hlslcc/hlslcc/projects/Linux/Makefile index 908c76dcd13b..2371808f32e6 100755 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/projects/Linux/Makefile +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/projects/Linux/Makefile @@ -1,4 +1,4 @@ -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. # # Makefile for building hlslcc on Linux. # diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_exe/main.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_exe/main.cpp index 00842ba0c67c..587c55464cec 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_exe/main.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_exe/main.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include #include diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/CustomStdAllocator.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/CustomStdAllocator.h index 591c1468905c..c96f647bc911 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/CustomStdAllocator.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/CustomStdAllocator.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/IRDump.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/IRDump.cpp index 88de59d39fe7..11904368ebf5 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/IRDump.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/IRDump.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is largely based on that in ir_print_glsl_visitor.cpp from // glsl-optimizer. diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/IRDump.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/IRDump.h index 4e33fce01633..f58f0a72c13c 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/IRDump.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/IRDump.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef IRDUMP_H #define IRDUMP_H diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/LanguageSpec.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/LanguageSpec.h index 7bec1f3ea3fa..7126c55b890a 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/LanguageSpec.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/LanguageSpec.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/OptValueNumbering.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/OptValueNumbering.cpp index 7d817fea2331..7cd23ca7b279 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/OptValueNumbering.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/OptValueNumbering.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ShaderCompilerCommon.h" #include "glsl_parser_extras.h" diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/OptValueNumbering.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/OptValueNumbering.h index 2bc7e9b919f3..7c7972aafd39 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/OptValueNumbering.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/OptValueNumbering.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef OPTVALUENUMBERING_H #define OPTVALUENUMBERING_H diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/PackUniformBuffers.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/PackUniformBuffers.cpp index b19f88a80477..2750517b28ae 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/PackUniformBuffers.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/PackUniformBuffers.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ShaderCompilerCommon.h" #include "glsl_parser_extras.h" diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/PackUniformBuffers.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/PackUniformBuffers.h index df5c8615f486..ae3282f32d73 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/PackUniformBuffers.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/PackUniformBuffers.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // See bottom of the file for a brief explanation of Packing UB methods/options diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ShaderCompilerCommon.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ShaderCompilerCommon.cpp index 159065094e4f..6b4cae2b61ac 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ShaderCompilerCommon.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ShaderCompilerCommon.cpp @@ -1,3 +1,3 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ShaderCompilerCommon.h" diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ShaderCompilerCommon.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ShaderCompilerCommon.h index f8bdafb8e56b..5aa1505e47aa 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ShaderCompilerCommon.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ShaderCompilerCommon.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast.h index 244fed4e40fa..83f92fac7cd8 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_expr.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_expr.cpp index 25159ffbad66..6ffcb4e0f275 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_expr.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_expr.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_function.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_function.cpp index 07c6f01ec92f..66170b605b96 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_function.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_function.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_to_hir.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_to_hir.cpp index 006fe26edc5c..43362399e097 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_to_hir.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_to_hir.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_type.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_type.cpp index 6abd02914cd9..90dfda5c0357 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_type.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ast_type.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/builtin_stubs.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/builtin_stubs.cpp index 2e85c7ac2c9a..e7979732fae1 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/builtin_stubs.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/builtin_stubs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/builtin_types.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/builtin_types.h index 0650db2971c3..02b47fab168a 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/builtin_types.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/builtin_types.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/cclist.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/cclist.h index 397b64beb6cc..7c0c8229eb58 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/cclist.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/cclist.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/compiler.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/compiler.h index 6a7161470291..c831d9ec6de5 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/compiler.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/compiler.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.cpp index c5999c5cc70a..87f0fbc19c5e 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // glccp-lex.cpp: Wraps the Flex generated file for the C preprocessor diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.inl b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.inl index 2408940a0641..db838bc72813 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.inl +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.inl @@ -578,7 +578,7 @@ goto find_rule; \ #define YY_RESTORE_YY_MORE_OFFSET #line 1 "../../../Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.l" #line 2 "../../../Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-lex.l" -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.cpp index 77eb9a9bd968..2dab847a1fe7 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // glccp-parse.cpp: Wraps the Bison generated file for the C preprocessor diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.inl b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.inl index 8e8a19a990fb..12a1e127f1f9 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.inl +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.inl @@ -68,7 +68,7 @@ /* Line 268 of yacc.c */ #line 1 "../../../Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp-parse.y" -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp.h index da406f5c22eb..7bfcad158e8b 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glcpp.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_parser_extras.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_parser_extras.cpp index 443911249dcd..3d4a72915811 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_parser_extras.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_parser_extras.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_parser_extras.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_parser_extras.h index ed29b1b1b6c6..f6f5479c395b 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_parser_extras.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_parser_extras.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_symbol_table.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_symbol_table.cpp index 0058d6f7a09a..d940f336388c 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_symbol_table.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_symbol_table.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_symbol_table.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_symbol_table.h index 88edd457cf0c..4976e000f36b 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_symbol_table.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_symbol_table.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_types.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_types.cpp index ac2df2c9460a..39cfae263561 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_types.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_types.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_types.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_types.h index 37041fb8ff6c..84b245b2df1a 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_types.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/glsl_types.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hash_table.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hash_table.cpp index d5ff7b760917..dc654fe88957 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hash_table.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hash_table.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hash_table.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hash_table.h index 73592556976c..7af79b566ae5 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hash_table.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hash_table.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hir_field_selection.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hir_field_selection.cpp index e40fc32819f3..c5cdbf80e2af 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hir_field_selection.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hir_field_selection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.cpp index 11e1bc87bc34..82b18de472e2 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // hlsl_lexer.cpp: Wraps the Flex generated file for the HLSL parser diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.inl b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.inl index b8179f1bd6ce..5b194acf23cc 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.inl +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.inl @@ -1037,7 +1037,7 @@ static yyconst flex_int16_t yy_chk[1353] = #define YY_RESTORE_YY_MORE_OFFSET #line 1 "../../../Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.ll" #line 2 "../../../Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_lexer.ll" -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.cpp index 6c3f149dc5f4..c259b03a0f90 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // hlsl_parser.cpp: Wraps the Bison generated file for the HLSL parser diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.inl b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.inl index 8fecaef94aaa..2c1e602c8a36 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.inl +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.inl @@ -76,7 +76,7 @@ /* Line 268 of yacc.c */ #line 1 "../../../Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlsl_parser.yy" -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc.cpp index c7aa376c551a..82e68dc41761 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "ShaderCompilerCommon.h" #include "hlslcc.h" diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc.h index afc5457c2e76..cc96bdda4691 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc_private.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc_private.h index 8e68e73e338c..76f16320d5e2 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc_private.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/hlslcc_private.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/imports.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/imports.h index ddc4ae8c3c99..476206c4abdd 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/imports.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/imports.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir.cpp index f8757fdaac39..a42f248baf47 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir.h index 7944eb7fd2ce..7b1e5ebc90ae 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_basic_block.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_basic_block.cpp index a8f0c5754314..6695185049a8 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_basic_block.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_basic_block.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_basic_block.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_basic_block.h index a56da1ccc45f..d5d1310124ac 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_basic_block.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_basic_block.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_clone.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_clone.cpp index 51bdedc0264e..c0a884ad47ac 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_clone.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_clone.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_constant_expression.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_constant_expression.cpp index 703465770b55..e13cb70a4a0b 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_constant_expression.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_constant_expression.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_expression_flattening.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_expression_flattening.cpp index f30c86fbd2e7..41fdbc4f0c7e 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_expression_flattening.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_expression_flattening.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_expression_flattening.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_expression_flattening.h index 40cde29d52bc..cecbb5ba3b08 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_expression_flattening.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_expression_flattening.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function.cpp index 5ce5c136efdd..1e4b5875f276 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_can_inline.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_can_inline.cpp index a46281152d72..1def758e11b2 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_can_inline.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_can_inline.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_detect_recursion.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_detect_recursion.cpp index 860a3846974d..9a516763261d 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_detect_recursion.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_detect_recursion.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_inlining.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_inlining.h index da7a84431b25..4138c5b4af20 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_inlining.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_function_inlining.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hierarchical_visitor.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hierarchical_visitor.cpp index 310ed17ffd4c..96ccdfc4c4e8 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hierarchical_visitor.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hierarchical_visitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hierarchical_visitor.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hierarchical_visitor.h index ace68ded3e29..e03c356538ac 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hierarchical_visitor.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hierarchical_visitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hv_accept.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hv_accept.cpp index 8b77c8f8b100..940e41266f3c 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hv_accept.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_hv_accept.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_import_prototypes.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_import_prototypes.cpp index 5a73a4d09d47..584742d91389 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_import_prototypes.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_import_prototypes.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_optimization.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_optimization.h index 3803f9a1aa46..73c0df940b68 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_optimization.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_optimization.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_print_visitor.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_print_visitor.cpp index a28829420ad3..897be243a5b4 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_print_visitor.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_print_visitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_print_visitor.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_print_visitor.h index 0bfa23249faa..94009e549985 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_print_visitor.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_print_visitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_rvalue_visitor.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_rvalue_visitor.cpp index 78caff1651be..1f9dc8fc14bf 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_rvalue_visitor.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_rvalue_visitor.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_rvalue_visitor.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_rvalue_visitor.h index 510f131137aa..a111fab07145 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_rvalue_visitor.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_rvalue_visitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_track_image_access.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_track_image_access.cpp index d679f992ae19..241fdd9282a5 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_track_image_access.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_track_image_access.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // ir_track_image_access.cpp: Utility functions diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_track_image_access.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_track_image_access.h index d0b745431914..54c7f5de7b0b 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_track_image_access.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_track_image_access.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_uniform.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_uniform.h index 6c88220e7f92..8e887dce08d8 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_uniform.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_uniform.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_unused_structs.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_unused_structs.cpp index 9cc4ea23365e..3f66fa989dc0 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_unused_structs.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_unused_structs.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_unused_structs.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_unused_structs.h index 7bd79c2b4dba..48447b8f456e 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_unused_structs.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_unused_structs.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_validate.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_validate.cpp index f9c09bfffa48..ef364e90aad8 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_validate.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_validate.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_variable_refcount.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_variable_refcount.cpp index 6de36ff9df0c..b69339edfec2 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_variable_refcount.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_variable_refcount.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_variable_refcount.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_variable_refcount.h index 6659824074d6..7f03f43accb8 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_variable_refcount.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_variable_refcount.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_visitor.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_visitor.h index 5bf7e9b875e3..6cc0784ddc34 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_visitor.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ir_visitor.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_analysis.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_analysis.cpp index 5466c7d4c012..da55d69b0bdb 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_analysis.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_analysis.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_analysis.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_analysis.h index 4237c25c9995..b2d4d4f2e134 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_analysis.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_analysis.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_controls.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_controls.cpp index 3b2aed3ae26d..fcc5ba4d8873 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_controls.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_controls.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_unroll.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_unroll.cpp index ac229e663891..be9101e7fd42 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_unroll.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/loop_unroll.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_clip_distance.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_clip_distance.cpp index b2cc686ad7b1..87a10dc9affa 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_clip_distance.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_clip_distance.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_discard.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_discard.cpp index e0f986a03b1f..dd3e99d7e31d 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_discard.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_discard.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_if_to_cond_assign.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_if_to_cond_assign.cpp index 47d004af1074..56a9075c906e 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_if_to_cond_assign.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_if_to_cond_assign.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_instructions.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_instructions.cpp index e3f64067a4c4..e25b564247b1 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_instructions.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_instructions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_jumps.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_jumps.cpp index ba09029aacb2..fdda196febb5 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_jumps.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_jumps.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_mat_op_to_vec.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_mat_op_to_vec.cpp index 244a37b55afd..77377e6c0565 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_mat_op_to_vec.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_mat_op_to_vec.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_noise.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_noise.cpp index 5abd431937f9..21c2b52d2b9c 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_noise.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_noise.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_output_reads.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_output_reads.cpp index f951151adf42..17544580a49c 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_output_reads.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_output_reads.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_texture_projection.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_texture_projection.cpp index 680f57566f15..b9d4f2f17b61 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_texture_projection.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_texture_projection.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_variable_index_to_cond_assign.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_variable_index_to_cond_assign.cpp index bbff06d37275..c28476486678 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_variable_index_to_cond_assign.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_variable_index_to_cond_assign.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vec_index_to_cond_assign.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vec_index_to_cond_assign.cpp index 34a4d64a7345..9dd79f9c8f09 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vec_index_to_cond_assign.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vec_index_to_cond_assign.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vec_index_to_swizzle.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vec_index_to_swizzle.cpp index 4e399ba800d7..3572c7f88bda 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vec_index_to_swizzle.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vec_index_to_swizzle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vector.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vector.cpp index c32051c5b3f0..495c28f732a6 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vector.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/lower_vector.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/macros.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/macros.h index bab19a5cfd49..2a64233926cd 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/macros.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/macros.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_algebraic.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_algebraic.cpp index 846a3fd059b6..1b68e557adc5 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_algebraic.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_algebraic.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_array_splitting.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_array_splitting.cpp index a75146e6e12b..eb0ca88a1028 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_array_splitting.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_array_splitting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_folding.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_folding.cpp index 2bca3b8582d5..0e885dae6909 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_folding.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_folding.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_propagation.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_propagation.cpp index a5381a12c7ba..3fa34d03609d 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_propagation.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_propagation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_variable.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_variable.cpp index 6a73088c6057..06880c53c7f7 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_variable.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_constant_variable.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_copy_propagation.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_copy_propagation.cpp index 808c1767a04b..d2cf730cdf21 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_copy_propagation.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_copy_propagation.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_copy_propagation_elements.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_copy_propagation_elements.cpp index c2692e2c2588..6ee0914ea1b9 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_copy_propagation_elements.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_copy_propagation_elements.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_code.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_code.cpp index 7938070b8d11..2465f95e360f 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_code.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_code.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_code_local.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_code_local.cpp index 939e40b62942..4374de201baa 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_code_local.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_code_local.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_functions.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_functions.cpp index a06da30f9c30..d8abb2d27f08 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_functions.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_dead_functions.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_discard_simplification.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_discard_simplification.cpp index bdc01413fe6e..17f8cbda5acc 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_discard_simplification.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_discard_simplification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_function_inlining.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_function_inlining.cpp index 3828f83ceed1..6815f88e3137 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_function_inlining.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_function_inlining.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_if_simplification.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_if_simplification.cpp index abac97ae7812..160c4de0bba9 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_if_simplification.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_if_simplification.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_noop_swizzle.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_noop_swizzle.cpp index 1a9db2aaf2e4..8852317cf84c 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_noop_swizzle.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_noop_swizzle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_redundant_jumps.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_redundant_jumps.cpp index 07127da4b982..cba3013bcf9f 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_redundant_jumps.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_redundant_jumps.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_structure_splitting.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_structure_splitting.cpp index a005d21602a8..349032938702 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_structure_splitting.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_structure_splitting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_swizzle_swizzle.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_swizzle_swizzle.cpp index a6a950a640d3..d32e8e2806a9 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_swizzle_swizzle.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_swizzle_swizzle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_tree_grafting.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_tree_grafting.cpp index 5234ab0770a7..85658f031f4e 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_tree_grafting.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/opt_tree_grafting.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/pp.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/pp.cpp index 89f1c61222d6..51aa60b13ac1 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/pp.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/pp.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ralloc.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ralloc.cpp index e1cd3fbd4d93..6cfce0260628 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ralloc.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ralloc.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ralloc.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ralloc.h index e0b22af35a8b..824152a191a9 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ralloc.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/ralloc.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/simple_list.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/simple_list.h index 6f84fa53b719..54ca007de5f7 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/simple_list.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/simple_list.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/strtod.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/strtod.cpp index 1d0b996485c6..81afa1af4494 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/strtod.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/strtod.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/strtod.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/strtod.h index 4b3bd61fb71c..c3094625fe46 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/strtod.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/strtod.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/symbol_table.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/symbol_table.cpp index 46dd5ec6fe6f..07f3110198fd 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/symbol_table.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/symbol_table.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/symbol_table.h b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/symbol_table.h index 18ebe99f7581..9793f33ca03c 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/symbol_table.h +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_lib/symbol_table.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. // This code is modified from that in the Mesa3D Graphics library available at // http://mesa3d.org/ diff --git a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_test/main.cpp b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_test/main.cpp index 3f6950dce1c5..b8b688b5e251 100644 --- a/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_test/main.cpp +++ b/Engine/Source/ThirdParty/hlslcc/hlslcc/src/hlslcc_test/main.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include #include diff --git a/Engine/Source/ThirdParty/jemalloc/jemalloc.Build.cs b/Engine/Source/ThirdParty/jemalloc/jemalloc.Build.cs index 86f5797c9a3f..3a7e76e47c98 100644 --- a/Engine/Source/ThirdParty/jemalloc/jemalloc.Build.cs +++ b/Engine/Source/ThirdParty/jemalloc/jemalloc.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/libJPG/UElibJPG.Build.cs b/Engine/Source/ThirdParty/libJPG/UElibJPG.Build.cs index 7900cca72b69..5aaaa792350c 100644 --- a/Engine/Source/ThirdParty/libJPG/UElibJPG.Build.cs +++ b/Engine/Source/ThirdParty/libJPG/UElibJPG.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/libOpus/libOpus.build.cs b/Engine/Source/ThirdParty/libOpus/libOpus.build.cs index 7e86f9c0f67d..957f1371eaf8 100644 --- a/Engine/Source/ThirdParty/libOpus/libOpus.build.cs +++ b/Engine/Source/ThirdParty/libOpus/libOpus.build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/ThirdParty/libPNG/UElibPNG.Build.cs b/Engine/Source/ThirdParty/libPNG/UElibPNG.Build.cs index b302eae14c97..205d8b6de09d 100644 --- a/Engine/Source/ThirdParty/libPNG/UElibPNG.Build.cs +++ b/Engine/Source/ThirdParty/libPNG/UElibPNG.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/libcurl/libcurl.Build.cs b/Engine/Source/ThirdParty/libcurl/libcurl.Build.cs index bc7e9760b9a6..8d052b2c2381 100644 --- a/Engine/Source/ThirdParty/libcurl/libcurl.Build.cs +++ b/Engine/Source/ThirdParty/libcurl/libcurl.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/llvm/llvm.Build.cs b/Engine/Source/ThirdParty/llvm/llvm.Build.cs index 2b8d97e4261a..992f14808af7 100644 --- a/Engine/Source/ThirdParty/llvm/llvm.Build.cs +++ b/Engine/Source/ThirdParty/llvm/llvm.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.IO; diff --git a/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/src/nvcore/Memory.h b/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/src/nvcore/Memory.h index f291e374b05d..7c5899111f7d 100644 --- a/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/src/nvcore/Memory.h +++ b/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/src/nvcore/Memory.h @@ -1,5 +1,5 @@ // This code is in the public domain -- castanyo@yahoo.es -// Modifications copyright 2014-2015 Epic Games, Inc. +// Modifications copyright 2014-2016 Epic Games, Inc. #ifndef NV_CORE_MEMORY_H #define NV_CORE_MEMORY_H diff --git a/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/src/nvimage/ImageIO.cpp b/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/src/nvimage/ImageIO.cpp index 2a25b1a2a912..e02ef3fe6461 100644 --- a/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/src/nvimage/ImageIO.cpp +++ b/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/src/nvimage/ImageIO.cpp @@ -1,5 +1,5 @@ // This code is in the public domain -- castanyo@yahoo.es -// Modifications copyright 2014-2015 Epic Games, Inc. +// Modifications copyright 2014-2016 Epic Games, Inc. #include #include diff --git a/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools.Build.cs b/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools.Build.cs index bb5920521faf..76a874a5968e 100644 --- a/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools.Build.cs +++ b/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/nvTriStrip/nvTriStrip.Build.cs b/Engine/Source/ThirdParty/nvTriStrip/nvTriStrip.Build.cs index 2612ddaa79e1..8ac40a8c2a26 100644 --- a/Engine/Source/ThirdParty/nvTriStrip/nvTriStrip.Build.cs +++ b/Engine/Source/ThirdParty/nvTriStrip/nvTriStrip.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/nvtesslib/inc/nvtess.h b/Engine/Source/ThirdParty/nvtesslib/inc/nvtess.h index 8e24b963cab1..40a9abc54b6b 100644 --- a/Engine/Source/ThirdParty/nvtesslib/inc/nvtess.h +++ b/Engine/Source/ThirdParty/nvtesslib/inc/nvtess.h @@ -1,4 +1,4 @@ -// Modifications copyright 2014-2015 Epic Games, Inc. All rights reserved. +// Modifications copyright 2014-2016 Epic Games, Inc. All rights reserved. #ifndef NVTESS_H #define NVTESS_H diff --git a/Engine/Source/ThirdParty/nvtesslib/src/LICENSE b/Engine/Source/ThirdParty/nvtesslib/src/LICENSE index defdb0ab6ad7..8bae3f5129a7 100755 --- a/Engine/Source/ThirdParty/nvtesslib/src/LICENSE +++ b/Engine/Source/ThirdParty/nvtesslib/src/LICENSE @@ -1,6 +1,6 @@ Copyright (c) 2010 NVIDIA Corporation. -Modifications copyright (c) 2014-2015 Epic Games, Inc. All rights reserved. +Modifications copyright (c) 2014-2016 Epic Games, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Engine/Source/ThirdParty/openexr/UEOpenExr.Build.cs b/Engine/Source/ThirdParty/openexr/UEOpenExr.Build.cs index 635a95e46533..9d07fcaf3b1c 100644 --- a/Engine/Source/ThirdParty/openexr/UEOpenExr.Build.cs +++ b/Engine/Source/ThirdParty/openexr/UEOpenExr.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/portmidi/portmidi.Build.cs b/Engine/Source/ThirdParty/portmidi/portmidi.Build.cs index 85ab694e8aea..fc6e41cfe1f6 100644 --- a/Engine/Source/ThirdParty/portmidi/portmidi.Build.cs +++ b/Engine/Source/ThirdParty/portmidi/portmidi.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Engine/Source/ThirdParty/zlib/zlib.Build.cs b/Engine/Source/ThirdParty/zlib/zlib.Build.cs index c40d1ad0bdaf..4b766bacd5cc 100644 --- a/Engine/Source/ThirdParty/zlib/zlib.Build.cs +++ b/Engine/Source/ThirdParty/zlib/zlib.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class zlib : ModuleRules diff --git a/Engine/Source/UE4Client.Target.cs b/Engine/Source/UE4Client.Target.cs index 7d2000bc48e1..a408f3529981 100644 --- a/Engine/Source/UE4Client.Target.cs +++ b/Engine/Source/UE4Client.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/UE4Editor.Target.cs b/Engine/Source/UE4Editor.Target.cs index 66aa6ca98b2d..d237289ef1a0 100644 --- a/Engine/Source/UE4Editor.Target.cs +++ b/Engine/Source/UE4Editor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/UE4Game.Target.cs b/Engine/Source/UE4Game.Target.cs index ec9ddb50936d..bfddad946350 100644 --- a/Engine/Source/UE4Game.Target.cs +++ b/Engine/Source/UE4Game.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Engine/Source/UE4Server.Target.cs b/Engine/Source/UE4Server.Target.cs index 012ff0fe0579..44b70ac6552b 100644 --- a/Engine/Source/UE4Server.Target.cs +++ b/Engine/Source/UE4Server.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/GenerateProjectFiles.command b/GenerateProjectFiles.command index ebb5140b193c..5f29eb3ad23b 100755 --- a/GenerateProjectFiles.command +++ b/GenerateProjectFiles.command @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. # # Simple wrapper around GenerateProjectFiles.sh using the # .command extension enables it to be run from the OSX Finder. diff --git a/GenerateProjectFiles.sh b/GenerateProjectFiles.sh index ad1ce02203fd..fad1d46be99b 100755 --- a/GenerateProjectFiles.sh +++ b/GenerateProjectFiles.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. set -e diff --git a/Setup.command b/Setup.command index 219fe4da0903..22923767385c 100755 --- a/Setup.command +++ b/Setup.command @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. # # Simple wrapper around Setup.sh using the # .command extension enables it to be run from the OSX Finder. diff --git a/Setup.sh b/Setup.sh index 4ee0077bc751..e9923c7f400e 100755 --- a/Setup.sh +++ b/Setup.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +# Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. set -e diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson.Target.cs b/Templates/FP_FirstPerson/Source/FP_FirstPerson.Target.cs index 4a975e5dfd75..00c5564ee3da 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson.Target.cs +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.Build.cs b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.Build.cs index 748548715233..cd10fb91b98a 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.Build.cs +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.cpp b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.cpp index 77619e55d8ea..3f2a26f1fa32 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.cpp +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FP_FirstPerson.h" diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.h b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.h index 7ce675a00054..5fed24b48677 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.h +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPerson.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __FP_FIRSTPERSON_H__ #define __FP_FIRSTPERSON_H__ diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonCharacter.cpp b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonCharacter.cpp index 84b96fad5886..5dcc746d6f66 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonCharacter.cpp +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonCharacter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FP_FirstPerson.h" #include "FP_FirstPersonCharacter.h" diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonCharacter.h b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonCharacter.h index a7261ee267ca..8c4c7fc205cb 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonCharacter.h +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Character.h" #include "FP_FirstPersonCharacter.generated.h" diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonGameMode.cpp b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonGameMode.cpp index bf4bd861d068..0df87f5bb274 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonGameMode.cpp +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FP_FirstPerson.h" #include "FP_FirstPersonGameMode.h" diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonGameMode.h b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonGameMode.h index 1806231fc050..6fba7e28d64b 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonGameMode.h +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "FP_FirstPersonGameMode.generated.h" diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonHUD.cpp b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonHUD.cpp index 1bba074ece7e..58b17c90a190 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonHUD.cpp +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonHUD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "FP_FirstPerson.h" #include "FP_FirstPersonHUD.h" diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonHUD.h b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonHUD.h index 121622ad4e80..7faaf0a0fab2 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonHUD.h +++ b/Templates/FP_FirstPerson/Source/FP_FirstPerson/FP_FirstPersonHUD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/HUD.h" #include "FP_FirstPersonHUD.generated.h" diff --git a/Templates/FP_FirstPerson/Source/FP_FirstPersonEditor.Target.cs b/Templates/FP_FirstPerson/Source/FP_FirstPersonEditor.Target.cs index 501fab813daa..5de0e592a9db 100644 --- a/Templates/FP_FirstPerson/Source/FP_FirstPersonEditor.Target.cs +++ b/Templates/FP_FirstPerson/Source/FP_FirstPersonEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller.Target.cs b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller.Target.cs index e02e0a662979..e0e15c08bf50 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller.Target.cs +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.Build.cs b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.Build.cs index a93e7f650313..49e9cff3b91b 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.Build.cs +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.cpp b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.cpp index 0ab9a91b3489..5b97c0dacd2e 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.cpp +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_2DSideScroller.h" diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.h b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.h index 02e1335b14f7..b58ee895e75a 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.h +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScroller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerCharacter.cpp b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerCharacter.cpp index 19c442d249f4..e9b26fda503c 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerCharacter.cpp +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerCharacter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_2DSideScroller.h" #include "TP_2DSideScrollerCharacter.h" diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerCharacter.h b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerCharacter.h index b647df765da2..4b85950f7b69 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerCharacter.h +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerGameMode.cpp b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerGameMode.cpp index f7a755215c63..d9d89d262963 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerGameMode.cpp +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_2DSideScroller.h" #include "TP_2DSideScrollerGameMode.h" diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerGameMode.h b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerGameMode.h index 063709f375fa..943c085c82c8 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerGameMode.h +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScroller/TP_2DSideScrollerGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" diff --git a/Templates/TP_2DSideScroller/Source/TP_2DSideScrollerEditor.Target.cs b/Templates/TP_2DSideScroller/Source/TP_2DSideScrollerEditor.Target.cs index 3fd3dab7d495..2a5887481810 100644 --- a/Templates/TP_2DSideScroller/Source/TP_2DSideScrollerEditor.Target.cs +++ b/Templates/TP_2DSideScroller/Source/TP_2DSideScrollerEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson.Target.cs b/Templates/TP_FirstPerson/Source/TP_FirstPerson.Target.cs index 7dd5dd435c17..626b4a2d4f21 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson.Target.cs +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.Build.cs b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.Build.cs index c3b75ba57477..a74481af123a 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.Build.cs +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.cpp b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.cpp index 27150a90cb54..736e70a82c84 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.cpp +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_FirstPerson.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.h b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.h index f4edc6526025..3f1f5d9713e1 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.h +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPerson.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_FIRSTPERSON_H__ #define __TP_FIRSTPERSON_H__ diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonCharacter.cpp b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonCharacter.cpp index 72735213923f..5a3caaa759a8 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonCharacter.cpp +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonCharacter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_FirstPerson.h" #include "TP_FirstPersonCharacter.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonCharacter.h b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonCharacter.h index 7ae7115d2c67..1d19770b0553 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonCharacter.h +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Character.h" #include "TP_FirstPersonCharacter.generated.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonGameMode.cpp b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonGameMode.cpp index 9a4fa7bb3227..3bcba2e08f40 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonGameMode.cpp +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_FirstPerson.h" #include "TP_FirstPersonGameMode.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonGameMode.h b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonGameMode.h index 22942b7854b7..13769bfd6d3d 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonGameMode.h +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_FirstPersonGameMode.generated.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonHUD.cpp b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonHUD.cpp index 9fbe2a2f4e7f..7dd439de6afe 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonHUD.cpp +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonHUD.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_FirstPerson.h" #include "TP_FirstPersonHUD.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonHUD.h b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonHUD.h index 1f679411dc0d..066e8d9ce49b 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonHUD.h +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonHUD.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/HUD.h" #include "TP_FirstPersonHUD.generated.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonProjectile.cpp b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonProjectile.cpp index 86ce0e2edb5b..cf5234ab4996 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonProjectile.cpp +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonProjectile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_FirstPerson.h" #include "TP_FirstPersonProjectile.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonProjectile.h b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonProjectile.h index 4245af1817f2..bffa1a1b74b0 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonProjectile.h +++ b/Templates/TP_FirstPerson/Source/TP_FirstPerson/TP_FirstPersonProjectile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" #include "TP_FirstPersonProjectile.generated.h" diff --git a/Templates/TP_FirstPerson/Source/TP_FirstPersonEditor.Target.cs b/Templates/TP_FirstPerson/Source/TP_FirstPersonEditor.Target.cs index db1d3ca562af..bd3be5ad963c 100644 --- a/Templates/TP_FirstPerson/Source/TP_FirstPersonEditor.Target.cs +++ b/Templates/TP_FirstPerson/Source/TP_FirstPersonEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_Flying/Source/TP_Flying.Target.cs b/Templates/TP_Flying/Source/TP_Flying.Target.cs index 2f2b00465631..9f58c161b3f6 100644 --- a/Templates/TP_Flying/Source/TP_Flying.Target.cs +++ b/Templates/TP_Flying/Source/TP_Flying.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_Flying/Source/TP_Flying/TP_Flying.Build.cs b/Templates/TP_Flying/Source/TP_Flying/TP_Flying.Build.cs index e12f702f8407..266af9cb9fc1 100644 --- a/Templates/TP_Flying/Source/TP_Flying/TP_Flying.Build.cs +++ b/Templates/TP_Flying/Source/TP_Flying/TP_Flying.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_Flying/Source/TP_Flying/TP_Flying.cpp b/Templates/TP_Flying/Source/TP_Flying/TP_Flying.cpp index fbf35066bda8..9bd556dfb2d6 100644 --- a/Templates/TP_Flying/Source/TP_Flying/TP_Flying.cpp +++ b/Templates/TP_Flying/Source/TP_Flying/TP_Flying.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Flying.h" diff --git a/Templates/TP_Flying/Source/TP_Flying/TP_Flying.h b/Templates/TP_Flying/Source/TP_Flying/TP_Flying.h index 5cf06dd6f133..f2aae4963413 100644 --- a/Templates/TP_Flying/Source/TP_Flying/TP_Flying.h +++ b/Templates/TP_Flying/Source/TP_Flying/TP_Flying.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_FLYING_H__ #define __TP_FLYING_H__ diff --git a/Templates/TP_Flying/Source/TP_Flying/TP_FlyingGameMode.cpp b/Templates/TP_Flying/Source/TP_Flying/TP_FlyingGameMode.cpp index d40443c2d945..af2239a31dc1 100644 --- a/Templates/TP_Flying/Source/TP_Flying/TP_FlyingGameMode.cpp +++ b/Templates/TP_Flying/Source/TP_Flying/TP_FlyingGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Flying.h" #include "TP_FlyingGameMode.h" diff --git a/Templates/TP_Flying/Source/TP_Flying/TP_FlyingGameMode.h b/Templates/TP_Flying/Source/TP_Flying/TP_FlyingGameMode.h index 8c5b12df750d..3a82fe64935b 100644 --- a/Templates/TP_Flying/Source/TP_Flying/TP_FlyingGameMode.h +++ b/Templates/TP_Flying/Source/TP_Flying/TP_FlyingGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_FlyingGameMode.generated.h" diff --git a/Templates/TP_Flying/Source/TP_Flying/TP_FlyingPawn.cpp b/Templates/TP_Flying/Source/TP_Flying/TP_FlyingPawn.cpp index e5ece014cc1d..373dd0d93a24 100644 --- a/Templates/TP_Flying/Source/TP_Flying/TP_FlyingPawn.cpp +++ b/Templates/TP_Flying/Source/TP_Flying/TP_FlyingPawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Flying.h" #include "TP_FlyingPawn.h" diff --git a/Templates/TP_Flying/Source/TP_Flying/TP_FlyingPawn.h b/Templates/TP_Flying/Source/TP_Flying/TP_FlyingPawn.h index 98da5ca75471..b46989102d4b 100644 --- a/Templates/TP_Flying/Source/TP_Flying/TP_FlyingPawn.h +++ b/Templates/TP_Flying/Source/TP_Flying/TP_FlyingPawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Pawn.h" #include "TP_FlyingPawn.generated.h" diff --git a/Templates/TP_Flying/Source/TP_FlyingEditor.Target.cs b/Templates/TP_Flying/Source/TP_FlyingEditor.Target.cs index a32636f8a10e..a62965ac7835 100644 --- a/Templates/TP_Flying/Source/TP_FlyingEditor.Target.cs +++ b/Templates/TP_Flying/Source/TP_FlyingEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle.Target.cs b/Templates/TP_Puzzle/Source/TP_Puzzle.Target.cs index 7afb9d98b355..d47c5ea222f9 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle.Target.cs +++ b/Templates/TP_Puzzle/Source/TP_Puzzle.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.Build.cs b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.Build.cs index a11d25625125..9a12924bbc4d 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.Build.cs +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.cpp b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.cpp index e197e65fe1fc..aa06e4f2d07c 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.cpp +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Puzzle.h" diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.h b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.h index bd0e32d0f3a9..ea8a79dbdff1 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.h +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_Puzzle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_PUZZLE_H__ #define __TP_PUZZLE_H__ diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlock.cpp b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlock.cpp index bfc05dbaf272..2c6ad849de1a 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlock.cpp +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlock.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Puzzle.h" #include "TP_PuzzleBlock.h" diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlock.h b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlock.h index 88020e086e1e..cbddb2a6c953 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlock.h +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlock.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" #include "TP_PuzzleBlock.generated.h" diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlockGrid.cpp b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlockGrid.cpp index f236c06a1021..63f3ac88eb37 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlockGrid.cpp +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlockGrid.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Puzzle.h" #include "TP_PuzzleBlockGrid.h" diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlockGrid.h b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlockGrid.h index 280201033139..693e12a8ca80 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlockGrid.h +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleBlockGrid.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" #include "TP_PuzzleBlockGrid.generated.h" diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleGameMode.cpp b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleGameMode.cpp index bf3e637173c3..91d1ba7c5a14 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleGameMode.cpp +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Puzzle.h" #include "TP_PuzzleGameMode.h" diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleGameMode.h b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleGameMode.h index ab497187415c..ca7caae9320d 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleGameMode.h +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzleGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_PuzzleGameMode.generated.h" diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzlePlayerController.cpp b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzlePlayerController.cpp index cec83448211c..a1e862d1c21a 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzlePlayerController.cpp +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzlePlayerController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Puzzle.h" #include "TP_PuzzlePlayerController.h" diff --git a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzlePlayerController.h b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzlePlayerController.h index 650cf2fdfaa8..60bfc1205f3f 100644 --- a/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzlePlayerController.h +++ b/Templates/TP_Puzzle/Source/TP_Puzzle/TP_PuzzlePlayerController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/PlayerController.h" #include "TP_PuzzlePlayerController.generated.h" diff --git a/Templates/TP_Puzzle/Source/TP_PuzzleEditor.Target.cs b/Templates/TP_Puzzle/Source/TP_PuzzleEditor.Target.cs index bff470b35e67..8042b32d3261 100644 --- a/Templates/TP_Puzzle/Source/TP_PuzzleEditor.Target.cs +++ b/Templates/TP_Puzzle/Source/TP_PuzzleEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_Rolling/Source/TP_Rolling.Target.cs b/Templates/TP_Rolling/Source/TP_Rolling.Target.cs index e8a306fe78bf..165de6ad3312 100644 --- a/Templates/TP_Rolling/Source/TP_Rolling.Target.cs +++ b/Templates/TP_Rolling/Source/TP_Rolling.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.Build.cs b/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.Build.cs index 82304a1818ac..df7d1cdf0031 100644 --- a/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.Build.cs +++ b/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.cpp b/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.cpp index 65d162cf493c..4fdf82bf50e9 100644 --- a/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.cpp +++ b/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Rolling.h" diff --git a/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.h b/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.h index 9d911a982a91..db4a3b29495e 100644 --- a/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.h +++ b/Templates/TP_Rolling/Source/TP_Rolling/TP_Rolling.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_ROLLING_H__ #define __TP_ROLLING_H__ diff --git a/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingBall.cpp b/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingBall.cpp index adc3b04435f6..5331d8929c6b 100644 --- a/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingBall.cpp +++ b/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingBall.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Rolling.h" #include "TP_RollingBall.h" diff --git a/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingBall.h b/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingBall.h index 1561383daba5..0df90765189f 100644 --- a/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingBall.h +++ b/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingBall.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Pawn.h" #include "TP_RollingBall.generated.h" diff --git a/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingGameMode.cpp b/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingGameMode.cpp index 98af7da630ce..98fd91af2631 100644 --- a/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingGameMode.cpp +++ b/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Rolling.h" #include "TP_RollingGameMode.h" diff --git a/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingGameMode.h b/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingGameMode.h index acd6d190c2e5..98d764f3ce72 100644 --- a/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingGameMode.h +++ b/Templates/TP_Rolling/Source/TP_Rolling/TP_RollingGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_RollingGameMode.generated.h" diff --git a/Templates/TP_Rolling/Source/TP_RollingEditor.Target.cs b/Templates/TP_Rolling/Source/TP_RollingEditor.Target.cs index 301a2f8c9f4d..09fec924f86a 100644 --- a/Templates/TP_Rolling/Source/TP_RollingEditor.Target.cs +++ b/Templates/TP_Rolling/Source/TP_RollingEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_SideScroller/Source/TP_SideScroller.Target.cs b/Templates/TP_SideScroller/Source/TP_SideScroller.Target.cs index b60fbdeaee42..bb3fa8e7bb28 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScroller.Target.cs +++ b/Templates/TP_SideScroller/Source/TP_SideScroller.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.Build.cs b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.Build.cs index 41290b45afbe..5c214cae8a9d 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.Build.cs +++ b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.cpp b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.cpp index 2bb80c9f4256..b455e5e8bd30 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.cpp +++ b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_SideScroller.h" diff --git a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.h b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.h index 6bddf65d78a2..52c154723d70 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.h +++ b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScroller.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_SIDESCROLLER_H__ #define __TP_SIDESCROLLER_H__ diff --git a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerCharacter.cpp b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerCharacter.cpp index a8c428ec335c..ab66c9a0a5f7 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerCharacter.cpp +++ b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerCharacter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_SideScroller.h" #include "TP_SideScrollerCharacter.h" diff --git a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerCharacter.h b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerCharacter.h index 71e5ec59404e..c6ac287817f3 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerCharacter.h +++ b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Character.h" #include "TP_SideScrollerCharacter.generated.h" diff --git a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerGameMode.cpp b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerGameMode.cpp index 7430e18a277d..96877b0c1b29 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerGameMode.cpp +++ b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_SideScroller.h" #include "TP_SideScrollerGameMode.h" diff --git a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerGameMode.h b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerGameMode.h index 210be5367df6..75976e2d8c0a 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerGameMode.h +++ b/Templates/TP_SideScroller/Source/TP_SideScroller/TP_SideScrollerGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_SideScrollerGameMode.generated.h" diff --git a/Templates/TP_SideScroller/Source/TP_SideScrollerEditor.Target.cs b/Templates/TP_SideScroller/Source/TP_SideScrollerEditor.Target.cs index a64b31b5b0de..cf9dbc601a6e 100644 --- a/Templates/TP_SideScroller/Source/TP_SideScrollerEditor.Target.cs +++ b/Templates/TP_SideScroller/Source/TP_SideScrollerEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson.Target.cs b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson.Target.cs index 2457f3f0bcd4..d1549e8fb4b8 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson.Target.cs +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.Build.cs b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.Build.cs index 08079379e0ea..1c770e878da1 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.Build.cs +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.cpp b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.cpp index a6fcce61da8c..f4c30dc533f9 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.cpp +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_ThirdPerson.h" diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.h b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.h index 2471e2410821..e10f7035b55c 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.h +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPerson.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_THIRDPERSON_H__ #define __TP_THIRDPERSON_H__ diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonCharacter.cpp b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonCharacter.cpp index e425bde9b3cf..e7cb2cd90f4b 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonCharacter.cpp +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonCharacter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_ThirdPerson.h" #include "TP_ThirdPersonCharacter.h" diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonCharacter.h b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonCharacter.h index 6e6a8b071f7e..e22ac37836de 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonCharacter.h +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Character.h" #include "TP_ThirdPersonCharacter.generated.h" diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonGameMode.cpp b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonGameMode.cpp index a7aefb540a1f..116014079fd3 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonGameMode.cpp +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_ThirdPerson.h" #include "TP_ThirdPersonGameMode.h" diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonGameMode.h b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonGameMode.h index e6516d7ba766..6d5f4bbf3656 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonGameMode.h +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPerson/TP_ThirdPersonGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_ThirdPersonGameMode.generated.h" diff --git a/Templates/TP_ThirdPerson/Source/TP_ThirdPersonEditor.Target.cs b/Templates/TP_ThirdPerson/Source/TP_ThirdPersonEditor.Target.cs index 891cd9b54767..75e72e3b8672 100644 --- a/Templates/TP_ThirdPerson/Source/TP_ThirdPersonEditor.Target.cs +++ b/Templates/TP_ThirdPerson/Source/TP_ThirdPersonEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_TopDown/Source/TP_TopDown.Target.cs b/Templates/TP_TopDown/Source/TP_TopDown.Target.cs index 78e17a5fc9e3..8b830a3f72a6 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown.Target.cs +++ b/Templates/TP_TopDown/Source/TP_TopDown.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.Build.cs b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.Build.cs index a955c88f1911..56283b2dde8a 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.Build.cs +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.cpp b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.cpp index 128c58125548..3a05cd875847 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.cpp +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_TopDown.h" diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.h b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.h index b3fee2023333..4048e97a6513 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.h +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDown.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_TOPDOWN_H__ #define __TP_TOPDOWN_H__ diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownCharacter.cpp b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownCharacter.cpp index b9eda58f1f56..023174fe55e3 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownCharacter.cpp +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownCharacter.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_TopDown.h" #include "TP_TopDownCharacter.h" diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownCharacter.h b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownCharacter.h index 73fc99ca44c2..2e15030bd51c 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownCharacter.h +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownCharacter.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Character.h" #include "TP_TopDownCharacter.generated.h" diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownGameMode.cpp b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownGameMode.cpp index c44d3f50b3e2..3a989ec1ec81 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownGameMode.cpp +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_TopDown.h" #include "TP_TopDownGameMode.h" diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownGameMode.h b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownGameMode.h index dbf808403171..43378d6a3e26 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownGameMode.h +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_TopDownGameMode.generated.h" diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownPlayerController.cpp b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownPlayerController.cpp index af22ce53a7d0..90ad47d10b4f 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownPlayerController.cpp +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownPlayerController.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_TopDown.h" #include "TP_TopDownPlayerController.h" diff --git a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownPlayerController.h b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownPlayerController.h index 5a8af5023fba..9831508a67b8 100644 --- a/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownPlayerController.h +++ b/Templates/TP_TopDown/Source/TP_TopDown/TP_TopDownPlayerController.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/PlayerController.h" #include "TP_TopDownPlayerController.generated.h" diff --git a/Templates/TP_TopDown/Source/TP_TopDownEditor.Target.cs b/Templates/TP_TopDown/Source/TP_TopDownEditor.Target.cs index d4a894b14582..0b2e721a5e6d 100644 --- a/Templates/TP_TopDown/Source/TP_TopDownEditor.Target.cs +++ b/Templates/TP_TopDown/Source/TP_TopDownEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick.Target.cs b/Templates/TP_TwinStick/Source/TP_TwinStick.Target.cs index 2ced999c4f7e..475c4dfdd5b8 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick.Target.cs +++ b/Templates/TP_TwinStick/Source/TP_TwinStick.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.Build.cs b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.Build.cs index ead83cf6a4ae..3a544f9f64ce 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.Build.cs +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.cpp b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.cpp index 0908905ea610..1db7e3f847ff 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.cpp +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_TwinStick.h" diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.h b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.h index fe8c9caedc54..4156e5acf378 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.h +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStick.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_TWINSTICK_H__ #define __TP_TWINSTICK_H__ diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickGameMode.cpp b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickGameMode.cpp index fbbdd36ceca8..af6e17886e73 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickGameMode.cpp +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_TwinStick.h" #include "TP_TwinStickGameMode.h" diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickGameMode.h b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickGameMode.h index f91dec74d4a7..0e6a1122bfc9 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickGameMode.h +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickPawn.cpp b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickPawn.cpp index e546d25a81cf..7e2ae671bb5d 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickPawn.cpp +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickPawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_TwinStick.h" #include "TP_TwinStickPawn.h" diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickPawn.h b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickPawn.h index e63248a58e88..bafabf665ef2 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickPawn.h +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickPawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Character.h" diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickProjectile.cpp b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickProjectile.cpp index e5568862398a..516af97b22c2 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickProjectile.cpp +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickProjectile.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserve +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserve #include "TP_TwinStick.h" #include "TP_TwinStickProjectile.h" diff --git a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickProjectile.h b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickProjectile.h index f92da2f3a29f..383f54a82346 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickProjectile.h +++ b/Templates/TP_TwinStick/Source/TP_TwinStick/TP_TwinStickProjectile.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" diff --git a/Templates/TP_TwinStick/Source/TP_TwinStickEditor.Target.cs b/Templates/TP_TwinStick/Source/TP_TwinStickEditor.Target.cs index e94fe086da88..cb53854bf3a3 100644 --- a/Templates/TP_TwinStick/Source/TP_TwinStickEditor.Target.cs +++ b/Templates/TP_TwinStick/Source/TP_TwinStickEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle.Target.cs b/Templates/TP_Vehicle/Source/TP_Vehicle.Target.cs index d3cd87906d7d..41eb06d25b54 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle.Target.cs +++ b/Templates/TP_Vehicle/Source/TP_Vehicle.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.Build.cs b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.Build.cs index 1b89e62499ae..00d6008f2d16 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.Build.cs +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.cpp b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.cpp index ad5ddd9af211..9cfa9b3770b1 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.cpp +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Vehicle.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.h b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.h index a75ab6970b45..3e904a817c0b 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.h +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_Vehicle.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_VEHICLE_H__ #define __TP_VEHICLE_H__ diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleGameMode.cpp b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleGameMode.cpp index 4bd19a78f855..180f688e8409 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleGameMode.cpp +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Vehicle.h" #include "TP_VehicleGameMode.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleGameMode.h b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleGameMode.h index 604f26237e48..c417ebee0108 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleGameMode.h +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_VehicleGameMode.generated.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleHud.cpp b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleHud.cpp index 24b2f25ed458..5790f1ca9777 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleHud.cpp +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleHud.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Vehicle.h" #include "TP_VehicleHud.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleHud.h b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleHud.h index 0750dd1d8c3f..ea654611c96b 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleHud.h +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleHud.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/HUD.h" #include "TP_VehicleHud.generated.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehiclePawn.cpp b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehiclePawn.cpp index 01b400d24b73..2ca3dfaf2daa 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehiclePawn.cpp +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehiclePawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Vehicle.h" #include "TP_VehiclePawn.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehiclePawn.h b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehiclePawn.h index 60e890eed2ac..2001e8a0ad95 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehiclePawn.h +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehiclePawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/WheeledVehicle.h" #include "TP_VehiclePawn.generated.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelFront.cpp b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelFront.cpp index 8f99a2cd0fc9..f4c50f79e322 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelFront.cpp +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelFront.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Vehicle.h" #include "TP_VehicleWheelFront.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelFront.h b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelFront.h index 8fc593c9dae6..d1c7cb0f7f03 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelFront.h +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelFront.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Vehicles/VehicleWheel.h" #include "TP_VehicleWheelFront.generated.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelRear.cpp b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelRear.cpp index 1feeab54c036..10f1b9c85b85 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelRear.cpp +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelRear.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_Vehicle.h" #include "TP_VehicleWheelRear.h" diff --git a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelRear.h b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelRear.h index b6b8eb06bc31..84ad2535a85b 100644 --- a/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelRear.h +++ b/Templates/TP_Vehicle/Source/TP_Vehicle/TP_VehicleWheelRear.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Vehicles/VehicleWheel.h" #include "TP_VehicleWheelRear.generated.h" diff --git a/Templates/TP_Vehicle/Source/TP_VehicleEditor.Target.cs b/Templates/TP_Vehicle/Source/TP_VehicleEditor.Target.cs index 9945bf624530..8de200f4951e 100644 --- a/Templates/TP_Vehicle/Source/TP_VehicleEditor.Target.cs +++ b/Templates/TP_Vehicle/Source/TP_VehicleEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv.Target.cs b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv.Target.cs index efd98da0f3f0..2474c43e4607 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv.Target.cs +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.Build.cs b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.Build.cs index 782af4083d58..9102731d4bd7 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.Build.cs +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.Build.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.cpp b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.cpp index 460d079f3619..e0676d13c7f7 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.cpp +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_VehicleAdv.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.h b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.h index f403fc3242bf..201f97d3080d 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.h +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdv.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #ifndef __TP_VehicleAdvADV_H__ #define __TP_VehicleAdvADV_H__ diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvGameMode.cpp b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvGameMode.cpp index d95eed87e043..db22259cf898 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvGameMode.cpp +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvGameMode.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_VehicleAdv.h" #include "TP_VehicleAdvGameMode.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvGameMode.h b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvGameMode.h index dbcc0ce5c8b2..13f9b21c0877 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvGameMode.h +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvGameMode.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "TP_VehicleAdvGameMode.generated.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvHud.cpp b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvHud.cpp index 8aeef78a1d85..4f53290c0522 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvHud.cpp +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvHud.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_VehicleAdv.h" #include "TP_VehicleAdvHud.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvHud.h b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvHud.h index b3ba55d32cb1..10535cbde9cf 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvHud.h +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvHud.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/HUD.h" #include "TP_VehicleAdvHud.generated.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvPawn.cpp b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvPawn.cpp index cdd8f9328bff..0daacbd6415a 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvPawn.cpp +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvPawn.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_VehicleAdv.h" #include "TP_VehicleAdvPawn.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvPawn.h b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvPawn.h index 599bd6477b3e..c6931fec5d25 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvPawn.h +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvPawn.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/WheeledVehicle.h" #include "TP_VehicleAdvPawn.generated.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelFront.cpp b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelFront.cpp index 75bc5e864fc7..d1547f2ed41f 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelFront.cpp +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelFront.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_VehicleAdv.h" #include "TP_VehicleAdvWheelFront.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelFront.h b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelFront.h index c37a0b90744a..4a6042b9f5d8 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelFront.h +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelFront.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Vehicles/VehicleWheel.h" #include "TP_VehicleAdvWheelFront.generated.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelRear.cpp b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelRear.cpp index 89c07c6efcf0..7731c166bbaf 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelRear.cpp +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelRear.cpp @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "TP_VehicleAdv.h" #include "TP_VehicleAdvWheelRear.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelRear.h b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelRear.h index 2106e364f447..bdfb2465354a 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelRear.h +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdv/TP_VehicleAdvWheelRear.h @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "Vehicles/VehicleWheel.h" #include "TP_VehicleAdvWheelRear.generated.h" diff --git a/Templates/TP_VehicleAdv/Source/TP_VehicleAdvEditor.Target.cs b/Templates/TP_VehicleAdv/Source/TP_VehicleAdvEditor.Target.cs index 5e60ea3d32ba..e74a8e2fee26 100644 --- a/Templates/TP_VehicleAdv/Source/TP_VehicleAdvEditor.Target.cs +++ b/Templates/TP_VehicleAdv/Source/TP_VehicleAdvEditor.Target.cs @@ -1,4 +1,4 @@ -// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. +// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic;