From 8ca61aa917363d0a447a9925b9bbf5b7b8270828 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Fri, 9 Jan 2015 20:17:49 +0100 Subject: [PATCH] Updated all year numbers --- OpenRA.Editor/ActorPropertiesDialog.cs | 2 +- OpenRA.Editor/ActorTemplate.cs | 2 +- OpenRA.Editor/ActorTool.cs | 2 +- OpenRA.Editor/BrushTool.cs | 2 +- OpenRA.Editor/ErrorListDialog.Designer.cs | 2 +- OpenRA.Editor/ErrorListDialog.cs | 2 +- OpenRA.Editor/Form1.Designer.cs | 2 +- OpenRA.Editor/Form1.cs | 2 +- OpenRA.Editor/ITool.cs | 2 +- OpenRA.Editor/MapSelect.Designer.cs | 2 +- OpenRA.Editor/MapSelect.cs | 2 +- OpenRA.Editor/NewMapDialog.Designer.cs | 2 +- OpenRA.Editor/NewMapDialog.cs | 2 +- OpenRA.Editor/Program.cs | 2 +- OpenRA.Editor/PropertiesDialog.Designer.cs | 2 +- OpenRA.Editor/PropertiesDialog.cs | 2 +- OpenRA.Editor/RenderUtils.cs | 2 +- OpenRA.Editor/ResizeDialog.Designer.cs | 2 +- OpenRA.Editor/ResizeDialog.cs | 2 +- OpenRA.Editor/ResourceTool.cs | 2 +- OpenRA.Editor/Surface.cs | 2 +- OpenRA.Editor/TileSetRenderer.cs | 2 +- OpenRA.Game/Activities/Activity.cs | 2 +- OpenRA.Game/Activities/CallFunc.cs | 2 +- OpenRA.Game/Actor.cs | 2 +- OpenRA.Game/CPos.cs | 2 +- OpenRA.Game/CVec.cs | 2 +- OpenRA.Game/Download.cs | 2 +- OpenRA.Game/Effects/DelayedAction.cs | 2 +- OpenRA.Game/Effects/FlashTarget.cs | 2 +- OpenRA.Game/Effects/IEffect.cs | 2 +- OpenRA.Game/Effects/SpriteEffect.cs | 2 +- OpenRA.Game/Exts.cs | 2 +- OpenRA.Game/FieldLoader.cs | 2 +- OpenRA.Game/FieldSaver.cs | 2 +- OpenRA.Game/FileFormats/AudLoader.cs | 2 +- OpenRA.Game/FileFormats/Blast.cs | 2 +- OpenRA.Game/FileFormats/Blowfish.cs | 2 +- OpenRA.Game/FileFormats/BlowfishKeyProvider.cs | 2 +- OpenRA.Game/FileFormats/CRC32.cs | 2 +- OpenRA.Game/FileFormats/Format2.cs | 2 +- OpenRA.Game/FileFormats/Format40.cs | 2 +- OpenRA.Game/FileFormats/Format80.cs | 2 +- OpenRA.Game/FileFormats/HvaReader.cs | 2 +- OpenRA.Game/FileFormats/ImaAdpcmLoader.cs | 2 +- OpenRA.Game/FileFormats/IniFile.cs | 2 +- OpenRA.Game/FileFormats/PngLoader.cs | 2 +- OpenRA.Game/FileFormats/ReplayMetadata.cs | 2 +- OpenRA.Game/FileFormats/VqaReader.cs | 2 +- OpenRA.Game/FileFormats/VxlReader.cs | 2 +- OpenRA.Game/FileFormats/WavLoader.cs | 2 +- OpenRA.Game/FileFormats/XccGlobalDatabase.cs | 2 +- OpenRA.Game/FileFormats/XccLocalDatabase.cs | 2 +- OpenRA.Game/FileSystem/BigFile.cs | 2 +- OpenRA.Game/FileSystem/D2kSoundResources.cs | 2 +- OpenRA.Game/FileSystem/Folder.cs | 2 +- OpenRA.Game/FileSystem/GlobalFileSystem.cs | 2 +- OpenRA.Game/FileSystem/InstallShieldPackage.cs | 2 +- OpenRA.Game/FileSystem/MixFile.cs | 2 +- OpenRA.Game/FileSystem/PackageEntry.cs | 2 +- OpenRA.Game/FileSystem/Pak.cs | 2 +- OpenRA.Game/FileSystem/ZipFile.cs | 2 +- OpenRA.Game/Game.cs | 2 +- OpenRA.Game/GameInformation.cs | 2 +- OpenRA.Game/GameRules/ActorInfo.cs | 2 +- OpenRA.Game/GameRules/DamageWarhead.cs | 2 +- OpenRA.Game/GameRules/MusicInfo.cs | 2 +- OpenRA.Game/GameRules/Ruleset.cs | 2 +- OpenRA.Game/GameRules/RulesetCache.cs | 2 +- OpenRA.Game/GameRules/SoundInfo.cs | 2 +- OpenRA.Game/GameRules/Warhead.cs | 2 +- OpenRA.Game/GameRules/WeaponInfo.cs | 2 +- OpenRA.Game/Graphics/Animation.cs | 2 +- OpenRA.Game/Graphics/AnimationWithOffset.cs | 2 +- OpenRA.Game/Graphics/ChromeProvider.cs | 2 +- OpenRA.Game/Graphics/CursorProvider.cs | 2 +- OpenRA.Game/Graphics/CursorSequence.cs | 2 +- OpenRA.Game/Graphics/HSLColor.cs | 2 +- OpenRA.Game/Graphics/HardwareCursor.cs | 2 +- OpenRA.Game/Graphics/HardwarePalette.cs | 2 +- OpenRA.Game/Graphics/IGraphicsDevice.cs | 2 +- OpenRA.Game/Graphics/LineRenderer.cs | 2 +- OpenRA.Game/Graphics/MappedImage.cs | 2 +- OpenRA.Game/Graphics/Minimap.cs | 2 +- OpenRA.Game/Graphics/Palette.cs | 2 +- OpenRA.Game/Graphics/PlayerColorRemap.cs | 2 +- OpenRA.Game/Graphics/QuadRenderer.cs | 2 +- OpenRA.Game/Graphics/Renderable.cs | 2 +- OpenRA.Game/Graphics/Renderer.cs | 2 +- OpenRA.Game/Graphics/SelectionBarsRenderable.cs | 2 +- OpenRA.Game/Graphics/SelectionBoxRenderable.cs | 2 +- OpenRA.Game/Graphics/Sequence.cs | 2 +- OpenRA.Game/Graphics/SequenceProvider.cs | 2 +- OpenRA.Game/Graphics/Sheet.cs | 2 +- OpenRA.Game/Graphics/SheetBuilder.cs | 2 +- OpenRA.Game/Graphics/SoftwareCursor.cs | 2 +- OpenRA.Game/Graphics/Sprite.cs | 2 +- OpenRA.Game/Graphics/SpriteFont.cs | 2 +- OpenRA.Game/Graphics/SpriteLoader.cs | 2 +- OpenRA.Game/Graphics/SpriteRenderer.cs | 2 +- OpenRA.Game/Graphics/TargetLineRenderable.cs | 2 +- OpenRA.Game/Graphics/TerrainRenderer.cs | 2 +- OpenRA.Game/Graphics/Theater.cs | 2 +- OpenRA.Game/Graphics/UISpriteRenderable.cs | 2 +- OpenRA.Game/Graphics/Util.cs | 2 +- OpenRA.Game/Graphics/Vertex.cs | 2 +- OpenRA.Game/Graphics/Viewport.cs | 2 +- OpenRA.Game/Graphics/Voxel.cs | 2 +- OpenRA.Game/Graphics/VoxelAnimation.cs | 2 +- OpenRA.Game/Graphics/VoxelLoader.cs | 2 +- OpenRA.Game/Graphics/VoxelProvider.cs | 2 +- OpenRA.Game/Graphics/VoxelRenderer.cs | 2 +- OpenRA.Game/Graphics/WorldRenderer.cs | 2 +- OpenRA.Game/Group.cs | 2 +- OpenRA.Game/IUtilityCommand.cs | 2 +- OpenRA.Game/Input/Hotkey.cs | 2 +- OpenRA.Game/Input/IInputHandler.cs | 2 +- OpenRA.Game/Input/InputHandler.cs | 2 +- OpenRA.Game/Input/Keycode.cs | 2 +- OpenRA.Game/InstallUtils.cs | 2 +- OpenRA.Game/MPos.cs | 2 +- OpenRA.Game/Manifest.cs | 2 +- OpenRA.Game/Map/ActorInitializer.cs | 2 +- OpenRA.Game/Map/ActorReference.cs | 2 +- OpenRA.Game/Map/CellLayer.cs | 2 +- OpenRA.Game/Map/CellRegion.cs | 2 +- OpenRA.Game/Map/Map.cs | 2 +- OpenRA.Game/Map/MapCache.cs | 2 +- OpenRA.Game/Map/MapPreview.cs | 2 +- OpenRA.Game/Map/PlayerReference.cs | 2 +- OpenRA.Game/Map/SmudgeReference.cs | 2 +- OpenRA.Game/Map/TileReference.cs | 2 +- OpenRA.Game/Map/TileSet.cs | 2 +- OpenRA.Game/MiniYaml.cs | 2 +- OpenRA.Game/ModData.cs | 2 +- OpenRA.Game/ModMetadata.cs | 2 +- OpenRA.Game/Network/Connection.cs | 2 +- OpenRA.Game/Network/FrameData.cs | 2 +- OpenRA.Game/Network/GameServer.cs | 2 +- OpenRA.Game/Network/Handshake.cs | 2 +- OpenRA.Game/Network/Order.cs | 2 +- OpenRA.Game/Network/OrderIO.cs | 2 +- OpenRA.Game/Network/OrderManager.cs | 2 +- OpenRA.Game/Network/ReplayConnection.cs | 2 +- OpenRA.Game/Network/ReplayRecorderConnection.cs | 2 +- OpenRA.Game/Network/Session.cs | 2 +- OpenRA.Game/Network/SyncReport.cs | 2 +- OpenRA.Game/Network/UPnP.cs | 2 +- OpenRA.Game/Network/UnitOrders.cs | 2 +- OpenRA.Game/ObjectCreator.cs | 2 +- OpenRA.Game/Orders/GenericSelectTarget.cs | 2 +- OpenRA.Game/Orders/IOrderGenerator.cs | 2 +- OpenRA.Game/Orders/UnitOrderGenerator.cs | 2 +- OpenRA.Game/Platform.cs | 2 +- OpenRA.Game/Player.cs | 2 +- OpenRA.Game/Primitives/ActionQueue.cs | 2 +- OpenRA.Game/Primitives/Bits.cs | 2 +- OpenRA.Game/Primitives/Cache.cs | 2 +- OpenRA.Game/Primitives/DisposableAction.cs | 2 +- OpenRA.Game/Primitives/IObservableCollection.cs | 2 +- OpenRA.Game/Primitives/ObservableCollection.cs | 2 +- OpenRA.Game/Primitives/ObservableDictionary.cs | 2 +- OpenRA.Game/Primitives/Pair.cs | 2 +- OpenRA.Game/Primitives/PriorityQueue.cs | 2 +- OpenRA.Game/Primitives/ReadOnlyDictionary.cs | 2 +- OpenRA.Game/Primitives/ReadOnlyList.cs | 2 +- OpenRA.Game/Primitives/TypeDictionary.cs | 2 +- OpenRA.Game/Primitives/float2.cs | 2 +- OpenRA.Game/Primitives/int2.cs | 2 +- OpenRA.Game/Scripting/ScriptActorInterface.cs | 2 +- OpenRA.Game/Scripting/ScriptContext.cs | 2 +- OpenRA.Game/Scripting/ScriptMemberExts.cs | 2 +- OpenRA.Game/Scripting/ScriptMemberWrapper.cs | 2 +- OpenRA.Game/Scripting/ScriptObjectWrapper.cs | 2 +- OpenRA.Game/Scripting/ScriptPlayerInterface.cs | 2 +- OpenRA.Game/Scripting/ScriptTypes.cs | 2 +- OpenRA.Game/Selection.cs | 2 +- OpenRA.Game/Server/Connection.cs | 2 +- OpenRA.Game/Server/Exts.cs | 2 +- OpenRA.Game/Server/ProtocolVersion.cs | 2 +- OpenRA.Game/Server/Server.cs | 2 +- OpenRA.Game/Server/ServerOrder.cs | 2 +- OpenRA.Game/Server/TraitInterfaces.cs | 2 +- OpenRA.Game/Settings.cs | 2 +- OpenRA.Game/Sound/NullSound.cs | 2 +- OpenRA.Game/Sound/OpenAlSound.cs | 2 +- OpenRA.Game/Sound/Sound.cs | 2 +- OpenRA.Game/Sound/SoundDevice.cs | 2 +- OpenRA.Game/StreamExts.cs | 2 +- OpenRA.Game/Support/Arguments.cs | 2 +- OpenRA.Game/Support/Evaluator.cs | 2 +- OpenRA.Game/Support/Log.cs | 2 +- OpenRA.Game/Support/MersenneTwister.cs | 2 +- OpenRA.Game/Support/PerfHistory.cs | 2 +- OpenRA.Game/Support/PerfTimer.cs | 2 +- OpenRA.Game/Support/Program.cs | 2 +- OpenRA.Game/Sync.cs | 2 +- OpenRA.Game/TraitDictionary.cs | 2 +- OpenRA.Game/Traits/Armor.cs | 2 +- OpenRA.Game/Traits/BodyOrientation.cs | 2 +- OpenRA.Game/Traits/CreatesShroud.cs | 2 +- OpenRA.Game/Traits/DebugPauseState.cs | 2 +- OpenRA.Game/Traits/DrawLineToTarget.cs | 2 +- OpenRA.Game/Traits/EditorAppearance.cs | 2 +- OpenRA.Game/Traits/EditorTilesetFilter.cs | 2 +- OpenRA.Game/Traits/Health.cs | 2 +- OpenRA.Game/Traits/LintAttributes.cs | 2 +- OpenRA.Game/Traits/Player/DeveloperMode.cs | 2 +- OpenRA.Game/Traits/Player/FixedColorPalette.cs | 2 +- OpenRA.Game/Traits/Player/FrozenActorLayer.cs | 2 +- OpenRA.Game/Traits/Player/PlayerColorPalette.cs | 2 +- OpenRA.Game/Traits/Player/PlayerHighlightPalette.cs | 2 +- OpenRA.Game/Traits/Player/PlayerResources.cs | 2 +- OpenRA.Game/Traits/RejectsOrders.cs | 2 +- OpenRA.Game/Traits/RevealsShroud.cs | 2 +- OpenRA.Game/Traits/Selectable.cs | 2 +- OpenRA.Game/Traits/SelectionDecorations.cs | 2 +- OpenRA.Game/Traits/Target.cs | 2 +- OpenRA.Game/Traits/TraitsInterfaces.cs | 2 +- OpenRA.Game/Traits/Util.cs | 2 +- OpenRA.Game/Traits/ValidateOrder.cs | 2 +- OpenRA.Game/Traits/World/ActorMap.cs | 2 +- OpenRA.Game/Traits/World/Country.cs | 2 +- OpenRA.Game/Traits/World/ResourceType.cs | 2 +- OpenRA.Game/Traits/World/ScreenMap.cs | 2 +- OpenRA.Game/Traits/World/ScreenShaker.cs | 2 +- OpenRA.Game/Traits/World/Shroud.cs | 2 +- OpenRA.Game/WAngle.cs | 2 +- OpenRA.Game/WPos.cs | 2 +- OpenRA.Game/WRange.cs | 2 +- OpenRA.Game/WRot.cs | 2 +- OpenRA.Game/WVec.cs | 2 +- OpenRA.Game/Widgets/BackgroundWidget.cs | 2 +- OpenRA.Game/Widgets/ButtonWidget.cs | 2 +- OpenRA.Game/Widgets/ChatDisplayWidget.cs | 2 +- OpenRA.Game/Widgets/CheckboxWidget.cs | 2 +- OpenRA.Game/Widgets/ChromeMetrics.cs | 2 +- OpenRA.Game/Widgets/ClientTooltipRegionWidget.cs | 2 +- OpenRA.Game/Widgets/ColorBlockWidget.cs | 2 +- OpenRA.Game/Widgets/DropDownButtonWidget.cs | 2 +- OpenRA.Game/Widgets/GridLayout.cs | 2 +- OpenRA.Game/Widgets/HotkeyEntryWidget.cs | 2 +- OpenRA.Game/Widgets/ImageWidget.cs | 2 +- OpenRA.Game/Widgets/LabelWidget.cs | 2 +- OpenRA.Game/Widgets/LineGraphWidget.cs | 2 +- OpenRA.Game/Widgets/ListLayout.cs | 2 +- OpenRA.Game/Widgets/MapPreviewWidget.cs | 2 +- OpenRA.Game/Widgets/PasswordFieldWidget.cs | 2 +- OpenRA.Game/Widgets/PerfGraphWidget.cs | 2 +- OpenRA.Game/Widgets/ProgressBarWidget.cs | 2 +- OpenRA.Game/Widgets/RGBASpriteWidget.cs | 2 +- OpenRA.Game/Widgets/RootWidget.cs | 2 +- OpenRA.Game/Widgets/ScrollItemWidget.cs | 2 +- OpenRA.Game/Widgets/ScrollPanelWidget.cs | 2 +- OpenRA.Game/Widgets/SliderWidget.cs | 2 +- OpenRA.Game/Widgets/SpriteSequenceWidget.cs | 2 +- OpenRA.Game/Widgets/SpriteWidget.cs | 2 +- OpenRA.Game/Widgets/TextFieldWidget.cs | 2 +- OpenRA.Game/Widgets/TooltipContainerWidget.cs | 2 +- OpenRA.Game/Widgets/ViewportControllerWidget.cs | 2 +- OpenRA.Game/Widgets/VqaPlayerWidget.cs | 2 +- OpenRA.Game/Widgets/Widget.cs | 2 +- OpenRA.Game/Widgets/WidgetLoader.cs | 2 +- OpenRA.Game/Widgets/WidgetUtils.cs | 2 +- OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs | 2 +- OpenRA.Game/World.cs | 2 +- OpenRA.Game/WorldUtils.cs | 2 +- OpenRA.GameMonitor/GameMonitor.cs | 2 +- OpenRA.Mods.Cnc/Activities/HarvesterDockSequence.cs | 2 +- OpenRA.Mods.Cnc/CncLoadScreen.cs | 2 +- OpenRA.Mods.Cnc/Effects/IonCannon.cs | 2 +- OpenRA.Mods.Cnc/Traits/AttackPopupTurreted.cs | 2 +- OpenRA.Mods.Cnc/Traits/Buildings/ProductionAirdrop.cs | 2 +- OpenRA.Mods.Cnc/Traits/Buildings/TiberiumRefinery.cs | 2 +- OpenRA.Mods.Cnc/Traits/PoisonedByTiberium.cs | 2 +- OpenRA.Mods.Cnc/Traits/Render/RenderGunboat.cs | 2 +- OpenRA.Mods.Cnc/Traits/Render/WithCargo.cs | 2 +- OpenRA.Mods.Cnc/Traits/Render/WithDeliveryAnimation.cs | 2 +- OpenRA.Mods.Cnc/Traits/Render/WithFire.cs | 2 +- OpenRA.Mods.Cnc/Traits/Render/WithRoof.cs | 2 +- OpenRA.Mods.Cnc/Traits/SpawnViceroid.cs | 2 +- OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs | 2 +- OpenRA.Mods.Cnc/Widgets/Logic/CncMainMenuLogic.cs | 2 +- OpenRA.Mods.Cnc/Widgets/Logic/ProductionTabsLogic.cs | 2 +- OpenRA.Mods.Common/Activities/Air/FallToEarth.cs | 2 +- OpenRA.Mods.Common/Activities/Air/Fly.cs | 2 +- OpenRA.Mods.Common/Activities/Air/FlyAttack.cs | 2 +- OpenRA.Mods.Common/Activities/Air/FlyFollow.cs | 2 +- OpenRA.Mods.Common/Activities/Air/FlyTimed.cs | 2 +- OpenRA.Mods.Common/Activities/Air/HeliAttack.cs | 2 +- OpenRA.Mods.Common/Activities/Air/HeliFly.cs | 2 +- OpenRA.Mods.Common/Activities/Air/HeliFlyCircle.cs | 2 +- OpenRA.Mods.Common/Activities/Air/HeliLand.cs | 2 +- OpenRA.Mods.Common/Activities/Air/HeliReturn.cs | 2 +- OpenRA.Mods.Common/Activities/Air/Land.cs | 2 +- OpenRA.Mods.Common/Activities/Air/ResupplyAircraft.cs | 2 +- OpenRA.Mods.Common/Activities/Air/ReturnToBase.cs | 2 +- OpenRA.Mods.Common/Activities/Air/TakeOff.cs | 2 +- OpenRA.Mods.Common/Activities/Attack.cs | 2 +- OpenRA.Mods.Common/Activities/Enter.cs | 2 +- OpenRA.Mods.Common/Activities/EnterTransport.cs | 2 +- OpenRA.Mods.Common/Activities/Heal.cs | 2 +- OpenRA.Mods.Common/Activities/Hunt.cs | 2 +- OpenRA.Mods.Common/Activities/Move/AttackMoveActivity.cs | 2 +- OpenRA.Mods.Common/Activities/Move/Drag.cs | 2 +- OpenRA.Mods.Common/Activities/Move/Follow.cs | 2 +- OpenRA.Mods.Common/Activities/Move/Move.cs | 2 +- OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs | 2 +- OpenRA.Mods.Common/Activities/Move/MoveWithinRange.cs | 2 +- OpenRA.Mods.Common/Activities/Rearm.cs | 2 +- OpenRA.Mods.Common/Activities/RemoveSelf.cs | 2 +- OpenRA.Mods.Common/Activities/Repair.cs | 2 +- OpenRA.Mods.Common/Activities/RepairBuilding.cs | 2 +- OpenRA.Mods.Common/Activities/Sell.cs | 2 +- OpenRA.Mods.Common/Activities/SimpleTeleport.cs | 2 +- OpenRA.Mods.Common/Activities/Turn.cs | 2 +- OpenRA.Mods.Common/Activities/UnloadCargo.cs | 2 +- OpenRA.Mods.Common/Activities/Wait.cs | 2 +- OpenRA.Mods.Common/ActorExts.cs | 2 +- OpenRA.Mods.Common/Commands/ChatCommands.cs | 2 +- OpenRA.Mods.Common/Commands/DevCommands.cs | 2 +- OpenRA.Mods.Common/Commands/HelpCommand.cs | 2 +- OpenRA.Mods.Common/Commands/PlayerCommands.cs | 2 +- OpenRA.Mods.Common/Effects/Beacon.cs | 2 +- OpenRA.Mods.Common/Effects/Bullet.cs | 2 +- OpenRA.Mods.Common/Effects/Contrail.cs | 2 +- OpenRA.Mods.Common/Effects/ContrailFader.cs | 2 +- OpenRA.Mods.Common/Effects/Corpse.cs | 2 +- OpenRA.Mods.Common/Effects/CrateEffect.cs | 2 +- OpenRA.Mods.Common/Effects/Explosion.cs | 2 +- OpenRA.Mods.Common/Effects/FloatingText.cs | 2 +- OpenRA.Mods.Common/Effects/GravityBomb.cs | 2 +- OpenRA.Mods.Common/Effects/LaserZap.cs | 2 +- OpenRA.Mods.Common/Effects/Missile.cs | 2 +- OpenRA.Mods.Common/Effects/NukeLaunch.cs | 2 +- OpenRA.Mods.Common/Effects/PowerdownIndicator.cs | 2 +- OpenRA.Mods.Common/Effects/RallyPointIndicator.cs | 2 +- OpenRA.Mods.Common/Effects/Rank.cs | 2 +- OpenRA.Mods.Common/Effects/RepairIndicator.cs | 2 +- OpenRA.Mods.Common/Effects/Smoke.cs | 2 +- OpenRA.Mods.Common/Graphics/ActorPreview.cs | 2 +- OpenRA.Mods.Common/Graphics/BeamRenderable.cs | 2 +- OpenRA.Mods.Common/Graphics/ContrailRenderable.cs | 2 +- OpenRA.Mods.Common/Graphics/RangeCircleRenderable.cs | 2 +- OpenRA.Mods.Common/Graphics/SpriteActorPreview.cs | 2 +- OpenRA.Mods.Common/Graphics/TextRenderable.cs | 2 +- OpenRA.Mods.Common/Graphics/VoxelActorPreview.cs | 2 +- OpenRA.Mods.Common/Graphics/VoxelRenderable.cs | 2 +- OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs | 2 +- OpenRA.Mods.Common/LoadScreens/LogoStripeLoadScreen.cs | 2 +- OpenRA.Mods.Common/LoadScreens/ModChooserLoadScreen.cs | 2 +- OpenRA.Mods.Common/Orders/DeployOrderTargeter.cs | 2 +- OpenRA.Mods.Common/Orders/EnterAlliedActorTargeter.cs | 2 +- OpenRA.Mods.Common/Orders/RepairOrderGenerator.cs | 2 +- OpenRA.Mods.Common/Orders/UnitOrderTargeter.cs | 2 +- OpenRA.Mods.Common/PlayerExtensions.cs | 2 +- OpenRA.Mods.Common/Scripting/CallLuaFunc.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/ActorGlobal.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/CameraGlobal.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/CoordinateGlobals.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/DateTimeGlobal.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/MapGlobal.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/PlayerGlobal.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/TriggerGlobal.cs | 2 +- OpenRA.Mods.Common/Scripting/Global/UtilsGlobal.cs | 2 +- OpenRA.Mods.Common/Scripting/LuaScript.cs | 2 +- OpenRA.Mods.Common/Scripting/Media.cs | 2 +- OpenRA.Mods.Common/Scripting/Properties/DiplomacyProperties.cs | 2 +- OpenRA.Mods.Common/Scripting/Properties/HealthProperties.cs | 2 +- OpenRA.Mods.Common/Scripting/Properties/PowerProperties.cs | 2 +- OpenRA.Mods.Common/Scripting/Properties/ResourceProperties.cs | 2 +- OpenRA.Mods.Common/Scripting/Properties/UpgradeProperties.cs | 2 +- OpenRA.Mods.Common/Scripting/ScriptTriggers.cs | 2 +- OpenRA.Mods.Common/ServerTraits/ColorValidator.cs | 2 +- OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs | 2 +- OpenRA.Mods.Common/ServerTraits/LobbySettingsNotification.cs | 2 +- OpenRA.Mods.Common/ServerTraits/MasterServerPinger.cs | 2 +- OpenRA.Mods.Common/ServerTraits/PlayerPinger.cs | 2 +- OpenRA.Mods.Common/SpriteLoaders/ShpD2Loader.cs | 2 +- OpenRA.Mods.Common/SpriteLoaders/ShpTDLoader.cs | 2 +- OpenRA.Mods.Common/SpriteLoaders/ShpTSLoader.cs | 2 +- OpenRA.Mods.Common/SpriteLoaders/TmpRALoader.cs | 2 +- OpenRA.Mods.Common/SpriteLoaders/TmpTDLoader.cs | 2 +- OpenRA.Mods.Common/Traits/Air/Aircraft.cs | 2 +- OpenRA.Mods.Common/Traits/Air/AttackBomber.cs | 2 +- OpenRA.Mods.Common/Traits/Air/AttackHeli.cs | 2 +- OpenRA.Mods.Common/Traits/Air/AttackPlane.cs | 2 +- OpenRA.Mods.Common/Traits/Air/FallsToEarth.cs | 2 +- OpenRA.Mods.Common/Traits/Air/FlyAwayOnIdle.cs | 2 +- OpenRA.Mods.Common/Traits/Air/Helicopter.cs | 2 +- OpenRA.Mods.Common/Traits/Air/Plane.cs | 2 +- OpenRA.Mods.Common/Traits/Air/ReturnOnIdle.cs | 2 +- OpenRA.Mods.Common/Traits/Air/TargetableAircraft.cs | 2 +- OpenRA.Mods.Common/Traits/AppearsOnRadar.cs | 2 +- OpenRA.Mods.Common/Traits/Armament.cs | 2 +- OpenRA.Mods.Common/Traits/Attack/AttackBase.cs | 2 +- OpenRA.Mods.Common/Traits/Attack/AttackCharge.cs | 2 +- OpenRA.Mods.Common/Traits/Attack/AttackFollow.cs | 2 +- OpenRA.Mods.Common/Traits/Attack/AttackFrontal.cs | 2 +- OpenRA.Mods.Common/Traits/Attack/AttackMedic.cs | 2 +- OpenRA.Mods.Common/Traits/Attack/AttackOmni.cs | 2 +- OpenRA.Mods.Common/Traits/Attack/AttackTurreted.cs | 2 +- OpenRA.Mods.Common/Traits/Attack/AttackWander.cs | 2 +- OpenRA.Mods.Common/Traits/AttackMove.cs | 2 +- OpenRA.Mods.Common/Traits/AutoHeal.cs | 2 +- OpenRA.Mods.Common/Traits/AutoTarget.cs | 2 +- OpenRA.Mods.Common/Traits/BlocksBullets.cs | 2 +- OpenRA.Mods.Common/Traits/Buildable.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/BaseBuilding.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/BaseProvider.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/Bib.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/Bridge.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/BridgeHut.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/Building.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/BuildingInfluence.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/DeadBuildingState.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/Exit.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/FootprintUtils.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/FreeActor.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/LineBuild.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/LineBuildNode.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/RepairableBuilding.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/RepairsUnits.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/Reservable.cs | 2 +- OpenRA.Mods.Common/Traits/Buildings/TargetableBuilding.cs | 2 +- OpenRA.Mods.Common/Traits/Burns.cs | 2 +- OpenRA.Mods.Common/Traits/Capturable.cs | 2 +- OpenRA.Mods.Common/Traits/CaptureNotification.cs | 2 +- OpenRA.Mods.Common/Traits/Captures.cs | 2 +- OpenRA.Mods.Common/Traits/Cargo.cs | 2 +- OpenRA.Mods.Common/Traits/CashTrickler.cs | 2 +- OpenRA.Mods.Common/Traits/Cloak.cs | 2 +- OpenRA.Mods.Common/Traits/Crushable.cs | 2 +- OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs | 2 +- OpenRA.Mods.Common/Traits/CustomSellValue.cs | 2 +- OpenRA.Mods.Common/Traits/Demolishable.cs | 2 +- OpenRA.Mods.Common/Traits/DetectCloaked.cs | 2 +- OpenRA.Mods.Common/Traits/EngineerRepair.cs | 2 +- OpenRA.Mods.Common/Traits/Explodes.cs | 2 +- OpenRA.Mods.Common/Traits/ExternalCapturable.cs | 2 +- OpenRA.Mods.Common/Traits/ExternalCapturableBar.cs | 2 +- OpenRA.Mods.Common/Traits/ExternalCaptures.cs | 2 +- OpenRA.Mods.Common/Traits/GainsExperience.cs | 2 +- OpenRA.Mods.Common/Traits/GivesBounty.cs | 2 +- OpenRA.Mods.Common/Traits/GivesExperience.cs | 2 +- OpenRA.Mods.Common/Traits/GlobalUpgradable.cs | 2 +- OpenRA.Mods.Common/Traits/Guard.cs | 2 +- OpenRA.Mods.Common/Traits/Huntable.cs | 2 +- OpenRA.Mods.Common/Traits/Husk.cs | 2 +- OpenRA.Mods.Common/Traits/IgnoresDisguise.cs | 2 +- OpenRA.Mods.Common/Traits/Immobile.cs | 2 +- OpenRA.Mods.Common/Traits/Infantry/ScaredyCat.cs | 2 +- OpenRA.Mods.Common/Traits/Infantry/TakeCover.cs | 2 +- OpenRA.Mods.Common/Traits/JamsMissiles.cs | 2 +- OpenRA.Mods.Common/Traits/KillsSelf.cs | 2 +- OpenRA.Mods.Common/Traits/LimitedAmmo.cs | 2 +- OpenRA.Mods.Common/Traits/Mobile.cs | 2 +- OpenRA.Mods.Common/Traits/Modifiers/DisabledOverlay.cs | 2 +- OpenRA.Mods.Common/Traits/Modifiers/FrozenUnderFog.cs | 2 +- OpenRA.Mods.Common/Traits/Modifiers/HiddenUnderFog.cs | 2 +- OpenRA.Mods.Common/Traits/Modifiers/UpgradeOverlay.cs | 2 +- OpenRA.Mods.Common/Traits/MustBeDestroyed.cs | 2 +- OpenRA.Mods.Common/Traits/PaletteEffects/CloakPaletteEffect.cs | 2 +- OpenRA.Mods.Common/Traits/PaletteEffects/LightPaletteRotator.cs | 2 +- OpenRA.Mods.Common/Traits/PaletteEffects/MenuPaletteEffect.cs | 2 +- OpenRA.Mods.Common/Traits/PaletteEffects/NukePaletteEffect.cs | 2 +- .../Traits/PaletteEffects/WaterPaletteRotation.cs | 2 +- OpenRA.Mods.Common/Traits/Passenger.cs | 2 +- OpenRA.Mods.Common/Traits/Player/ActorGroupProxy.cs | 2 +- OpenRA.Mods.Common/Traits/Player/AllyRepair.cs | 2 +- OpenRA.Mods.Common/Traits/Player/ConquestVictoryConditions.cs | 2 +- OpenRA.Mods.Common/Traits/Player/GlobalUpgradeManager.cs | 2 +- OpenRA.Mods.Common/Traits/Player/MissionObjectives.cs | 2 +- OpenRA.Mods.Common/Traits/Player/PlaceBeacon.cs | 2 +- OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs | 2 +- OpenRA.Mods.Common/Traits/Player/ProvidesCustomPrerequisite.cs | 2 +- OpenRA.Mods.Common/Traits/Player/ProvidesTechPrerequisite.cs | 2 +- OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs | 2 +- OpenRA.Mods.Common/Traits/Player/TechTree.cs | 2 +- OpenRA.Mods.Common/Traits/Power/AffectedByPowerOutage.cs | 2 +- OpenRA.Mods.Common/Traits/Power/CanPowerDown.cs | 2 +- OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs | 2 +- OpenRA.Mods.Common/Traits/Power/Power.cs | 2 +- OpenRA.Mods.Common/Traits/Power/RequiresPower.cs | 2 +- OpenRA.Mods.Common/Traits/Power/ScalePowerWithHealth.cs | 2 +- OpenRA.Mods.Common/Traits/ProvidesRadar.cs | 2 +- OpenRA.Mods.Common/Traits/ProximityCaptor.cs | 2 +- OpenRA.Mods.Common/Traits/ProximityCapturable.cs | 2 +- OpenRA.Mods.Common/Traits/RadarColorFromTerrain.cs | 2 +- OpenRA.Mods.Common/Traits/Reloads.cs | 2 +- OpenRA.Mods.Common/Traits/Render/Hovers.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderBuilding.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderBuildingCharge.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderBuildingSilo.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderBuildingTurreted.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderBuildingWall.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderDetectionCircle.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderEditorOnly.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderFlare.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderInfantry.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderNameTag.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderRangeCircle.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderSimple.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderSprites.cs | 2 +- OpenRA.Mods.Common/Traits/Render/RenderUnit.cs | 2 +- OpenRA.Mods.Common/Traits/Render/TimedUpgradeBar.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithBarrel.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithBuildingExplosion.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithBuildingPlacedAnimation.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithCrateBody.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithDeathAnimation.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithHarvestAnimation.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithMakeAnimation.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithMuzzleFlash.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithRangeCircle.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithRepairAnimation.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithRepairOverlay.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithResources.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithRotor.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithShadow.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithSmoke.cs | 2 +- OpenRA.Mods.Common/Traits/Render/WithTurret.cs | 2 +- OpenRA.Mods.Common/Traits/Repairable.cs | 2 +- OpenRA.Mods.Common/Traits/RepairableNear.cs | 2 +- OpenRA.Mods.Common/Traits/RepairsBridges.cs | 2 +- OpenRA.Mods.Common/Traits/SeedsResource.cs | 2 +- OpenRA.Mods.Common/Traits/SelfHealing.cs | 2 +- OpenRA.Mods.Common/Traits/Sellable.cs | 2 +- OpenRA.Mods.Common/Traits/ShakeOnDeath.cs | 2 +- OpenRA.Mods.Common/Traits/SmokeTrailWhenDamaged.cs | 2 +- OpenRA.Mods.Common/Traits/Sound/ActorLostNotification.cs | 2 +- OpenRA.Mods.Common/Traits/Sound/AnnounceOnBuild.cs | 2 +- OpenRA.Mods.Common/Traits/Sound/AnnounceOnKill.cs | 2 +- OpenRA.Mods.Common/Traits/Sound/DeathSounds.cs | 2 +- OpenRA.Mods.Common/Traits/Sound/SoundOnDamageTransition.cs | 2 +- OpenRA.Mods.Common/Traits/StoresResources.cs | 2 +- OpenRA.Mods.Common/Traits/TargetableUnit.cs | 2 +- OpenRA.Mods.Common/Traits/ThrowsParticle.cs | 2 +- OpenRA.Mods.Common/Traits/Tooltip.cs | 2 +- OpenRA.Mods.Common/Traits/TransformOnCapture.cs | 2 +- OpenRA.Mods.Common/Traits/Turreted.cs | 2 +- OpenRA.Mods.Common/Traits/Upgrades/UpgradableTrait.cs | 2 +- OpenRA.Mods.Common/Traits/Upgrades/UpgradeManager.cs | 2 +- OpenRA.Mods.Common/Traits/Valued.cs | 2 +- OpenRA.Mods.Common/Traits/Wanders.cs | 2 +- OpenRA.Mods.Common/Traits/World/BridgeLayer.cs | 2 +- OpenRA.Mods.Common/Traits/World/CreateMPPlayers.cs | 2 +- OpenRA.Mods.Common/Traits/World/DomainIndex.cs | 2 +- OpenRA.Mods.Common/Traits/World/LoadWidgetAtGameStart.cs | 2 +- OpenRA.Mods.Common/Traits/World/MPStartLocations.cs | 2 +- OpenRA.Mods.Common/Traits/World/MPStartUnits.cs | 2 +- OpenRA.Mods.Common/Traits/World/PaletteFromCurrentTileset.cs | 2 +- OpenRA.Mods.Common/Traits/World/PaletteFromFile.cs | 2 +- OpenRA.Mods.Common/Traits/World/PaletteFromRGBA.cs | 2 +- OpenRA.Mods.Common/Traits/World/PathFinder.cs | 2 +- OpenRA.Mods.Common/Traits/World/PathSearch.cs | 2 +- OpenRA.Mods.Common/Traits/World/PathfinderDebugOverlay.cs | 2 +- OpenRA.Mods.Common/Traits/World/PlayMusicOnMapLoad.cs | 2 +- .../Traits/World/PlayerPaletteFromCurrentTileset.cs | 2 +- OpenRA.Mods.Common/Traits/World/RadarPings.cs | 2 +- OpenRA.Mods.Common/Traits/World/ResourceClaim.cs | 2 +- OpenRA.Mods.Common/Traits/World/ResourceClaimLayer.cs | 2 +- OpenRA.Mods.Common/Traits/World/ResourceLayer.cs | 2 +- OpenRA.Mods.Common/Traits/World/ShroudPalette.cs | 2 +- OpenRA.Mods.Common/Traits/World/ShroudRenderer.cs | 2 +- OpenRA.Mods.Common/Traits/World/SmudgeLayer.cs | 2 +- OpenRA.Mods.Common/Traits/World/SpawnMPUnits.cs | 2 +- OpenRA.Mods.Common/Traits/World/SpawnMapActors.cs | 2 +- OpenRA.Mods.Common/Traits/World/StartGameNotification.cs | 2 +- OpenRA.Mods.Common/Traits/World/TerrainGeometryOverlay.cs | 2 +- OpenRA.Mods.Common/TraitsInterfaces.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/CheckCodeStyle.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/CheckYaml.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/ConvertPngToShpCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/ConvertSpriteToPngCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/ExtractFilesCommand.cs | 2 +- .../UtilityCommands/ExtractLanguageStringsCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/ExtractLuaDocsCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/ExtractTraitDocsCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/GenerateMinimapCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/GetMapHashCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/Glob.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/LegacyMapImporter.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/RemapShpCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/UpgradeMapCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/UpgradeModCommand.cs | 2 +- OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs | 2 +- OpenRA.Mods.Common/Warheads/CreateEffectWarhead.cs | 2 +- OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs | 2 +- OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs | 2 +- OpenRA.Mods.Common/Warheads/HealthPercentageDamageWarhead.cs | 2 +- OpenRA.Mods.Common/Warheads/LeaveSmudgeWarhead.cs | 2 +- OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs | 2 +- OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/ColorPreviewManagerWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/ConfirmationDialogs.cs | 2 +- OpenRA.Mods.Common/Widgets/HueSliderWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/LabelWithTooltipWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs | 2 +- OpenRA.Mods.Common/Widgets/Logic/ButtonTooltipLogic.cs | 2 +- OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs | 2 +- OpenRA.Mods.Common/Widgets/Logic/CountryTooltipLogic.cs | 2 +- OpenRA.Mods.Common/Widgets/Logic/DisconnectWatcherLogic.cs | 2 +- .../Widgets/Logic/Ingame/IngameRadarDisplayLogic.cs | 2 +- .../Widgets/Logic/Ingame/LoadIngamePlayerOrObserverUILogic.cs | 2 +- OpenRA.Mods.Common/Widgets/Logic/ModBrowserLogic.cs | 2 +- OpenRA.Mods.Common/Widgets/Logic/SettingsLogic.cs | 2 +- OpenRA.Mods.Common/Widgets/LogicKeyListenerWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/LogicTickerWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/MenuButtonWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/RadarWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/ResourceBarWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/StrategicProgressWidget.cs | 2 +- OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs | 2 +- OpenRA.Mods.D2k/Activities/CarryUnit.cs | 2 +- OpenRA.Mods.D2k/Activities/SwallowActor.cs | 2 +- OpenRA.Mods.D2k/SpriteLoaders/R8Loader.cs | 2 +- OpenRA.Mods.D2k/Traits/AttackSwallow.cs | 2 +- OpenRA.Mods.D2k/Traits/AutoCarryall.cs | 2 +- OpenRA.Mods.D2k/Traits/Buildings/DamagedWithoutFoundation.cs | 2 +- OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs | 2 +- OpenRA.Mods.D2k/Traits/Carryable.cs | 2 +- OpenRA.Mods.D2k/Traits/Render/WithAttackOverlay.cs | 2 +- OpenRA.Mods.D2k/Traits/Render/WithBuildingPlacedOverlay.cs | 2 +- OpenRA.Mods.D2k/Traits/Render/WithCrumbleOverlay.cs | 2 +- OpenRA.Mods.D2k/Traits/Render/WithDeliveryOverlay.cs | 2 +- OpenRA.Mods.D2k/Traits/Render/WithDockingOverlay.cs | 2 +- OpenRA.Mods.D2k/Traits/Render/WithProductionOverlay.cs | 2 +- OpenRA.Mods.D2k/Traits/TemporaryOwnerManager.cs | 2 +- OpenRA.Mods.D2k/Traits/ThrowsShrapnel.cs | 2 +- OpenRA.Mods.D2k/Traits/World/BuildableTerrainLayer.cs | 2 +- OpenRA.Mods.D2k/Traits/World/ChooseBuildTabOnSelect.cs | 2 +- OpenRA.Mods.D2k/Traits/World/D2kResourceLayer.cs | 2 +- OpenRA.Mods.D2k/Traits/World/FogPaletteFromR8.cs | 2 +- OpenRA.Mods.D2k/Traits/World/PaletteFromR8.cs | 2 +- OpenRA.Mods.D2k/Traits/World/PaletteFromScaledPalette.cs | 2 +- OpenRA.Mods.D2k/Traits/World/WormManager.cs | 2 +- OpenRA.Mods.D2k/Warheads/ChangeOwnerWarhead.cs | 2 +- OpenRA.Mods.D2k/Widgets/BuildPaletteWidget.cs | 2 +- OpenRA.Mods.D2k/Widgets/Logic/SlidingRadarBinLogic.cs | 2 +- OpenRA.Mods.D2k/Widgets/MoneyBinWidget.cs | 2 +- OpenRA.Mods.D2k/Widgets/SlidingContainerWidget.cs | 2 +- OpenRA.Mods.D2k/Widgets/SupportPowerBinWidget.cs | 2 +- OpenRA.Mods.RA/AI/AttackOrFleeFuzzy.cs | 2 +- OpenRA.Mods.RA/AI/BaseBuilder.cs | 2 +- OpenRA.Mods.RA/AI/HackyAI.cs | 2 +- OpenRA.Mods.RA/AI/RushFuzzy.cs | 2 +- OpenRA.Mods.RA/AI/Squad.cs | 2 +- OpenRA.Mods.RA/AI/StateMachine.cs | 2 +- OpenRA.Mods.RA/AI/States/AirStates.cs | 2 +- OpenRA.Mods.RA/AI/States/GroundStates.cs | 2 +- OpenRA.Mods.RA/AI/States/ProtectionStates.cs | 2 +- OpenRA.Mods.RA/AI/States/StateBase.cs | 2 +- OpenRA.Mods.RA/AI/SupportPowerDecision.cs | 2 +- OpenRA.Mods.RA/Activities/DeliverResources.cs | 2 +- OpenRA.Mods.RA/Activities/Demolish.cs | 2 +- OpenRA.Mods.RA/Activities/DonateSupplies.cs | 2 +- OpenRA.Mods.RA/Activities/FindResources.cs | 2 +- OpenRA.Mods.RA/Activities/Infiltrate.cs | 2 +- OpenRA.Mods.RA/Activities/LayMines.cs | 2 +- OpenRA.Mods.RA/Activities/Leap.cs | 2 +- OpenRA.Mods.RA/Activities/RAHarvesterDockSequence.cs | 2 +- OpenRA.Mods.RA/Activities/Teleport.cs | 2 +- OpenRA.Mods.RA/C4Demolition.cs | 2 +- OpenRA.Mods.RA/Cloneable.cs | 2 +- OpenRA.Mods.RA/CombatDebugOverlay.cs | 2 +- OpenRA.Mods.RA/CrateSpawner.cs | 2 +- OpenRA.Mods.RA/DisableUpgrade.cs | 2 +- OpenRA.Mods.RA/Disguise.cs | 2 +- OpenRA.Mods.RA/Effects/GpsDot.cs | 2 +- OpenRA.Mods.RA/Effects/GpsSatellite.cs | 2 +- OpenRA.Mods.RA/Effects/Parachute.cs | 2 +- OpenRA.Mods.RA/Effects/SatelliteLaunch.cs | 2 +- OpenRA.Mods.RA/Effects/TeslaZap.cs | 2 +- OpenRA.Mods.RA/EjectOnDeath.cs | 2 +- OpenRA.Mods.RA/EmitInfantryOnSell.cs | 2 +- OpenRA.Mods.RA/GainsStatUpgrades.cs | 2 +- OpenRA.Mods.RA/Graphics/TeslaZapRenderable.cs | 2 +- OpenRA.Mods.RA/InvulnerabilityUpgrade.cs | 2 +- OpenRA.Mods.RA/Invulnerable.cs | 2 +- OpenRA.Mods.RA/Lint/CheckActorReferences.cs | 2 +- OpenRA.Mods.RA/Lint/CheckActors.cs | 2 +- OpenRA.Mods.RA/Lint/CheckMapCordon.cs | 2 +- OpenRA.Mods.RA/Lint/CheckMapRules.cs | 2 +- OpenRA.Mods.RA/Lint/CheckPlayers.cs | 2 +- OpenRA.Mods.RA/Lint/CheckSequences.cs | 2 +- OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs | 2 +- OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs | 2 +- OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs | 2 +- OpenRA.Mods.RA/Orders/BeaconOrderGenerator.cs | 2 +- OpenRA.Mods.RA/Orders/GlobalButtonOrderGenerator.cs | 2 +- OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs | 2 +- OpenRA.Mods.RA/ParaDrop.cs | 2 +- OpenRA.Mods.RA/Parachutable.cs | 2 +- OpenRA.Mods.RA/Player/BaseAttackNotifier.cs | 2 +- OpenRA.Mods.RA/Player/ClassicProductionQueue.cs | 2 +- OpenRA.Mods.RA/Player/HarvesterAttackNotifier.cs | 2 +- OpenRA.Mods.RA/Player/PlaceBuilding.cs | 2 +- OpenRA.Mods.RA/Player/ProductionQueue.cs | 2 +- OpenRA.Mods.RA/Production.cs | 2 +- OpenRA.Mods.RA/ProductionBar.cs | 2 +- OpenRA.Mods.RA/ProductionQueueFromSelection.cs | 2 +- OpenRA.Mods.RA/Render/RenderBuildingWarFactory.cs | 2 +- OpenRA.Mods.RA/Render/RenderDisguise.cs | 2 +- OpenRA.Mods.RA/Render/RenderHarvester.cs | 2 +- OpenRA.Mods.RA/Render/RenderLandingCraft.cs | 2 +- OpenRA.Mods.RA/Render/RenderUnitReload.cs | 2 +- OpenRA.Mods.RA/Render/WithActiveAnimation.cs | 2 +- OpenRA.Mods.RA/Render/WithIdleOverlay.cs | 2 +- OpenRA.Mods.RA/Scripting/Global/ReinforcementsGlobal.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/ChronosphereProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/CombatProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/GeneralProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/GuardProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/HarvesterProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/HelicopterProperties.cs | 2 +- .../Scripting/Properties/MissionObjectiveProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/MobileProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/PlaneProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/PlayerProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/ProductionProperties.cs | 2 +- .../Scripting/Properties/RepairableBuildingProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/TransformProperties.cs | 2 +- OpenRA.Mods.RA/Scripting/Properties/TransportProperties.cs | 2 +- OpenRA.Mods.RA/SupportPowers/AirstrikePower.cs | 2 +- OpenRA.Mods.RA/SupportPowers/GrantUpgradePower.cs | 2 +- OpenRA.Mods.RA/SupportPowers/NukePower.cs | 2 +- OpenRA.Mods.RA/SupportPowers/SpawnActorPower.cs | 2 +- OpenRA.Mods.RA/SupportPowers/SupportPower.cs | 2 +- OpenRA.Mods.RA/SupportPowers/SupportPowerChargeBar.cs | 2 +- OpenRA.Mods.RA/SupportPowers/SupportPowerManager.cs | 2 +- OpenRA.Mods.RA/Traits/AcceptsSupplies.cs | 2 +- OpenRA.Mods.RA/Traits/Attack/AttackGarrisoned.cs | 2 +- OpenRA.Mods.RA/Traits/Attack/AttackLeap.cs | 2 +- OpenRA.Mods.RA/Traits/Buildings/ClonesProducedUnits.cs | 2 +- OpenRA.Mods.RA/Traits/Buildings/Fake.cs | 2 +- OpenRA.Mods.RA/Traits/Buildings/OreRefinery.cs | 2 +- OpenRA.Mods.RA/Traits/Buildings/PrimaryBuilding.cs | 2 +- OpenRA.Mods.RA/Traits/Chronoshiftable.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/Crate.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/CrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/DuplicateUnitCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/ExplodeCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/GiveCashCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/GiveMcvCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/GiveUnitCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/GrantUpgradeCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/HealUnitsCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/HideMapCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/LevelUpCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/RevealMapCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/Crates/SupportPowerCrateAction.cs | 2 +- OpenRA.Mods.RA/Traits/DemoTruck.cs | 2 +- OpenRA.Mods.RA/Traits/Harvester.cs | 2 +- OpenRA.Mods.RA/Traits/HarvesterHuskModifier.cs | 2 +- OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForCash.cs | 2 +- OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForExploration.cs | 2 +- OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs | 2 +- OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForSupportPower.cs | 2 +- OpenRA.Mods.RA/Traits/Infiltration/Infiltrates.cs | 2 +- OpenRA.Mods.RA/Traits/LeavesHusk.cs | 2 +- OpenRA.Mods.RA/Traits/MadTank.cs | 2 +- OpenRA.Mods.RA/Traits/Mine.cs | 2 +- OpenRA.Mods.RA/Traits/Minelayer.cs | 2 +- .../Traits/PaletteEffects/ChronoshiftPaletteEffect.cs | 2 +- OpenRA.Mods.RA/Traits/PortableChrono.cs | 2 +- OpenRA.Mods.RA/Traits/Render/RenderJammerCircle.cs | 2 +- OpenRA.Mods.RA/Traits/Render/RenderShroudCircle.cs | 2 +- OpenRA.Mods.RA/Traits/SupplyTruck.cs | 2 +- OpenRA.Mods.RA/Traits/SupportPowers/ChronoshiftPower.cs | 2 +- OpenRA.Mods.RA/Traits/SupportPowers/GpsPower.cs | 2 +- OpenRA.Mods.RA/Traits/SupportPowers/ParatroopersPower.cs | 2 +- OpenRA.Mods.RA/Traits/TargetableSubmarine.cs | 2 +- OpenRA.Mods.RA/TraitsInterfaces.cs | 2 +- OpenRA.Mods.RA/TransformOnPassenger.cs | 2 +- OpenRA.Mods.RA/Transforms.cs | 2 +- OpenRA.Mods.RA/UpgradeActorsNear.cs | 2 +- OpenRA.Mods.RA/UtilityCommands/ActorStatsExport.cs | 2 +- OpenRA.Mods.RA/UtilityCommands/ExportCharacterSeparatedRules.cs | 2 +- OpenRA.Mods.RA/UtilityCommands/Extensions.cs | 2 +- OpenRA.Mods.RA/Warheads/GrantUpgradeWarhead.cs | 2 +- OpenRA.Mods.RA/Warheads/PerCellDamageWarhead.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ClassicProductionLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ClientTooltipLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ConnectionLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ControlGroupLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/CreditsLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/DebugMenuLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/DiplomacyLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/DirectConnectLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/DownloadPackagesLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/GameTimerLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/AddRaceSuffixLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoBriefingLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoObjectivesLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoStatsLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameCashCounterLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerBarLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerCounterLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameSiloBarLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/Ingame/LeaveMapLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/IngameChatLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/IngameMenuLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/InstallFromCDLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/InstallLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/InstallMusicLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/KickClientLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/KickSpectatorsLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/LobbyMapPreviewLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/LobbyUtils.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/MainMenuLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/MapChooserLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/MissionBrowserLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/MusicPlayerLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ObserverShroudSelectorLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ObserverStatsLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/OrderButtonsChromeLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/PerfDebugLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ProductionTooltipLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ReplayBrowserLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ReplayControlBarLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ServerBrowserLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/ServerCreationLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/SimpleTooltipLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/SpawnSelectorTooltipLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/SupportPowerBinLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/SupportPowerTooltipLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/TabCompletionLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/Logic/WorldTooltipLogic.cs | 2 +- OpenRA.Mods.RA/Widgets/ObserverProductionIconsWidget.cs | 2 +- OpenRA.Mods.RA/Widgets/ObserverSupportPowerIconsWidget.cs | 2 +- OpenRA.Mods.RA/Widgets/ProductionPaletteWidget.cs | 2 +- OpenRA.Mods.RA/Widgets/ProductionTabsWidget.cs | 2 +- OpenRA.Mods.RA/Widgets/ProductionTypeButtonWidget.cs | 2 +- OpenRA.Mods.RA/Widgets/SupportPowerTimerWidget.cs | 2 +- OpenRA.Mods.RA/Widgets/SupportPowersWidget.cs | 2 +- OpenRA.Mods.RA/Widgets/WorldCommandWidget.cs | 2 +- OpenRA.Mods.TS/Activities/VoxelHarvesterDockSequence.cs | 2 +- OpenRA.Mods.TS/SpriteLoaders/TmpTSLoader.cs | 2 +- OpenRA.Mods.TS/Traits/Buildings/TiberianSunRefinery.cs | 2 +- OpenRA.Mods.TS/Traits/Render/RenderVoxels.cs | 2 +- OpenRA.Mods.TS/Traits/Render/WithVoxelBarrel.cs | 2 +- OpenRA.Mods.TS/Traits/Render/WithVoxelBody.cs | 2 +- OpenRA.Mods.TS/Traits/Render/WithVoxelTurret.cs | 2 +- OpenRA.Mods.TS/Traits/Render/WithVoxelUnloadBody.cs | 2 +- OpenRA.Mods.TS/Traits/Render/WithVoxelWalkerBody.cs | 2 +- OpenRA.Mods.TS/Traits/World/ShroudPalette.cs | 2 +- OpenRA.Mods.TS/Traits/World/VoxelNormalsPalette.cs | 2 +- OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs | 2 +- OpenRA.Renderer.Null/NullGraphicsDevice.cs | 2 +- OpenRA.Renderer.Sdl2/ErrorHandler.cs | 2 +- OpenRA.Renderer.Sdl2/FrameBuffer.cs | 2 +- OpenRA.Renderer.Sdl2/MultiTapDetection.cs | 2 +- OpenRA.Renderer.Sdl2/Sdl2GraphicsDevice.cs | 2 +- OpenRA.Renderer.Sdl2/Sdl2Input.cs | 2 +- OpenRA.Renderer.Sdl2/Shader.cs | 2 +- OpenRA.Renderer.Sdl2/Texture.cs | 2 +- OpenRA.Renderer.Sdl2/VertexBuffer.cs | 2 +- OpenRA.Test/OpenRA.Game/ActorInfoTest.cs | 2 +- OpenRA.Test/OpenRA.Game/MiniYamlTest.cs | 2 +- OpenRA.Test/OpenRA.Game/OrderTest.cs | 2 +- OpenRA.Test/OpenRA.Game/PlatformTest.cs | 2 +- OpenRA.TilesetBuilder/FormBuilder.cs | 2 +- OpenRA.TilesetBuilder/Program.cs | 2 +- OpenRA.Utility/Program.cs | 2 +- 871 files changed, 871 insertions(+), 871 deletions(-) diff --git a/OpenRA.Editor/ActorPropertiesDialog.cs b/OpenRA.Editor/ActorPropertiesDialog.cs index c0a28f19c2..8e371cf469 100644 --- a/OpenRA.Editor/ActorPropertiesDialog.cs +++ b/OpenRA.Editor/ActorPropertiesDialog.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/ActorTemplate.cs b/OpenRA.Editor/ActorTemplate.cs index cf9b09586f..f559a45def 100644 --- a/OpenRA.Editor/ActorTemplate.cs +++ b/OpenRA.Editor/ActorTemplate.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/ActorTool.cs b/OpenRA.Editor/ActorTool.cs index d6ada3aa1d..1480a44450 100644 --- a/OpenRA.Editor/ActorTool.cs +++ b/OpenRA.Editor/ActorTool.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/BrushTool.cs b/OpenRA.Editor/BrushTool.cs index 7512fb7edd..77c84dc645 100644 --- a/OpenRA.Editor/BrushTool.cs +++ b/OpenRA.Editor/BrushTool.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/ErrorListDialog.Designer.cs b/OpenRA.Editor/ErrorListDialog.Designer.cs index 2427866726..1a44a25a92 100644 --- a/OpenRA.Editor/ErrorListDialog.Designer.cs +++ b/OpenRA.Editor/ErrorListDialog.Designer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/ErrorListDialog.cs b/OpenRA.Editor/ErrorListDialog.cs index a6a43c739e..9787e4754b 100644 --- a/OpenRA.Editor/ErrorListDialog.cs +++ b/OpenRA.Editor/ErrorListDialog.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/Form1.Designer.cs b/OpenRA.Editor/Form1.Designer.cs index 804f6fec4a..7dbbaf4cd7 100755 --- a/OpenRA.Editor/Form1.Designer.cs +++ b/OpenRA.Editor/Form1.Designer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index cd8fd3dcdc..bf17a6dfaa 100644 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/ITool.cs b/OpenRA.Editor/ITool.cs index 39d6346b5b..9604e1077f 100644 --- a/OpenRA.Editor/ITool.cs +++ b/OpenRA.Editor/ITool.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/MapSelect.Designer.cs b/OpenRA.Editor/MapSelect.Designer.cs index a0acd01409..d94588b6ec 100644 --- a/OpenRA.Editor/MapSelect.Designer.cs +++ b/OpenRA.Editor/MapSelect.Designer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/MapSelect.cs b/OpenRA.Editor/MapSelect.cs index 7d31a8b6c2..2f52d1deb3 100644 --- a/OpenRA.Editor/MapSelect.cs +++ b/OpenRA.Editor/MapSelect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/NewMapDialog.Designer.cs b/OpenRA.Editor/NewMapDialog.Designer.cs index 9dc19f7036..a8a3bfd2d0 100644 --- a/OpenRA.Editor/NewMapDialog.Designer.cs +++ b/OpenRA.Editor/NewMapDialog.Designer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/NewMapDialog.cs b/OpenRA.Editor/NewMapDialog.cs index 8b0697919d..4b659ae8e4 100755 --- a/OpenRA.Editor/NewMapDialog.cs +++ b/OpenRA.Editor/NewMapDialog.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/Program.cs b/OpenRA.Editor/Program.cs index 1c966fb670..fccad1df43 100644 --- a/OpenRA.Editor/Program.cs +++ b/OpenRA.Editor/Program.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/PropertiesDialog.Designer.cs b/OpenRA.Editor/PropertiesDialog.Designer.cs index 9db7f75d35..66ef33092e 100644 --- a/OpenRA.Editor/PropertiesDialog.Designer.cs +++ b/OpenRA.Editor/PropertiesDialog.Designer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/PropertiesDialog.cs b/OpenRA.Editor/PropertiesDialog.cs index ac42e6369f..f497b8caac 100644 --- a/OpenRA.Editor/PropertiesDialog.cs +++ b/OpenRA.Editor/PropertiesDialog.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/RenderUtils.cs b/OpenRA.Editor/RenderUtils.cs index 7184791331..1111b4bd53 100644 --- a/OpenRA.Editor/RenderUtils.cs +++ b/OpenRA.Editor/RenderUtils.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/ResizeDialog.Designer.cs b/OpenRA.Editor/ResizeDialog.Designer.cs index 10b838627b..51f617e741 100644 --- a/OpenRA.Editor/ResizeDialog.Designer.cs +++ b/OpenRA.Editor/ResizeDialog.Designer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/ResizeDialog.cs b/OpenRA.Editor/ResizeDialog.cs index 3ba997ea4d..d15433b125 100644 --- a/OpenRA.Editor/ResizeDialog.cs +++ b/OpenRA.Editor/ResizeDialog.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/ResourceTool.cs b/OpenRA.Editor/ResourceTool.cs index f4cb6a6bb6..4c9d638fc6 100644 --- a/OpenRA.Editor/ResourceTool.cs +++ b/OpenRA.Editor/ResourceTool.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/Surface.cs b/OpenRA.Editor/Surface.cs index a6734b0b9b..ae520adbe0 100644 --- a/OpenRA.Editor/Surface.cs +++ b/OpenRA.Editor/Surface.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Editor/TileSetRenderer.cs b/OpenRA.Editor/TileSetRenderer.cs index 6773b56fc7..f3d3e5b0a5 100644 --- a/OpenRA.Editor/TileSetRenderer.cs +++ b/OpenRA.Editor/TileSetRenderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Activities/Activity.cs b/OpenRA.Game/Activities/Activity.cs index 6b2d69b23d..72a5434037 100644 --- a/OpenRA.Game/Activities/Activity.cs +++ b/OpenRA.Game/Activities/Activity.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Activities/CallFunc.cs b/OpenRA.Game/Activities/CallFunc.cs index 6ec60525db..7fdca0d539 100644 --- a/OpenRA.Game/Activities/CallFunc.cs +++ b/OpenRA.Game/Activities/CallFunc.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Actor.cs b/OpenRA.Game/Actor.cs index 68033b0e96..14f7c65a7b 100644 --- a/OpenRA.Game/Actor.cs +++ b/OpenRA.Game/Actor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/CPos.cs b/OpenRA.Game/CPos.cs index fb4a07589a..eaee345a62 100644 --- a/OpenRA.Game/CPos.cs +++ b/OpenRA.Game/CPos.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/CVec.cs b/OpenRA.Game/CVec.cs index 4ef9c790a1..5984ea2466 100644 --- a/OpenRA.Game/CVec.cs +++ b/OpenRA.Game/CVec.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Download.cs b/OpenRA.Game/Download.cs index b037276635..ab3b430217 100644 --- a/OpenRA.Game/Download.cs +++ b/OpenRA.Game/Download.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Effects/DelayedAction.cs b/OpenRA.Game/Effects/DelayedAction.cs index 4d17de7d01..e5c25412d0 100755 --- a/OpenRA.Game/Effects/DelayedAction.cs +++ b/OpenRA.Game/Effects/DelayedAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Effects/FlashTarget.cs b/OpenRA.Game/Effects/FlashTarget.cs index 3392919cb7..12e061937b 100755 --- a/OpenRA.Game/Effects/FlashTarget.cs +++ b/OpenRA.Game/Effects/FlashTarget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Effects/IEffect.cs b/OpenRA.Game/Effects/IEffect.cs index b850be400d..078a0fdae5 100755 --- a/OpenRA.Game/Effects/IEffect.cs +++ b/OpenRA.Game/Effects/IEffect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Effects/SpriteEffect.cs b/OpenRA.Game/Effects/SpriteEffect.cs index 87747b3599..c9ec6625c2 100644 --- a/OpenRA.Game/Effects/SpriteEffect.cs +++ b/OpenRA.Game/Effects/SpriteEffect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Exts.cs b/OpenRA.Game/Exts.cs index d385fad662..c1305dc8b6 100644 --- a/OpenRA.Game/Exts.cs +++ b/OpenRA.Game/Exts.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FieldLoader.cs b/OpenRA.Game/FieldLoader.cs index aadd24e491..086d3e959f 100644 --- a/OpenRA.Game/FieldLoader.cs +++ b/OpenRA.Game/FieldLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FieldSaver.cs b/OpenRA.Game/FieldSaver.cs index 5400e780a1..94d6b20724 100644 --- a/OpenRA.Game/FieldSaver.cs +++ b/OpenRA.Game/FieldSaver.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/AudLoader.cs b/OpenRA.Game/FileFormats/AudLoader.cs index c562363fa9..32bbe0dda3 100644 --- a/OpenRA.Game/FileFormats/AudLoader.cs +++ b/OpenRA.Game/FileFormats/AudLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/Blast.cs b/OpenRA.Game/FileFormats/Blast.cs index ff6873718c..65176b518a 100644 --- a/OpenRA.Game/FileFormats/Blast.cs +++ b/OpenRA.Game/FileFormats/Blast.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/Blowfish.cs b/OpenRA.Game/FileFormats/Blowfish.cs index a84fb85101..f248ca9954 100644 --- a/OpenRA.Game/FileFormats/Blowfish.cs +++ b/OpenRA.Game/FileFormats/Blowfish.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/BlowfishKeyProvider.cs b/OpenRA.Game/FileFormats/BlowfishKeyProvider.cs index 50aaa1c4e4..306ac81dc5 100644 --- a/OpenRA.Game/FileFormats/BlowfishKeyProvider.cs +++ b/OpenRA.Game/FileFormats/BlowfishKeyProvider.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/CRC32.cs b/OpenRA.Game/FileFormats/CRC32.cs index bdc1bb994d..d68e4a67a0 100644 --- a/OpenRA.Game/FileFormats/CRC32.cs +++ b/OpenRA.Game/FileFormats/CRC32.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/Format2.cs b/OpenRA.Game/FileFormats/Format2.cs index d9f10a08c7..9c67dc61f3 100644 --- a/OpenRA.Game/FileFormats/Format2.cs +++ b/OpenRA.Game/FileFormats/Format2.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/Format40.cs b/OpenRA.Game/FileFormats/Format40.cs index 5aeeb219af..cb1ee1b8e9 100644 --- a/OpenRA.Game/FileFormats/Format40.cs +++ b/OpenRA.Game/FileFormats/Format40.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/Format80.cs b/OpenRA.Game/FileFormats/Format80.cs index ebe1b13501..5b674bdadf 100644 --- a/OpenRA.Game/FileFormats/Format80.cs +++ b/OpenRA.Game/FileFormats/Format80.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/HvaReader.cs b/OpenRA.Game/FileFormats/HvaReader.cs index 938d6d96f2..85fdf375a9 100644 --- a/OpenRA.Game/FileFormats/HvaReader.cs +++ b/OpenRA.Game/FileFormats/HvaReader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/ImaAdpcmLoader.cs b/OpenRA.Game/FileFormats/ImaAdpcmLoader.cs index cee7a23e00..bd37ae56fe 100644 --- a/OpenRA.Game/FileFormats/ImaAdpcmLoader.cs +++ b/OpenRA.Game/FileFormats/ImaAdpcmLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/IniFile.cs b/OpenRA.Game/FileFormats/IniFile.cs index f71eef1821..a4630330b1 100644 --- a/OpenRA.Game/FileFormats/IniFile.cs +++ b/OpenRA.Game/FileFormats/IniFile.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/PngLoader.cs b/OpenRA.Game/FileFormats/PngLoader.cs index cc7dd579e2..dce8de20b3 100644 --- a/OpenRA.Game/FileFormats/PngLoader.cs +++ b/OpenRA.Game/FileFormats/PngLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/ReplayMetadata.cs b/OpenRA.Game/FileFormats/ReplayMetadata.cs index 5ac96b7774..bdbbb8b411 100644 --- a/OpenRA.Game/FileFormats/ReplayMetadata.cs +++ b/OpenRA.Game/FileFormats/ReplayMetadata.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/VqaReader.cs b/OpenRA.Game/FileFormats/VqaReader.cs index 94dae126d8..0264bfbd43 100644 --- a/OpenRA.Game/FileFormats/VqaReader.cs +++ b/OpenRA.Game/FileFormats/VqaReader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/VxlReader.cs b/OpenRA.Game/FileFormats/VxlReader.cs index ed1cf83704..7eb4589609 100644 --- a/OpenRA.Game/FileFormats/VxlReader.cs +++ b/OpenRA.Game/FileFormats/VxlReader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/WavLoader.cs b/OpenRA.Game/FileFormats/WavLoader.cs index 3f17809a4a..7578401f22 100644 --- a/OpenRA.Game/FileFormats/WavLoader.cs +++ b/OpenRA.Game/FileFormats/WavLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/XccGlobalDatabase.cs b/OpenRA.Game/FileFormats/XccGlobalDatabase.cs index 9e764d232e..6079f1efcb 100644 --- a/OpenRA.Game/FileFormats/XccGlobalDatabase.cs +++ b/OpenRA.Game/FileFormats/XccGlobalDatabase.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileFormats/XccLocalDatabase.cs b/OpenRA.Game/FileFormats/XccLocalDatabase.cs index 63ed87759d..5fccbdfb9a 100644 --- a/OpenRA.Game/FileFormats/XccLocalDatabase.cs +++ b/OpenRA.Game/FileFormats/XccLocalDatabase.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/BigFile.cs b/OpenRA.Game/FileSystem/BigFile.cs index 0f4ed7435c..1d9329bba1 100644 --- a/OpenRA.Game/FileSystem/BigFile.cs +++ b/OpenRA.Game/FileSystem/BigFile.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/D2kSoundResources.cs b/OpenRA.Game/FileSystem/D2kSoundResources.cs index 92c8edb92c..5770f424f2 100644 --- a/OpenRA.Game/FileSystem/D2kSoundResources.cs +++ b/OpenRA.Game/FileSystem/D2kSoundResources.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/Folder.cs b/OpenRA.Game/FileSystem/Folder.cs index 92a9c1cf84..c96c708aef 100644 --- a/OpenRA.Game/FileSystem/Folder.cs +++ b/OpenRA.Game/FileSystem/Folder.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/GlobalFileSystem.cs b/OpenRA.Game/FileSystem/GlobalFileSystem.cs index 137902d583..3460bbac35 100644 --- a/OpenRA.Game/FileSystem/GlobalFileSystem.cs +++ b/OpenRA.Game/FileSystem/GlobalFileSystem.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/InstallShieldPackage.cs b/OpenRA.Game/FileSystem/InstallShieldPackage.cs index 9cdd35a9fa..e6d5fe7d2f 100644 --- a/OpenRA.Game/FileSystem/InstallShieldPackage.cs +++ b/OpenRA.Game/FileSystem/InstallShieldPackage.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/MixFile.cs b/OpenRA.Game/FileSystem/MixFile.cs index cf6dd8805d..034ba7d1dd 100644 --- a/OpenRA.Game/FileSystem/MixFile.cs +++ b/OpenRA.Game/FileSystem/MixFile.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/PackageEntry.cs b/OpenRA.Game/FileSystem/PackageEntry.cs index a731be5f02..84652190de 100644 --- a/OpenRA.Game/FileSystem/PackageEntry.cs +++ b/OpenRA.Game/FileSystem/PackageEntry.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/Pak.cs b/OpenRA.Game/FileSystem/Pak.cs index aba7199577..9a354da08f 100644 --- a/OpenRA.Game/FileSystem/Pak.cs +++ b/OpenRA.Game/FileSystem/Pak.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/FileSystem/ZipFile.cs b/OpenRA.Game/FileSystem/ZipFile.cs index 69e944ac52..a4da3755b9 100644 --- a/OpenRA.Game/FileSystem/ZipFile.cs +++ b/OpenRA.Game/FileSystem/ZipFile.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 17e0751201..c82f1db633 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameInformation.cs b/OpenRA.Game/GameInformation.cs index 330ab6ae27..9d44691d4d 100644 --- a/OpenRA.Game/GameInformation.cs +++ b/OpenRA.Game/GameInformation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameRules/ActorInfo.cs b/OpenRA.Game/GameRules/ActorInfo.cs index 63f4a6497a..d47f3dbdae 100644 --- a/OpenRA.Game/GameRules/ActorInfo.cs +++ b/OpenRA.Game/GameRules/ActorInfo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameRules/DamageWarhead.cs b/OpenRA.Game/GameRules/DamageWarhead.cs index 85a7ff662b..18da891247 100644 --- a/OpenRA.Game/GameRules/DamageWarhead.cs +++ b/OpenRA.Game/GameRules/DamageWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameRules/MusicInfo.cs b/OpenRA.Game/GameRules/MusicInfo.cs index 4419d94c6e..d8568ac898 100644 --- a/OpenRA.Game/GameRules/MusicInfo.cs +++ b/OpenRA.Game/GameRules/MusicInfo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameRules/Ruleset.cs b/OpenRA.Game/GameRules/Ruleset.cs index a9f1e86063..3da1a5ead0 100644 --- a/OpenRA.Game/GameRules/Ruleset.cs +++ b/OpenRA.Game/GameRules/Ruleset.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameRules/RulesetCache.cs b/OpenRA.Game/GameRules/RulesetCache.cs index 0ceecde102..b0646a8f55 100755 --- a/OpenRA.Game/GameRules/RulesetCache.cs +++ b/OpenRA.Game/GameRules/RulesetCache.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameRules/SoundInfo.cs b/OpenRA.Game/GameRules/SoundInfo.cs index 68d42ca369..8a94e7d45d 100644 --- a/OpenRA.Game/GameRules/SoundInfo.cs +++ b/OpenRA.Game/GameRules/SoundInfo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameRules/Warhead.cs b/OpenRA.Game/GameRules/Warhead.cs index c01bf53f1d..25ee0e5e9e 100644 --- a/OpenRA.Game/GameRules/Warhead.cs +++ b/OpenRA.Game/GameRules/Warhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/GameRules/WeaponInfo.cs b/OpenRA.Game/GameRules/WeaponInfo.cs index 49d3de4446..82d2193fb1 100644 --- a/OpenRA.Game/GameRules/WeaponInfo.cs +++ b/OpenRA.Game/GameRules/WeaponInfo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Animation.cs b/OpenRA.Game/Graphics/Animation.cs index 2811a211f1..10722e670c 100644 --- a/OpenRA.Game/Graphics/Animation.cs +++ b/OpenRA.Game/Graphics/Animation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/AnimationWithOffset.cs b/OpenRA.Game/Graphics/AnimationWithOffset.cs index 7f818b79ac..804bd74b19 100644 --- a/OpenRA.Game/Graphics/AnimationWithOffset.cs +++ b/OpenRA.Game/Graphics/AnimationWithOffset.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/ChromeProvider.cs b/OpenRA.Game/Graphics/ChromeProvider.cs index 025ce9380d..5744924ac4 100644 --- a/OpenRA.Game/Graphics/ChromeProvider.cs +++ b/OpenRA.Game/Graphics/ChromeProvider.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/CursorProvider.cs b/OpenRA.Game/Graphics/CursorProvider.cs index f6e4143557..40aa72f602 100644 --- a/OpenRA.Game/Graphics/CursorProvider.cs +++ b/OpenRA.Game/Graphics/CursorProvider.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/CursorSequence.cs b/OpenRA.Game/Graphics/CursorSequence.cs index 44c11fe7af..fde2d6c148 100644 --- a/OpenRA.Game/Graphics/CursorSequence.cs +++ b/OpenRA.Game/Graphics/CursorSequence.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/HSLColor.cs b/OpenRA.Game/Graphics/HSLColor.cs index 3552700a91..624842ebd7 100644 --- a/OpenRA.Game/Graphics/HSLColor.cs +++ b/OpenRA.Game/Graphics/HSLColor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/HardwareCursor.cs b/OpenRA.Game/Graphics/HardwareCursor.cs index 086dcb2e57..c3e02bd73c 100644 --- a/OpenRA.Game/Graphics/HardwareCursor.cs +++ b/OpenRA.Game/Graphics/HardwareCursor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* -* Copyright 2007-2014 The OpenRA Developers (see AUTHORS) +* Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/HardwarePalette.cs b/OpenRA.Game/Graphics/HardwarePalette.cs index df10a17b24..c2e8e29870 100644 --- a/OpenRA.Game/Graphics/HardwarePalette.cs +++ b/OpenRA.Game/Graphics/HardwarePalette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/IGraphicsDevice.cs b/OpenRA.Game/Graphics/IGraphicsDevice.cs index bbf2425384..3dde38bad4 100755 --- a/OpenRA.Game/Graphics/IGraphicsDevice.cs +++ b/OpenRA.Game/Graphics/IGraphicsDevice.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/LineRenderer.cs b/OpenRA.Game/Graphics/LineRenderer.cs index e2bb82b950..2c55a8dfd3 100644 --- a/OpenRA.Game/Graphics/LineRenderer.cs +++ b/OpenRA.Game/Graphics/LineRenderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/MappedImage.cs b/OpenRA.Game/Graphics/MappedImage.cs index 1fe6634d3f..e83024b387 100644 --- a/OpenRA.Game/Graphics/MappedImage.cs +++ b/OpenRA.Game/Graphics/MappedImage.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Minimap.cs b/OpenRA.Game/Graphics/Minimap.cs index 67ad229f9d..afe5aac491 100644 --- a/OpenRA.Game/Graphics/Minimap.cs +++ b/OpenRA.Game/Graphics/Minimap.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Palette.cs b/OpenRA.Game/Graphics/Palette.cs index 6cb21d17fd..1b882d097d 100644 --- a/OpenRA.Game/Graphics/Palette.cs +++ b/OpenRA.Game/Graphics/Palette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/PlayerColorRemap.cs b/OpenRA.Game/Graphics/PlayerColorRemap.cs index 5b745f7849..85af1c376f 100755 --- a/OpenRA.Game/Graphics/PlayerColorRemap.cs +++ b/OpenRA.Game/Graphics/PlayerColorRemap.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/QuadRenderer.cs b/OpenRA.Game/Graphics/QuadRenderer.cs index d099120e46..0cce401aa5 100644 --- a/OpenRA.Game/Graphics/QuadRenderer.cs +++ b/OpenRA.Game/Graphics/QuadRenderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Renderable.cs b/OpenRA.Game/Graphics/Renderable.cs index d7e3f08792..2dc089f326 100644 --- a/OpenRA.Game/Graphics/Renderable.cs +++ b/OpenRA.Game/Graphics/Renderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Renderer.cs b/OpenRA.Game/Graphics/Renderer.cs index b8711b4ac6..04133779ab 100644 --- a/OpenRA.Game/Graphics/Renderer.cs +++ b/OpenRA.Game/Graphics/Renderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/SelectionBarsRenderable.cs b/OpenRA.Game/Graphics/SelectionBarsRenderable.cs index b14ae2f8fc..2c4711ecf7 100644 --- a/OpenRA.Game/Graphics/SelectionBarsRenderable.cs +++ b/OpenRA.Game/Graphics/SelectionBarsRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/SelectionBoxRenderable.cs b/OpenRA.Game/Graphics/SelectionBoxRenderable.cs index 6cbe2528c3..2f44fe1041 100644 --- a/OpenRA.Game/Graphics/SelectionBoxRenderable.cs +++ b/OpenRA.Game/Graphics/SelectionBoxRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Sequence.cs b/OpenRA.Game/Graphics/Sequence.cs index 3726b0068f..916af8dbac 100644 --- a/OpenRA.Game/Graphics/Sequence.cs +++ b/OpenRA.Game/Graphics/Sequence.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/SequenceProvider.cs b/OpenRA.Game/Graphics/SequenceProvider.cs index b89559ab52..edc783e4c3 100644 --- a/OpenRA.Game/Graphics/SequenceProvider.cs +++ b/OpenRA.Game/Graphics/SequenceProvider.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Sheet.cs b/OpenRA.Game/Graphics/Sheet.cs index 163af2a5cc..e2d2874962 100644 --- a/OpenRA.Game/Graphics/Sheet.cs +++ b/OpenRA.Game/Graphics/Sheet.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/SheetBuilder.cs b/OpenRA.Game/Graphics/SheetBuilder.cs index b79eb2d0cc..10644f58fc 100644 --- a/OpenRA.Game/Graphics/SheetBuilder.cs +++ b/OpenRA.Game/Graphics/SheetBuilder.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/SoftwareCursor.cs b/OpenRA.Game/Graphics/SoftwareCursor.cs index f5df1ff7c3..047ca9ca8b 100644 --- a/OpenRA.Game/Graphics/SoftwareCursor.cs +++ b/OpenRA.Game/Graphics/SoftwareCursor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* -* Copyright 2007-2014 The OpenRA Developers (see AUTHORS) +* Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Sprite.cs b/OpenRA.Game/Graphics/Sprite.cs index 77b53452f9..6c2c09df75 100644 --- a/OpenRA.Game/Graphics/Sprite.cs +++ b/OpenRA.Game/Graphics/Sprite.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/SpriteFont.cs b/OpenRA.Game/Graphics/SpriteFont.cs index 168ba8895e..c9e7ddcd88 100644 --- a/OpenRA.Game/Graphics/SpriteFont.cs +++ b/OpenRA.Game/Graphics/SpriteFont.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/SpriteLoader.cs b/OpenRA.Game/Graphics/SpriteLoader.cs index 85339c2de5..8a58066d2a 100644 --- a/OpenRA.Game/Graphics/SpriteLoader.cs +++ b/OpenRA.Game/Graphics/SpriteLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/SpriteRenderer.cs b/OpenRA.Game/Graphics/SpriteRenderer.cs index 2605f49b9a..0d6d6dc133 100644 --- a/OpenRA.Game/Graphics/SpriteRenderer.cs +++ b/OpenRA.Game/Graphics/SpriteRenderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/TargetLineRenderable.cs b/OpenRA.Game/Graphics/TargetLineRenderable.cs index 45ecb768e9..0231d390e4 100644 --- a/OpenRA.Game/Graphics/TargetLineRenderable.cs +++ b/OpenRA.Game/Graphics/TargetLineRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/TerrainRenderer.cs b/OpenRA.Game/Graphics/TerrainRenderer.cs index c16b7bb667..bbb01eee2f 100644 --- a/OpenRA.Game/Graphics/TerrainRenderer.cs +++ b/OpenRA.Game/Graphics/TerrainRenderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Theater.cs b/OpenRA.Game/Graphics/Theater.cs index 408e96ecd5..bd5f3c4694 100644 --- a/OpenRA.Game/Graphics/Theater.cs +++ b/OpenRA.Game/Graphics/Theater.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/UISpriteRenderable.cs b/OpenRA.Game/Graphics/UISpriteRenderable.cs index a35fea0b12..3bd66d967d 100644 --- a/OpenRA.Game/Graphics/UISpriteRenderable.cs +++ b/OpenRA.Game/Graphics/UISpriteRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Util.cs b/OpenRA.Game/Graphics/Util.cs index b734c3fef4..9ca3130d1f 100644 --- a/OpenRA.Game/Graphics/Util.cs +++ b/OpenRA.Game/Graphics/Util.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Vertex.cs b/OpenRA.Game/Graphics/Vertex.cs index 2bb3c869ad..680f2da703 100644 --- a/OpenRA.Game/Graphics/Vertex.cs +++ b/OpenRA.Game/Graphics/Vertex.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Viewport.cs b/OpenRA.Game/Graphics/Viewport.cs index 18e50fb381..4538fb1245 100644 --- a/OpenRA.Game/Graphics/Viewport.cs +++ b/OpenRA.Game/Graphics/Viewport.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/Voxel.cs b/OpenRA.Game/Graphics/Voxel.cs index a67904af42..4ef4072209 100644 --- a/OpenRA.Game/Graphics/Voxel.cs +++ b/OpenRA.Game/Graphics/Voxel.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/VoxelAnimation.cs b/OpenRA.Game/Graphics/VoxelAnimation.cs index 448c823ce1..017d79d318 100644 --- a/OpenRA.Game/Graphics/VoxelAnimation.cs +++ b/OpenRA.Game/Graphics/VoxelAnimation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/VoxelLoader.cs b/OpenRA.Game/Graphics/VoxelLoader.cs index 3b3fc6675b..f9c6b172f4 100644 --- a/OpenRA.Game/Graphics/VoxelLoader.cs +++ b/OpenRA.Game/Graphics/VoxelLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/VoxelProvider.cs b/OpenRA.Game/Graphics/VoxelProvider.cs index c89bbeb470..e7ad4b9066 100644 --- a/OpenRA.Game/Graphics/VoxelProvider.cs +++ b/OpenRA.Game/Graphics/VoxelProvider.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/VoxelRenderer.cs b/OpenRA.Game/Graphics/VoxelRenderer.cs index 3f7b5879b2..a070b0953e 100644 --- a/OpenRA.Game/Graphics/VoxelRenderer.cs +++ b/OpenRA.Game/Graphics/VoxelRenderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Graphics/WorldRenderer.cs b/OpenRA.Game/Graphics/WorldRenderer.cs index 9b5c4addb8..f6058b3d62 100644 --- a/OpenRA.Game/Graphics/WorldRenderer.cs +++ b/OpenRA.Game/Graphics/WorldRenderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Group.cs b/OpenRA.Game/Group.cs index ab120d548c..e6becf9b12 100644 --- a/OpenRA.Game/Group.cs +++ b/OpenRA.Game/Group.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/IUtilityCommand.cs b/OpenRA.Game/IUtilityCommand.cs index 1ac702d845..d7054b20c1 100644 --- a/OpenRA.Game/IUtilityCommand.cs +++ b/OpenRA.Game/IUtilityCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Input/Hotkey.cs b/OpenRA.Game/Input/Hotkey.cs index 9cbabe9693..1d82fda5b5 100755 --- a/OpenRA.Game/Input/Hotkey.cs +++ b/OpenRA.Game/Input/Hotkey.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Input/IInputHandler.cs b/OpenRA.Game/Input/IInputHandler.cs index 6eeb789832..6820e24112 100755 --- a/OpenRA.Game/Input/IInputHandler.cs +++ b/OpenRA.Game/Input/IInputHandler.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Input/InputHandler.cs b/OpenRA.Game/Input/InputHandler.cs index 473873934b..79fb87f130 100755 --- a/OpenRA.Game/Input/InputHandler.cs +++ b/OpenRA.Game/Input/InputHandler.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Input/Keycode.cs b/OpenRA.Game/Input/Keycode.cs index f78af2da82..83ae69233b 100755 --- a/OpenRA.Game/Input/Keycode.cs +++ b/OpenRA.Game/Input/Keycode.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/InstallUtils.cs b/OpenRA.Game/InstallUtils.cs index 5406ea1025..f33f447896 100644 --- a/OpenRA.Game/InstallUtils.cs +++ b/OpenRA.Game/InstallUtils.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/MPos.cs b/OpenRA.Game/MPos.cs index 88ace1eb2d..5dd6b862e6 100644 --- a/OpenRA.Game/MPos.cs +++ b/OpenRA.Game/MPos.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Manifest.cs b/OpenRA.Game/Manifest.cs index cb26db4ad3..daa14c7775 100644 --- a/OpenRA.Game/Manifest.cs +++ b/OpenRA.Game/Manifest.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/ActorInitializer.cs b/OpenRA.Game/Map/ActorInitializer.cs index d0f374b547..5e88aec442 100755 --- a/OpenRA.Game/Map/ActorInitializer.cs +++ b/OpenRA.Game/Map/ActorInitializer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/ActorReference.cs b/OpenRA.Game/Map/ActorReference.cs index aa2ee3e578..c5b59b89f2 100755 --- a/OpenRA.Game/Map/ActorReference.cs +++ b/OpenRA.Game/Map/ActorReference.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/CellLayer.cs b/OpenRA.Game/Map/CellLayer.cs index 4b12de1d35..8dedaa1f21 100644 --- a/OpenRA.Game/Map/CellLayer.cs +++ b/OpenRA.Game/Map/CellLayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/CellRegion.cs b/OpenRA.Game/Map/CellRegion.cs index 13a28cc05b..bae6d7e0bd 100644 --- a/OpenRA.Game/Map/CellRegion.cs +++ b/OpenRA.Game/Map/CellRegion.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/Map.cs b/OpenRA.Game/Map/Map.cs index 582c9e8aee..c9e9f624cf 100644 --- a/OpenRA.Game/Map/Map.cs +++ b/OpenRA.Game/Map/Map.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/MapCache.cs b/OpenRA.Game/Map/MapCache.cs index 2330152b68..87010933d4 100644 --- a/OpenRA.Game/Map/MapCache.cs +++ b/OpenRA.Game/Map/MapCache.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/MapPreview.cs b/OpenRA.Game/Map/MapPreview.cs index e740812f48..31724d4bed 100644 --- a/OpenRA.Game/Map/MapPreview.cs +++ b/OpenRA.Game/Map/MapPreview.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/PlayerReference.cs b/OpenRA.Game/Map/PlayerReference.cs index fba8f2cd88..c77da7606c 100644 --- a/OpenRA.Game/Map/PlayerReference.cs +++ b/OpenRA.Game/Map/PlayerReference.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/SmudgeReference.cs b/OpenRA.Game/Map/SmudgeReference.cs index d38c130585..5f3d809276 100644 --- a/OpenRA.Game/Map/SmudgeReference.cs +++ b/OpenRA.Game/Map/SmudgeReference.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/TileReference.cs b/OpenRA.Game/Map/TileReference.cs index 24a2270e6e..898554fec6 100644 --- a/OpenRA.Game/Map/TileReference.cs +++ b/OpenRA.Game/Map/TileReference.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Map/TileSet.cs b/OpenRA.Game/Map/TileSet.cs index 2c1769808f..cc293ceb54 100644 --- a/OpenRA.Game/Map/TileSet.cs +++ b/OpenRA.Game/Map/TileSet.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/MiniYaml.cs b/OpenRA.Game/MiniYaml.cs index 639d963baa..96c35a73f8 100755 --- a/OpenRA.Game/MiniYaml.cs +++ b/OpenRA.Game/MiniYaml.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/ModData.cs b/OpenRA.Game/ModData.cs index eb457838e4..5c9e8d33c7 100644 --- a/OpenRA.Game/ModData.cs +++ b/OpenRA.Game/ModData.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/ModMetadata.cs b/OpenRA.Game/ModMetadata.cs index b12e2d5a85..e561434208 100644 --- a/OpenRA.Game/ModMetadata.cs +++ b/OpenRA.Game/ModMetadata.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/Connection.cs b/OpenRA.Game/Network/Connection.cs index f00680f936..28c9317d05 100755 --- a/OpenRA.Game/Network/Connection.cs +++ b/OpenRA.Game/Network/Connection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/FrameData.cs b/OpenRA.Game/Network/FrameData.cs index b1d68c2938..0d47d8de97 100755 --- a/OpenRA.Game/Network/FrameData.cs +++ b/OpenRA.Game/Network/FrameData.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/GameServer.cs b/OpenRA.Game/Network/GameServer.cs index d96b8fad41..b50d97dc9d 100644 --- a/OpenRA.Game/Network/GameServer.cs +++ b/OpenRA.Game/Network/GameServer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/Handshake.cs b/OpenRA.Game/Network/Handshake.cs index 111e502eee..588c2ca056 100644 --- a/OpenRA.Game/Network/Handshake.cs +++ b/OpenRA.Game/Network/Handshake.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/Order.cs b/OpenRA.Game/Network/Order.cs index bb3bdb4e53..fbdb396141 100755 --- a/OpenRA.Game/Network/Order.cs +++ b/OpenRA.Game/Network/Order.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/OrderIO.cs b/OpenRA.Game/Network/OrderIO.cs index d91102491d..6e8d1448fb 100755 --- a/OpenRA.Game/Network/OrderIO.cs +++ b/OpenRA.Game/Network/OrderIO.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/OrderManager.cs b/OpenRA.Game/Network/OrderManager.cs index b4dd17b7f1..0f7ef48b0b 100644 --- a/OpenRA.Game/Network/OrderManager.cs +++ b/OpenRA.Game/Network/OrderManager.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/ReplayConnection.cs b/OpenRA.Game/Network/ReplayConnection.cs index 212e393543..0eb8b93cb7 100755 --- a/OpenRA.Game/Network/ReplayConnection.cs +++ b/OpenRA.Game/Network/ReplayConnection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/ReplayRecorderConnection.cs b/OpenRA.Game/Network/ReplayRecorderConnection.cs index 3842700c94..104c282f4d 100644 --- a/OpenRA.Game/Network/ReplayRecorderConnection.cs +++ b/OpenRA.Game/Network/ReplayRecorderConnection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/Session.cs b/OpenRA.Game/Network/Session.cs index 8887cc00c6..a0a13b7720 100644 --- a/OpenRA.Game/Network/Session.cs +++ b/OpenRA.Game/Network/Session.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/SyncReport.cs b/OpenRA.Game/Network/SyncReport.cs index 6b682f2df5..05ed3c49bc 100644 --- a/OpenRA.Game/Network/SyncReport.cs +++ b/OpenRA.Game/Network/SyncReport.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/UPnP.cs b/OpenRA.Game/Network/UPnP.cs index 37f858f6af..8fc9db8db8 100644 --- a/OpenRA.Game/Network/UPnP.cs +++ b/OpenRA.Game/Network/UPnP.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Network/UnitOrders.cs b/OpenRA.Game/Network/UnitOrders.cs index e888d3c459..dec224bdc4 100644 --- a/OpenRA.Game/Network/UnitOrders.cs +++ b/OpenRA.Game/Network/UnitOrders.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/ObjectCreator.cs b/OpenRA.Game/ObjectCreator.cs index 019cb864ab..06332958ee 100755 --- a/OpenRA.Game/ObjectCreator.cs +++ b/OpenRA.Game/ObjectCreator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Orders/GenericSelectTarget.cs b/OpenRA.Game/Orders/GenericSelectTarget.cs index abd8a253aa..3f987be462 100644 --- a/OpenRA.Game/Orders/GenericSelectTarget.cs +++ b/OpenRA.Game/Orders/GenericSelectTarget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Orders/IOrderGenerator.cs b/OpenRA.Game/Orders/IOrderGenerator.cs index 23b3e2492b..5d751ef63d 100644 --- a/OpenRA.Game/Orders/IOrderGenerator.cs +++ b/OpenRA.Game/Orders/IOrderGenerator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Orders/UnitOrderGenerator.cs b/OpenRA.Game/Orders/UnitOrderGenerator.cs index 45f0d7f720..19e79e5a67 100644 --- a/OpenRA.Game/Orders/UnitOrderGenerator.cs +++ b/OpenRA.Game/Orders/UnitOrderGenerator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Platform.cs b/OpenRA.Game/Platform.cs index 06741d2e1f..711c921359 100644 --- a/OpenRA.Game/Platform.cs +++ b/OpenRA.Game/Platform.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Player.cs b/OpenRA.Game/Player.cs index 26cafa1e98..5bda08ac32 100644 --- a/OpenRA.Game/Player.cs +++ b/OpenRA.Game/Player.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/ActionQueue.cs b/OpenRA.Game/Primitives/ActionQueue.cs index 205046510b..3d623a4321 100644 --- a/OpenRA.Game/Primitives/ActionQueue.cs +++ b/OpenRA.Game/Primitives/ActionQueue.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/Bits.cs b/OpenRA.Game/Primitives/Bits.cs index f1acd85668..4881230bbf 100644 --- a/OpenRA.Game/Primitives/Bits.cs +++ b/OpenRA.Game/Primitives/Bits.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/Cache.cs b/OpenRA.Game/Primitives/Cache.cs index df2615002f..da285fb560 100644 --- a/OpenRA.Game/Primitives/Cache.cs +++ b/OpenRA.Game/Primitives/Cache.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/DisposableAction.cs b/OpenRA.Game/Primitives/DisposableAction.cs index 907e4c9e20..bec86fc719 100644 --- a/OpenRA.Game/Primitives/DisposableAction.cs +++ b/OpenRA.Game/Primitives/DisposableAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/IObservableCollection.cs b/OpenRA.Game/Primitives/IObservableCollection.cs index 71cfa3b1bc..3f904b7b02 100644 --- a/OpenRA.Game/Primitives/IObservableCollection.cs +++ b/OpenRA.Game/Primitives/IObservableCollection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/ObservableCollection.cs b/OpenRA.Game/Primitives/ObservableCollection.cs index b60653e81f..1f7cc3d3c8 100644 --- a/OpenRA.Game/Primitives/ObservableCollection.cs +++ b/OpenRA.Game/Primitives/ObservableCollection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/ObservableDictionary.cs b/OpenRA.Game/Primitives/ObservableDictionary.cs index f821f4ded3..0f5afc723a 100644 --- a/OpenRA.Game/Primitives/ObservableDictionary.cs +++ b/OpenRA.Game/Primitives/ObservableDictionary.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/Pair.cs b/OpenRA.Game/Primitives/Pair.cs index 569be51b8f..b4c2ab747a 100644 --- a/OpenRA.Game/Primitives/Pair.cs +++ b/OpenRA.Game/Primitives/Pair.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/PriorityQueue.cs b/OpenRA.Game/Primitives/PriorityQueue.cs index 3010c0ed42..06d2a31cd8 100644 --- a/OpenRA.Game/Primitives/PriorityQueue.cs +++ b/OpenRA.Game/Primitives/PriorityQueue.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/ReadOnlyDictionary.cs b/OpenRA.Game/Primitives/ReadOnlyDictionary.cs index dd6af84646..e48f0745e9 100644 --- a/OpenRA.Game/Primitives/ReadOnlyDictionary.cs +++ b/OpenRA.Game/Primitives/ReadOnlyDictionary.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/ReadOnlyList.cs b/OpenRA.Game/Primitives/ReadOnlyList.cs index 0a7f330b2f..ba7f837b34 100644 --- a/OpenRA.Game/Primitives/ReadOnlyList.cs +++ b/OpenRA.Game/Primitives/ReadOnlyList.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/TypeDictionary.cs b/OpenRA.Game/Primitives/TypeDictionary.cs index 671433919b..bc41195ac4 100644 --- a/OpenRA.Game/Primitives/TypeDictionary.cs +++ b/OpenRA.Game/Primitives/TypeDictionary.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/float2.cs b/OpenRA.Game/Primitives/float2.cs index 0106c6456f..ecf24c2680 100644 --- a/OpenRA.Game/Primitives/float2.cs +++ b/OpenRA.Game/Primitives/float2.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Primitives/int2.cs b/OpenRA.Game/Primitives/int2.cs index 649c565b9d..e993e802c7 100644 --- a/OpenRA.Game/Primitives/int2.cs +++ b/OpenRA.Game/Primitives/int2.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Scripting/ScriptActorInterface.cs b/OpenRA.Game/Scripting/ScriptActorInterface.cs index 8a07a0c068..a06ee6b891 100644 --- a/OpenRA.Game/Scripting/ScriptActorInterface.cs +++ b/OpenRA.Game/Scripting/ScriptActorInterface.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Scripting/ScriptContext.cs b/OpenRA.Game/Scripting/ScriptContext.cs index d0b27c6606..3578169695 100644 --- a/OpenRA.Game/Scripting/ScriptContext.cs +++ b/OpenRA.Game/Scripting/ScriptContext.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Scripting/ScriptMemberExts.cs b/OpenRA.Game/Scripting/ScriptMemberExts.cs index 3d8fdb6837..e20c6dc82e 100644 --- a/OpenRA.Game/Scripting/ScriptMemberExts.cs +++ b/OpenRA.Game/Scripting/ScriptMemberExts.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Scripting/ScriptMemberWrapper.cs b/OpenRA.Game/Scripting/ScriptMemberWrapper.cs index a9a6891ab3..9b470762a1 100644 --- a/OpenRA.Game/Scripting/ScriptMemberWrapper.cs +++ b/OpenRA.Game/Scripting/ScriptMemberWrapper.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Scripting/ScriptObjectWrapper.cs b/OpenRA.Game/Scripting/ScriptObjectWrapper.cs index 6c48c84f09..bc44c1554e 100644 --- a/OpenRA.Game/Scripting/ScriptObjectWrapper.cs +++ b/OpenRA.Game/Scripting/ScriptObjectWrapper.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Scripting/ScriptPlayerInterface.cs b/OpenRA.Game/Scripting/ScriptPlayerInterface.cs index 8593b12262..0296b77aa6 100644 --- a/OpenRA.Game/Scripting/ScriptPlayerInterface.cs +++ b/OpenRA.Game/Scripting/ScriptPlayerInterface.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Scripting/ScriptTypes.cs b/OpenRA.Game/Scripting/ScriptTypes.cs index db4142998c..dd5ec8fe20 100644 --- a/OpenRA.Game/Scripting/ScriptTypes.cs +++ b/OpenRA.Game/Scripting/ScriptTypes.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Selection.cs b/OpenRA.Game/Selection.cs index 8e6e6c0043..6ecc508d4b 100644 --- a/OpenRA.Game/Selection.cs +++ b/OpenRA.Game/Selection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Server/Connection.cs b/OpenRA.Game/Server/Connection.cs index 3cef2a2dee..2bcd09656a 100644 --- a/OpenRA.Game/Server/Connection.cs +++ b/OpenRA.Game/Server/Connection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Server/Exts.cs b/OpenRA.Game/Server/Exts.cs index 8585542085..bb8457f5f4 100755 --- a/OpenRA.Game/Server/Exts.cs +++ b/OpenRA.Game/Server/Exts.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Server/ProtocolVersion.cs b/OpenRA.Game/Server/ProtocolVersion.cs index 7ecc39d1de..b8287d74f5 100644 --- a/OpenRA.Game/Server/ProtocolVersion.cs +++ b/OpenRA.Game/Server/ProtocolVersion.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Server/Server.cs b/OpenRA.Game/Server/Server.cs index a57259f803..dc05542f10 100644 --- a/OpenRA.Game/Server/Server.cs +++ b/OpenRA.Game/Server/Server.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Server/ServerOrder.cs b/OpenRA.Game/Server/ServerOrder.cs index d2a4f07f93..71e7283fd8 100644 --- a/OpenRA.Game/Server/ServerOrder.cs +++ b/OpenRA.Game/Server/ServerOrder.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Server/TraitInterfaces.cs b/OpenRA.Game/Server/TraitInterfaces.cs index 4668c1fb81..050ad77ed3 100644 --- a/OpenRA.Game/Server/TraitInterfaces.cs +++ b/OpenRA.Game/Server/TraitInterfaces.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index 869762b2b8..265166385c 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Sound/NullSound.cs b/OpenRA.Game/Sound/NullSound.cs index f3461e45a7..46b6d38acb 100644 --- a/OpenRA.Game/Sound/NullSound.cs +++ b/OpenRA.Game/Sound/NullSound.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Sound/OpenAlSound.cs b/OpenRA.Game/Sound/OpenAlSound.cs index 3e34210a84..6d57ae102c 100644 --- a/OpenRA.Game/Sound/OpenAlSound.cs +++ b/OpenRA.Game/Sound/OpenAlSound.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Sound/Sound.cs b/OpenRA.Game/Sound/Sound.cs index a128fd5183..12aed81df7 100644 --- a/OpenRA.Game/Sound/Sound.cs +++ b/OpenRA.Game/Sound/Sound.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Sound/SoundDevice.cs b/OpenRA.Game/Sound/SoundDevice.cs index ea25141aec..78eced3b75 100644 --- a/OpenRA.Game/Sound/SoundDevice.cs +++ b/OpenRA.Game/Sound/SoundDevice.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/StreamExts.cs b/OpenRA.Game/StreamExts.cs index c631909e89..b525e67ed9 100755 --- a/OpenRA.Game/StreamExts.cs +++ b/OpenRA.Game/StreamExts.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Support/Arguments.cs b/OpenRA.Game/Support/Arguments.cs index ea5740fb3d..8dd7ee828f 100644 --- a/OpenRA.Game/Support/Arguments.cs +++ b/OpenRA.Game/Support/Arguments.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Support/Evaluator.cs b/OpenRA.Game/Support/Evaluator.cs index 584152f935..570e56f88a 100644 --- a/OpenRA.Game/Support/Evaluator.cs +++ b/OpenRA.Game/Support/Evaluator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Support/Log.cs b/OpenRA.Game/Support/Log.cs index 1ea2334ffc..f839cf249d 100755 --- a/OpenRA.Game/Support/Log.cs +++ b/OpenRA.Game/Support/Log.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Support/MersenneTwister.cs b/OpenRA.Game/Support/MersenneTwister.cs index 2f380d9263..74c9edc211 100644 --- a/OpenRA.Game/Support/MersenneTwister.cs +++ b/OpenRA.Game/Support/MersenneTwister.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Support/PerfHistory.cs b/OpenRA.Game/Support/PerfHistory.cs index 9ea10961da..b532ceafef 100644 --- a/OpenRA.Game/Support/PerfHistory.cs +++ b/OpenRA.Game/Support/PerfHistory.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Support/PerfTimer.cs b/OpenRA.Game/Support/PerfTimer.cs index 5f313a5990..4b56c7c0c6 100755 --- a/OpenRA.Game/Support/PerfTimer.cs +++ b/OpenRA.Game/Support/PerfTimer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Support/Program.cs b/OpenRA.Game/Support/Program.cs index a274a6f901..c29c87e8b9 100644 --- a/OpenRA.Game/Support/Program.cs +++ b/OpenRA.Game/Support/Program.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Sync.cs b/OpenRA.Game/Sync.cs index c5c088dce3..9bdb846be8 100755 --- a/OpenRA.Game/Sync.cs +++ b/OpenRA.Game/Sync.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/TraitDictionary.cs b/OpenRA.Game/TraitDictionary.cs index 1d8b358c87..4e36219b37 100755 --- a/OpenRA.Game/TraitDictionary.cs +++ b/OpenRA.Game/TraitDictionary.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Armor.cs b/OpenRA.Game/Traits/Armor.cs index 5450565b50..0eed1db5de 100644 --- a/OpenRA.Game/Traits/Armor.cs +++ b/OpenRA.Game/Traits/Armor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/BodyOrientation.cs b/OpenRA.Game/Traits/BodyOrientation.cs index 9a4dae8614..2bf98ac4d9 100644 --- a/OpenRA.Game/Traits/BodyOrientation.cs +++ b/OpenRA.Game/Traits/BodyOrientation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/CreatesShroud.cs b/OpenRA.Game/Traits/CreatesShroud.cs index 7acab32a02..f0abadd80a 100644 --- a/OpenRA.Game/Traits/CreatesShroud.cs +++ b/OpenRA.Game/Traits/CreatesShroud.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/DebugPauseState.cs b/OpenRA.Game/Traits/DebugPauseState.cs index 4ed8affd09..1248266d73 100644 --- a/OpenRA.Game/Traits/DebugPauseState.cs +++ b/OpenRA.Game/Traits/DebugPauseState.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/DrawLineToTarget.cs b/OpenRA.Game/Traits/DrawLineToTarget.cs index 723191782c..261b9f395b 100644 --- a/OpenRA.Game/Traits/DrawLineToTarget.cs +++ b/OpenRA.Game/Traits/DrawLineToTarget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/EditorAppearance.cs b/OpenRA.Game/Traits/EditorAppearance.cs index e874c91d48..19f23af489 100644 --- a/OpenRA.Game/Traits/EditorAppearance.cs +++ b/OpenRA.Game/Traits/EditorAppearance.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/EditorTilesetFilter.cs b/OpenRA.Game/Traits/EditorTilesetFilter.cs index 4b26292833..bf6317394a 100644 --- a/OpenRA.Game/Traits/EditorTilesetFilter.cs +++ b/OpenRA.Game/Traits/EditorTilesetFilter.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Health.cs b/OpenRA.Game/Traits/Health.cs index d368c97334..97c98f2e4a 100755 --- a/OpenRA.Game/Traits/Health.cs +++ b/OpenRA.Game/Traits/Health.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/LintAttributes.cs b/OpenRA.Game/Traits/LintAttributes.cs index 9522171654..3cb85082b4 100644 --- a/OpenRA.Game/Traits/LintAttributes.cs +++ b/OpenRA.Game/Traits/LintAttributes.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Player/DeveloperMode.cs b/OpenRA.Game/Traits/Player/DeveloperMode.cs index 1d1a82ae27..518f5b194e 100644 --- a/OpenRA.Game/Traits/Player/DeveloperMode.cs +++ b/OpenRA.Game/Traits/Player/DeveloperMode.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Player/FixedColorPalette.cs b/OpenRA.Game/Traits/Player/FixedColorPalette.cs index 40e9db80b1..5b5d62443f 100644 --- a/OpenRA.Game/Traits/Player/FixedColorPalette.cs +++ b/OpenRA.Game/Traits/Player/FixedColorPalette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Player/FrozenActorLayer.cs b/OpenRA.Game/Traits/Player/FrozenActorLayer.cs index 255f3f458a..54ce10142e 100644 --- a/OpenRA.Game/Traits/Player/FrozenActorLayer.cs +++ b/OpenRA.Game/Traits/Player/FrozenActorLayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Player/PlayerColorPalette.cs b/OpenRA.Game/Traits/Player/PlayerColorPalette.cs index 9343d8a53a..6497af0ca9 100644 --- a/OpenRA.Game/Traits/Player/PlayerColorPalette.cs +++ b/OpenRA.Game/Traits/Player/PlayerColorPalette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Player/PlayerHighlightPalette.cs b/OpenRA.Game/Traits/Player/PlayerHighlightPalette.cs index 26ad1900b8..8c4ca60bc1 100644 --- a/OpenRA.Game/Traits/Player/PlayerHighlightPalette.cs +++ b/OpenRA.Game/Traits/Player/PlayerHighlightPalette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Player/PlayerResources.cs b/OpenRA.Game/Traits/Player/PlayerResources.cs index 0a7a087f0b..18c5467524 100644 --- a/OpenRA.Game/Traits/Player/PlayerResources.cs +++ b/OpenRA.Game/Traits/Player/PlayerResources.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/RejectsOrders.cs b/OpenRA.Game/Traits/RejectsOrders.cs index 10ee8902a2..117dece3ca 100644 --- a/OpenRA.Game/Traits/RejectsOrders.cs +++ b/OpenRA.Game/Traits/RejectsOrders.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/RevealsShroud.cs b/OpenRA.Game/Traits/RevealsShroud.cs index 0f4dbe9613..5b7a2c8219 100644 --- a/OpenRA.Game/Traits/RevealsShroud.cs +++ b/OpenRA.Game/Traits/RevealsShroud.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Selectable.cs b/OpenRA.Game/Traits/Selectable.cs index 986abf23e5..816d6b6d84 100644 --- a/OpenRA.Game/Traits/Selectable.cs +++ b/OpenRA.Game/Traits/Selectable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/SelectionDecorations.cs b/OpenRA.Game/Traits/SelectionDecorations.cs index 3f518d5204..8cbaa49cd6 100644 --- a/OpenRA.Game/Traits/SelectionDecorations.cs +++ b/OpenRA.Game/Traits/SelectionDecorations.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Target.cs b/OpenRA.Game/Traits/Target.cs index 11093e23cf..a8e73f99ef 100644 --- a/OpenRA.Game/Traits/Target.cs +++ b/OpenRA.Game/Traits/Target.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/TraitsInterfaces.cs b/OpenRA.Game/Traits/TraitsInterfaces.cs index fdfbcc0f9d..fd0091d7ba 100644 --- a/OpenRA.Game/Traits/TraitsInterfaces.cs +++ b/OpenRA.Game/Traits/TraitsInterfaces.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/Util.cs b/OpenRA.Game/Traits/Util.cs index 7cca787f2c..0dd2b69f81 100644 --- a/OpenRA.Game/Traits/Util.cs +++ b/OpenRA.Game/Traits/Util.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/ValidateOrder.cs b/OpenRA.Game/Traits/ValidateOrder.cs index 9dff71af67..82765e05d7 100644 --- a/OpenRA.Game/Traits/ValidateOrder.cs +++ b/OpenRA.Game/Traits/ValidateOrder.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/World/ActorMap.cs b/OpenRA.Game/Traits/World/ActorMap.cs index 77b300421b..0572725cc5 100644 --- a/OpenRA.Game/Traits/World/ActorMap.cs +++ b/OpenRA.Game/Traits/World/ActorMap.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/World/Country.cs b/OpenRA.Game/Traits/World/Country.cs index 9d3ba3c395..0970a5ae60 100644 --- a/OpenRA.Game/Traits/World/Country.cs +++ b/OpenRA.Game/Traits/World/Country.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/World/ResourceType.cs b/OpenRA.Game/Traits/World/ResourceType.cs index b6aff6e0c2..0e5df25e93 100644 --- a/OpenRA.Game/Traits/World/ResourceType.cs +++ b/OpenRA.Game/Traits/World/ResourceType.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/World/ScreenMap.cs b/OpenRA.Game/Traits/World/ScreenMap.cs index f11298e474..0a1cf9af7c 100644 --- a/OpenRA.Game/Traits/World/ScreenMap.cs +++ b/OpenRA.Game/Traits/World/ScreenMap.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/World/ScreenShaker.cs b/OpenRA.Game/Traits/World/ScreenShaker.cs index 52ef778427..06a82efe0f 100644 --- a/OpenRA.Game/Traits/World/ScreenShaker.cs +++ b/OpenRA.Game/Traits/World/ScreenShaker.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Traits/World/Shroud.cs b/OpenRA.Game/Traits/World/Shroud.cs index e09a742dae..1d04d8fea5 100644 --- a/OpenRA.Game/Traits/World/Shroud.cs +++ b/OpenRA.Game/Traits/World/Shroud.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/WAngle.cs b/OpenRA.Game/WAngle.cs index d7810d8814..264f5a6bb1 100644 --- a/OpenRA.Game/WAngle.cs +++ b/OpenRA.Game/WAngle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/WPos.cs b/OpenRA.Game/WPos.cs index 9980352dcc..96da5f12e3 100644 --- a/OpenRA.Game/WPos.cs +++ b/OpenRA.Game/WPos.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/WRange.cs b/OpenRA.Game/WRange.cs index cb7fce4f98..a1eaaf5870 100644 --- a/OpenRA.Game/WRange.cs +++ b/OpenRA.Game/WRange.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/WRot.cs b/OpenRA.Game/WRot.cs index 891df556c0..1d1fa9c7a3 100644 --- a/OpenRA.Game/WRot.cs +++ b/OpenRA.Game/WRot.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/WVec.cs b/OpenRA.Game/WVec.cs index 9f42ecf8e8..f44c03e34b 100644 --- a/OpenRA.Game/WVec.cs +++ b/OpenRA.Game/WVec.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/BackgroundWidget.cs b/OpenRA.Game/Widgets/BackgroundWidget.cs index 0b1bc1af3f..df034a717d 100644 --- a/OpenRA.Game/Widgets/BackgroundWidget.cs +++ b/OpenRA.Game/Widgets/BackgroundWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ButtonWidget.cs b/OpenRA.Game/Widgets/ButtonWidget.cs index f6ac257e39..7e57e5ca78 100644 --- a/OpenRA.Game/Widgets/ButtonWidget.cs +++ b/OpenRA.Game/Widgets/ButtonWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ChatDisplayWidget.cs b/OpenRA.Game/Widgets/ChatDisplayWidget.cs index 7b2481c318..5528fcb25c 100644 --- a/OpenRA.Game/Widgets/ChatDisplayWidget.cs +++ b/OpenRA.Game/Widgets/ChatDisplayWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/CheckboxWidget.cs b/OpenRA.Game/Widgets/CheckboxWidget.cs index 2bc06207e3..016788c195 100644 --- a/OpenRA.Game/Widgets/CheckboxWidget.cs +++ b/OpenRA.Game/Widgets/CheckboxWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ChromeMetrics.cs b/OpenRA.Game/Widgets/ChromeMetrics.cs index 581be0f0ab..3296ffa8c0 100644 --- a/OpenRA.Game/Widgets/ChromeMetrics.cs +++ b/OpenRA.Game/Widgets/ChromeMetrics.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ClientTooltipRegionWidget.cs b/OpenRA.Game/Widgets/ClientTooltipRegionWidget.cs index 5e81128ef4..79d1285546 100644 --- a/OpenRA.Game/Widgets/ClientTooltipRegionWidget.cs +++ b/OpenRA.Game/Widgets/ClientTooltipRegionWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ColorBlockWidget.cs b/OpenRA.Game/Widgets/ColorBlockWidget.cs index bd9d1f26d0..eeceb1f9a6 100644 --- a/OpenRA.Game/Widgets/ColorBlockWidget.cs +++ b/OpenRA.Game/Widgets/ColorBlockWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/DropDownButtonWidget.cs b/OpenRA.Game/Widgets/DropDownButtonWidget.cs index 9b85d10464..cdd33ad20b 100644 --- a/OpenRA.Game/Widgets/DropDownButtonWidget.cs +++ b/OpenRA.Game/Widgets/DropDownButtonWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/GridLayout.cs b/OpenRA.Game/Widgets/GridLayout.cs index d9a35aa56e..d94b6f14ef 100644 --- a/OpenRA.Game/Widgets/GridLayout.cs +++ b/OpenRA.Game/Widgets/GridLayout.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/HotkeyEntryWidget.cs b/OpenRA.Game/Widgets/HotkeyEntryWidget.cs index d2cf3f60d1..2c7fd40f03 100644 --- a/OpenRA.Game/Widgets/HotkeyEntryWidget.cs +++ b/OpenRA.Game/Widgets/HotkeyEntryWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ImageWidget.cs b/OpenRA.Game/Widgets/ImageWidget.cs index 31fc348c6f..8309d52ef2 100644 --- a/OpenRA.Game/Widgets/ImageWidget.cs +++ b/OpenRA.Game/Widgets/ImageWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/LabelWidget.cs b/OpenRA.Game/Widgets/LabelWidget.cs index 921b88871e..3dbf6b312a 100644 --- a/OpenRA.Game/Widgets/LabelWidget.cs +++ b/OpenRA.Game/Widgets/LabelWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/LineGraphWidget.cs b/OpenRA.Game/Widgets/LineGraphWidget.cs index aed1a59669..37f10b4292 100644 --- a/OpenRA.Game/Widgets/LineGraphWidget.cs +++ b/OpenRA.Game/Widgets/LineGraphWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ListLayout.cs b/OpenRA.Game/Widgets/ListLayout.cs index b33fb470f8..fd40c31fef 100644 --- a/OpenRA.Game/Widgets/ListLayout.cs +++ b/OpenRA.Game/Widgets/ListLayout.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/MapPreviewWidget.cs b/OpenRA.Game/Widgets/MapPreviewWidget.cs index d0fd6117d6..e64b316efb 100644 --- a/OpenRA.Game/Widgets/MapPreviewWidget.cs +++ b/OpenRA.Game/Widgets/MapPreviewWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/PasswordFieldWidget.cs b/OpenRA.Game/Widgets/PasswordFieldWidget.cs index 6279c478e7..a12d75464a 100644 --- a/OpenRA.Game/Widgets/PasswordFieldWidget.cs +++ b/OpenRA.Game/Widgets/PasswordFieldWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/PerfGraphWidget.cs b/OpenRA.Game/Widgets/PerfGraphWidget.cs index 26525cc5e4..035c115342 100644 --- a/OpenRA.Game/Widgets/PerfGraphWidget.cs +++ b/OpenRA.Game/Widgets/PerfGraphWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ProgressBarWidget.cs b/OpenRA.Game/Widgets/ProgressBarWidget.cs index b13dfe7b52..722ed4e4de 100644 --- a/OpenRA.Game/Widgets/ProgressBarWidget.cs +++ b/OpenRA.Game/Widgets/ProgressBarWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/RGBASpriteWidget.cs b/OpenRA.Game/Widgets/RGBASpriteWidget.cs index ef8de8f2c7..66dc4e6f04 100644 --- a/OpenRA.Game/Widgets/RGBASpriteWidget.cs +++ b/OpenRA.Game/Widgets/RGBASpriteWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/RootWidget.cs b/OpenRA.Game/Widgets/RootWidget.cs index bdad4fd28d..95a94e7c6b 100644 --- a/OpenRA.Game/Widgets/RootWidget.cs +++ b/OpenRA.Game/Widgets/RootWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ScrollItemWidget.cs b/OpenRA.Game/Widgets/ScrollItemWidget.cs index e4bae06991..9827b111e7 100644 --- a/OpenRA.Game/Widgets/ScrollItemWidget.cs +++ b/OpenRA.Game/Widgets/ScrollItemWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ScrollPanelWidget.cs b/OpenRA.Game/Widgets/ScrollPanelWidget.cs index 15007a0d94..41880670e1 100644 --- a/OpenRA.Game/Widgets/ScrollPanelWidget.cs +++ b/OpenRA.Game/Widgets/ScrollPanelWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/SliderWidget.cs b/OpenRA.Game/Widgets/SliderWidget.cs index 6b72a3cb99..0173eddd31 100644 --- a/OpenRA.Game/Widgets/SliderWidget.cs +++ b/OpenRA.Game/Widgets/SliderWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/SpriteSequenceWidget.cs b/OpenRA.Game/Widgets/SpriteSequenceWidget.cs index 27ab93011d..7990c69d3f 100644 --- a/OpenRA.Game/Widgets/SpriteSequenceWidget.cs +++ b/OpenRA.Game/Widgets/SpriteSequenceWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/SpriteWidget.cs b/OpenRA.Game/Widgets/SpriteWidget.cs index ea85c00427..6e6d5f5409 100644 --- a/OpenRA.Game/Widgets/SpriteWidget.cs +++ b/OpenRA.Game/Widgets/SpriteWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/TextFieldWidget.cs b/OpenRA.Game/Widgets/TextFieldWidget.cs index 09395615b0..80734cc9b6 100644 --- a/OpenRA.Game/Widgets/TextFieldWidget.cs +++ b/OpenRA.Game/Widgets/TextFieldWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/TooltipContainerWidget.cs b/OpenRA.Game/Widgets/TooltipContainerWidget.cs index 285b4546f1..1a1b4ce972 100644 --- a/OpenRA.Game/Widgets/TooltipContainerWidget.cs +++ b/OpenRA.Game/Widgets/TooltipContainerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/ViewportControllerWidget.cs b/OpenRA.Game/Widgets/ViewportControllerWidget.cs index 903b31b9f0..1c580dcc44 100644 --- a/OpenRA.Game/Widgets/ViewportControllerWidget.cs +++ b/OpenRA.Game/Widgets/ViewportControllerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/VqaPlayerWidget.cs b/OpenRA.Game/Widgets/VqaPlayerWidget.cs index c014164d14..cdb22d3dd8 100644 --- a/OpenRA.Game/Widgets/VqaPlayerWidget.cs +++ b/OpenRA.Game/Widgets/VqaPlayerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/Widget.cs b/OpenRA.Game/Widgets/Widget.cs index 6d35728c23..081df1efaa 100644 --- a/OpenRA.Game/Widgets/Widget.cs +++ b/OpenRA.Game/Widgets/Widget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/WidgetLoader.cs b/OpenRA.Game/Widgets/WidgetLoader.cs index d8a2ab6472..d10f7747da 100644 --- a/OpenRA.Game/Widgets/WidgetLoader.cs +++ b/OpenRA.Game/Widgets/WidgetLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/WidgetUtils.cs b/OpenRA.Game/Widgets/WidgetUtils.cs index 547a36b880..eb7775a021 100644 --- a/OpenRA.Game/Widgets/WidgetUtils.cs +++ b/OpenRA.Game/Widgets/WidgetUtils.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs b/OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs index cb205cfb42..cdf82eab71 100644 --- a/OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs +++ b/OpenRA.Game/Widgets/WorldInteractionControllerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/World.cs b/OpenRA.Game/World.cs index bf278334e2..4b5b571b4e 100644 --- a/OpenRA.Game/World.cs +++ b/OpenRA.Game/World.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Game/WorldUtils.cs b/OpenRA.Game/WorldUtils.cs index e7ac4994ad..2a73066e40 100644 --- a/OpenRA.Game/WorldUtils.cs +++ b/OpenRA.Game/WorldUtils.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.GameMonitor/GameMonitor.cs b/OpenRA.GameMonitor/GameMonitor.cs index ebe3d3809c..6f968047eb 100644 --- a/OpenRA.GameMonitor/GameMonitor.cs +++ b/OpenRA.GameMonitor/GameMonitor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Activities/HarvesterDockSequence.cs b/OpenRA.Mods.Cnc/Activities/HarvesterDockSequence.cs index 72a3dd51d4..1ad3d8d8bd 100644 --- a/OpenRA.Mods.Cnc/Activities/HarvesterDockSequence.cs +++ b/OpenRA.Mods.Cnc/Activities/HarvesterDockSequence.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/CncLoadScreen.cs b/OpenRA.Mods.Cnc/CncLoadScreen.cs index d81ba334c9..c4c878697e 100644 --- a/OpenRA.Mods.Cnc/CncLoadScreen.cs +++ b/OpenRA.Mods.Cnc/CncLoadScreen.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Effects/IonCannon.cs b/OpenRA.Mods.Cnc/Effects/IonCannon.cs index 05589561ca..573d40659e 100644 --- a/OpenRA.Mods.Cnc/Effects/IonCannon.cs +++ b/OpenRA.Mods.Cnc/Effects/IonCannon.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/AttackPopupTurreted.cs b/OpenRA.Mods.Cnc/Traits/AttackPopupTurreted.cs index 035ba052c3..f7770e4cc1 100644 --- a/OpenRA.Mods.Cnc/Traits/AttackPopupTurreted.cs +++ b/OpenRA.Mods.Cnc/Traits/AttackPopupTurreted.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/Buildings/ProductionAirdrop.cs b/OpenRA.Mods.Cnc/Traits/Buildings/ProductionAirdrop.cs index 489d2130c0..bb347ffcec 100644 --- a/OpenRA.Mods.Cnc/Traits/Buildings/ProductionAirdrop.cs +++ b/OpenRA.Mods.Cnc/Traits/Buildings/ProductionAirdrop.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/Buildings/TiberiumRefinery.cs b/OpenRA.Mods.Cnc/Traits/Buildings/TiberiumRefinery.cs index 99fad3137f..f0826bbd5b 100644 --- a/OpenRA.Mods.Cnc/Traits/Buildings/TiberiumRefinery.cs +++ b/OpenRA.Mods.Cnc/Traits/Buildings/TiberiumRefinery.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/PoisonedByTiberium.cs b/OpenRA.Mods.Cnc/Traits/PoisonedByTiberium.cs index df524d57cc..c5c5825c13 100644 --- a/OpenRA.Mods.Cnc/Traits/PoisonedByTiberium.cs +++ b/OpenRA.Mods.Cnc/Traits/PoisonedByTiberium.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/Render/RenderGunboat.cs b/OpenRA.Mods.Cnc/Traits/Render/RenderGunboat.cs index 49fdd9a578..37fbe9916f 100644 --- a/OpenRA.Mods.Cnc/Traits/Render/RenderGunboat.cs +++ b/OpenRA.Mods.Cnc/Traits/Render/RenderGunboat.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/Render/WithCargo.cs b/OpenRA.Mods.Cnc/Traits/Render/WithCargo.cs index c919f3978a..295b3792f1 100644 --- a/OpenRA.Mods.Cnc/Traits/Render/WithCargo.cs +++ b/OpenRA.Mods.Cnc/Traits/Render/WithCargo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/Render/WithDeliveryAnimation.cs b/OpenRA.Mods.Cnc/Traits/Render/WithDeliveryAnimation.cs index 10d99eccf7..c15e6462eb 100644 --- a/OpenRA.Mods.Cnc/Traits/Render/WithDeliveryAnimation.cs +++ b/OpenRA.Mods.Cnc/Traits/Render/WithDeliveryAnimation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/Render/WithFire.cs b/OpenRA.Mods.Cnc/Traits/Render/WithFire.cs index 36d903081e..4167ecd2f4 100644 --- a/OpenRA.Mods.Cnc/Traits/Render/WithFire.cs +++ b/OpenRA.Mods.Cnc/Traits/Render/WithFire.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/Render/WithRoof.cs b/OpenRA.Mods.Cnc/Traits/Render/WithRoof.cs index 00446c5dea..538163c190 100644 --- a/OpenRA.Mods.Cnc/Traits/Render/WithRoof.cs +++ b/OpenRA.Mods.Cnc/Traits/Render/WithRoof.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/SpawnViceroid.cs b/OpenRA.Mods.Cnc/Traits/SpawnViceroid.cs index 2dee55fa3d..ab4b24a364 100644 --- a/OpenRA.Mods.Cnc/Traits/SpawnViceroid.cs +++ b/OpenRA.Mods.Cnc/Traits/SpawnViceroid.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs b/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs index 5e3ad82265..fa8606f45a 100644 --- a/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs +++ b/OpenRA.Mods.Cnc/Traits/SupportPowers/IonCannonPower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncMainMenuLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncMainMenuLogic.cs index 377e312bdb..bb80061b04 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncMainMenuLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncMainMenuLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/ProductionTabsLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/ProductionTabsLogic.cs index f442ab2e72..9d6fc6de3c 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/ProductionTabsLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/ProductionTabsLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/FallToEarth.cs b/OpenRA.Mods.Common/Activities/Air/FallToEarth.cs index 3ff65257bf..4935e46b9e 100644 --- a/OpenRA.Mods.Common/Activities/Air/FallToEarth.cs +++ b/OpenRA.Mods.Common/Activities/Air/FallToEarth.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/Fly.cs b/OpenRA.Mods.Common/Activities/Air/Fly.cs index cc5f8469c1..a8460e1c08 100644 --- a/OpenRA.Mods.Common/Activities/Air/Fly.cs +++ b/OpenRA.Mods.Common/Activities/Air/Fly.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/FlyAttack.cs b/OpenRA.Mods.Common/Activities/Air/FlyAttack.cs index c9dd280ea7..82c29d371a 100644 --- a/OpenRA.Mods.Common/Activities/Air/FlyAttack.cs +++ b/OpenRA.Mods.Common/Activities/Air/FlyAttack.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/FlyFollow.cs b/OpenRA.Mods.Common/Activities/Air/FlyFollow.cs index a3beba37a5..7da1c5c1dc 100644 --- a/OpenRA.Mods.Common/Activities/Air/FlyFollow.cs +++ b/OpenRA.Mods.Common/Activities/Air/FlyFollow.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/FlyTimed.cs b/OpenRA.Mods.Common/Activities/Air/FlyTimed.cs index 0a9c0a0259..ec9568b627 100644 --- a/OpenRA.Mods.Common/Activities/Air/FlyTimed.cs +++ b/OpenRA.Mods.Common/Activities/Air/FlyTimed.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/HeliAttack.cs b/OpenRA.Mods.Common/Activities/Air/HeliAttack.cs index 86ccd07c30..110b85a8b1 100644 --- a/OpenRA.Mods.Common/Activities/Air/HeliAttack.cs +++ b/OpenRA.Mods.Common/Activities/Air/HeliAttack.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/HeliFly.cs b/OpenRA.Mods.Common/Activities/Air/HeliFly.cs index 528e9a547f..bcd23f19e9 100644 --- a/OpenRA.Mods.Common/Activities/Air/HeliFly.cs +++ b/OpenRA.Mods.Common/Activities/Air/HeliFly.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/HeliFlyCircle.cs b/OpenRA.Mods.Common/Activities/Air/HeliFlyCircle.cs index ed3bb2196b..34b3704103 100644 --- a/OpenRA.Mods.Common/Activities/Air/HeliFlyCircle.cs +++ b/OpenRA.Mods.Common/Activities/Air/HeliFlyCircle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/HeliLand.cs b/OpenRA.Mods.Common/Activities/Air/HeliLand.cs index e17f8a9d2c..85cd469acc 100644 --- a/OpenRA.Mods.Common/Activities/Air/HeliLand.cs +++ b/OpenRA.Mods.Common/Activities/Air/HeliLand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/HeliReturn.cs b/OpenRA.Mods.Common/Activities/Air/HeliReturn.cs index c4d5150eae..059acc7cae 100644 --- a/OpenRA.Mods.Common/Activities/Air/HeliReturn.cs +++ b/OpenRA.Mods.Common/Activities/Air/HeliReturn.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/Land.cs b/OpenRA.Mods.Common/Activities/Air/Land.cs index c3192db629..44eed7aa2d 100644 --- a/OpenRA.Mods.Common/Activities/Air/Land.cs +++ b/OpenRA.Mods.Common/Activities/Air/Land.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/ResupplyAircraft.cs b/OpenRA.Mods.Common/Activities/Air/ResupplyAircraft.cs index 047f4501fd..84ddb97574 100644 --- a/OpenRA.Mods.Common/Activities/Air/ResupplyAircraft.cs +++ b/OpenRA.Mods.Common/Activities/Air/ResupplyAircraft.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/ReturnToBase.cs b/OpenRA.Mods.Common/Activities/Air/ReturnToBase.cs index 830bd37dba..fffc65ecd6 100644 --- a/OpenRA.Mods.Common/Activities/Air/ReturnToBase.cs +++ b/OpenRA.Mods.Common/Activities/Air/ReturnToBase.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Air/TakeOff.cs b/OpenRA.Mods.Common/Activities/Air/TakeOff.cs index 7c1ee5de69..450205d950 100644 --- a/OpenRA.Mods.Common/Activities/Air/TakeOff.cs +++ b/OpenRA.Mods.Common/Activities/Air/TakeOff.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Attack.cs b/OpenRA.Mods.Common/Activities/Attack.cs index d29882cb12..79c2b695a8 100644 --- a/OpenRA.Mods.Common/Activities/Attack.cs +++ b/OpenRA.Mods.Common/Activities/Attack.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Enter.cs b/OpenRA.Mods.Common/Activities/Enter.cs index 94e352d634..83473fbae3 100644 --- a/OpenRA.Mods.Common/Activities/Enter.cs +++ b/OpenRA.Mods.Common/Activities/Enter.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/EnterTransport.cs b/OpenRA.Mods.Common/Activities/EnterTransport.cs index 3467ff1b53..c31172eddc 100644 --- a/OpenRA.Mods.Common/Activities/EnterTransport.cs +++ b/OpenRA.Mods.Common/Activities/EnterTransport.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Heal.cs b/OpenRA.Mods.Common/Activities/Heal.cs index 3d5bd0f829..aede270e80 100644 --- a/OpenRA.Mods.Common/Activities/Heal.cs +++ b/OpenRA.Mods.Common/Activities/Heal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Hunt.cs b/OpenRA.Mods.Common/Activities/Hunt.cs index 95d96d3a75..b092ace352 100644 --- a/OpenRA.Mods.Common/Activities/Hunt.cs +++ b/OpenRA.Mods.Common/Activities/Hunt.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Move/AttackMoveActivity.cs b/OpenRA.Mods.Common/Activities/Move/AttackMoveActivity.cs index bf13a1ab4e..e76f667e02 100644 --- a/OpenRA.Mods.Common/Activities/Move/AttackMoveActivity.cs +++ b/OpenRA.Mods.Common/Activities/Move/AttackMoveActivity.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Move/Drag.cs b/OpenRA.Mods.Common/Activities/Move/Drag.cs index 9bf32fc9f8..b4174169c2 100644 --- a/OpenRA.Mods.Common/Activities/Move/Drag.cs +++ b/OpenRA.Mods.Common/Activities/Move/Drag.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Move/Follow.cs b/OpenRA.Mods.Common/Activities/Move/Follow.cs index 1e920bb5c9..4b3c516602 100644 --- a/OpenRA.Mods.Common/Activities/Move/Follow.cs +++ b/OpenRA.Mods.Common/Activities/Move/Follow.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Move/Move.cs b/OpenRA.Mods.Common/Activities/Move/Move.cs index 4cfaf7098d..19a4755d07 100644 --- a/OpenRA.Mods.Common/Activities/Move/Move.cs +++ b/OpenRA.Mods.Common/Activities/Move/Move.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs b/OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs index f84ca05464..8b6636a8b8 100644 --- a/OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs +++ b/OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Move/MoveWithinRange.cs b/OpenRA.Mods.Common/Activities/Move/MoveWithinRange.cs index d012208be3..e91407ecfa 100644 --- a/OpenRA.Mods.Common/Activities/Move/MoveWithinRange.cs +++ b/OpenRA.Mods.Common/Activities/Move/MoveWithinRange.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Rearm.cs b/OpenRA.Mods.Common/Activities/Rearm.cs index 30ed317788..d3c913293e 100644 --- a/OpenRA.Mods.Common/Activities/Rearm.cs +++ b/OpenRA.Mods.Common/Activities/Rearm.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/RemoveSelf.cs b/OpenRA.Mods.Common/Activities/RemoveSelf.cs index d50e432b4e..37a2eb3003 100644 --- a/OpenRA.Mods.Common/Activities/RemoveSelf.cs +++ b/OpenRA.Mods.Common/Activities/RemoveSelf.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Repair.cs b/OpenRA.Mods.Common/Activities/Repair.cs index 9b010d7488..c07acd2cf6 100644 --- a/OpenRA.Mods.Common/Activities/Repair.cs +++ b/OpenRA.Mods.Common/Activities/Repair.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/RepairBuilding.cs b/OpenRA.Mods.Common/Activities/RepairBuilding.cs index 5eb3440164..a57ee7b476 100644 --- a/OpenRA.Mods.Common/Activities/RepairBuilding.cs +++ b/OpenRA.Mods.Common/Activities/RepairBuilding.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Sell.cs b/OpenRA.Mods.Common/Activities/Sell.cs index 4a7070c29c..c44127726c 100644 --- a/OpenRA.Mods.Common/Activities/Sell.cs +++ b/OpenRA.Mods.Common/Activities/Sell.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/SimpleTeleport.cs b/OpenRA.Mods.Common/Activities/SimpleTeleport.cs index 14b6a3d2f2..cc214e640d 100644 --- a/OpenRA.Mods.Common/Activities/SimpleTeleport.cs +++ b/OpenRA.Mods.Common/Activities/SimpleTeleport.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Turn.cs b/OpenRA.Mods.Common/Activities/Turn.cs index 8286fb79b4..bbfc01d302 100644 --- a/OpenRA.Mods.Common/Activities/Turn.cs +++ b/OpenRA.Mods.Common/Activities/Turn.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/UnloadCargo.cs b/OpenRA.Mods.Common/Activities/UnloadCargo.cs index f8a684174c..aa8a14b5d1 100644 --- a/OpenRA.Mods.Common/Activities/UnloadCargo.cs +++ b/OpenRA.Mods.Common/Activities/UnloadCargo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Activities/Wait.cs b/OpenRA.Mods.Common/Activities/Wait.cs index 77a897bdaf..fb97043a32 100644 --- a/OpenRA.Mods.Common/Activities/Wait.cs +++ b/OpenRA.Mods.Common/Activities/Wait.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/ActorExts.cs b/OpenRA.Mods.Common/ActorExts.cs index 2cd0e293ce..098cc74aa9 100644 --- a/OpenRA.Mods.Common/ActorExts.cs +++ b/OpenRA.Mods.Common/ActorExts.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Commands/ChatCommands.cs b/OpenRA.Mods.Common/Commands/ChatCommands.cs index f047d353ec..acf1c0793b 100644 --- a/OpenRA.Mods.Common/Commands/ChatCommands.cs +++ b/OpenRA.Mods.Common/Commands/ChatCommands.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Commands/DevCommands.cs b/OpenRA.Mods.Common/Commands/DevCommands.cs index b26948754a..11f61cb26b 100644 --- a/OpenRA.Mods.Common/Commands/DevCommands.cs +++ b/OpenRA.Mods.Common/Commands/DevCommands.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Commands/HelpCommand.cs b/OpenRA.Mods.Common/Commands/HelpCommand.cs index 4120d17364..9c0d37605a 100644 --- a/OpenRA.Mods.Common/Commands/HelpCommand.cs +++ b/OpenRA.Mods.Common/Commands/HelpCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Commands/PlayerCommands.cs b/OpenRA.Mods.Common/Commands/PlayerCommands.cs index 6f6042534f..d146d94865 100644 --- a/OpenRA.Mods.Common/Commands/PlayerCommands.cs +++ b/OpenRA.Mods.Common/Commands/PlayerCommands.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/Beacon.cs b/OpenRA.Mods.Common/Effects/Beacon.cs index 9a3b385e63..01d6ecd474 100644 --- a/OpenRA.Mods.Common/Effects/Beacon.cs +++ b/OpenRA.Mods.Common/Effects/Beacon.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/Bullet.cs b/OpenRA.Mods.Common/Effects/Bullet.cs index d48445bc76..1f068580f1 100644 --- a/OpenRA.Mods.Common/Effects/Bullet.cs +++ b/OpenRA.Mods.Common/Effects/Bullet.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/Contrail.cs b/OpenRA.Mods.Common/Effects/Contrail.cs index 8916326f82..0a784df1a3 100644 --- a/OpenRA.Mods.Common/Effects/Contrail.cs +++ b/OpenRA.Mods.Common/Effects/Contrail.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/ContrailFader.cs b/OpenRA.Mods.Common/Effects/ContrailFader.cs index 1ea7c168dc..7e7c4d74c9 100644 --- a/OpenRA.Mods.Common/Effects/ContrailFader.cs +++ b/OpenRA.Mods.Common/Effects/ContrailFader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/Corpse.cs b/OpenRA.Mods.Common/Effects/Corpse.cs index 31928261bc..ef2170ffb1 100644 --- a/OpenRA.Mods.Common/Effects/Corpse.cs +++ b/OpenRA.Mods.Common/Effects/Corpse.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/CrateEffect.cs b/OpenRA.Mods.Common/Effects/CrateEffect.cs index 5c7ffcd869..7f5ce2e376 100644 --- a/OpenRA.Mods.Common/Effects/CrateEffect.cs +++ b/OpenRA.Mods.Common/Effects/CrateEffect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/Explosion.cs b/OpenRA.Mods.Common/Effects/Explosion.cs index 270a3f7fab..93451480ce 100644 --- a/OpenRA.Mods.Common/Effects/Explosion.cs +++ b/OpenRA.Mods.Common/Effects/Explosion.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/FloatingText.cs b/OpenRA.Mods.Common/Effects/FloatingText.cs index 0608f6c429..a8f9a1bb7c 100644 --- a/OpenRA.Mods.Common/Effects/FloatingText.cs +++ b/OpenRA.Mods.Common/Effects/FloatingText.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/GravityBomb.cs b/OpenRA.Mods.Common/Effects/GravityBomb.cs index b4291b7308..fc61189bd6 100644 --- a/OpenRA.Mods.Common/Effects/GravityBomb.cs +++ b/OpenRA.Mods.Common/Effects/GravityBomb.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/LaserZap.cs b/OpenRA.Mods.Common/Effects/LaserZap.cs index ab050c5a87..8b30d2a6e3 100644 --- a/OpenRA.Mods.Common/Effects/LaserZap.cs +++ b/OpenRA.Mods.Common/Effects/LaserZap.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/Missile.cs b/OpenRA.Mods.Common/Effects/Missile.cs index 993a39adc4..c41205baac 100644 --- a/OpenRA.Mods.Common/Effects/Missile.cs +++ b/OpenRA.Mods.Common/Effects/Missile.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/NukeLaunch.cs b/OpenRA.Mods.Common/Effects/NukeLaunch.cs index 14cbd0d5e5..d1915ad396 100644 --- a/OpenRA.Mods.Common/Effects/NukeLaunch.cs +++ b/OpenRA.Mods.Common/Effects/NukeLaunch.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/PowerdownIndicator.cs b/OpenRA.Mods.Common/Effects/PowerdownIndicator.cs index 5041628769..a2bc6eadb1 100644 --- a/OpenRA.Mods.Common/Effects/PowerdownIndicator.cs +++ b/OpenRA.Mods.Common/Effects/PowerdownIndicator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/RallyPointIndicator.cs b/OpenRA.Mods.Common/Effects/RallyPointIndicator.cs index e068722faa..ce8672f2ca 100644 --- a/OpenRA.Mods.Common/Effects/RallyPointIndicator.cs +++ b/OpenRA.Mods.Common/Effects/RallyPointIndicator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/Rank.cs b/OpenRA.Mods.Common/Effects/Rank.cs index eb49f402d4..4719fdc48a 100644 --- a/OpenRA.Mods.Common/Effects/Rank.cs +++ b/OpenRA.Mods.Common/Effects/Rank.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/RepairIndicator.cs b/OpenRA.Mods.Common/Effects/RepairIndicator.cs index 413b190001..d5227b0d2f 100644 --- a/OpenRA.Mods.Common/Effects/RepairIndicator.cs +++ b/OpenRA.Mods.Common/Effects/RepairIndicator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Effects/Smoke.cs b/OpenRA.Mods.Common/Effects/Smoke.cs index 5360bdbd65..63db43cee9 100644 --- a/OpenRA.Mods.Common/Effects/Smoke.cs +++ b/OpenRA.Mods.Common/Effects/Smoke.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Graphics/ActorPreview.cs b/OpenRA.Mods.Common/Graphics/ActorPreview.cs index 5f0cae9c97..098f336b3a 100644 --- a/OpenRA.Mods.Common/Graphics/ActorPreview.cs +++ b/OpenRA.Mods.Common/Graphics/ActorPreview.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Graphics/BeamRenderable.cs b/OpenRA.Mods.Common/Graphics/BeamRenderable.cs index 560a2ca30e..fcb9113cc8 100644 --- a/OpenRA.Mods.Common/Graphics/BeamRenderable.cs +++ b/OpenRA.Mods.Common/Graphics/BeamRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Graphics/ContrailRenderable.cs b/OpenRA.Mods.Common/Graphics/ContrailRenderable.cs index 9282466964..c4f315aa64 100644 --- a/OpenRA.Mods.Common/Graphics/ContrailRenderable.cs +++ b/OpenRA.Mods.Common/Graphics/ContrailRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Graphics/RangeCircleRenderable.cs b/OpenRA.Mods.Common/Graphics/RangeCircleRenderable.cs index ef2fdc6fe6..6961899bfc 100644 --- a/OpenRA.Mods.Common/Graphics/RangeCircleRenderable.cs +++ b/OpenRA.Mods.Common/Graphics/RangeCircleRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Graphics/SpriteActorPreview.cs b/OpenRA.Mods.Common/Graphics/SpriteActorPreview.cs index d9820f2055..d3d8ba2fda 100644 --- a/OpenRA.Mods.Common/Graphics/SpriteActorPreview.cs +++ b/OpenRA.Mods.Common/Graphics/SpriteActorPreview.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Graphics/TextRenderable.cs b/OpenRA.Mods.Common/Graphics/TextRenderable.cs index a67e981735..03e09e26f7 100644 --- a/OpenRA.Mods.Common/Graphics/TextRenderable.cs +++ b/OpenRA.Mods.Common/Graphics/TextRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Graphics/VoxelActorPreview.cs b/OpenRA.Mods.Common/Graphics/VoxelActorPreview.cs index b0f19f1258..dbdf852f25 100644 --- a/OpenRA.Mods.Common/Graphics/VoxelActorPreview.cs +++ b/OpenRA.Mods.Common/Graphics/VoxelActorPreview.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Graphics/VoxelRenderable.cs b/OpenRA.Mods.Common/Graphics/VoxelRenderable.cs index 5e86ed262c..2ff1381906 100644 --- a/OpenRA.Mods.Common/Graphics/VoxelRenderable.cs +++ b/OpenRA.Mods.Common/Graphics/VoxelRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs b/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs index 681ef3abd7..ca83696c1e 100644 --- a/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs +++ b/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/LoadScreens/LogoStripeLoadScreen.cs b/OpenRA.Mods.Common/LoadScreens/LogoStripeLoadScreen.cs index ab18d9b026..c25fa2f240 100644 --- a/OpenRA.Mods.Common/LoadScreens/LogoStripeLoadScreen.cs +++ b/OpenRA.Mods.Common/LoadScreens/LogoStripeLoadScreen.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/LoadScreens/ModChooserLoadScreen.cs b/OpenRA.Mods.Common/LoadScreens/ModChooserLoadScreen.cs index f2dba57c4d..563d9624f0 100644 --- a/OpenRA.Mods.Common/LoadScreens/ModChooserLoadScreen.cs +++ b/OpenRA.Mods.Common/LoadScreens/ModChooserLoadScreen.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Orders/DeployOrderTargeter.cs b/OpenRA.Mods.Common/Orders/DeployOrderTargeter.cs index eb4a29ceb3..605c017ee8 100644 --- a/OpenRA.Mods.Common/Orders/DeployOrderTargeter.cs +++ b/OpenRA.Mods.Common/Orders/DeployOrderTargeter.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Orders/EnterAlliedActorTargeter.cs b/OpenRA.Mods.Common/Orders/EnterAlliedActorTargeter.cs index 526b0549d4..82cb8cc93a 100644 --- a/OpenRA.Mods.Common/Orders/EnterAlliedActorTargeter.cs +++ b/OpenRA.Mods.Common/Orders/EnterAlliedActorTargeter.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Orders/RepairOrderGenerator.cs b/OpenRA.Mods.Common/Orders/RepairOrderGenerator.cs index 3d67e1a751..61f58b8d2d 100644 --- a/OpenRA.Mods.Common/Orders/RepairOrderGenerator.cs +++ b/OpenRA.Mods.Common/Orders/RepairOrderGenerator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Orders/UnitOrderTargeter.cs b/OpenRA.Mods.Common/Orders/UnitOrderTargeter.cs index fb32cb5c3a..02bcb33995 100644 --- a/OpenRA.Mods.Common/Orders/UnitOrderTargeter.cs +++ b/OpenRA.Mods.Common/Orders/UnitOrderTargeter.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/PlayerExtensions.cs b/OpenRA.Mods.Common/PlayerExtensions.cs index 7fef7480dc..62299806c1 100644 --- a/OpenRA.Mods.Common/PlayerExtensions.cs +++ b/OpenRA.Mods.Common/PlayerExtensions.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/CallLuaFunc.cs b/OpenRA.Mods.Common/Scripting/CallLuaFunc.cs index 1245e00406..844a30c6d6 100644 --- a/OpenRA.Mods.Common/Scripting/CallLuaFunc.cs +++ b/OpenRA.Mods.Common/Scripting/CallLuaFunc.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/ActorGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/ActorGlobal.cs index 069adc8c57..df0e49a881 100644 --- a/OpenRA.Mods.Common/Scripting/Global/ActorGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/ActorGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/CameraGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/CameraGlobal.cs index e2a82d84c1..97dce76d40 100644 --- a/OpenRA.Mods.Common/Scripting/Global/CameraGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/CameraGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/CoordinateGlobals.cs b/OpenRA.Mods.Common/Scripting/Global/CoordinateGlobals.cs index db53b896d9..c2fb097ad6 100644 --- a/OpenRA.Mods.Common/Scripting/Global/CoordinateGlobals.cs +++ b/OpenRA.Mods.Common/Scripting/Global/CoordinateGlobals.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/DateTimeGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/DateTimeGlobal.cs index 7e350b2c81..c9cbb6d1d4 100644 --- a/OpenRA.Mods.Common/Scripting/Global/DateTimeGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/DateTimeGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/MapGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/MapGlobal.cs index bb4326932d..8082aeb25d 100644 --- a/OpenRA.Mods.Common/Scripting/Global/MapGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/MapGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs index ac25b63693..207df3f7ef 100644 --- a/OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/PlayerGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/PlayerGlobal.cs index ccff679e34..d570de1982 100644 --- a/OpenRA.Mods.Common/Scripting/Global/PlayerGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/PlayerGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/TriggerGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/TriggerGlobal.cs index d858a54817..304f905732 100644 --- a/OpenRA.Mods.Common/Scripting/Global/TriggerGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/TriggerGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Global/UtilsGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/UtilsGlobal.cs index d7e05be642..955e58b4d7 100644 --- a/OpenRA.Mods.Common/Scripting/Global/UtilsGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/UtilsGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/LuaScript.cs b/OpenRA.Mods.Common/Scripting/LuaScript.cs index 58d651d155..1f874f408f 100644 --- a/OpenRA.Mods.Common/Scripting/LuaScript.cs +++ b/OpenRA.Mods.Common/Scripting/LuaScript.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Media.cs b/OpenRA.Mods.Common/Scripting/Media.cs index 1fce1383dc..30e74ace30 100644 --- a/OpenRA.Mods.Common/Scripting/Media.cs +++ b/OpenRA.Mods.Common/Scripting/Media.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Properties/DiplomacyProperties.cs b/OpenRA.Mods.Common/Scripting/Properties/DiplomacyProperties.cs index 79d5cbcbc0..9bfb999c05 100644 --- a/OpenRA.Mods.Common/Scripting/Properties/DiplomacyProperties.cs +++ b/OpenRA.Mods.Common/Scripting/Properties/DiplomacyProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Properties/HealthProperties.cs b/OpenRA.Mods.Common/Scripting/Properties/HealthProperties.cs index 767db393c5..465ac04a24 100644 --- a/OpenRA.Mods.Common/Scripting/Properties/HealthProperties.cs +++ b/OpenRA.Mods.Common/Scripting/Properties/HealthProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Properties/PowerProperties.cs b/OpenRA.Mods.Common/Scripting/Properties/PowerProperties.cs index 16db8df24f..a942f8809d 100644 --- a/OpenRA.Mods.Common/Scripting/Properties/PowerProperties.cs +++ b/OpenRA.Mods.Common/Scripting/Properties/PowerProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Properties/ResourceProperties.cs b/OpenRA.Mods.Common/Scripting/Properties/ResourceProperties.cs index ca12cc0518..943cf760d0 100644 --- a/OpenRA.Mods.Common/Scripting/Properties/ResourceProperties.cs +++ b/OpenRA.Mods.Common/Scripting/Properties/ResourceProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/Properties/UpgradeProperties.cs b/OpenRA.Mods.Common/Scripting/Properties/UpgradeProperties.cs index 92363889e5..eba3b40e6e 100644 --- a/OpenRA.Mods.Common/Scripting/Properties/UpgradeProperties.cs +++ b/OpenRA.Mods.Common/Scripting/Properties/UpgradeProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Scripting/ScriptTriggers.cs b/OpenRA.Mods.Common/Scripting/ScriptTriggers.cs index 9ce5465eb3..bdedb24fcf 100644 --- a/OpenRA.Mods.Common/Scripting/ScriptTriggers.cs +++ b/OpenRA.Mods.Common/Scripting/ScriptTriggers.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/ServerTraits/ColorValidator.cs b/OpenRA.Mods.Common/ServerTraits/ColorValidator.cs index 464b00c8ca..9b0a0c9d0c 100644 --- a/OpenRA.Mods.Common/ServerTraits/ColorValidator.cs +++ b/OpenRA.Mods.Common/ServerTraits/ColorValidator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs b/OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs index 27d7d772c1..92f67dd5aa 100644 --- a/OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs +++ b/OpenRA.Mods.Common/ServerTraits/LobbyCommands.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/ServerTraits/LobbySettingsNotification.cs b/OpenRA.Mods.Common/ServerTraits/LobbySettingsNotification.cs index 2c18dbe975..31c52a2278 100644 --- a/OpenRA.Mods.Common/ServerTraits/LobbySettingsNotification.cs +++ b/OpenRA.Mods.Common/ServerTraits/LobbySettingsNotification.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/ServerTraits/MasterServerPinger.cs b/OpenRA.Mods.Common/ServerTraits/MasterServerPinger.cs index 059679afcc..f51e8df100 100644 --- a/OpenRA.Mods.Common/ServerTraits/MasterServerPinger.cs +++ b/OpenRA.Mods.Common/ServerTraits/MasterServerPinger.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/ServerTraits/PlayerPinger.cs b/OpenRA.Mods.Common/ServerTraits/PlayerPinger.cs index eb5dd3fa72..0d8ddd2b85 100644 --- a/OpenRA.Mods.Common/ServerTraits/PlayerPinger.cs +++ b/OpenRA.Mods.Common/ServerTraits/PlayerPinger.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/SpriteLoaders/ShpD2Loader.cs b/OpenRA.Mods.Common/SpriteLoaders/ShpD2Loader.cs index c5567cefec..2c61c3ee38 100644 --- a/OpenRA.Mods.Common/SpriteLoaders/ShpD2Loader.cs +++ b/OpenRA.Mods.Common/SpriteLoaders/ShpD2Loader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/SpriteLoaders/ShpTDLoader.cs b/OpenRA.Mods.Common/SpriteLoaders/ShpTDLoader.cs index 4fe05dad38..671fb0ef6c 100644 --- a/OpenRA.Mods.Common/SpriteLoaders/ShpTDLoader.cs +++ b/OpenRA.Mods.Common/SpriteLoaders/ShpTDLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/SpriteLoaders/ShpTSLoader.cs b/OpenRA.Mods.Common/SpriteLoaders/ShpTSLoader.cs index d239a4b2ee..e23a1d4026 100644 --- a/OpenRA.Mods.Common/SpriteLoaders/ShpTSLoader.cs +++ b/OpenRA.Mods.Common/SpriteLoaders/ShpTSLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/SpriteLoaders/TmpRALoader.cs b/OpenRA.Mods.Common/SpriteLoaders/TmpRALoader.cs index 900c3fdd0c..5699e0ed92 100644 --- a/OpenRA.Mods.Common/SpriteLoaders/TmpRALoader.cs +++ b/OpenRA.Mods.Common/SpriteLoaders/TmpRALoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/SpriteLoaders/TmpTDLoader.cs b/OpenRA.Mods.Common/SpriteLoaders/TmpTDLoader.cs index 22617faecf..94e51fd0a0 100644 --- a/OpenRA.Mods.Common/SpriteLoaders/TmpTDLoader.cs +++ b/OpenRA.Mods.Common/SpriteLoaders/TmpTDLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/Aircraft.cs b/OpenRA.Mods.Common/Traits/Air/Aircraft.cs index 630eabbf07..28e4a2411f 100644 --- a/OpenRA.Mods.Common/Traits/Air/Aircraft.cs +++ b/OpenRA.Mods.Common/Traits/Air/Aircraft.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/AttackBomber.cs b/OpenRA.Mods.Common/Traits/Air/AttackBomber.cs index 74e606fe8d..1ae86daeb5 100644 --- a/OpenRA.Mods.Common/Traits/Air/AttackBomber.cs +++ b/OpenRA.Mods.Common/Traits/Air/AttackBomber.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/AttackHeli.cs b/OpenRA.Mods.Common/Traits/Air/AttackHeli.cs index 964e57b4f4..a40a9d6ac5 100644 --- a/OpenRA.Mods.Common/Traits/Air/AttackHeli.cs +++ b/OpenRA.Mods.Common/Traits/Air/AttackHeli.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/AttackPlane.cs b/OpenRA.Mods.Common/Traits/Air/AttackPlane.cs index 1d8d00f666..7c7c5593ba 100644 --- a/OpenRA.Mods.Common/Traits/Air/AttackPlane.cs +++ b/OpenRA.Mods.Common/Traits/Air/AttackPlane.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/FallsToEarth.cs b/OpenRA.Mods.Common/Traits/Air/FallsToEarth.cs index a1ca29e5ef..a2eb3c3908 100644 --- a/OpenRA.Mods.Common/Traits/Air/FallsToEarth.cs +++ b/OpenRA.Mods.Common/Traits/Air/FallsToEarth.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/FlyAwayOnIdle.cs b/OpenRA.Mods.Common/Traits/Air/FlyAwayOnIdle.cs index f514c1c63e..ecaed00034 100644 --- a/OpenRA.Mods.Common/Traits/Air/FlyAwayOnIdle.cs +++ b/OpenRA.Mods.Common/Traits/Air/FlyAwayOnIdle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/Helicopter.cs b/OpenRA.Mods.Common/Traits/Air/Helicopter.cs index 4f297348f7..7c9e588b19 100644 --- a/OpenRA.Mods.Common/Traits/Air/Helicopter.cs +++ b/OpenRA.Mods.Common/Traits/Air/Helicopter.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/Plane.cs b/OpenRA.Mods.Common/Traits/Air/Plane.cs index 5427971137..c24361c5c4 100644 --- a/OpenRA.Mods.Common/Traits/Air/Plane.cs +++ b/OpenRA.Mods.Common/Traits/Air/Plane.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/ReturnOnIdle.cs b/OpenRA.Mods.Common/Traits/Air/ReturnOnIdle.cs index 53d0a1e1e9..cf5ff734ec 100644 --- a/OpenRA.Mods.Common/Traits/Air/ReturnOnIdle.cs +++ b/OpenRA.Mods.Common/Traits/Air/ReturnOnIdle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Air/TargetableAircraft.cs b/OpenRA.Mods.Common/Traits/Air/TargetableAircraft.cs index 1ed86f6bca..9067f61630 100644 --- a/OpenRA.Mods.Common/Traits/Air/TargetableAircraft.cs +++ b/OpenRA.Mods.Common/Traits/Air/TargetableAircraft.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/AppearsOnRadar.cs b/OpenRA.Mods.Common/Traits/AppearsOnRadar.cs index d0c5af178b..4d0a6a8fe6 100644 --- a/OpenRA.Mods.Common/Traits/AppearsOnRadar.cs +++ b/OpenRA.Mods.Common/Traits/AppearsOnRadar.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Armament.cs b/OpenRA.Mods.Common/Traits/Armament.cs index dfb6d3364f..72804be748 100644 --- a/OpenRA.Mods.Common/Traits/Armament.cs +++ b/OpenRA.Mods.Common/Traits/Armament.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs b/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs index b248776de1..78de7d499d 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackBase.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackCharge.cs b/OpenRA.Mods.Common/Traits/Attack/AttackCharge.cs index 33ac7b2097..756bb26e24 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackCharge.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackCharge.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackFollow.cs b/OpenRA.Mods.Common/Traits/Attack/AttackFollow.cs index cce8a33933..2a91fd7fd0 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackFollow.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackFollow.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackFrontal.cs b/OpenRA.Mods.Common/Traits/Attack/AttackFrontal.cs index 4f3cfb84cc..99d7079dd9 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackFrontal.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackFrontal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackMedic.cs b/OpenRA.Mods.Common/Traits/Attack/AttackMedic.cs index 1197a19079..b0c4aeef0b 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackMedic.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackMedic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackOmni.cs b/OpenRA.Mods.Common/Traits/Attack/AttackOmni.cs index cafc87402b..3bea50c018 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackOmni.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackOmni.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackTurreted.cs b/OpenRA.Mods.Common/Traits/Attack/AttackTurreted.cs index b4ea423f9f..1157d39d2b 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackTurreted.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackTurreted.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Attack/AttackWander.cs b/OpenRA.Mods.Common/Traits/Attack/AttackWander.cs index 5fa3c3bd7e..6843308d32 100644 --- a/OpenRA.Mods.Common/Traits/Attack/AttackWander.cs +++ b/OpenRA.Mods.Common/Traits/Attack/AttackWander.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/AttackMove.cs b/OpenRA.Mods.Common/Traits/AttackMove.cs index cf34c8565b..c8eccf938e 100644 --- a/OpenRA.Mods.Common/Traits/AttackMove.cs +++ b/OpenRA.Mods.Common/Traits/AttackMove.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/AutoHeal.cs b/OpenRA.Mods.Common/Traits/AutoHeal.cs index 06501306ed..fbb3b43993 100644 --- a/OpenRA.Mods.Common/Traits/AutoHeal.cs +++ b/OpenRA.Mods.Common/Traits/AutoHeal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/AutoTarget.cs b/OpenRA.Mods.Common/Traits/AutoTarget.cs index 14a0852b96..e7d90754d8 100644 --- a/OpenRA.Mods.Common/Traits/AutoTarget.cs +++ b/OpenRA.Mods.Common/Traits/AutoTarget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/BlocksBullets.cs b/OpenRA.Mods.Common/Traits/BlocksBullets.cs index 88d4a3826d..113dbcf31b 100644 --- a/OpenRA.Mods.Common/Traits/BlocksBullets.cs +++ b/OpenRA.Mods.Common/Traits/BlocksBullets.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildable.cs b/OpenRA.Mods.Common/Traits/Buildable.cs index 0915cadd6e..605c623254 100644 --- a/OpenRA.Mods.Common/Traits/Buildable.cs +++ b/OpenRA.Mods.Common/Traits/Buildable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/BaseBuilding.cs b/OpenRA.Mods.Common/Traits/Buildings/BaseBuilding.cs index e9a2f94f66..dacc0856fa 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/BaseBuilding.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/BaseBuilding.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/BaseProvider.cs b/OpenRA.Mods.Common/Traits/Buildings/BaseProvider.cs index 628a294277..6f38370526 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/BaseProvider.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/BaseProvider.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/Bib.cs b/OpenRA.Mods.Common/Traits/Buildings/Bib.cs index afbb399a90..f4feaf7050 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/Bib.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/Bib.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/Bridge.cs b/OpenRA.Mods.Common/Traits/Buildings/Bridge.cs index c48e2ce27f..e7fbe8d5ec 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/Bridge.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/Bridge.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/BridgeHut.cs b/OpenRA.Mods.Common/Traits/Buildings/BridgeHut.cs index 678ca0bf6d..ba7bae9ff5 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/BridgeHut.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/BridgeHut.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/Building.cs b/OpenRA.Mods.Common/Traits/Buildings/Building.cs index 5686018ac1..43311e3269 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/Building.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/Building.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/BuildingInfluence.cs b/OpenRA.Mods.Common/Traits/Buildings/BuildingInfluence.cs index 9c90bd87b4..fe8894f491 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/BuildingInfluence.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/BuildingInfluence.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs b/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs index c383dae43f..c099636758 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/DeadBuildingState.cs b/OpenRA.Mods.Common/Traits/Buildings/DeadBuildingState.cs index 1420dd2dab..4f08db9c64 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/DeadBuildingState.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/DeadBuildingState.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/Exit.cs b/OpenRA.Mods.Common/Traits/Buildings/Exit.cs index 51253ac406..d52039ca68 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/Exit.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/Exit.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/FootprintUtils.cs b/OpenRA.Mods.Common/Traits/Buildings/FootprintUtils.cs index b58144d727..172fe00600 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/FootprintUtils.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/FootprintUtils.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/FreeActor.cs b/OpenRA.Mods.Common/Traits/Buildings/FreeActor.cs index ab0659ba20..8364dc2961 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/FreeActor.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/FreeActor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/LineBuild.cs b/OpenRA.Mods.Common/Traits/Buildings/LineBuild.cs index db98735954..0286c7c053 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/LineBuild.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/LineBuild.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/LineBuildNode.cs b/OpenRA.Mods.Common/Traits/Buildings/LineBuildNode.cs index aee9bb6239..90b3ca6402 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/LineBuildNode.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/LineBuildNode.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs b/OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs index 5efe70e3aa..40bb681cc0 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/RepairableBuilding.cs b/OpenRA.Mods.Common/Traits/Buildings/RepairableBuilding.cs index ab746356af..8f5028f11b 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/RepairableBuilding.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/RepairableBuilding.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/RepairsUnits.cs b/OpenRA.Mods.Common/Traits/Buildings/RepairsUnits.cs index 46d2d65bc8..28b3a4577b 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/RepairsUnits.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/RepairsUnits.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/Reservable.cs b/OpenRA.Mods.Common/Traits/Buildings/Reservable.cs index 75d07e23ea..33382e53ef 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/Reservable.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/Reservable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Buildings/TargetableBuilding.cs b/OpenRA.Mods.Common/Traits/Buildings/TargetableBuilding.cs index b81b42af73..6eb0049105 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/TargetableBuilding.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/TargetableBuilding.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Burns.cs b/OpenRA.Mods.Common/Traits/Burns.cs index 475bbb4d19..f464239555 100644 --- a/OpenRA.Mods.Common/Traits/Burns.cs +++ b/OpenRA.Mods.Common/Traits/Burns.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Capturable.cs b/OpenRA.Mods.Common/Traits/Capturable.cs index 3d3b0606ac..85f5af6fb6 100644 --- a/OpenRA.Mods.Common/Traits/Capturable.cs +++ b/OpenRA.Mods.Common/Traits/Capturable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/CaptureNotification.cs b/OpenRA.Mods.Common/Traits/CaptureNotification.cs index 9a7b204daf..b3f22d4d89 100644 --- a/OpenRA.Mods.Common/Traits/CaptureNotification.cs +++ b/OpenRA.Mods.Common/Traits/CaptureNotification.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Captures.cs b/OpenRA.Mods.Common/Traits/Captures.cs index d626e8755a..c3c6da1745 100644 --- a/OpenRA.Mods.Common/Traits/Captures.cs +++ b/OpenRA.Mods.Common/Traits/Captures.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Cargo.cs b/OpenRA.Mods.Common/Traits/Cargo.cs index 0e97fba93f..43aaca52d2 100644 --- a/OpenRA.Mods.Common/Traits/Cargo.cs +++ b/OpenRA.Mods.Common/Traits/Cargo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/CashTrickler.cs b/OpenRA.Mods.Common/Traits/CashTrickler.cs index 65e78d8d01..bc561b6dd3 100644 --- a/OpenRA.Mods.Common/Traits/CashTrickler.cs +++ b/OpenRA.Mods.Common/Traits/CashTrickler.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Cloak.cs b/OpenRA.Mods.Common/Traits/Cloak.cs index 3922a6308d..4c33fdcf36 100644 --- a/OpenRA.Mods.Common/Traits/Cloak.cs +++ b/OpenRA.Mods.Common/Traits/Cloak.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Crushable.cs b/OpenRA.Mods.Common/Traits/Crushable.cs index 9809741ee2..abd20f4129 100644 --- a/OpenRA.Mods.Common/Traits/Crushable.cs +++ b/OpenRA.Mods.Common/Traits/Crushable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs b/OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs index 7bee98498d..8efb1bfd1d 100644 --- a/OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs +++ b/OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/CustomSellValue.cs b/OpenRA.Mods.Common/Traits/CustomSellValue.cs index c2d3cefc83..42a7a39ab7 100644 --- a/OpenRA.Mods.Common/Traits/CustomSellValue.cs +++ b/OpenRA.Mods.Common/Traits/CustomSellValue.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Demolishable.cs b/OpenRA.Mods.Common/Traits/Demolishable.cs index d4453cb8bc..9c1dd4dec1 100644 --- a/OpenRA.Mods.Common/Traits/Demolishable.cs +++ b/OpenRA.Mods.Common/Traits/Demolishable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/DetectCloaked.cs b/OpenRA.Mods.Common/Traits/DetectCloaked.cs index 4fa703783c..7515d214b0 100644 --- a/OpenRA.Mods.Common/Traits/DetectCloaked.cs +++ b/OpenRA.Mods.Common/Traits/DetectCloaked.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/EngineerRepair.cs b/OpenRA.Mods.Common/Traits/EngineerRepair.cs index 120931d930..461957136e 100644 --- a/OpenRA.Mods.Common/Traits/EngineerRepair.cs +++ b/OpenRA.Mods.Common/Traits/EngineerRepair.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Explodes.cs b/OpenRA.Mods.Common/Traits/Explodes.cs index 1010fd8c70..2703339b87 100644 --- a/OpenRA.Mods.Common/Traits/Explodes.cs +++ b/OpenRA.Mods.Common/Traits/Explodes.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/ExternalCapturable.cs b/OpenRA.Mods.Common/Traits/ExternalCapturable.cs index 2ce38578c8..f046deaecd 100644 --- a/OpenRA.Mods.Common/Traits/ExternalCapturable.cs +++ b/OpenRA.Mods.Common/Traits/ExternalCapturable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/ExternalCapturableBar.cs b/OpenRA.Mods.Common/Traits/ExternalCapturableBar.cs index cea82c2500..02651c10f9 100644 --- a/OpenRA.Mods.Common/Traits/ExternalCapturableBar.cs +++ b/OpenRA.Mods.Common/Traits/ExternalCapturableBar.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/ExternalCaptures.cs b/OpenRA.Mods.Common/Traits/ExternalCaptures.cs index 1e1e562728..a40523393a 100644 --- a/OpenRA.Mods.Common/Traits/ExternalCaptures.cs +++ b/OpenRA.Mods.Common/Traits/ExternalCaptures.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/GainsExperience.cs b/OpenRA.Mods.Common/Traits/GainsExperience.cs index 1b3efcde37..29a8622c62 100644 --- a/OpenRA.Mods.Common/Traits/GainsExperience.cs +++ b/OpenRA.Mods.Common/Traits/GainsExperience.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/GivesBounty.cs b/OpenRA.Mods.Common/Traits/GivesBounty.cs index 5189289450..40f3332e7e 100644 --- a/OpenRA.Mods.Common/Traits/GivesBounty.cs +++ b/OpenRA.Mods.Common/Traits/GivesBounty.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/GivesExperience.cs b/OpenRA.Mods.Common/Traits/GivesExperience.cs index bc328e1663..1a811e4325 100644 --- a/OpenRA.Mods.Common/Traits/GivesExperience.cs +++ b/OpenRA.Mods.Common/Traits/GivesExperience.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/GlobalUpgradable.cs b/OpenRA.Mods.Common/Traits/GlobalUpgradable.cs index 7c1ca0f90c..de0c96f672 100644 --- a/OpenRA.Mods.Common/Traits/GlobalUpgradable.cs +++ b/OpenRA.Mods.Common/Traits/GlobalUpgradable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Guard.cs b/OpenRA.Mods.Common/Traits/Guard.cs index d44dd145ea..a2e4b7ac5c 100644 --- a/OpenRA.Mods.Common/Traits/Guard.cs +++ b/OpenRA.Mods.Common/Traits/Guard.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Huntable.cs b/OpenRA.Mods.Common/Traits/Huntable.cs index a59056eb6f..35e313f444 100644 --- a/OpenRA.Mods.Common/Traits/Huntable.cs +++ b/OpenRA.Mods.Common/Traits/Huntable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Husk.cs b/OpenRA.Mods.Common/Traits/Husk.cs index b26ab045bb..1b3c538229 100644 --- a/OpenRA.Mods.Common/Traits/Husk.cs +++ b/OpenRA.Mods.Common/Traits/Husk.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/IgnoresDisguise.cs b/OpenRA.Mods.Common/Traits/IgnoresDisguise.cs index b9f93285fd..47193e8cf9 100644 --- a/OpenRA.Mods.Common/Traits/IgnoresDisguise.cs +++ b/OpenRA.Mods.Common/Traits/IgnoresDisguise.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Immobile.cs b/OpenRA.Mods.Common/Traits/Immobile.cs index a6113ac51e..043d306cef 100644 --- a/OpenRA.Mods.Common/Traits/Immobile.cs +++ b/OpenRA.Mods.Common/Traits/Immobile.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Infantry/ScaredyCat.cs b/OpenRA.Mods.Common/Traits/Infantry/ScaredyCat.cs index 06193d341e..9caf2bece6 100644 --- a/OpenRA.Mods.Common/Traits/Infantry/ScaredyCat.cs +++ b/OpenRA.Mods.Common/Traits/Infantry/ScaredyCat.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Infantry/TakeCover.cs b/OpenRA.Mods.Common/Traits/Infantry/TakeCover.cs index 4d964424ba..7c45633b7e 100644 --- a/OpenRA.Mods.Common/Traits/Infantry/TakeCover.cs +++ b/OpenRA.Mods.Common/Traits/Infantry/TakeCover.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/JamsMissiles.cs b/OpenRA.Mods.Common/Traits/JamsMissiles.cs index 43658d6ce2..8d185a0ea1 100644 --- a/OpenRA.Mods.Common/Traits/JamsMissiles.cs +++ b/OpenRA.Mods.Common/Traits/JamsMissiles.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/KillsSelf.cs b/OpenRA.Mods.Common/Traits/KillsSelf.cs index 2f41e213b7..a86c42aba2 100644 --- a/OpenRA.Mods.Common/Traits/KillsSelf.cs +++ b/OpenRA.Mods.Common/Traits/KillsSelf.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/LimitedAmmo.cs b/OpenRA.Mods.Common/Traits/LimitedAmmo.cs index a398c85c8b..976590a441 100644 --- a/OpenRA.Mods.Common/Traits/LimitedAmmo.cs +++ b/OpenRA.Mods.Common/Traits/LimitedAmmo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Mobile.cs b/OpenRA.Mods.Common/Traits/Mobile.cs index a08ef7cf0c..032ff58452 100644 --- a/OpenRA.Mods.Common/Traits/Mobile.cs +++ b/OpenRA.Mods.Common/Traits/Mobile.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Modifiers/DisabledOverlay.cs b/OpenRA.Mods.Common/Traits/Modifiers/DisabledOverlay.cs index a622cefbd2..0827dccf94 100644 --- a/OpenRA.Mods.Common/Traits/Modifiers/DisabledOverlay.cs +++ b/OpenRA.Mods.Common/Traits/Modifiers/DisabledOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Modifiers/FrozenUnderFog.cs b/OpenRA.Mods.Common/Traits/Modifiers/FrozenUnderFog.cs index fc34d0a696..5daf8bcc61 100644 --- a/OpenRA.Mods.Common/Traits/Modifiers/FrozenUnderFog.cs +++ b/OpenRA.Mods.Common/Traits/Modifiers/FrozenUnderFog.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Modifiers/HiddenUnderFog.cs b/OpenRA.Mods.Common/Traits/Modifiers/HiddenUnderFog.cs index 4f928b148a..2c7653f1c8 100644 --- a/OpenRA.Mods.Common/Traits/Modifiers/HiddenUnderFog.cs +++ b/OpenRA.Mods.Common/Traits/Modifiers/HiddenUnderFog.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Modifiers/UpgradeOverlay.cs b/OpenRA.Mods.Common/Traits/Modifiers/UpgradeOverlay.cs index 8feefc12f3..fb6240d3af 100644 --- a/OpenRA.Mods.Common/Traits/Modifiers/UpgradeOverlay.cs +++ b/OpenRA.Mods.Common/Traits/Modifiers/UpgradeOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/MustBeDestroyed.cs b/OpenRA.Mods.Common/Traits/MustBeDestroyed.cs index d604b75ebc..44d8f5f549 100644 --- a/OpenRA.Mods.Common/Traits/MustBeDestroyed.cs +++ b/OpenRA.Mods.Common/Traits/MustBeDestroyed.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/PaletteEffects/CloakPaletteEffect.cs b/OpenRA.Mods.Common/Traits/PaletteEffects/CloakPaletteEffect.cs index cee5e6b95a..8904d0a960 100644 --- a/OpenRA.Mods.Common/Traits/PaletteEffects/CloakPaletteEffect.cs +++ b/OpenRA.Mods.Common/Traits/PaletteEffects/CloakPaletteEffect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/PaletteEffects/LightPaletteRotator.cs b/OpenRA.Mods.Common/Traits/PaletteEffects/LightPaletteRotator.cs index fc733b2755..fca4ebb4e1 100644 --- a/OpenRA.Mods.Common/Traits/PaletteEffects/LightPaletteRotator.cs +++ b/OpenRA.Mods.Common/Traits/PaletteEffects/LightPaletteRotator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/PaletteEffects/MenuPaletteEffect.cs b/OpenRA.Mods.Common/Traits/PaletteEffects/MenuPaletteEffect.cs index 1f3924d79f..4087520b6e 100644 --- a/OpenRA.Mods.Common/Traits/PaletteEffects/MenuPaletteEffect.cs +++ b/OpenRA.Mods.Common/Traits/PaletteEffects/MenuPaletteEffect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/PaletteEffects/NukePaletteEffect.cs b/OpenRA.Mods.Common/Traits/PaletteEffects/NukePaletteEffect.cs index c6f1d3f0b8..7dce462679 100644 --- a/OpenRA.Mods.Common/Traits/PaletteEffects/NukePaletteEffect.cs +++ b/OpenRA.Mods.Common/Traits/PaletteEffects/NukePaletteEffect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/PaletteEffects/WaterPaletteRotation.cs b/OpenRA.Mods.Common/Traits/PaletteEffects/WaterPaletteRotation.cs index 50d60f48b0..16724cd42b 100644 --- a/OpenRA.Mods.Common/Traits/PaletteEffects/WaterPaletteRotation.cs +++ b/OpenRA.Mods.Common/Traits/PaletteEffects/WaterPaletteRotation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Passenger.cs b/OpenRA.Mods.Common/Traits/Passenger.cs index 517cbee614..2ca4791f44 100644 --- a/OpenRA.Mods.Common/Traits/Passenger.cs +++ b/OpenRA.Mods.Common/Traits/Passenger.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/ActorGroupProxy.cs b/OpenRA.Mods.Common/Traits/Player/ActorGroupProxy.cs index fe3f6429cd..55987fe1ea 100644 --- a/OpenRA.Mods.Common/Traits/Player/ActorGroupProxy.cs +++ b/OpenRA.Mods.Common/Traits/Player/ActorGroupProxy.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/AllyRepair.cs b/OpenRA.Mods.Common/Traits/Player/AllyRepair.cs index 8f25af37e3..fd27c6afaf 100644 --- a/OpenRA.Mods.Common/Traits/Player/AllyRepair.cs +++ b/OpenRA.Mods.Common/Traits/Player/AllyRepair.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/ConquestVictoryConditions.cs b/OpenRA.Mods.Common/Traits/Player/ConquestVictoryConditions.cs index a75b2e280b..7137e6de78 100644 --- a/OpenRA.Mods.Common/Traits/Player/ConquestVictoryConditions.cs +++ b/OpenRA.Mods.Common/Traits/Player/ConquestVictoryConditions.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/GlobalUpgradeManager.cs b/OpenRA.Mods.Common/Traits/Player/GlobalUpgradeManager.cs index 3a1077454d..018444bcd4 100644 --- a/OpenRA.Mods.Common/Traits/Player/GlobalUpgradeManager.cs +++ b/OpenRA.Mods.Common/Traits/Player/GlobalUpgradeManager.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/MissionObjectives.cs b/OpenRA.Mods.Common/Traits/Player/MissionObjectives.cs index c9f4798e45..ff86f180d0 100644 --- a/OpenRA.Mods.Common/Traits/Player/MissionObjectives.cs +++ b/OpenRA.Mods.Common/Traits/Player/MissionObjectives.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/PlaceBeacon.cs b/OpenRA.Mods.Common/Traits/Player/PlaceBeacon.cs index 0d8f4bafab..71c62b6430 100644 --- a/OpenRA.Mods.Common/Traits/Player/PlaceBeacon.cs +++ b/OpenRA.Mods.Common/Traits/Player/PlaceBeacon.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs b/OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs index 5400a217e2..ce3ea47631 100644 --- a/OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs +++ b/OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/ProvidesCustomPrerequisite.cs b/OpenRA.Mods.Common/Traits/Player/ProvidesCustomPrerequisite.cs index beaf9591bd..5c1c4b2758 100644 --- a/OpenRA.Mods.Common/Traits/Player/ProvidesCustomPrerequisite.cs +++ b/OpenRA.Mods.Common/Traits/Player/ProvidesCustomPrerequisite.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/ProvidesTechPrerequisite.cs b/OpenRA.Mods.Common/Traits/Player/ProvidesTechPrerequisite.cs index 4ff2278dcf..d9667b3e88 100644 --- a/OpenRA.Mods.Common/Traits/Player/ProvidesTechPrerequisite.cs +++ b/OpenRA.Mods.Common/Traits/Player/ProvidesTechPrerequisite.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs b/OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs index 98a85d332e..e58e41e443 100644 --- a/OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs +++ b/OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Player/TechTree.cs b/OpenRA.Mods.Common/Traits/Player/TechTree.cs index 10945320a0..4809e51f53 100644 --- a/OpenRA.Mods.Common/Traits/Player/TechTree.cs +++ b/OpenRA.Mods.Common/Traits/Player/TechTree.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Power/AffectedByPowerOutage.cs b/OpenRA.Mods.Common/Traits/Power/AffectedByPowerOutage.cs index 2488512503..8355be4f28 100644 --- a/OpenRA.Mods.Common/Traits/Power/AffectedByPowerOutage.cs +++ b/OpenRA.Mods.Common/Traits/Power/AffectedByPowerOutage.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Power/CanPowerDown.cs b/OpenRA.Mods.Common/Traits/Power/CanPowerDown.cs index 51db5abf94..4f3c9db2a4 100644 --- a/OpenRA.Mods.Common/Traits/Power/CanPowerDown.cs +++ b/OpenRA.Mods.Common/Traits/Power/CanPowerDown.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs b/OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs index f579eaa8b8..4877d27112 100644 --- a/OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs +++ b/OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Power/Power.cs b/OpenRA.Mods.Common/Traits/Power/Power.cs index ad0bd53f9d..b44d09c575 100644 --- a/OpenRA.Mods.Common/Traits/Power/Power.cs +++ b/OpenRA.Mods.Common/Traits/Power/Power.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Power/RequiresPower.cs b/OpenRA.Mods.Common/Traits/Power/RequiresPower.cs index 84815d838b..335da3efb7 100644 --- a/OpenRA.Mods.Common/Traits/Power/RequiresPower.cs +++ b/OpenRA.Mods.Common/Traits/Power/RequiresPower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Power/ScalePowerWithHealth.cs b/OpenRA.Mods.Common/Traits/Power/ScalePowerWithHealth.cs index e892c9c2cf..db56aaa6e3 100644 --- a/OpenRA.Mods.Common/Traits/Power/ScalePowerWithHealth.cs +++ b/OpenRA.Mods.Common/Traits/Power/ScalePowerWithHealth.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/ProvidesRadar.cs b/OpenRA.Mods.Common/Traits/ProvidesRadar.cs index 93ca8e3003..2d03f7542e 100644 --- a/OpenRA.Mods.Common/Traits/ProvidesRadar.cs +++ b/OpenRA.Mods.Common/Traits/ProvidesRadar.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/ProximityCaptor.cs b/OpenRA.Mods.Common/Traits/ProximityCaptor.cs index 642ed11180..913bd677d6 100644 --- a/OpenRA.Mods.Common/Traits/ProximityCaptor.cs +++ b/OpenRA.Mods.Common/Traits/ProximityCaptor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/ProximityCapturable.cs b/OpenRA.Mods.Common/Traits/ProximityCapturable.cs index 9c5e0295dc..e0bab8a55a 100644 --- a/OpenRA.Mods.Common/Traits/ProximityCapturable.cs +++ b/OpenRA.Mods.Common/Traits/ProximityCapturable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/RadarColorFromTerrain.cs b/OpenRA.Mods.Common/Traits/RadarColorFromTerrain.cs index 2c3ccfa630..ae47345680 100644 --- a/OpenRA.Mods.Common/Traits/RadarColorFromTerrain.cs +++ b/OpenRA.Mods.Common/Traits/RadarColorFromTerrain.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Reloads.cs b/OpenRA.Mods.Common/Traits/Reloads.cs index db8736f24e..60a906f4ce 100644 --- a/OpenRA.Mods.Common/Traits/Reloads.cs +++ b/OpenRA.Mods.Common/Traits/Reloads.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/Hovers.cs b/OpenRA.Mods.Common/Traits/Render/Hovers.cs index 63e417b367..5cb356524d 100644 --- a/OpenRA.Mods.Common/Traits/Render/Hovers.cs +++ b/OpenRA.Mods.Common/Traits/Render/Hovers.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderBuilding.cs b/OpenRA.Mods.Common/Traits/Render/RenderBuilding.cs index 275b7e6c24..a5f80ac3c4 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderBuilding.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderBuilding.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderBuildingCharge.cs b/OpenRA.Mods.Common/Traits/Render/RenderBuildingCharge.cs index de3ef932b3..451bda2e59 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderBuildingCharge.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderBuildingCharge.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderBuildingSilo.cs b/OpenRA.Mods.Common/Traits/Render/RenderBuildingSilo.cs index c294a4cb70..95e8092eca 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderBuildingSilo.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderBuildingSilo.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderBuildingTurreted.cs b/OpenRA.Mods.Common/Traits/Render/RenderBuildingTurreted.cs index ba12789953..8e3099c768 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderBuildingTurreted.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderBuildingTurreted.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderBuildingWall.cs b/OpenRA.Mods.Common/Traits/Render/RenderBuildingWall.cs index ea950e3681..dab5a999bc 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderBuildingWall.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderBuildingWall.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderDetectionCircle.cs b/OpenRA.Mods.Common/Traits/Render/RenderDetectionCircle.cs index abe32894a6..5d38a587e9 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderDetectionCircle.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderDetectionCircle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderEditorOnly.cs b/OpenRA.Mods.Common/Traits/Render/RenderEditorOnly.cs index 43e9947275..643a73e3e1 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderEditorOnly.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderEditorOnly.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderFlare.cs b/OpenRA.Mods.Common/Traits/Render/RenderFlare.cs index bae8eb7bde..7c931dae8b 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderFlare.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderFlare.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderInfantry.cs b/OpenRA.Mods.Common/Traits/Render/RenderInfantry.cs index 381a71a7da..d4f2ac6f18 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderInfantry.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderInfantry.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderNameTag.cs b/OpenRA.Mods.Common/Traits/Render/RenderNameTag.cs index b40c412b08..6c87e936f7 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderNameTag.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderNameTag.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderRangeCircle.cs b/OpenRA.Mods.Common/Traits/Render/RenderRangeCircle.cs index 9aaf3771a2..4788c85955 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderRangeCircle.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderRangeCircle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderSimple.cs b/OpenRA.Mods.Common/Traits/Render/RenderSimple.cs index 7422f97619..72edba500c 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderSimple.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderSimple.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderSprites.cs b/OpenRA.Mods.Common/Traits/Render/RenderSprites.cs index 92470a2e30..4e6d209df2 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderSprites.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderSprites.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/RenderUnit.cs b/OpenRA.Mods.Common/Traits/Render/RenderUnit.cs index 17a2f53844..f420a432bd 100644 --- a/OpenRA.Mods.Common/Traits/Render/RenderUnit.cs +++ b/OpenRA.Mods.Common/Traits/Render/RenderUnit.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/TimedUpgradeBar.cs b/OpenRA.Mods.Common/Traits/Render/TimedUpgradeBar.cs index b9ca2fd6db..06a431fade 100644 --- a/OpenRA.Mods.Common/Traits/Render/TimedUpgradeBar.cs +++ b/OpenRA.Mods.Common/Traits/Render/TimedUpgradeBar.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithBarrel.cs b/OpenRA.Mods.Common/Traits/Render/WithBarrel.cs index ebfe2a001f..cd894168b3 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithBarrel.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithBarrel.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithBuildingExplosion.cs b/OpenRA.Mods.Common/Traits/Render/WithBuildingExplosion.cs index 2928cdb458..bdbca9a15c 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithBuildingExplosion.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithBuildingExplosion.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithBuildingPlacedAnimation.cs b/OpenRA.Mods.Common/Traits/Render/WithBuildingPlacedAnimation.cs index 6f2a71ff8a..ef4cabf9c2 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithBuildingPlacedAnimation.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithBuildingPlacedAnimation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithCrateBody.cs b/OpenRA.Mods.Common/Traits/Render/WithCrateBody.cs index 67fe11523b..11ceea5972 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithCrateBody.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithCrateBody.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithDeathAnimation.cs b/OpenRA.Mods.Common/Traits/Render/WithDeathAnimation.cs index aebdb9951f..4256029728 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithDeathAnimation.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithDeathAnimation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithHarvestAnimation.cs b/OpenRA.Mods.Common/Traits/Render/WithHarvestAnimation.cs index 839d3ea479..281cca6fd0 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithHarvestAnimation.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithHarvestAnimation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithMakeAnimation.cs b/OpenRA.Mods.Common/Traits/Render/WithMakeAnimation.cs index 4a931f5b40..d43f075418 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithMakeAnimation.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithMakeAnimation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithMuzzleFlash.cs b/OpenRA.Mods.Common/Traits/Render/WithMuzzleFlash.cs index 538d566d75..5ce14c5025 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithMuzzleFlash.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithMuzzleFlash.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithRangeCircle.cs b/OpenRA.Mods.Common/Traits/Render/WithRangeCircle.cs index 4b2ae32e0a..16f30ac485 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithRangeCircle.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithRangeCircle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithRepairAnimation.cs b/OpenRA.Mods.Common/Traits/Render/WithRepairAnimation.cs index 3436307a8c..7acfa409fa 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithRepairAnimation.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithRepairAnimation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithRepairOverlay.cs b/OpenRA.Mods.Common/Traits/Render/WithRepairOverlay.cs index 815fc275e7..205ed29758 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithRepairOverlay.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithRepairOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithResources.cs b/OpenRA.Mods.Common/Traits/Render/WithResources.cs index 8f2f201d0c..016c17cea9 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithResources.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithResources.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithRotor.cs b/OpenRA.Mods.Common/Traits/Render/WithRotor.cs index 3317d00f43..60c73a5659 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithRotor.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithRotor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithShadow.cs b/OpenRA.Mods.Common/Traits/Render/WithShadow.cs index d7a4d2d08a..b12e5f9f19 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithShadow.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithShadow.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithSmoke.cs b/OpenRA.Mods.Common/Traits/Render/WithSmoke.cs index 0864bba48a..56561dabe7 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithSmoke.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithSmoke.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Render/WithTurret.cs b/OpenRA.Mods.Common/Traits/Render/WithTurret.cs index 12c61e39f4..719b820e7b 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithTurret.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithTurret.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Repairable.cs b/OpenRA.Mods.Common/Traits/Repairable.cs index 8a6de4951e..901e58bd0b 100644 --- a/OpenRA.Mods.Common/Traits/Repairable.cs +++ b/OpenRA.Mods.Common/Traits/Repairable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/RepairableNear.cs b/OpenRA.Mods.Common/Traits/RepairableNear.cs index 6beb94826d..d066bd4355 100644 --- a/OpenRA.Mods.Common/Traits/RepairableNear.cs +++ b/OpenRA.Mods.Common/Traits/RepairableNear.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/RepairsBridges.cs b/OpenRA.Mods.Common/Traits/RepairsBridges.cs index d3bcd9794f..e66e7c2831 100644 --- a/OpenRA.Mods.Common/Traits/RepairsBridges.cs +++ b/OpenRA.Mods.Common/Traits/RepairsBridges.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/SeedsResource.cs b/OpenRA.Mods.Common/Traits/SeedsResource.cs index a18fe47da3..f1b1eca9a2 100644 --- a/OpenRA.Mods.Common/Traits/SeedsResource.cs +++ b/OpenRA.Mods.Common/Traits/SeedsResource.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/SelfHealing.cs b/OpenRA.Mods.Common/Traits/SelfHealing.cs index f78c295022..67fab8f8a5 100644 --- a/OpenRA.Mods.Common/Traits/SelfHealing.cs +++ b/OpenRA.Mods.Common/Traits/SelfHealing.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Sellable.cs b/OpenRA.Mods.Common/Traits/Sellable.cs index 794b354649..4f3aa47947 100644 --- a/OpenRA.Mods.Common/Traits/Sellable.cs +++ b/OpenRA.Mods.Common/Traits/Sellable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/ShakeOnDeath.cs b/OpenRA.Mods.Common/Traits/ShakeOnDeath.cs index fc18cc598b..c1de374967 100644 --- a/OpenRA.Mods.Common/Traits/ShakeOnDeath.cs +++ b/OpenRA.Mods.Common/Traits/ShakeOnDeath.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/SmokeTrailWhenDamaged.cs b/OpenRA.Mods.Common/Traits/SmokeTrailWhenDamaged.cs index 48391850f2..1626573ee4 100644 --- a/OpenRA.Mods.Common/Traits/SmokeTrailWhenDamaged.cs +++ b/OpenRA.Mods.Common/Traits/SmokeTrailWhenDamaged.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Sound/ActorLostNotification.cs b/OpenRA.Mods.Common/Traits/Sound/ActorLostNotification.cs index 583b3e585f..e507625d51 100644 --- a/OpenRA.Mods.Common/Traits/Sound/ActorLostNotification.cs +++ b/OpenRA.Mods.Common/Traits/Sound/ActorLostNotification.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Sound/AnnounceOnBuild.cs b/OpenRA.Mods.Common/Traits/Sound/AnnounceOnBuild.cs index 4df9268cc1..1aee77e138 100644 --- a/OpenRA.Mods.Common/Traits/Sound/AnnounceOnBuild.cs +++ b/OpenRA.Mods.Common/Traits/Sound/AnnounceOnBuild.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Sound/AnnounceOnKill.cs b/OpenRA.Mods.Common/Traits/Sound/AnnounceOnKill.cs index c3fd779348..e5da13aef1 100644 --- a/OpenRA.Mods.Common/Traits/Sound/AnnounceOnKill.cs +++ b/OpenRA.Mods.Common/Traits/Sound/AnnounceOnKill.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Sound/DeathSounds.cs b/OpenRA.Mods.Common/Traits/Sound/DeathSounds.cs index d8d7d3ec05..0320e12f01 100644 --- a/OpenRA.Mods.Common/Traits/Sound/DeathSounds.cs +++ b/OpenRA.Mods.Common/Traits/Sound/DeathSounds.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Sound/SoundOnDamageTransition.cs b/OpenRA.Mods.Common/Traits/Sound/SoundOnDamageTransition.cs index d5f9fbd2f2..2aceb92ffe 100644 --- a/OpenRA.Mods.Common/Traits/Sound/SoundOnDamageTransition.cs +++ b/OpenRA.Mods.Common/Traits/Sound/SoundOnDamageTransition.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/StoresResources.cs b/OpenRA.Mods.Common/Traits/StoresResources.cs index 981b7954a4..8f5cdb1525 100644 --- a/OpenRA.Mods.Common/Traits/StoresResources.cs +++ b/OpenRA.Mods.Common/Traits/StoresResources.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/TargetableUnit.cs b/OpenRA.Mods.Common/Traits/TargetableUnit.cs index 8bd289163b..237a01b9ec 100644 --- a/OpenRA.Mods.Common/Traits/TargetableUnit.cs +++ b/OpenRA.Mods.Common/Traits/TargetableUnit.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/ThrowsParticle.cs b/OpenRA.Mods.Common/Traits/ThrowsParticle.cs index 6c9c65fc15..b4569e2d65 100644 --- a/OpenRA.Mods.Common/Traits/ThrowsParticle.cs +++ b/OpenRA.Mods.Common/Traits/ThrowsParticle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Tooltip.cs b/OpenRA.Mods.Common/Traits/Tooltip.cs index 00ac450f33..3ab2986d34 100644 --- a/OpenRA.Mods.Common/Traits/Tooltip.cs +++ b/OpenRA.Mods.Common/Traits/Tooltip.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/TransformOnCapture.cs b/OpenRA.Mods.Common/Traits/TransformOnCapture.cs index c0ee023723..6b97c1ac39 100644 --- a/OpenRA.Mods.Common/Traits/TransformOnCapture.cs +++ b/OpenRA.Mods.Common/Traits/TransformOnCapture.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Turreted.cs b/OpenRA.Mods.Common/Traits/Turreted.cs index f7c2019b81..ad78fa147e 100644 --- a/OpenRA.Mods.Common/Traits/Turreted.cs +++ b/OpenRA.Mods.Common/Traits/Turreted.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Upgrades/UpgradableTrait.cs b/OpenRA.Mods.Common/Traits/Upgrades/UpgradableTrait.cs index 2cf75cf25c..536b15e49a 100644 --- a/OpenRA.Mods.Common/Traits/Upgrades/UpgradableTrait.cs +++ b/OpenRA.Mods.Common/Traits/Upgrades/UpgradableTrait.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Upgrades/UpgradeManager.cs b/OpenRA.Mods.Common/Traits/Upgrades/UpgradeManager.cs index f24d7561aa..09a07cbe50 100644 --- a/OpenRA.Mods.Common/Traits/Upgrades/UpgradeManager.cs +++ b/OpenRA.Mods.Common/Traits/Upgrades/UpgradeManager.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Valued.cs b/OpenRA.Mods.Common/Traits/Valued.cs index 913d1f1902..cc3dbb99ef 100644 --- a/OpenRA.Mods.Common/Traits/Valued.cs +++ b/OpenRA.Mods.Common/Traits/Valued.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/Wanders.cs b/OpenRA.Mods.Common/Traits/Wanders.cs index b6ef434eb4..b90e946fa4 100644 --- a/OpenRA.Mods.Common/Traits/Wanders.cs +++ b/OpenRA.Mods.Common/Traits/Wanders.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/BridgeLayer.cs b/OpenRA.Mods.Common/Traits/World/BridgeLayer.cs index 6c8d663b35..e8915b6968 100644 --- a/OpenRA.Mods.Common/Traits/World/BridgeLayer.cs +++ b/OpenRA.Mods.Common/Traits/World/BridgeLayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/CreateMPPlayers.cs b/OpenRA.Mods.Common/Traits/World/CreateMPPlayers.cs index b015d41ee2..13b2a3c3ec 100644 --- a/OpenRA.Mods.Common/Traits/World/CreateMPPlayers.cs +++ b/OpenRA.Mods.Common/Traits/World/CreateMPPlayers.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/DomainIndex.cs b/OpenRA.Mods.Common/Traits/World/DomainIndex.cs index 1b091bd1b0..fb7977b31d 100644 --- a/OpenRA.Mods.Common/Traits/World/DomainIndex.cs +++ b/OpenRA.Mods.Common/Traits/World/DomainIndex.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/LoadWidgetAtGameStart.cs b/OpenRA.Mods.Common/Traits/World/LoadWidgetAtGameStart.cs index fc0cae3c01..8ab785161f 100644 --- a/OpenRA.Mods.Common/Traits/World/LoadWidgetAtGameStart.cs +++ b/OpenRA.Mods.Common/Traits/World/LoadWidgetAtGameStart.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/MPStartLocations.cs b/OpenRA.Mods.Common/Traits/World/MPStartLocations.cs index b732b67531..8bb25504ee 100644 --- a/OpenRA.Mods.Common/Traits/World/MPStartLocations.cs +++ b/OpenRA.Mods.Common/Traits/World/MPStartLocations.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/MPStartUnits.cs b/OpenRA.Mods.Common/Traits/World/MPStartUnits.cs index 59db7a04d7..313746046d 100644 --- a/OpenRA.Mods.Common/Traits/World/MPStartUnits.cs +++ b/OpenRA.Mods.Common/Traits/World/MPStartUnits.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/PaletteFromCurrentTileset.cs b/OpenRA.Mods.Common/Traits/World/PaletteFromCurrentTileset.cs index 9d41df4366..45b98b8306 100644 --- a/OpenRA.Mods.Common/Traits/World/PaletteFromCurrentTileset.cs +++ b/OpenRA.Mods.Common/Traits/World/PaletteFromCurrentTileset.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/PaletteFromFile.cs b/OpenRA.Mods.Common/Traits/World/PaletteFromFile.cs index c6eabcb7c4..f81e54c4d1 100644 --- a/OpenRA.Mods.Common/Traits/World/PaletteFromFile.cs +++ b/OpenRA.Mods.Common/Traits/World/PaletteFromFile.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/PaletteFromRGBA.cs b/OpenRA.Mods.Common/Traits/World/PaletteFromRGBA.cs index 2c96d884a8..055ee5944a 100644 --- a/OpenRA.Mods.Common/Traits/World/PaletteFromRGBA.cs +++ b/OpenRA.Mods.Common/Traits/World/PaletteFromRGBA.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/PathFinder.cs b/OpenRA.Mods.Common/Traits/World/PathFinder.cs index b722c17883..3472ed253c 100644 --- a/OpenRA.Mods.Common/Traits/World/PathFinder.cs +++ b/OpenRA.Mods.Common/Traits/World/PathFinder.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/PathSearch.cs b/OpenRA.Mods.Common/Traits/World/PathSearch.cs index cfdef15448..a06b19c0e1 100644 --- a/OpenRA.Mods.Common/Traits/World/PathSearch.cs +++ b/OpenRA.Mods.Common/Traits/World/PathSearch.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/PathfinderDebugOverlay.cs b/OpenRA.Mods.Common/Traits/World/PathfinderDebugOverlay.cs index 74a749583b..c1757299e9 100644 --- a/OpenRA.Mods.Common/Traits/World/PathfinderDebugOverlay.cs +++ b/OpenRA.Mods.Common/Traits/World/PathfinderDebugOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/PlayMusicOnMapLoad.cs b/OpenRA.Mods.Common/Traits/World/PlayMusicOnMapLoad.cs index 3423337b7d..6fa5ded5db 100644 --- a/OpenRA.Mods.Common/Traits/World/PlayMusicOnMapLoad.cs +++ b/OpenRA.Mods.Common/Traits/World/PlayMusicOnMapLoad.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/PlayerPaletteFromCurrentTileset.cs b/OpenRA.Mods.Common/Traits/World/PlayerPaletteFromCurrentTileset.cs index 402e278e09..3a6f642fd6 100644 --- a/OpenRA.Mods.Common/Traits/World/PlayerPaletteFromCurrentTileset.cs +++ b/OpenRA.Mods.Common/Traits/World/PlayerPaletteFromCurrentTileset.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/RadarPings.cs b/OpenRA.Mods.Common/Traits/World/RadarPings.cs index e4d8067a50..4c343aa055 100644 --- a/OpenRA.Mods.Common/Traits/World/RadarPings.cs +++ b/OpenRA.Mods.Common/Traits/World/RadarPings.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/ResourceClaim.cs b/OpenRA.Mods.Common/Traits/World/ResourceClaim.cs index 7daa4bc1e8..c215fa923c 100644 --- a/OpenRA.Mods.Common/Traits/World/ResourceClaim.cs +++ b/OpenRA.Mods.Common/Traits/World/ResourceClaim.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/ResourceClaimLayer.cs b/OpenRA.Mods.Common/Traits/World/ResourceClaimLayer.cs index 46fa75ab56..654c90ccff 100644 --- a/OpenRA.Mods.Common/Traits/World/ResourceClaimLayer.cs +++ b/OpenRA.Mods.Common/Traits/World/ResourceClaimLayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/ResourceLayer.cs b/OpenRA.Mods.Common/Traits/World/ResourceLayer.cs index 3a2e3c046a..5f80af57b4 100644 --- a/OpenRA.Mods.Common/Traits/World/ResourceLayer.cs +++ b/OpenRA.Mods.Common/Traits/World/ResourceLayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/ShroudPalette.cs b/OpenRA.Mods.Common/Traits/World/ShroudPalette.cs index 1857d6b0fc..083c59aa33 100644 --- a/OpenRA.Mods.Common/Traits/World/ShroudPalette.cs +++ b/OpenRA.Mods.Common/Traits/World/ShroudPalette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/ShroudRenderer.cs b/OpenRA.Mods.Common/Traits/World/ShroudRenderer.cs index 0a4e07ccae..018cfde7c9 100644 --- a/OpenRA.Mods.Common/Traits/World/ShroudRenderer.cs +++ b/OpenRA.Mods.Common/Traits/World/ShroudRenderer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/SmudgeLayer.cs b/OpenRA.Mods.Common/Traits/World/SmudgeLayer.cs index b8963e9fa2..9cab465549 100644 --- a/OpenRA.Mods.Common/Traits/World/SmudgeLayer.cs +++ b/OpenRA.Mods.Common/Traits/World/SmudgeLayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/SpawnMPUnits.cs b/OpenRA.Mods.Common/Traits/World/SpawnMPUnits.cs index 0c5e69827c..36341deea5 100644 --- a/OpenRA.Mods.Common/Traits/World/SpawnMPUnits.cs +++ b/OpenRA.Mods.Common/Traits/World/SpawnMPUnits.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/SpawnMapActors.cs b/OpenRA.Mods.Common/Traits/World/SpawnMapActors.cs index a50d214d32..93cc375a42 100644 --- a/OpenRA.Mods.Common/Traits/World/SpawnMapActors.cs +++ b/OpenRA.Mods.Common/Traits/World/SpawnMapActors.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/StartGameNotification.cs b/OpenRA.Mods.Common/Traits/World/StartGameNotification.cs index 9a7dd8fccf..f2072ae447 100644 --- a/OpenRA.Mods.Common/Traits/World/StartGameNotification.cs +++ b/OpenRA.Mods.Common/Traits/World/StartGameNotification.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Traits/World/TerrainGeometryOverlay.cs b/OpenRA.Mods.Common/Traits/World/TerrainGeometryOverlay.cs index b5ab61198b..8666710aff 100644 --- a/OpenRA.Mods.Common/Traits/World/TerrainGeometryOverlay.cs +++ b/OpenRA.Mods.Common/Traits/World/TerrainGeometryOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/TraitsInterfaces.cs b/OpenRA.Mods.Common/TraitsInterfaces.cs index 534743050a..057b672344 100644 --- a/OpenRA.Mods.Common/TraitsInterfaces.cs +++ b/OpenRA.Mods.Common/TraitsInterfaces.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/CheckCodeStyle.cs b/OpenRA.Mods.Common/UtilityCommands/CheckCodeStyle.cs index 202c9efd1b..de5614d18b 100644 --- a/OpenRA.Mods.Common/UtilityCommands/CheckCodeStyle.cs +++ b/OpenRA.Mods.Common/UtilityCommands/CheckCodeStyle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/CheckYaml.cs b/OpenRA.Mods.Common/UtilityCommands/CheckYaml.cs index dcdd4ae902..73da3275fa 100644 --- a/OpenRA.Mods.Common/UtilityCommands/CheckYaml.cs +++ b/OpenRA.Mods.Common/UtilityCommands/CheckYaml.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/ConvertPngToShpCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ConvertPngToShpCommand.cs index 23546e11c5..ae16024173 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ConvertPngToShpCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ConvertPngToShpCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/ConvertSpriteToPngCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ConvertSpriteToPngCommand.cs index a55f5697a2..5c164d4833 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ConvertSpriteToPngCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ConvertSpriteToPngCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/ExtractFilesCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ExtractFilesCommand.cs index bb36d82ba7..45c80c1720 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ExtractFilesCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ExtractFilesCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/ExtractLanguageStringsCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ExtractLanguageStringsCommand.cs index 2b4db88ec6..13c6cd7e0e 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ExtractLanguageStringsCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ExtractLanguageStringsCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/ExtractLuaDocsCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ExtractLuaDocsCommand.cs index 9a18759ede..6016db671c 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ExtractLuaDocsCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ExtractLuaDocsCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/ExtractTraitDocsCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ExtractTraitDocsCommand.cs index 66d508c072..1ed248c905 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ExtractTraitDocsCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ExtractTraitDocsCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/GenerateMinimapCommand.cs b/OpenRA.Mods.Common/UtilityCommands/GenerateMinimapCommand.cs index c948f52a08..4ced98a4b8 100644 --- a/OpenRA.Mods.Common/UtilityCommands/GenerateMinimapCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/GenerateMinimapCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/GetMapHashCommand.cs b/OpenRA.Mods.Common/UtilityCommands/GetMapHashCommand.cs index dd4912b869..4d8c7e4141 100644 --- a/OpenRA.Mods.Common/UtilityCommands/GetMapHashCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/GetMapHashCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/Glob.cs b/OpenRA.Mods.Common/UtilityCommands/Glob.cs index 382f8b8775..9731dd2678 100644 --- a/OpenRA.Mods.Common/UtilityCommands/Glob.cs +++ b/OpenRA.Mods.Common/UtilityCommands/Glob.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs index aedc437f46..f564750c30 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/LegacyMapImporter.cs b/OpenRA.Mods.Common/UtilityCommands/LegacyMapImporter.cs index 70a82ec230..014c9c7ec0 100644 --- a/OpenRA.Mods.Common/UtilityCommands/LegacyMapImporter.cs +++ b/OpenRA.Mods.Common/UtilityCommands/LegacyMapImporter.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/RemapShpCommand.cs b/OpenRA.Mods.Common/UtilityCommands/RemapShpCommand.cs index 47a6fb4af2..2f44c4db18 100644 --- a/OpenRA.Mods.Common/UtilityCommands/RemapShpCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/RemapShpCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/UpgradeMapCommand.cs b/OpenRA.Mods.Common/UtilityCommands/UpgradeMapCommand.cs index ae791040f1..7aea3fe3c1 100644 --- a/OpenRA.Mods.Common/UtilityCommands/UpgradeMapCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/UpgradeMapCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/UpgradeModCommand.cs b/OpenRA.Mods.Common/UtilityCommands/UpgradeModCommand.cs index bdc94446f3..10ff252229 100644 --- a/OpenRA.Mods.Common/UtilityCommands/UpgradeModCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/UpgradeModCommand.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs b/OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs index a6ea33fc67..7723a408df 100644 --- a/OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs +++ b/OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Warheads/CreateEffectWarhead.cs b/OpenRA.Mods.Common/Warheads/CreateEffectWarhead.cs index 04182a7612..f2abe59f0d 100644 --- a/OpenRA.Mods.Common/Warheads/CreateEffectWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/CreateEffectWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs b/OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs index 44c84d3637..424a783496 100644 --- a/OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs b/OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs index 15ff1d1704..848b73b49c 100644 --- a/OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Warheads/HealthPercentageDamageWarhead.cs b/OpenRA.Mods.Common/Warheads/HealthPercentageDamageWarhead.cs index ed4508e19f..a2232f7c3e 100644 --- a/OpenRA.Mods.Common/Warheads/HealthPercentageDamageWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/HealthPercentageDamageWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Warheads/LeaveSmudgeWarhead.cs b/OpenRA.Mods.Common/Warheads/LeaveSmudgeWarhead.cs index 192ab6e622..104fd52feb 100644 --- a/OpenRA.Mods.Common/Warheads/LeaveSmudgeWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/LeaveSmudgeWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs b/OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs index 627aacb22a..5a1c1fa8fb 100644 --- a/OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs b/OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs index 7583891a72..d7ae731a5f 100644 --- a/OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs +++ b/OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/ColorPreviewManagerWidget.cs b/OpenRA.Mods.Common/Widgets/ColorPreviewManagerWidget.cs index 9d08445a17..183f7fccf9 100644 --- a/OpenRA.Mods.Common/Widgets/ColorPreviewManagerWidget.cs +++ b/OpenRA.Mods.Common/Widgets/ColorPreviewManagerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/ConfirmationDialogs.cs b/OpenRA.Mods.Common/Widgets/ConfirmationDialogs.cs index 02caf3a59f..09d5ac232d 100644 --- a/OpenRA.Mods.Common/Widgets/ConfirmationDialogs.cs +++ b/OpenRA.Mods.Common/Widgets/ConfirmationDialogs.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/HueSliderWidget.cs b/OpenRA.Mods.Common/Widgets/HueSliderWidget.cs index e9d8f9c76c..9323433333 100644 --- a/OpenRA.Mods.Common/Widgets/HueSliderWidget.cs +++ b/OpenRA.Mods.Common/Widgets/HueSliderWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/LabelWithTooltipWidget.cs b/OpenRA.Mods.Common/Widgets/LabelWithTooltipWidget.cs index 25d59d4ade..d7203773dd 100644 --- a/OpenRA.Mods.Common/Widgets/LabelWithTooltipWidget.cs +++ b/OpenRA.Mods.Common/Widgets/LabelWithTooltipWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs index 2028ff2484..cba4a9b1b9 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/AssetBrowserLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/ButtonTooltipLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/ButtonTooltipLogic.cs index 3c94c6065b..286175c55d 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/ButtonTooltipLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/ButtonTooltipLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs index 670321992b..2c4f119c14 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/CountryTooltipLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/CountryTooltipLogic.cs index c9adcee441..55997828f8 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/CountryTooltipLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/CountryTooltipLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/DisconnectWatcherLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/DisconnectWatcherLogic.cs index c249a31019..1c38f6c0ad 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/DisconnectWatcherLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/DisconnectWatcherLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameRadarDisplayLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameRadarDisplayLogic.cs index 0dc2120133..e47c1fed8c 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameRadarDisplayLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameRadarDisplayLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/Ingame/LoadIngamePlayerOrObserverUILogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/LoadIngamePlayerOrObserverUILogic.cs index da900fb03f..7a7b6aa905 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Ingame/LoadIngamePlayerOrObserverUILogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/LoadIngamePlayerOrObserverUILogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/ModBrowserLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/ModBrowserLogic.cs index 6fbaf300b2..6a64dc1525 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/ModBrowserLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/ModBrowserLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/Logic/SettingsLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/SettingsLogic.cs index 2f6c35fb4c..10343a5782 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/SettingsLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/SettingsLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/LogicKeyListenerWidget.cs b/OpenRA.Mods.Common/Widgets/LogicKeyListenerWidget.cs index acdf16b855..95422dcd23 100644 --- a/OpenRA.Mods.Common/Widgets/LogicKeyListenerWidget.cs +++ b/OpenRA.Mods.Common/Widgets/LogicKeyListenerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/LogicTickerWidget.cs b/OpenRA.Mods.Common/Widgets/LogicTickerWidget.cs index 003f6c90a3..e6df4db079 100644 --- a/OpenRA.Mods.Common/Widgets/LogicTickerWidget.cs +++ b/OpenRA.Mods.Common/Widgets/LogicTickerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/MenuButtonWidget.cs b/OpenRA.Mods.Common/Widgets/MenuButtonWidget.cs index cb565a5eb5..9c1e98090b 100644 --- a/OpenRA.Mods.Common/Widgets/MenuButtonWidget.cs +++ b/OpenRA.Mods.Common/Widgets/MenuButtonWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/RadarWidget.cs b/OpenRA.Mods.Common/Widgets/RadarWidget.cs index 7c150605dd..7c9964d46c 100644 --- a/OpenRA.Mods.Common/Widgets/RadarWidget.cs +++ b/OpenRA.Mods.Common/Widgets/RadarWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/ResourceBarWidget.cs b/OpenRA.Mods.Common/Widgets/ResourceBarWidget.cs index 9d479c7a84..19756c4b3e 100644 --- a/OpenRA.Mods.Common/Widgets/ResourceBarWidget.cs +++ b/OpenRA.Mods.Common/Widgets/ResourceBarWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/StrategicProgressWidget.cs b/OpenRA.Mods.Common/Widgets/StrategicProgressWidget.cs index 1f601e36a1..ef46e7dd28 100644 --- a/OpenRA.Mods.Common/Widgets/StrategicProgressWidget.cs +++ b/OpenRA.Mods.Common/Widgets/StrategicProgressWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs b/OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs index 80435f46c6..abb08c3a78 100644 --- a/OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs +++ b/OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Activities/CarryUnit.cs b/OpenRA.Mods.D2k/Activities/CarryUnit.cs index 1d70030e27..1552ab5437 100644 --- a/OpenRA.Mods.D2k/Activities/CarryUnit.cs +++ b/OpenRA.Mods.D2k/Activities/CarryUnit.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Activities/SwallowActor.cs b/OpenRA.Mods.D2k/Activities/SwallowActor.cs index 6b29bbdfa7..5aa63d3781 100644 --- a/OpenRA.Mods.D2k/Activities/SwallowActor.cs +++ b/OpenRA.Mods.D2k/Activities/SwallowActor.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/SpriteLoaders/R8Loader.cs b/OpenRA.Mods.D2k/SpriteLoaders/R8Loader.cs index 89ac184489..30eb0b2ac2 100644 --- a/OpenRA.Mods.D2k/SpriteLoaders/R8Loader.cs +++ b/OpenRA.Mods.D2k/SpriteLoaders/R8Loader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/AttackSwallow.cs b/OpenRA.Mods.D2k/Traits/AttackSwallow.cs index 8f45207748..98baae5391 100644 --- a/OpenRA.Mods.D2k/Traits/AttackSwallow.cs +++ b/OpenRA.Mods.D2k/Traits/AttackSwallow.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/AutoCarryall.cs b/OpenRA.Mods.D2k/Traits/AutoCarryall.cs index 618ffe1815..644bc3ca7c 100644 --- a/OpenRA.Mods.D2k/Traits/AutoCarryall.cs +++ b/OpenRA.Mods.D2k/Traits/AutoCarryall.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Buildings/DamagedWithoutFoundation.cs b/OpenRA.Mods.D2k/Traits/Buildings/DamagedWithoutFoundation.cs index e707e7cd8a..1b07446779 100644 --- a/OpenRA.Mods.D2k/Traits/Buildings/DamagedWithoutFoundation.cs +++ b/OpenRA.Mods.D2k/Traits/Buildings/DamagedWithoutFoundation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs b/OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs index 04045f385e..950c890dcf 100644 --- a/OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs +++ b/OpenRA.Mods.D2k/Traits/Buildings/LaysTerrain.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Carryable.cs b/OpenRA.Mods.D2k/Traits/Carryable.cs index 2b2b2dda81..fea29f56dd 100644 --- a/OpenRA.Mods.D2k/Traits/Carryable.cs +++ b/OpenRA.Mods.D2k/Traits/Carryable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Render/WithAttackOverlay.cs b/OpenRA.Mods.D2k/Traits/Render/WithAttackOverlay.cs index 38bc13aef2..c02d58ecf6 100644 --- a/OpenRA.Mods.D2k/Traits/Render/WithAttackOverlay.cs +++ b/OpenRA.Mods.D2k/Traits/Render/WithAttackOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Render/WithBuildingPlacedOverlay.cs b/OpenRA.Mods.D2k/Traits/Render/WithBuildingPlacedOverlay.cs index fedca25c7a..92fe2c792e 100644 --- a/OpenRA.Mods.D2k/Traits/Render/WithBuildingPlacedOverlay.cs +++ b/OpenRA.Mods.D2k/Traits/Render/WithBuildingPlacedOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Render/WithCrumbleOverlay.cs b/OpenRA.Mods.D2k/Traits/Render/WithCrumbleOverlay.cs index 3683d04ada..13299ebf42 100644 --- a/OpenRA.Mods.D2k/Traits/Render/WithCrumbleOverlay.cs +++ b/OpenRA.Mods.D2k/Traits/Render/WithCrumbleOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Render/WithDeliveryOverlay.cs b/OpenRA.Mods.D2k/Traits/Render/WithDeliveryOverlay.cs index 11a6bd05ad..dd3df4b368 100644 --- a/OpenRA.Mods.D2k/Traits/Render/WithDeliveryOverlay.cs +++ b/OpenRA.Mods.D2k/Traits/Render/WithDeliveryOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Render/WithDockingOverlay.cs b/OpenRA.Mods.D2k/Traits/Render/WithDockingOverlay.cs index 7d498cf6cf..0e8eb3e3ea 100644 --- a/OpenRA.Mods.D2k/Traits/Render/WithDockingOverlay.cs +++ b/OpenRA.Mods.D2k/Traits/Render/WithDockingOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/Render/WithProductionOverlay.cs b/OpenRA.Mods.D2k/Traits/Render/WithProductionOverlay.cs index 972d74df40..45b2c7d278 100644 --- a/OpenRA.Mods.D2k/Traits/Render/WithProductionOverlay.cs +++ b/OpenRA.Mods.D2k/Traits/Render/WithProductionOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/TemporaryOwnerManager.cs b/OpenRA.Mods.D2k/Traits/TemporaryOwnerManager.cs index f0aa36ca16..5a22a0f9e2 100644 --- a/OpenRA.Mods.D2k/Traits/TemporaryOwnerManager.cs +++ b/OpenRA.Mods.D2k/Traits/TemporaryOwnerManager.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/ThrowsShrapnel.cs b/OpenRA.Mods.D2k/Traits/ThrowsShrapnel.cs index 56a28371c6..c1d7a4abe7 100644 --- a/OpenRA.Mods.D2k/Traits/ThrowsShrapnel.cs +++ b/OpenRA.Mods.D2k/Traits/ThrowsShrapnel.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/World/BuildableTerrainLayer.cs b/OpenRA.Mods.D2k/Traits/World/BuildableTerrainLayer.cs index ac1c0c69fa..50ef007822 100644 --- a/OpenRA.Mods.D2k/Traits/World/BuildableTerrainLayer.cs +++ b/OpenRA.Mods.D2k/Traits/World/BuildableTerrainLayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/World/ChooseBuildTabOnSelect.cs b/OpenRA.Mods.D2k/Traits/World/ChooseBuildTabOnSelect.cs index 10899d6aec..e83836d230 100644 --- a/OpenRA.Mods.D2k/Traits/World/ChooseBuildTabOnSelect.cs +++ b/OpenRA.Mods.D2k/Traits/World/ChooseBuildTabOnSelect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/World/D2kResourceLayer.cs b/OpenRA.Mods.D2k/Traits/World/D2kResourceLayer.cs index ff401620f4..03f4152286 100644 --- a/OpenRA.Mods.D2k/Traits/World/D2kResourceLayer.cs +++ b/OpenRA.Mods.D2k/Traits/World/D2kResourceLayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/World/FogPaletteFromR8.cs b/OpenRA.Mods.D2k/Traits/World/FogPaletteFromR8.cs index 45d56b2569..b5b0913b7d 100644 --- a/OpenRA.Mods.D2k/Traits/World/FogPaletteFromR8.cs +++ b/OpenRA.Mods.D2k/Traits/World/FogPaletteFromR8.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/World/PaletteFromR8.cs b/OpenRA.Mods.D2k/Traits/World/PaletteFromR8.cs index b03c12d9d6..fd6c4637e4 100644 --- a/OpenRA.Mods.D2k/Traits/World/PaletteFromR8.cs +++ b/OpenRA.Mods.D2k/Traits/World/PaletteFromR8.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/World/PaletteFromScaledPalette.cs b/OpenRA.Mods.D2k/Traits/World/PaletteFromScaledPalette.cs index 98bfa59feb..87c6bd3dcd 100644 --- a/OpenRA.Mods.D2k/Traits/World/PaletteFromScaledPalette.cs +++ b/OpenRA.Mods.D2k/Traits/World/PaletteFromScaledPalette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Traits/World/WormManager.cs b/OpenRA.Mods.D2k/Traits/World/WormManager.cs index 7b2e855d15..661ef7dfbd 100644 --- a/OpenRA.Mods.D2k/Traits/World/WormManager.cs +++ b/OpenRA.Mods.D2k/Traits/World/WormManager.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Warheads/ChangeOwnerWarhead.cs b/OpenRA.Mods.D2k/Warheads/ChangeOwnerWarhead.cs index 3be8ed3fef..ee7fbdd758 100644 --- a/OpenRA.Mods.D2k/Warheads/ChangeOwnerWarhead.cs +++ b/OpenRA.Mods.D2k/Warheads/ChangeOwnerWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Widgets/BuildPaletteWidget.cs b/OpenRA.Mods.D2k/Widgets/BuildPaletteWidget.cs index f6f09b5d14..c76adc5294 100644 --- a/OpenRA.Mods.D2k/Widgets/BuildPaletteWidget.cs +++ b/OpenRA.Mods.D2k/Widgets/BuildPaletteWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Widgets/Logic/SlidingRadarBinLogic.cs b/OpenRA.Mods.D2k/Widgets/Logic/SlidingRadarBinLogic.cs index ecc8758bdc..44449c709a 100644 --- a/OpenRA.Mods.D2k/Widgets/Logic/SlidingRadarBinLogic.cs +++ b/OpenRA.Mods.D2k/Widgets/Logic/SlidingRadarBinLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Widgets/MoneyBinWidget.cs b/OpenRA.Mods.D2k/Widgets/MoneyBinWidget.cs index 5136c2e7c5..6536b869dd 100644 --- a/OpenRA.Mods.D2k/Widgets/MoneyBinWidget.cs +++ b/OpenRA.Mods.D2k/Widgets/MoneyBinWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Widgets/SlidingContainerWidget.cs b/OpenRA.Mods.D2k/Widgets/SlidingContainerWidget.cs index b559b7e634..9c59747bde 100644 --- a/OpenRA.Mods.D2k/Widgets/SlidingContainerWidget.cs +++ b/OpenRA.Mods.D2k/Widgets/SlidingContainerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.D2k/Widgets/SupportPowerBinWidget.cs b/OpenRA.Mods.D2k/Widgets/SupportPowerBinWidget.cs index 21a8416cd1..537f2ffee6 100644 --- a/OpenRA.Mods.D2k/Widgets/SupportPowerBinWidget.cs +++ b/OpenRA.Mods.D2k/Widgets/SupportPowerBinWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/AttackOrFleeFuzzy.cs b/OpenRA.Mods.RA/AI/AttackOrFleeFuzzy.cs index 26ed54e725..9ad834a43d 100644 --- a/OpenRA.Mods.RA/AI/AttackOrFleeFuzzy.cs +++ b/OpenRA.Mods.RA/AI/AttackOrFleeFuzzy.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/BaseBuilder.cs b/OpenRA.Mods.RA/AI/BaseBuilder.cs index 0687b93ab5..6a32de4fe4 100644 --- a/OpenRA.Mods.RA/AI/BaseBuilder.cs +++ b/OpenRA.Mods.RA/AI/BaseBuilder.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/HackyAI.cs b/OpenRA.Mods.RA/AI/HackyAI.cs index 4367c1e725..fd5f4def44 100644 --- a/OpenRA.Mods.RA/AI/HackyAI.cs +++ b/OpenRA.Mods.RA/AI/HackyAI.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/RushFuzzy.cs b/OpenRA.Mods.RA/AI/RushFuzzy.cs index 5f5ccaf2cd..b379075241 100644 --- a/OpenRA.Mods.RA/AI/RushFuzzy.cs +++ b/OpenRA.Mods.RA/AI/RushFuzzy.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/Squad.cs b/OpenRA.Mods.RA/AI/Squad.cs index 00f45ff3ef..3a34ea9aae 100644 --- a/OpenRA.Mods.RA/AI/Squad.cs +++ b/OpenRA.Mods.RA/AI/Squad.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/StateMachine.cs b/OpenRA.Mods.RA/AI/StateMachine.cs index 02278bceb4..36f9e134da 100644 --- a/OpenRA.Mods.RA/AI/StateMachine.cs +++ b/OpenRA.Mods.RA/AI/StateMachine.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/States/AirStates.cs b/OpenRA.Mods.RA/AI/States/AirStates.cs index 010c331083..e2a3044cdd 100644 --- a/OpenRA.Mods.RA/AI/States/AirStates.cs +++ b/OpenRA.Mods.RA/AI/States/AirStates.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/States/GroundStates.cs b/OpenRA.Mods.RA/AI/States/GroundStates.cs index 084a3394a1..cccf88ebe9 100644 --- a/OpenRA.Mods.RA/AI/States/GroundStates.cs +++ b/OpenRA.Mods.RA/AI/States/GroundStates.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/States/ProtectionStates.cs b/OpenRA.Mods.RA/AI/States/ProtectionStates.cs index 8ff28592f9..022a955523 100644 --- a/OpenRA.Mods.RA/AI/States/ProtectionStates.cs +++ b/OpenRA.Mods.RA/AI/States/ProtectionStates.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/States/StateBase.cs b/OpenRA.Mods.RA/AI/States/StateBase.cs index 276c691026..41764b47ed 100644 --- a/OpenRA.Mods.RA/AI/States/StateBase.cs +++ b/OpenRA.Mods.RA/AI/States/StateBase.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/AI/SupportPowerDecision.cs b/OpenRA.Mods.RA/AI/SupportPowerDecision.cs index 80242e07d6..cb940dc41f 100644 --- a/OpenRA.Mods.RA/AI/SupportPowerDecision.cs +++ b/OpenRA.Mods.RA/AI/SupportPowerDecision.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/DeliverResources.cs b/OpenRA.Mods.RA/Activities/DeliverResources.cs index 0fe4f01aa3..a4bbc2035e 100755 --- a/OpenRA.Mods.RA/Activities/DeliverResources.cs +++ b/OpenRA.Mods.RA/Activities/DeliverResources.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/Demolish.cs b/OpenRA.Mods.RA/Activities/Demolish.cs index 134ef58bc7..0f9d0ad43c 100644 --- a/OpenRA.Mods.RA/Activities/Demolish.cs +++ b/OpenRA.Mods.RA/Activities/Demolish.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/DonateSupplies.cs b/OpenRA.Mods.RA/Activities/DonateSupplies.cs index 04801bcc64..dbfa9a2d4d 100644 --- a/OpenRA.Mods.RA/Activities/DonateSupplies.cs +++ b/OpenRA.Mods.RA/Activities/DonateSupplies.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/FindResources.cs b/OpenRA.Mods.RA/Activities/FindResources.cs index a954452a8f..8f66b28e93 100755 --- a/OpenRA.Mods.RA/Activities/FindResources.cs +++ b/OpenRA.Mods.RA/Activities/FindResources.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/Infiltrate.cs b/OpenRA.Mods.RA/Activities/Infiltrate.cs index 6bb194297c..e8004140bc 100644 --- a/OpenRA.Mods.RA/Activities/Infiltrate.cs +++ b/OpenRA.Mods.RA/Activities/Infiltrate.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/LayMines.cs b/OpenRA.Mods.RA/Activities/LayMines.cs index e4f49c1820..2f178ce979 100644 --- a/OpenRA.Mods.RA/Activities/LayMines.cs +++ b/OpenRA.Mods.RA/Activities/LayMines.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/Leap.cs b/OpenRA.Mods.RA/Activities/Leap.cs index fa497a43c5..64ca4bef3e 100644 --- a/OpenRA.Mods.RA/Activities/Leap.cs +++ b/OpenRA.Mods.RA/Activities/Leap.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/RAHarvesterDockSequence.cs b/OpenRA.Mods.RA/Activities/RAHarvesterDockSequence.cs index edc7271645..8e4fd91ca4 100644 --- a/OpenRA.Mods.RA/Activities/RAHarvesterDockSequence.cs +++ b/OpenRA.Mods.RA/Activities/RAHarvesterDockSequence.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Activities/Teleport.cs b/OpenRA.Mods.RA/Activities/Teleport.cs index 34c6230b5a..6c906b153d 100755 --- a/OpenRA.Mods.RA/Activities/Teleport.cs +++ b/OpenRA.Mods.RA/Activities/Teleport.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/C4Demolition.cs b/OpenRA.Mods.RA/C4Demolition.cs index 38836b8724..7d631676e1 100644 --- a/OpenRA.Mods.RA/C4Demolition.cs +++ b/OpenRA.Mods.RA/C4Demolition.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Cloneable.cs b/OpenRA.Mods.RA/Cloneable.cs index 2e6f139b72..b1d9455bd0 100644 --- a/OpenRA.Mods.RA/Cloneable.cs +++ b/OpenRA.Mods.RA/Cloneable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/CombatDebugOverlay.cs b/OpenRA.Mods.RA/CombatDebugOverlay.cs index fa9f7e1b52..55cb21c298 100644 --- a/OpenRA.Mods.RA/CombatDebugOverlay.cs +++ b/OpenRA.Mods.RA/CombatDebugOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/CrateSpawner.cs b/OpenRA.Mods.RA/CrateSpawner.cs index 96a5492f40..8fae8c6731 100644 --- a/OpenRA.Mods.RA/CrateSpawner.cs +++ b/OpenRA.Mods.RA/CrateSpawner.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/DisableUpgrade.cs b/OpenRA.Mods.RA/DisableUpgrade.cs index 71b9bfdfa3..4cd321e7f5 100644 --- a/OpenRA.Mods.RA/DisableUpgrade.cs +++ b/OpenRA.Mods.RA/DisableUpgrade.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Disguise.cs b/OpenRA.Mods.RA/Disguise.cs index b3699451ae..5f5c055646 100644 --- a/OpenRA.Mods.RA/Disguise.cs +++ b/OpenRA.Mods.RA/Disguise.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Effects/GpsDot.cs b/OpenRA.Mods.RA/Effects/GpsDot.cs index 33bc74e9dc..1ab6598f07 100644 --- a/OpenRA.Mods.RA/Effects/GpsDot.cs +++ b/OpenRA.Mods.RA/Effects/GpsDot.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Effects/GpsSatellite.cs b/OpenRA.Mods.RA/Effects/GpsSatellite.cs index bf1af5f60d..2d61be7979 100644 --- a/OpenRA.Mods.RA/Effects/GpsSatellite.cs +++ b/OpenRA.Mods.RA/Effects/GpsSatellite.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Effects/Parachute.cs b/OpenRA.Mods.RA/Effects/Parachute.cs index 34b765578a..dd884dc679 100644 --- a/OpenRA.Mods.RA/Effects/Parachute.cs +++ b/OpenRA.Mods.RA/Effects/Parachute.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Effects/SatelliteLaunch.cs b/OpenRA.Mods.RA/Effects/SatelliteLaunch.cs index 8971425583..47fa08c92d 100644 --- a/OpenRA.Mods.RA/Effects/SatelliteLaunch.cs +++ b/OpenRA.Mods.RA/Effects/SatelliteLaunch.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Effects/TeslaZap.cs b/OpenRA.Mods.RA/Effects/TeslaZap.cs index c20da09703..c0f10bc6e6 100644 --- a/OpenRA.Mods.RA/Effects/TeslaZap.cs +++ b/OpenRA.Mods.RA/Effects/TeslaZap.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/EjectOnDeath.cs b/OpenRA.Mods.RA/EjectOnDeath.cs index 07062f7def..c22cda9607 100644 --- a/OpenRA.Mods.RA/EjectOnDeath.cs +++ b/OpenRA.Mods.RA/EjectOnDeath.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/EmitInfantryOnSell.cs b/OpenRA.Mods.RA/EmitInfantryOnSell.cs index 436b9606c5..d28cf7b071 100644 --- a/OpenRA.Mods.RA/EmitInfantryOnSell.cs +++ b/OpenRA.Mods.RA/EmitInfantryOnSell.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/GainsStatUpgrades.cs b/OpenRA.Mods.RA/GainsStatUpgrades.cs index 53fcaad3da..231717af87 100644 --- a/OpenRA.Mods.RA/GainsStatUpgrades.cs +++ b/OpenRA.Mods.RA/GainsStatUpgrades.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Graphics/TeslaZapRenderable.cs b/OpenRA.Mods.RA/Graphics/TeslaZapRenderable.cs index 169145bd0a..8afabe99b2 100644 --- a/OpenRA.Mods.RA/Graphics/TeslaZapRenderable.cs +++ b/OpenRA.Mods.RA/Graphics/TeslaZapRenderable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/InvulnerabilityUpgrade.cs b/OpenRA.Mods.RA/InvulnerabilityUpgrade.cs index 3382b0cf04..efc3b63d1c 100644 --- a/OpenRA.Mods.RA/InvulnerabilityUpgrade.cs +++ b/OpenRA.Mods.RA/InvulnerabilityUpgrade.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Invulnerable.cs b/OpenRA.Mods.RA/Invulnerable.cs index e235830526..28add78a15 100644 --- a/OpenRA.Mods.RA/Invulnerable.cs +++ b/OpenRA.Mods.RA/Invulnerable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/CheckActorReferences.cs b/OpenRA.Mods.RA/Lint/CheckActorReferences.cs index db6ca8bc3f..e6b6a08b65 100644 --- a/OpenRA.Mods.RA/Lint/CheckActorReferences.cs +++ b/OpenRA.Mods.RA/Lint/CheckActorReferences.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/CheckActors.cs b/OpenRA.Mods.RA/Lint/CheckActors.cs index a6b941107f..94f6227fea 100644 --- a/OpenRA.Mods.RA/Lint/CheckActors.cs +++ b/OpenRA.Mods.RA/Lint/CheckActors.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/CheckMapCordon.cs b/OpenRA.Mods.RA/Lint/CheckMapCordon.cs index acbe9b6a3d..a4c43719da 100644 --- a/OpenRA.Mods.RA/Lint/CheckMapCordon.cs +++ b/OpenRA.Mods.RA/Lint/CheckMapCordon.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/CheckMapRules.cs b/OpenRA.Mods.RA/Lint/CheckMapRules.cs index fc5d1bf9bc..7998711a60 100644 --- a/OpenRA.Mods.RA/Lint/CheckMapRules.cs +++ b/OpenRA.Mods.RA/Lint/CheckMapRules.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/CheckPlayers.cs b/OpenRA.Mods.RA/Lint/CheckPlayers.cs index 6f366535be..df3d5be1e4 100644 --- a/OpenRA.Mods.RA/Lint/CheckPlayers.cs +++ b/OpenRA.Mods.RA/Lint/CheckPlayers.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/CheckSequences.cs b/OpenRA.Mods.RA/Lint/CheckSequences.cs index 09418976d1..56c566d515 100644 --- a/OpenRA.Mods.RA/Lint/CheckSequences.cs +++ b/OpenRA.Mods.RA/Lint/CheckSequences.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs b/OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs index 0a6b99e900..c473db8990 100644 --- a/OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs +++ b/OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs b/OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs index e43fe1ae3d..caa8085d49 100644 --- a/OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs +++ b/OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs b/OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs index 76e5fd66bc..65642f93e4 100644 --- a/OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs +++ b/OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Orders/BeaconOrderGenerator.cs b/OpenRA.Mods.RA/Orders/BeaconOrderGenerator.cs index 9f5c232b0b..a444bc06b7 100644 --- a/OpenRA.Mods.RA/Orders/BeaconOrderGenerator.cs +++ b/OpenRA.Mods.RA/Orders/BeaconOrderGenerator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Orders/GlobalButtonOrderGenerator.cs b/OpenRA.Mods.RA/Orders/GlobalButtonOrderGenerator.cs index 0286fa1639..cefff53dfe 100755 --- a/OpenRA.Mods.RA/Orders/GlobalButtonOrderGenerator.cs +++ b/OpenRA.Mods.RA/Orders/GlobalButtonOrderGenerator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs b/OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs index 0ae8124769..a0d4c71534 100644 --- a/OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs +++ b/OpenRA.Mods.RA/Orders/PlaceBuildingOrderGenerator.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/ParaDrop.cs b/OpenRA.Mods.RA/ParaDrop.cs index 554b95669a..2d0b7f34cb 100644 --- a/OpenRA.Mods.RA/ParaDrop.cs +++ b/OpenRA.Mods.RA/ParaDrop.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Parachutable.cs b/OpenRA.Mods.RA/Parachutable.cs index 79f4169790..49c93c3140 100644 --- a/OpenRA.Mods.RA/Parachutable.cs +++ b/OpenRA.Mods.RA/Parachutable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Player/BaseAttackNotifier.cs b/OpenRA.Mods.RA/Player/BaseAttackNotifier.cs index c13bf3049d..e00a2f10f0 100644 --- a/OpenRA.Mods.RA/Player/BaseAttackNotifier.cs +++ b/OpenRA.Mods.RA/Player/BaseAttackNotifier.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Player/ClassicProductionQueue.cs b/OpenRA.Mods.RA/Player/ClassicProductionQueue.cs index d4434f3f22..9a96bdb973 100644 --- a/OpenRA.Mods.RA/Player/ClassicProductionQueue.cs +++ b/OpenRA.Mods.RA/Player/ClassicProductionQueue.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Player/HarvesterAttackNotifier.cs b/OpenRA.Mods.RA/Player/HarvesterAttackNotifier.cs index c1958d9a39..515bd01b55 100644 --- a/OpenRA.Mods.RA/Player/HarvesterAttackNotifier.cs +++ b/OpenRA.Mods.RA/Player/HarvesterAttackNotifier.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Player/PlaceBuilding.cs b/OpenRA.Mods.RA/Player/PlaceBuilding.cs index 0ab2cc7f3a..4f76631061 100644 --- a/OpenRA.Mods.RA/Player/PlaceBuilding.cs +++ b/OpenRA.Mods.RA/Player/PlaceBuilding.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Player/ProductionQueue.cs b/OpenRA.Mods.RA/Player/ProductionQueue.cs index 7fafe7f1fb..a86e5df0c6 100644 --- a/OpenRA.Mods.RA/Player/ProductionQueue.cs +++ b/OpenRA.Mods.RA/Player/ProductionQueue.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Production.cs b/OpenRA.Mods.RA/Production.cs index 0d421bce55..96c58bb817 100644 --- a/OpenRA.Mods.RA/Production.cs +++ b/OpenRA.Mods.RA/Production.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/ProductionBar.cs b/OpenRA.Mods.RA/ProductionBar.cs index 913a42411e..23087fbdc4 100644 --- a/OpenRA.Mods.RA/ProductionBar.cs +++ b/OpenRA.Mods.RA/ProductionBar.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/ProductionQueueFromSelection.cs b/OpenRA.Mods.RA/ProductionQueueFromSelection.cs index 7fd9594c7d..a71f71e8e7 100644 --- a/OpenRA.Mods.RA/ProductionQueueFromSelection.cs +++ b/OpenRA.Mods.RA/ProductionQueueFromSelection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Render/RenderBuildingWarFactory.cs b/OpenRA.Mods.RA/Render/RenderBuildingWarFactory.cs index 50d3741123..f551a23ad0 100644 --- a/OpenRA.Mods.RA/Render/RenderBuildingWarFactory.cs +++ b/OpenRA.Mods.RA/Render/RenderBuildingWarFactory.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Render/RenderDisguise.cs b/OpenRA.Mods.RA/Render/RenderDisguise.cs index 32e03a02e1..7397855081 100644 --- a/OpenRA.Mods.RA/Render/RenderDisguise.cs +++ b/OpenRA.Mods.RA/Render/RenderDisguise.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Render/RenderHarvester.cs b/OpenRA.Mods.RA/Render/RenderHarvester.cs index 680529431c..827082e174 100644 --- a/OpenRA.Mods.RA/Render/RenderHarvester.cs +++ b/OpenRA.Mods.RA/Render/RenderHarvester.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Render/RenderLandingCraft.cs b/OpenRA.Mods.RA/Render/RenderLandingCraft.cs index fd7e057ab7..585b8d8adc 100644 --- a/OpenRA.Mods.RA/Render/RenderLandingCraft.cs +++ b/OpenRA.Mods.RA/Render/RenderLandingCraft.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Render/RenderUnitReload.cs b/OpenRA.Mods.RA/Render/RenderUnitReload.cs index 89e08e7bf1..9569eeee2e 100644 --- a/OpenRA.Mods.RA/Render/RenderUnitReload.cs +++ b/OpenRA.Mods.RA/Render/RenderUnitReload.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Render/WithActiveAnimation.cs b/OpenRA.Mods.RA/Render/WithActiveAnimation.cs index 7cbef7457c..965c657548 100644 --- a/OpenRA.Mods.RA/Render/WithActiveAnimation.cs +++ b/OpenRA.Mods.RA/Render/WithActiveAnimation.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Render/WithIdleOverlay.cs b/OpenRA.Mods.RA/Render/WithIdleOverlay.cs index 323bf3a94c..b50d585e3e 100644 --- a/OpenRA.Mods.RA/Render/WithIdleOverlay.cs +++ b/OpenRA.Mods.RA/Render/WithIdleOverlay.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Global/ReinforcementsGlobal.cs b/OpenRA.Mods.RA/Scripting/Global/ReinforcementsGlobal.cs index c9a7bc7290..990cbf70fa 100644 --- a/OpenRA.Mods.RA/Scripting/Global/ReinforcementsGlobal.cs +++ b/OpenRA.Mods.RA/Scripting/Global/ReinforcementsGlobal.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/ChronosphereProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/ChronosphereProperties.cs index 2bb4e60467..634e0528ef 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/ChronosphereProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/ChronosphereProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/CombatProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/CombatProperties.cs index 092911097f..298681366f 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/CombatProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/CombatProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/GeneralProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/GeneralProperties.cs index 0fa8455ad8..da5bca7399 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/GeneralProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/GeneralProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/GuardProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/GuardProperties.cs index a21ca307d1..0481b6ebd2 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/GuardProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/GuardProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/HarvesterProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/HarvesterProperties.cs index 80bdd6aae1..73ae5481e5 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/HarvesterProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/HarvesterProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/HelicopterProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/HelicopterProperties.cs index 6f349d1e62..6da7cb9dbb 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/HelicopterProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/HelicopterProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/MissionObjectiveProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/MissionObjectiveProperties.cs index 335e629acf..c0d428c106 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/MissionObjectiveProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/MissionObjectiveProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/MobileProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/MobileProperties.cs index e3335f5e3e..3b6b0e950d 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/MobileProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/MobileProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/PlaneProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/PlaneProperties.cs index 16d6588a88..ad25f2ddaa 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/PlaneProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/PlaneProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/PlayerProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/PlayerProperties.cs index 1c2b2f654a..e2a2839c6c 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/PlayerProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/PlayerProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/ProductionProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/ProductionProperties.cs index c62abdff81..15d1447ad7 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/ProductionProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/ProductionProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/RepairableBuildingProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/RepairableBuildingProperties.cs index 2ef39ee4af..e5a48fc53f 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/RepairableBuildingProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/RepairableBuildingProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/TransformProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/TransformProperties.cs index 73c738bf43..9fce1c0cce 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/TransformProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/TransformProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Scripting/Properties/TransportProperties.cs b/OpenRA.Mods.RA/Scripting/Properties/TransportProperties.cs index 49e7ad5870..a8ead8b424 100644 --- a/OpenRA.Mods.RA/Scripting/Properties/TransportProperties.cs +++ b/OpenRA.Mods.RA/Scripting/Properties/TransportProperties.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/SupportPowers/AirstrikePower.cs b/OpenRA.Mods.RA/SupportPowers/AirstrikePower.cs index d1ce8004b0..65711f1504 100644 --- a/OpenRA.Mods.RA/SupportPowers/AirstrikePower.cs +++ b/OpenRA.Mods.RA/SupportPowers/AirstrikePower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/SupportPowers/GrantUpgradePower.cs b/OpenRA.Mods.RA/SupportPowers/GrantUpgradePower.cs index e2fccf0b27..260eae151d 100644 --- a/OpenRA.Mods.RA/SupportPowers/GrantUpgradePower.cs +++ b/OpenRA.Mods.RA/SupportPowers/GrantUpgradePower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/SupportPowers/NukePower.cs b/OpenRA.Mods.RA/SupportPowers/NukePower.cs index a98724e6af..5a67bc8c54 100644 --- a/OpenRA.Mods.RA/SupportPowers/NukePower.cs +++ b/OpenRA.Mods.RA/SupportPowers/NukePower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/SupportPowers/SpawnActorPower.cs b/OpenRA.Mods.RA/SupportPowers/SpawnActorPower.cs index b694424b8d..9145de2404 100644 --- a/OpenRA.Mods.RA/SupportPowers/SpawnActorPower.cs +++ b/OpenRA.Mods.RA/SupportPowers/SpawnActorPower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/SupportPowers/SupportPower.cs b/OpenRA.Mods.RA/SupportPowers/SupportPower.cs index eb7f8cde32..46a6c22e71 100755 --- a/OpenRA.Mods.RA/SupportPowers/SupportPower.cs +++ b/OpenRA.Mods.RA/SupportPowers/SupportPower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/SupportPowers/SupportPowerChargeBar.cs b/OpenRA.Mods.RA/SupportPowers/SupportPowerChargeBar.cs index 374a170a0a..20dbdbe1c8 100644 --- a/OpenRA.Mods.RA/SupportPowers/SupportPowerChargeBar.cs +++ b/OpenRA.Mods.RA/SupportPowers/SupportPowerChargeBar.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/SupportPowers/SupportPowerManager.cs b/OpenRA.Mods.RA/SupportPowers/SupportPowerManager.cs index f6cad0481a..95acbd54a6 100644 --- a/OpenRA.Mods.RA/SupportPowers/SupportPowerManager.cs +++ b/OpenRA.Mods.RA/SupportPowers/SupportPowerManager.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/AcceptsSupplies.cs b/OpenRA.Mods.RA/Traits/AcceptsSupplies.cs index 891ee18421..9e9cf3959a 100644 --- a/OpenRA.Mods.RA/Traits/AcceptsSupplies.cs +++ b/OpenRA.Mods.RA/Traits/AcceptsSupplies.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Attack/AttackGarrisoned.cs b/OpenRA.Mods.RA/Traits/Attack/AttackGarrisoned.cs index 7e2cbd498e..c9aee21c23 100644 --- a/OpenRA.Mods.RA/Traits/Attack/AttackGarrisoned.cs +++ b/OpenRA.Mods.RA/Traits/Attack/AttackGarrisoned.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Attack/AttackLeap.cs b/OpenRA.Mods.RA/Traits/Attack/AttackLeap.cs index 8c44e43cec..98f39906d4 100644 --- a/OpenRA.Mods.RA/Traits/Attack/AttackLeap.cs +++ b/OpenRA.Mods.RA/Traits/Attack/AttackLeap.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Buildings/ClonesProducedUnits.cs b/OpenRA.Mods.RA/Traits/Buildings/ClonesProducedUnits.cs index d647b5e4f7..c083f7ca54 100644 --- a/OpenRA.Mods.RA/Traits/Buildings/ClonesProducedUnits.cs +++ b/OpenRA.Mods.RA/Traits/Buildings/ClonesProducedUnits.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Buildings/Fake.cs b/OpenRA.Mods.RA/Traits/Buildings/Fake.cs index f830dff630..0f6c1b8dfc 100644 --- a/OpenRA.Mods.RA/Traits/Buildings/Fake.cs +++ b/OpenRA.Mods.RA/Traits/Buildings/Fake.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Buildings/OreRefinery.cs b/OpenRA.Mods.RA/Traits/Buildings/OreRefinery.cs index 2395bbee37..f8643a14e8 100644 --- a/OpenRA.Mods.RA/Traits/Buildings/OreRefinery.cs +++ b/OpenRA.Mods.RA/Traits/Buildings/OreRefinery.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Buildings/PrimaryBuilding.cs b/OpenRA.Mods.RA/Traits/Buildings/PrimaryBuilding.cs index f33b26b3a1..bb8975a0de 100644 --- a/OpenRA.Mods.RA/Traits/Buildings/PrimaryBuilding.cs +++ b/OpenRA.Mods.RA/Traits/Buildings/PrimaryBuilding.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Chronoshiftable.cs b/OpenRA.Mods.RA/Traits/Chronoshiftable.cs index a796d79ea8..6bcd891fa9 100644 --- a/OpenRA.Mods.RA/Traits/Chronoshiftable.cs +++ b/OpenRA.Mods.RA/Traits/Chronoshiftable.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/Crate.cs b/OpenRA.Mods.RA/Traits/Crates/Crate.cs index 0b6f121e6d..99a4a1c563 100644 --- a/OpenRA.Mods.RA/Traits/Crates/Crate.cs +++ b/OpenRA.Mods.RA/Traits/Crates/Crate.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/CrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/CrateAction.cs index 33688aa06e..9ee5f61903 100644 --- a/OpenRA.Mods.RA/Traits/Crates/CrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/CrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/DuplicateUnitCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/DuplicateUnitCrateAction.cs index 41a366c776..769d73f42b 100644 --- a/OpenRA.Mods.RA/Traits/Crates/DuplicateUnitCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/DuplicateUnitCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/ExplodeCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/ExplodeCrateAction.cs index 21b48354b7..29273f3158 100644 --- a/OpenRA.Mods.RA/Traits/Crates/ExplodeCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/ExplodeCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/GiveCashCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/GiveCashCrateAction.cs index 30462d5bec..c05830875b 100644 --- a/OpenRA.Mods.RA/Traits/Crates/GiveCashCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/GiveCashCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/GiveMcvCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/GiveMcvCrateAction.cs index 8bf5103133..c619315027 100644 --- a/OpenRA.Mods.RA/Traits/Crates/GiveMcvCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/GiveMcvCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/GiveUnitCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/GiveUnitCrateAction.cs index 7d45e266e3..e621340c12 100644 --- a/OpenRA.Mods.RA/Traits/Crates/GiveUnitCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/GiveUnitCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/GrantUpgradeCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/GrantUpgradeCrateAction.cs index 9de8b47888..3467ea34a1 100644 --- a/OpenRA.Mods.RA/Traits/Crates/GrantUpgradeCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/GrantUpgradeCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/HealUnitsCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/HealUnitsCrateAction.cs index fd68dd21b6..f19f29bd05 100644 --- a/OpenRA.Mods.RA/Traits/Crates/HealUnitsCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/HealUnitsCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/HideMapCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/HideMapCrateAction.cs index bf0af7554e..de01f0e505 100644 --- a/OpenRA.Mods.RA/Traits/Crates/HideMapCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/HideMapCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/LevelUpCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/LevelUpCrateAction.cs index 7f7c4d6c97..2cb16d80e7 100644 --- a/OpenRA.Mods.RA/Traits/Crates/LevelUpCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/LevelUpCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/RevealMapCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/RevealMapCrateAction.cs index 5eead441dc..0f37236984 100644 --- a/OpenRA.Mods.RA/Traits/Crates/RevealMapCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/RevealMapCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Crates/SupportPowerCrateAction.cs b/OpenRA.Mods.RA/Traits/Crates/SupportPowerCrateAction.cs index 9dc4deb334..3b05185db9 100644 --- a/OpenRA.Mods.RA/Traits/Crates/SupportPowerCrateAction.cs +++ b/OpenRA.Mods.RA/Traits/Crates/SupportPowerCrateAction.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/DemoTruck.cs b/OpenRA.Mods.RA/Traits/DemoTruck.cs index bb1e073c43..813771d507 100644 --- a/OpenRA.Mods.RA/Traits/DemoTruck.cs +++ b/OpenRA.Mods.RA/Traits/DemoTruck.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Harvester.cs b/OpenRA.Mods.RA/Traits/Harvester.cs index be7a041830..55f353ee51 100644 --- a/OpenRA.Mods.RA/Traits/Harvester.cs +++ b/OpenRA.Mods.RA/Traits/Harvester.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/HarvesterHuskModifier.cs b/OpenRA.Mods.RA/Traits/HarvesterHuskModifier.cs index 585ffe83d2..1b5ab1d371 100644 --- a/OpenRA.Mods.RA/Traits/HarvesterHuskModifier.cs +++ b/OpenRA.Mods.RA/Traits/HarvesterHuskModifier.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForCash.cs b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForCash.cs index 2d22c0b542..856243912c 100644 --- a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForCash.cs +++ b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForCash.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForExploration.cs b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForExploration.cs index 99808c2ef0..dd8ea887a8 100644 --- a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForExploration.cs +++ b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForExploration.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs index 4ac16c0cb5..d6d0930fa4 100644 --- a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs +++ b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForSupportPower.cs b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForSupportPower.cs index 21c50cfc39..718f2305d0 100644 --- a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForSupportPower.cs +++ b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForSupportPower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Infiltration/Infiltrates.cs b/OpenRA.Mods.RA/Traits/Infiltration/Infiltrates.cs index a431a73813..4c70ee10b3 100644 --- a/OpenRA.Mods.RA/Traits/Infiltration/Infiltrates.cs +++ b/OpenRA.Mods.RA/Traits/Infiltration/Infiltrates.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/LeavesHusk.cs b/OpenRA.Mods.RA/Traits/LeavesHusk.cs index 2ac329a1ca..b71e4c3c1d 100644 --- a/OpenRA.Mods.RA/Traits/LeavesHusk.cs +++ b/OpenRA.Mods.RA/Traits/LeavesHusk.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/MadTank.cs b/OpenRA.Mods.RA/Traits/MadTank.cs index 76035f7804..6b9389a5c0 100644 --- a/OpenRA.Mods.RA/Traits/MadTank.cs +++ b/OpenRA.Mods.RA/Traits/MadTank.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Mine.cs b/OpenRA.Mods.RA/Traits/Mine.cs index 9915a52dbc..8a2e33571f 100644 --- a/OpenRA.Mods.RA/Traits/Mine.cs +++ b/OpenRA.Mods.RA/Traits/Mine.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Minelayer.cs b/OpenRA.Mods.RA/Traits/Minelayer.cs index af6282d24d..721540a673 100644 --- a/OpenRA.Mods.RA/Traits/Minelayer.cs +++ b/OpenRA.Mods.RA/Traits/Minelayer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/PaletteEffects/ChronoshiftPaletteEffect.cs b/OpenRA.Mods.RA/Traits/PaletteEffects/ChronoshiftPaletteEffect.cs index 3348d33957..731898a8d9 100644 --- a/OpenRA.Mods.RA/Traits/PaletteEffects/ChronoshiftPaletteEffect.cs +++ b/OpenRA.Mods.RA/Traits/PaletteEffects/ChronoshiftPaletteEffect.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/PortableChrono.cs b/OpenRA.Mods.RA/Traits/PortableChrono.cs index f4f39fbcb3..9d72c6e854 100644 --- a/OpenRA.Mods.RA/Traits/PortableChrono.cs +++ b/OpenRA.Mods.RA/Traits/PortableChrono.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Render/RenderJammerCircle.cs b/OpenRA.Mods.RA/Traits/Render/RenderJammerCircle.cs index afe2a77c18..1f717d7096 100644 --- a/OpenRA.Mods.RA/Traits/Render/RenderJammerCircle.cs +++ b/OpenRA.Mods.RA/Traits/Render/RenderJammerCircle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/Render/RenderShroudCircle.cs b/OpenRA.Mods.RA/Traits/Render/RenderShroudCircle.cs index 6029de5391..052542c8a2 100644 --- a/OpenRA.Mods.RA/Traits/Render/RenderShroudCircle.cs +++ b/OpenRA.Mods.RA/Traits/Render/RenderShroudCircle.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/SupplyTruck.cs b/OpenRA.Mods.RA/Traits/SupplyTruck.cs index ece823c04e..2da4e0c0ee 100644 --- a/OpenRA.Mods.RA/Traits/SupplyTruck.cs +++ b/OpenRA.Mods.RA/Traits/SupplyTruck.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/SupportPowers/ChronoshiftPower.cs b/OpenRA.Mods.RA/Traits/SupportPowers/ChronoshiftPower.cs index 5c842e7690..fbc535b34b 100644 --- a/OpenRA.Mods.RA/Traits/SupportPowers/ChronoshiftPower.cs +++ b/OpenRA.Mods.RA/Traits/SupportPowers/ChronoshiftPower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/SupportPowers/GpsPower.cs b/OpenRA.Mods.RA/Traits/SupportPowers/GpsPower.cs index 86886369ed..94c8bcc234 100644 --- a/OpenRA.Mods.RA/Traits/SupportPowers/GpsPower.cs +++ b/OpenRA.Mods.RA/Traits/SupportPowers/GpsPower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/SupportPowers/ParatroopersPower.cs b/OpenRA.Mods.RA/Traits/SupportPowers/ParatroopersPower.cs index cef6957333..4e6540aed5 100644 --- a/OpenRA.Mods.RA/Traits/SupportPowers/ParatroopersPower.cs +++ b/OpenRA.Mods.RA/Traits/SupportPowers/ParatroopersPower.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Traits/TargetableSubmarine.cs b/OpenRA.Mods.RA/Traits/TargetableSubmarine.cs index 1cd01688cc..c5aad54b27 100644 --- a/OpenRA.Mods.RA/Traits/TargetableSubmarine.cs +++ b/OpenRA.Mods.RA/Traits/TargetableSubmarine.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/TraitsInterfaces.cs b/OpenRA.Mods.RA/TraitsInterfaces.cs index 649b0dc0e8..7d2794f86f 100755 --- a/OpenRA.Mods.RA/TraitsInterfaces.cs +++ b/OpenRA.Mods.RA/TraitsInterfaces.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/TransformOnPassenger.cs b/OpenRA.Mods.RA/TransformOnPassenger.cs index bf0b0c0744..9a7381ebda 100644 --- a/OpenRA.Mods.RA/TransformOnPassenger.cs +++ b/OpenRA.Mods.RA/TransformOnPassenger.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Transforms.cs b/OpenRA.Mods.RA/Transforms.cs index fe59311234..d12763d3e9 100644 --- a/OpenRA.Mods.RA/Transforms.cs +++ b/OpenRA.Mods.RA/Transforms.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/UpgradeActorsNear.cs b/OpenRA.Mods.RA/UpgradeActorsNear.cs index 87ac67bcb1..97779b9e68 100644 --- a/OpenRA.Mods.RA/UpgradeActorsNear.cs +++ b/OpenRA.Mods.RA/UpgradeActorsNear.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/UtilityCommands/ActorStatsExport.cs b/OpenRA.Mods.RA/UtilityCommands/ActorStatsExport.cs index 484e8023a2..a631209f03 100644 --- a/OpenRA.Mods.RA/UtilityCommands/ActorStatsExport.cs +++ b/OpenRA.Mods.RA/UtilityCommands/ActorStatsExport.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/UtilityCommands/ExportCharacterSeparatedRules.cs b/OpenRA.Mods.RA/UtilityCommands/ExportCharacterSeparatedRules.cs index cc4f0bafbf..faf1150f40 100644 --- a/OpenRA.Mods.RA/UtilityCommands/ExportCharacterSeparatedRules.cs +++ b/OpenRA.Mods.RA/UtilityCommands/ExportCharacterSeparatedRules.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/UtilityCommands/Extensions.cs b/OpenRA.Mods.RA/UtilityCommands/Extensions.cs index 0d89099819..c36cdcec98 100644 --- a/OpenRA.Mods.RA/UtilityCommands/Extensions.cs +++ b/OpenRA.Mods.RA/UtilityCommands/Extensions.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Warheads/GrantUpgradeWarhead.cs b/OpenRA.Mods.RA/Warheads/GrantUpgradeWarhead.cs index 9bc6142929..883eead2de 100644 --- a/OpenRA.Mods.RA/Warheads/GrantUpgradeWarhead.cs +++ b/OpenRA.Mods.RA/Warheads/GrantUpgradeWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Warheads/PerCellDamageWarhead.cs b/OpenRA.Mods.RA/Warheads/PerCellDamageWarhead.cs index 745b82fbc9..e639b0eb66 100644 --- a/OpenRA.Mods.RA/Warheads/PerCellDamageWarhead.cs +++ b/OpenRA.Mods.RA/Warheads/PerCellDamageWarhead.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ClassicProductionLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ClassicProductionLogic.cs index e756545c99..6fe141b636 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ClassicProductionLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ClassicProductionLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ClientTooltipLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ClientTooltipLogic.cs index 482f188f33..cd47257bf0 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ClientTooltipLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ClientTooltipLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ConnectionLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ConnectionLogic.cs index 184012be45..1ba3940c1f 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ConnectionLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ConnectionLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ControlGroupLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ControlGroupLogic.cs index 93b9319c6f..221a3ab584 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ControlGroupLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ControlGroupLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/CreditsLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/CreditsLogic.cs index c9b7e7cac5..80a8a2b4b8 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/CreditsLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/CreditsLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/DebugMenuLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/DebugMenuLogic.cs index ba30f53ed6..ffedb6cb41 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/DebugMenuLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/DebugMenuLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/DiplomacyLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/DiplomacyLogic.cs index 6a0ad75dc6..3c3e90c32e 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/DiplomacyLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/DiplomacyLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/DirectConnectLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/DirectConnectLogic.cs index e060b7e369..d6cc8c14aa 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/DirectConnectLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/DirectConnectLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/DownloadPackagesLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/DownloadPackagesLogic.cs index 3e77ac0fdc..4b2a052779 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/DownloadPackagesLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/DownloadPackagesLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/GameTimerLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/GameTimerLogic.cs index 466b4edb0f..024b008632 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/GameTimerLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/GameTimerLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/AddRaceSuffixLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/AddRaceSuffixLogic.cs index 834ff49bf6..3faeecf244 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/AddRaceSuffixLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/AddRaceSuffixLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoBriefingLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoBriefingLogic.cs index 95a01ce8a3..b255eff5ea 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoBriefingLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoBriefingLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoLogic.cs index eeda972a82..2acb716fdd 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoObjectivesLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoObjectivesLogic.cs index fa35cd7eb4..f210a86116 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoObjectivesLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoObjectivesLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoStatsLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoStatsLogic.cs index 14b096dabd..fe398766d2 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoStatsLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/GameInfoStatsLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameCashCounterLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameCashCounterLogic.cs index ab22616dd9..473ede2f36 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameCashCounterLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameCashCounterLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerBarLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerBarLogic.cs index 1ba18a4fd1..9941e421b9 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerBarLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerBarLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerCounterLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerCounterLogic.cs index 79f5591bcd..4ab3f5e424 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerCounterLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngamePowerCounterLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameSiloBarLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameSiloBarLogic.cs index c15aa9d1af..a11ec21cad 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameSiloBarLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/IngameSiloBarLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/Ingame/LeaveMapLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/Ingame/LeaveMapLogic.cs index b09a1fc1a0..961106f6c7 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/Ingame/LeaveMapLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/Ingame/LeaveMapLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/IngameChatLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/IngameChatLogic.cs index 246cd7d3af..704984964c 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/IngameChatLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/IngameChatLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/IngameMenuLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/IngameMenuLogic.cs index 841da612d2..a36d0cd634 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/IngameMenuLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/IngameMenuLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/InstallFromCDLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/InstallFromCDLogic.cs index aff51f02eb..687616ad97 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/InstallFromCDLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/InstallFromCDLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/InstallLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/InstallLogic.cs index cbafb0d2f9..a1d555d4ec 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/InstallLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/InstallLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/InstallMusicLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/InstallMusicLogic.cs index 6ef6fe709a..215d4354bd 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/InstallMusicLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/InstallMusicLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/KickClientLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/KickClientLogic.cs index 68ade16e71..482ae0ab30 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/KickClientLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/KickClientLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/KickSpectatorsLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/KickSpectatorsLogic.cs index 4eb2dade98..0646bd94a7 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/KickSpectatorsLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/KickSpectatorsLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs index 2717d86586..88cc50aace 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/LobbyMapPreviewLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/LobbyMapPreviewLogic.cs index b29842c50f..863487af85 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/LobbyMapPreviewLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/LobbyMapPreviewLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/LobbyUtils.cs b/OpenRA.Mods.RA/Widgets/Logic/LobbyUtils.cs index 45bea6c265..e92258d2eb 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/LobbyUtils.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/LobbyUtils.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/MainMenuLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/MainMenuLogic.cs index 45c9e245a3..55dccd38e4 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/MainMenuLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/MainMenuLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/MapChooserLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/MapChooserLogic.cs index 9ede2952d4..da238a729a 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/MapChooserLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/MapChooserLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/MissionBrowserLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/MissionBrowserLogic.cs index b149944646..ad5c90eac5 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/MissionBrowserLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/MissionBrowserLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/MusicPlayerLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/MusicPlayerLogic.cs index bb7ee73634..930009129b 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/MusicPlayerLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/MusicPlayerLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ObserverShroudSelectorLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ObserverShroudSelectorLogic.cs index 05492094e8..cc72546c30 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ObserverShroudSelectorLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ObserverShroudSelectorLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ObserverStatsLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ObserverStatsLogic.cs index 40b583879a..31950b0d50 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ObserverStatsLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ObserverStatsLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/OrderButtonsChromeLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/OrderButtonsChromeLogic.cs index cafbc5f1ed..da52e3045b 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/OrderButtonsChromeLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/OrderButtonsChromeLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/PerfDebugLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/PerfDebugLogic.cs index f5ddadd129..4d4bf48349 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/PerfDebugLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/PerfDebugLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ProductionTooltipLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ProductionTooltipLogic.cs index 0058969c8c..3513a47a4e 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ProductionTooltipLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ProductionTooltipLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ReplayBrowserLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ReplayBrowserLogic.cs index 1de56a83d9..e9e31b0f26 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ReplayBrowserLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ReplayBrowserLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ReplayControlBarLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ReplayControlBarLogic.cs index 745ada8f82..4a8c119eab 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ReplayControlBarLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ReplayControlBarLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ServerBrowserLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ServerBrowserLogic.cs index d316347baf..e8fa944948 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ServerBrowserLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ServerBrowserLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/ServerCreationLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/ServerCreationLogic.cs index a8a648ff66..374c70f792 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/ServerCreationLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/ServerCreationLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/SimpleTooltipLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/SimpleTooltipLogic.cs index b17474dad5..faea2a490f 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/SimpleTooltipLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/SimpleTooltipLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/SpawnSelectorTooltipLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/SpawnSelectorTooltipLogic.cs index 9fcafe2561..752a71ab06 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/SpawnSelectorTooltipLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/SpawnSelectorTooltipLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/SupportPowerBinLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/SupportPowerBinLogic.cs index 17991847e5..73e0de7435 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/SupportPowerBinLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/SupportPowerBinLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/SupportPowerTooltipLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/SupportPowerTooltipLogic.cs index 234594633c..8fc9e0bca0 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/SupportPowerTooltipLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/SupportPowerTooltipLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/TabCompletionLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/TabCompletionLogic.cs index ae52a16d7a..f61c1ae666 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/TabCompletionLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/TabCompletionLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/Logic/WorldTooltipLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/WorldTooltipLogic.cs index c5e4fde8fd..5fb8c222c0 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/WorldTooltipLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/WorldTooltipLogic.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/ObserverProductionIconsWidget.cs b/OpenRA.Mods.RA/Widgets/ObserverProductionIconsWidget.cs index e15050b68b..c3bda4b1a7 100644 --- a/OpenRA.Mods.RA/Widgets/ObserverProductionIconsWidget.cs +++ b/OpenRA.Mods.RA/Widgets/ObserverProductionIconsWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/ObserverSupportPowerIconsWidget.cs b/OpenRA.Mods.RA/Widgets/ObserverSupportPowerIconsWidget.cs index 6619f56186..f6fd129640 100644 --- a/OpenRA.Mods.RA/Widgets/ObserverSupportPowerIconsWidget.cs +++ b/OpenRA.Mods.RA/Widgets/ObserverSupportPowerIconsWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/ProductionPaletteWidget.cs b/OpenRA.Mods.RA/Widgets/ProductionPaletteWidget.cs index 11a5cfe863..aae01fe4cb 100644 --- a/OpenRA.Mods.RA/Widgets/ProductionPaletteWidget.cs +++ b/OpenRA.Mods.RA/Widgets/ProductionPaletteWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/ProductionTabsWidget.cs b/OpenRA.Mods.RA/Widgets/ProductionTabsWidget.cs index 1eb017e282..9cf8910229 100644 --- a/OpenRA.Mods.RA/Widgets/ProductionTabsWidget.cs +++ b/OpenRA.Mods.RA/Widgets/ProductionTabsWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/ProductionTypeButtonWidget.cs b/OpenRA.Mods.RA/Widgets/ProductionTypeButtonWidget.cs index e51c7f5210..8b05b2ac27 100644 --- a/OpenRA.Mods.RA/Widgets/ProductionTypeButtonWidget.cs +++ b/OpenRA.Mods.RA/Widgets/ProductionTypeButtonWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/SupportPowerTimerWidget.cs b/OpenRA.Mods.RA/Widgets/SupportPowerTimerWidget.cs index 4cfa054e03..5cb9bb9643 100644 --- a/OpenRA.Mods.RA/Widgets/SupportPowerTimerWidget.cs +++ b/OpenRA.Mods.RA/Widgets/SupportPowerTimerWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/SupportPowersWidget.cs b/OpenRA.Mods.RA/Widgets/SupportPowersWidget.cs index c7f6df34a2..93afaf307d 100644 --- a/OpenRA.Mods.RA/Widgets/SupportPowersWidget.cs +++ b/OpenRA.Mods.RA/Widgets/SupportPowersWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.RA/Widgets/WorldCommandWidget.cs b/OpenRA.Mods.RA/Widgets/WorldCommandWidget.cs index bff9d24413..e06be3bb0a 100644 --- a/OpenRA.Mods.RA/Widgets/WorldCommandWidget.cs +++ b/OpenRA.Mods.RA/Widgets/WorldCommandWidget.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Activities/VoxelHarvesterDockSequence.cs b/OpenRA.Mods.TS/Activities/VoxelHarvesterDockSequence.cs index 5f698370c2..1077b65a25 100644 --- a/OpenRA.Mods.TS/Activities/VoxelHarvesterDockSequence.cs +++ b/OpenRA.Mods.TS/Activities/VoxelHarvesterDockSequence.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/SpriteLoaders/TmpTSLoader.cs b/OpenRA.Mods.TS/SpriteLoaders/TmpTSLoader.cs index 271785ad11..7d15d07cc7 100644 --- a/OpenRA.Mods.TS/SpriteLoaders/TmpTSLoader.cs +++ b/OpenRA.Mods.TS/SpriteLoaders/TmpTSLoader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/Buildings/TiberianSunRefinery.cs b/OpenRA.Mods.TS/Traits/Buildings/TiberianSunRefinery.cs index 41a48c8802..8e91a49810 100644 --- a/OpenRA.Mods.TS/Traits/Buildings/TiberianSunRefinery.cs +++ b/OpenRA.Mods.TS/Traits/Buildings/TiberianSunRefinery.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/Render/RenderVoxels.cs b/OpenRA.Mods.TS/Traits/Render/RenderVoxels.cs index b8a70ff217..7b7423f634 100644 --- a/OpenRA.Mods.TS/Traits/Render/RenderVoxels.cs +++ b/OpenRA.Mods.TS/Traits/Render/RenderVoxels.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/Render/WithVoxelBarrel.cs b/OpenRA.Mods.TS/Traits/Render/WithVoxelBarrel.cs index 8dc157b377..c511f1cf5d 100644 --- a/OpenRA.Mods.TS/Traits/Render/WithVoxelBarrel.cs +++ b/OpenRA.Mods.TS/Traits/Render/WithVoxelBarrel.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/Render/WithVoxelBody.cs b/OpenRA.Mods.TS/Traits/Render/WithVoxelBody.cs index 92f9bf34b5..7850ef2ae8 100644 --- a/OpenRA.Mods.TS/Traits/Render/WithVoxelBody.cs +++ b/OpenRA.Mods.TS/Traits/Render/WithVoxelBody.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/Render/WithVoxelTurret.cs b/OpenRA.Mods.TS/Traits/Render/WithVoxelTurret.cs index 77b9e0a792..4fadd909a2 100644 --- a/OpenRA.Mods.TS/Traits/Render/WithVoxelTurret.cs +++ b/OpenRA.Mods.TS/Traits/Render/WithVoxelTurret.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/Render/WithVoxelUnloadBody.cs b/OpenRA.Mods.TS/Traits/Render/WithVoxelUnloadBody.cs index 4950b230a4..e25d8ded06 100644 --- a/OpenRA.Mods.TS/Traits/Render/WithVoxelUnloadBody.cs +++ b/OpenRA.Mods.TS/Traits/Render/WithVoxelUnloadBody.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/Render/WithVoxelWalkerBody.cs b/OpenRA.Mods.TS/Traits/Render/WithVoxelWalkerBody.cs index 929d9784b7..d4862ffadb 100644 --- a/OpenRA.Mods.TS/Traits/Render/WithVoxelWalkerBody.cs +++ b/OpenRA.Mods.TS/Traits/Render/WithVoxelWalkerBody.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/World/ShroudPalette.cs b/OpenRA.Mods.TS/Traits/World/ShroudPalette.cs index 21dcc579c3..4e6e2bcf93 100644 --- a/OpenRA.Mods.TS/Traits/World/ShroudPalette.cs +++ b/OpenRA.Mods.TS/Traits/World/ShroudPalette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/Traits/World/VoxelNormalsPalette.cs b/OpenRA.Mods.TS/Traits/World/VoxelNormalsPalette.cs index 6cfcb57649..9586f4aca3 100644 --- a/OpenRA.Mods.TS/Traits/World/VoxelNormalsPalette.cs +++ b/OpenRA.Mods.TS/Traits/World/VoxelNormalsPalette.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs b/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs index 551c7706ed..c9e6b1159d 100644 --- a/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs +++ b/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Null/NullGraphicsDevice.cs b/OpenRA.Renderer.Null/NullGraphicsDevice.cs index da622c308d..c69b7bf36e 100644 --- a/OpenRA.Renderer.Null/NullGraphicsDevice.cs +++ b/OpenRA.Renderer.Null/NullGraphicsDevice.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Sdl2/ErrorHandler.cs b/OpenRA.Renderer.Sdl2/ErrorHandler.cs index cc3ef0851f..bc1a093c6d 100644 --- a/OpenRA.Renderer.Sdl2/ErrorHandler.cs +++ b/OpenRA.Renderer.Sdl2/ErrorHandler.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* -* Copyright 2007-2014 The OpenRA Developers (see AUTHORS) +* Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Sdl2/FrameBuffer.cs b/OpenRA.Renderer.Sdl2/FrameBuffer.cs index 9ef1f4aeb2..1829e538f2 100644 --- a/OpenRA.Renderer.Sdl2/FrameBuffer.cs +++ b/OpenRA.Renderer.Sdl2/FrameBuffer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Sdl2/MultiTapDetection.cs b/OpenRA.Renderer.Sdl2/MultiTapDetection.cs index c9b15758b2..2a4fc75ca0 100644 --- a/OpenRA.Renderer.Sdl2/MultiTapDetection.cs +++ b/OpenRA.Renderer.Sdl2/MultiTapDetection.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Sdl2/Sdl2GraphicsDevice.cs b/OpenRA.Renderer.Sdl2/Sdl2GraphicsDevice.cs index dc8ac14999..736270c017 100755 --- a/OpenRA.Renderer.Sdl2/Sdl2GraphicsDevice.cs +++ b/OpenRA.Renderer.Sdl2/Sdl2GraphicsDevice.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* -* Copyright 2007-2014 The OpenRA Developers (see AUTHORS) +* Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Sdl2/Sdl2Input.cs b/OpenRA.Renderer.Sdl2/Sdl2Input.cs index 6f5db16a8a..757b310b63 100644 --- a/OpenRA.Renderer.Sdl2/Sdl2Input.cs +++ b/OpenRA.Renderer.Sdl2/Sdl2Input.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* -* Copyright 2007-2014 The OpenRA Developers (see AUTHORS) +* Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Sdl2/Shader.cs b/OpenRA.Renderer.Sdl2/Shader.cs index b1ea92beb2..bf86f33ab5 100644 --- a/OpenRA.Renderer.Sdl2/Shader.cs +++ b/OpenRA.Renderer.Sdl2/Shader.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Sdl2/Texture.cs b/OpenRA.Renderer.Sdl2/Texture.cs index 6daf52db84..4f774bba2a 100644 --- a/OpenRA.Renderer.Sdl2/Texture.cs +++ b/OpenRA.Renderer.Sdl2/Texture.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Renderer.Sdl2/VertexBuffer.cs b/OpenRA.Renderer.Sdl2/VertexBuffer.cs index a85693e4c6..31feca6405 100644 --- a/OpenRA.Renderer.Sdl2/VertexBuffer.cs +++ b/OpenRA.Renderer.Sdl2/VertexBuffer.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Test/OpenRA.Game/ActorInfoTest.cs b/OpenRA.Test/OpenRA.Game/ActorInfoTest.cs index 926c2424c6..baf061886a 100644 --- a/OpenRA.Test/OpenRA.Game/ActorInfoTest.cs +++ b/OpenRA.Test/OpenRA.Game/ActorInfoTest.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Test/OpenRA.Game/MiniYamlTest.cs b/OpenRA.Test/OpenRA.Game/MiniYamlTest.cs index 0f41361666..17c9e8aec3 100644 --- a/OpenRA.Test/OpenRA.Game/MiniYamlTest.cs +++ b/OpenRA.Test/OpenRA.Game/MiniYamlTest.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Test/OpenRA.Game/OrderTest.cs b/OpenRA.Test/OpenRA.Game/OrderTest.cs index e30e1a7b39..54e18ce480 100644 --- a/OpenRA.Test/OpenRA.Game/OrderTest.cs +++ b/OpenRA.Test/OpenRA.Game/OrderTest.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Test/OpenRA.Game/PlatformTest.cs b/OpenRA.Test/OpenRA.Game/PlatformTest.cs index a7e55c6f0c..c1eb6f65d3 100644 --- a/OpenRA.Test/OpenRA.Game/PlatformTest.cs +++ b/OpenRA.Test/OpenRA.Game/PlatformTest.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.TilesetBuilder/FormBuilder.cs b/OpenRA.TilesetBuilder/FormBuilder.cs index 91d5f80734..f5c983fdcd 100644 --- a/OpenRA.TilesetBuilder/FormBuilder.cs +++ b/OpenRA.TilesetBuilder/FormBuilder.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.TilesetBuilder/Program.cs b/OpenRA.TilesetBuilder/Program.cs index 531f978f5c..9395b550ad 100644 --- a/OpenRA.TilesetBuilder/Program.cs +++ b/OpenRA.TilesetBuilder/Program.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information, diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index e15ee6f45a..5fb87e3f93 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -1,6 +1,6 @@ #region Copyright & License Information /* - * Copyright 2007-2014 The OpenRA Developers (see AUTHORS) + * Copyright 2007-2015 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation. For more information,