From 89051d40e8d63a5963722e4b5de9afce583d67e8 Mon Sep 17 00:00:00 2001 From: Andre Mohren Date: Thu, 8 Nov 2018 10:21:59 +0100 Subject: [PATCH] Remove utf8 BOM. --- OpenRA.Game/LocalPlayerProfile.cs | 2 +- OpenRA.Mods.Common/Lint/CheckNotifications.cs | 2 +- OpenRA.Mods.Common/SpriteLoaders/PngSheetLoader.cs | 2 +- OpenRA.Mods.Common/Traits/CarryableHarvester.cs | 2 +- .../Traits/Conditions/GrantConditionOnProduction.cs | 2 +- .../UpdateRules/Rules/20171014/AddNukeLaunchAnimation.cs | 2 +- .../UpdateRules/Rules/20171014/CapturableChanges.cs | 2 +- .../UpdateRules/Rules/20171014/ChangeBuildableArea.cs | 2 +- .../UpdateRules/Rules/20171014/ChangeCanPowerDown.cs | 2 +- .../UpdateRules/Rules/20171014/DecoupleSelfReloading.cs | 2 +- .../Rules/20171014/DropPauseAnimationWhenDisabled.cs | 2 +- .../UpdateRules/Rules/20171014/MoveVisualBounds.cs | 2 +- OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveIDisable.cs | 2 +- .../UpdateRules/Rules/20171014/RemoveOutOfAmmo.cs | 2 +- .../UpdateRules/Rules/20171014/RemovePlayerPaletteTileset.cs | 2 +- .../UpdateRules/Rules/20171014/RenameWithTurreted.cs | 2 +- .../UpdateRules/Rules/20171014/ReplaceCanPowerDown.cs | 2 +- .../UpdateRules/Rules/20171014/ReplaceRequiresPower.cs | 2 +- .../UpdateRules/Rules/20171014/ReworkCheckboxes.cs | 2 +- OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealth.cs | 2 +- .../UpdateRules/Rules/20171014/ScaleModHealthBy10.cs | 2 +- .../UpdateRules/Rules/20171014/ScaleModHealthBy100.cs | 2 +- .../Rules/20171014/ScaleSupportPowerSecondsToTicks.cs | 2 +- .../UpdateRules/Rules/20171014/SplitGateFromBuilding.cs | 2 +- .../20180307/RemoveCanUndeployFromGrantConditionOnDeploy.cs | 2 +- .../UpdateRules/Rules/20180923/AddCarryableHarvester.cs | 2 +- .../UpdateRules/Rules/20180923/RenameCrateActionNotification.cs | 2 +- .../UpdateRules/Rules/20180923/RequireProductionType.cs | 2 +- OpenRA.Mods.D2k/Warheads/DamagesConcreteWarhead.cs | 2 +- OpenRA.Test/OpenRA.Game/CPosTest.cs | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/OpenRA.Game/LocalPlayerProfile.cs b/OpenRA.Game/LocalPlayerProfile.cs index 03d72f0485..c6bbfbc53f 100644 --- a/OpenRA.Game/LocalPlayerProfile.cs +++ b/OpenRA.Game/LocalPlayerProfile.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/Lint/CheckNotifications.cs b/OpenRA.Mods.Common/Lint/CheckNotifications.cs index c20f593ae9..1ce6359132 100644 --- a/OpenRA.Mods.Common/Lint/CheckNotifications.cs +++ b/OpenRA.Mods.Common/Lint/CheckNotifications.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/SpriteLoaders/PngSheetLoader.cs b/OpenRA.Mods.Common/SpriteLoaders/PngSheetLoader.cs index 13a9870cfd..6a6aa452de 100644 --- a/OpenRA.Mods.Common/SpriteLoaders/PngSheetLoader.cs +++ b/OpenRA.Mods.Common/SpriteLoaders/PngSheetLoader.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/Traits/CarryableHarvester.cs b/OpenRA.Mods.Common/Traits/CarryableHarvester.cs index 1289ae31cf..bc331a9b69 100644 --- a/OpenRA.Mods.Common/Traits/CarryableHarvester.cs +++ b/OpenRA.Mods.Common/Traits/CarryableHarvester.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnProduction.cs b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnProduction.cs index 377cf378cb..058e579f31 100644 --- a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnProduction.cs +++ b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnProduction.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/AddNukeLaunchAnimation.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/AddNukeLaunchAnimation.cs index 1f8e546350..e3cd9b736e 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/AddNukeLaunchAnimation.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/AddNukeLaunchAnimation.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/CapturableChanges.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/CapturableChanges.cs index 1c4b1ee0ab..355e066183 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/CapturableChanges.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/CapturableChanges.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ChangeBuildableArea.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ChangeBuildableArea.cs index 2249ef6019..96d2c867a1 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ChangeBuildableArea.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ChangeBuildableArea.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ChangeCanPowerDown.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ChangeCanPowerDown.cs index e56635d339..f929422089 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ChangeCanPowerDown.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ChangeCanPowerDown.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/DecoupleSelfReloading.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/DecoupleSelfReloading.cs index 6804b4672e..2825a78285 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/DecoupleSelfReloading.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/DecoupleSelfReloading.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/DropPauseAnimationWhenDisabled.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/DropPauseAnimationWhenDisabled.cs index b76dda0ef5..ef4bc4260d 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/DropPauseAnimationWhenDisabled.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/DropPauseAnimationWhenDisabled.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/MoveVisualBounds.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/MoveVisualBounds.cs index 432876dd19..56180576f4 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/MoveVisualBounds.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/MoveVisualBounds.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveIDisable.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveIDisable.cs index 9d116d6a1b..764bd60b14 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveIDisable.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveIDisable.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveOutOfAmmo.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveOutOfAmmo.cs index 920906f529..70d1300297 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveOutOfAmmo.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemoveOutOfAmmo.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemovePlayerPaletteTileset.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemovePlayerPaletteTileset.cs index 22584e2a80..aca2ffd148 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemovePlayerPaletteTileset.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RemovePlayerPaletteTileset.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RenameWithTurreted.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RenameWithTurreted.cs index 40182f1676..9d2db6af6e 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RenameWithTurreted.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/RenameWithTurreted.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReplaceCanPowerDown.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReplaceCanPowerDown.cs index 11b0cdf83e..ee3483af8d 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReplaceCanPowerDown.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReplaceCanPowerDown.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReplaceRequiresPower.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReplaceRequiresPower.cs index 85edc99281..29ad4ee2ac 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReplaceRequiresPower.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReplaceRequiresPower.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReworkCheckboxes.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReworkCheckboxes.cs index 4ee1a679d1..1d10b52db8 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReworkCheckboxes.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ReworkCheckboxes.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealth.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealth.cs index 2542cd7f1f..213787ac28 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealth.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealth.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealthBy10.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealthBy10.cs index 7c41d91e77..08d15dbd29 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealthBy10.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealthBy10.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealthBy100.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealthBy100.cs index 6cfece9d94..513b1f4b7b 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealthBy100.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleModHealthBy100.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleSupportPowerSecondsToTicks.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleSupportPowerSecondsToTicks.cs index c17f927620..c109fae745 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleSupportPowerSecondsToTicks.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/ScaleSupportPowerSecondsToTicks.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/SplitGateFromBuilding.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/SplitGateFromBuilding.cs index 6b02bce035..ca99a13540 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20171014/SplitGateFromBuilding.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20171014/SplitGateFromBuilding.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20180307/RemoveCanUndeployFromGrantConditionOnDeploy.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20180307/RemoveCanUndeployFromGrantConditionOnDeploy.cs index dd072785ac..afc209c92d 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20180307/RemoveCanUndeployFromGrantConditionOnDeploy.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20180307/RemoveCanUndeployFromGrantConditionOnDeploy.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20180923/AddCarryableHarvester.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20180923/AddCarryableHarvester.cs index 4a9c4b5915..c31d9c991f 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20180923/AddCarryableHarvester.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20180923/AddCarryableHarvester.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20180923/RenameCrateActionNotification.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20180923/RenameCrateActionNotification.cs index cc845002ed..ecaa62d0b1 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20180923/RenameCrateActionNotification.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20180923/RenameCrateActionNotification.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20180923/RequireProductionType.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20180923/RequireProductionType.cs index 46b00458d0..a407c68362 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20180923/RequireProductionType.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20180923/RequireProductionType.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Mods.D2k/Warheads/DamagesConcreteWarhead.cs b/OpenRA.Mods.D2k/Warheads/DamagesConcreteWarhead.cs index 7792e02a9b..c388129c90 100644 --- a/OpenRA.Mods.D2k/Warheads/DamagesConcreteWarhead.cs +++ b/OpenRA.Mods.D2k/Warheads/DamagesConcreteWarhead.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made diff --git a/OpenRA.Test/OpenRA.Game/CPosTest.cs b/OpenRA.Test/OpenRA.Game/CPosTest.cs index 62dc560af0..e408ce9084 100644 --- a/OpenRA.Test/OpenRA.Game/CPosTest.cs +++ b/OpenRA.Test/OpenRA.Game/CPosTest.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2018 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made