From 1ac13de4b25cb2d98df27edaa50b1b45f82b1a7d Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 1 Jul 2018 00:48:36 +0100 Subject: [PATCH] Remove byte order marks from C# files. --- OpenRA.Game/Graphics/Model.cs | 2 +- OpenRA.Game/HotkeyDefinition.cs | 2 +- OpenRA.Game/Primitives/Int32Matrix4x4.cs | 2 +- OpenRA.Game/Primitives/PlayerDictionary.cs | 2 +- OpenRA.Game/Primitives/ReadOnlyAdapterStream.cs | 2 +- OpenRA.Game/Primitives/ZipFileHelper.cs | 2 +- OpenRA.Game/Support/ExceptionHandler.cs | 2 +- OpenRA.Mods.Cnc/Graphics/VoxelModelSequenceLoader.cs | 2 +- OpenRA.Mods.Cnc/Traits/EnergyWall.cs | 2 +- OpenRA.Mods.Common/Activities/DeployForGrantedCondition.cs | 2 +- OpenRA.Mods.Common/Activities/UndeployForGrantedCondition.cs | 2 +- OpenRA.Mods.Common/ActorInitializer.cs | 2 +- OpenRA.Mods.Common/Traits/ChangesTerrain.cs | 2 +- OpenRA.Mods.Common/Traits/CommandBarBlacklist.cs | 2 +- OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnAttack.cs | 2 +- .../Traits/Conditions/GrantExternalConditionToCrusher.cs | 2 +- OpenRA.Mods.Common/Traits/Conditions/GrantRandomCondition.cs | 2 +- OpenRA.Mods.Common/Traits/Replaceable.cs | 2 +- OpenRA.Mods.Common/Traits/Replacement.cs | 2 +- OpenRA.Mods.Common/Traits/TooltipDescription.cs | 2 +- OpenRA.Mods.Common/UpdateRules/Rules/AddShakeToBridge.cs | 2 +- .../UpdateRules/Rules/ChangeIntensityToDuration.cs | 2 +- OpenRA.Mods.Common/UpdateRules/Rules/IgnoreAbstractActors.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/LintInterfaces.cs | 2 +- OpenRA.Mods.Common/Widgets/Logic/DirectConnectLogic.cs | 2 +- OpenRA.Platforms.Default/Sdl2GraphicsContext.cs | 2 +- OpenRA.Platforms.Default/Sdl2HardwareCursor.cs | 2 +- OpenRA.Platforms.Default/ThreadedGraphicsContext.cs | 2 +- OpenRA.StyleCheck/Program.cs | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/OpenRA.Game/Graphics/Model.cs b/OpenRA.Game/Graphics/Model.cs index b594c77272..d4d1010cdb 100644 --- a/OpenRA.Game/Graphics/Model.cs +++ b/OpenRA.Game/Graphics/Model.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.Game/HotkeyDefinition.cs b/OpenRA.Game/HotkeyDefinition.cs index 997c164064..51d3b4385b 100644 --- a/OpenRA.Game/HotkeyDefinition.cs +++ b/OpenRA.Game/HotkeyDefinition.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.Game/Primitives/Int32Matrix4x4.cs b/OpenRA.Game/Primitives/Int32Matrix4x4.cs index 6a6068bffd..85289242ac 100644 --- a/OpenRA.Game/Primitives/Int32Matrix4x4.cs +++ b/OpenRA.Game/Primitives/Int32Matrix4x4.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.Game/Primitives/PlayerDictionary.cs b/OpenRA.Game/Primitives/PlayerDictionary.cs index c35402f442..eb0d3b72b1 100644 --- a/OpenRA.Game/Primitives/PlayerDictionary.cs +++ b/OpenRA.Game/Primitives/PlayerDictionary.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.Game/Primitives/ReadOnlyAdapterStream.cs b/OpenRA.Game/Primitives/ReadOnlyAdapterStream.cs index 5ab073ad9b..16f00a96ee 100644 --- a/OpenRA.Game/Primitives/ReadOnlyAdapterStream.cs +++ b/OpenRA.Game/Primitives/ReadOnlyAdapterStream.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.Game/Primitives/ZipFileHelper.cs b/OpenRA.Game/Primitives/ZipFileHelper.cs index 12b1d28cc7..21a050ee8e 100644 --- a/OpenRA.Game/Primitives/ZipFileHelper.cs +++ b/OpenRA.Game/Primitives/ZipFileHelper.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.Game/Support/ExceptionHandler.cs b/OpenRA.Game/Support/ExceptionHandler.cs index bf8dbb9252..0422a6c56d 100644 --- a/OpenRA.Game/Support/ExceptionHandler.cs +++ b/OpenRA.Game/Support/ExceptionHandler.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.Cnc/Graphics/VoxelModelSequenceLoader.cs b/OpenRA.Mods.Cnc/Graphics/VoxelModelSequenceLoader.cs index 0c550c7d0d..1cb9aa0579 100644 --- a/OpenRA.Mods.Cnc/Graphics/VoxelModelSequenceLoader.cs +++ b/OpenRA.Mods.Cnc/Graphics/VoxelModelSequenceLoader.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.Cnc/Traits/EnergyWall.cs b/OpenRA.Mods.Cnc/Traits/EnergyWall.cs index 8c8db6eb6f..a4ae2fc25b 100644 --- a/OpenRA.Mods.Cnc/Traits/EnergyWall.cs +++ b/OpenRA.Mods.Cnc/Traits/EnergyWall.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/Activities/DeployForGrantedCondition.cs b/OpenRA.Mods.Common/Activities/DeployForGrantedCondition.cs index ae0a9d0ea7..72700e6aef 100644 --- a/OpenRA.Mods.Common/Activities/DeployForGrantedCondition.cs +++ b/OpenRA.Mods.Common/Activities/DeployForGrantedCondition.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/Activities/UndeployForGrantedCondition.cs b/OpenRA.Mods.Common/Activities/UndeployForGrantedCondition.cs index ae47b91041..9f87d16e81 100644 --- a/OpenRA.Mods.Common/Activities/UndeployForGrantedCondition.cs +++ b/OpenRA.Mods.Common/Activities/UndeployForGrantedCondition.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/ActorInitializer.cs b/OpenRA.Mods.Common/ActorInitializer.cs index d8d3ce53d8..e3c823d975 100644 --- a/OpenRA.Mods.Common/ActorInitializer.cs +++ b/OpenRA.Mods.Common/ActorInitializer.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/ChangesTerrain.cs b/OpenRA.Mods.Common/Traits/ChangesTerrain.cs index 24cb719db3..3244639508 100644 --- a/OpenRA.Mods.Common/Traits/ChangesTerrain.cs +++ b/OpenRA.Mods.Common/Traits/ChangesTerrain.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/CommandBarBlacklist.cs b/OpenRA.Mods.Common/Traits/CommandBarBlacklist.cs index 5cd7246c94..8aa566c676 100644 --- a/OpenRA.Mods.Common/Traits/CommandBarBlacklist.cs +++ b/OpenRA.Mods.Common/Traits/CommandBarBlacklist.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/GrantConditionOnAttack.cs b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnAttack.cs index a23dcc2fda..dbaa5cfa7a 100644 --- a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnAttack.cs +++ b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnAttack.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/GrantExternalConditionToCrusher.cs b/OpenRA.Mods.Common/Traits/Conditions/GrantExternalConditionToCrusher.cs index 545214346a..8a04184789 100644 --- a/OpenRA.Mods.Common/Traits/Conditions/GrantExternalConditionToCrusher.cs +++ b/OpenRA.Mods.Common/Traits/Conditions/GrantExternalConditionToCrusher.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/GrantRandomCondition.cs b/OpenRA.Mods.Common/Traits/Conditions/GrantRandomCondition.cs index f035376f50..5568a8106e 100644 --- a/OpenRA.Mods.Common/Traits/Conditions/GrantRandomCondition.cs +++ b/OpenRA.Mods.Common/Traits/Conditions/GrantRandomCondition.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/Replaceable.cs b/OpenRA.Mods.Common/Traits/Replaceable.cs index 4d2f0f122c..b7a600f04f 100644 --- a/OpenRA.Mods.Common/Traits/Replaceable.cs +++ b/OpenRA.Mods.Common/Traits/Replaceable.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/Replacement.cs b/OpenRA.Mods.Common/Traits/Replacement.cs index 5edc764dea..0d0a99c71f 100644 --- a/OpenRA.Mods.Common/Traits/Replacement.cs +++ b/OpenRA.Mods.Common/Traits/Replacement.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/TooltipDescription.cs b/OpenRA.Mods.Common/Traits/TooltipDescription.cs index 8815dc89db..11e6458834 100644 --- a/OpenRA.Mods.Common/Traits/TooltipDescription.cs +++ b/OpenRA.Mods.Common/Traits/TooltipDescription.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/AddShakeToBridge.cs b/OpenRA.Mods.Common/UpdateRules/Rules/AddShakeToBridge.cs index 1a1f9f7f4a..573b782e56 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/AddShakeToBridge.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/AddShakeToBridge.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/ChangeIntensityToDuration.cs b/OpenRA.Mods.Common/UpdateRules/Rules/ChangeIntensityToDuration.cs index ed0f00d915..305b7b6f6a 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/ChangeIntensityToDuration.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/ChangeIntensityToDuration.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/IgnoreAbstractActors.cs b/OpenRA.Mods.Common/UpdateRules/Rules/IgnoreAbstractActors.cs index f9c5da7982..67a5dd2007 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/IgnoreAbstractActors.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/IgnoreAbstractActors.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/UtilityCommands/LintInterfaces.cs b/OpenRA.Mods.Common/UtilityCommands/LintInterfaces.cs index 020d75d8ae..6094b3b65d 100644 --- a/OpenRA.Mods.Common/UtilityCommands/LintInterfaces.cs +++ b/OpenRA.Mods.Common/UtilityCommands/LintInterfaces.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/Widgets/Logic/DirectConnectLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/DirectConnectLogic.cs index 366b4f1e2a..688d385c28 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/DirectConnectLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/DirectConnectLogic.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.Platforms.Default/Sdl2GraphicsContext.cs b/OpenRA.Platforms.Default/Sdl2GraphicsContext.cs index ac1a8ad322..6bfbf394e8 100644 --- a/OpenRA.Platforms.Default/Sdl2GraphicsContext.cs +++ b/OpenRA.Platforms.Default/Sdl2GraphicsContext.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.Platforms.Default/Sdl2HardwareCursor.cs b/OpenRA.Platforms.Default/Sdl2HardwareCursor.cs index d9ae10e07c..5ebcb1699d 100644 --- a/OpenRA.Platforms.Default/Sdl2HardwareCursor.cs +++ b/OpenRA.Platforms.Default/Sdl2HardwareCursor.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.Platforms.Default/ThreadedGraphicsContext.cs b/OpenRA.Platforms.Default/ThreadedGraphicsContext.cs index 47ed4eff28..80f91103ba 100644 --- a/OpenRA.Platforms.Default/ThreadedGraphicsContext.cs +++ b/OpenRA.Platforms.Default/ThreadedGraphicsContext.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.StyleCheck/Program.cs b/OpenRA.StyleCheck/Program.cs index aad5b6f4ae..4935383fd8 100644 --- a/OpenRA.StyleCheck/Program.cs +++ b/OpenRA.StyleCheck/Program.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, and is made available under the terms of the MS-PL license.