From 8aa65fd7f4d018711fe8cbb8322a377900073754 Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Thu, 5 Jan 2012 22:38:23 +0100 Subject: [PATCH] License block changes Added some missing license blocks Added "and contributors" to all copyright notices. Added $Id$ to files that were still missing it. Changed "All rights reserved" to GPLv3 on Injector.java. --- .../bukkit/migration/PermissionsProvider.java | 2 +- .../bukkit/migration/PermissionsResolver.java | 2 +- .../migration/PermissionsResolverManager.java | 2 +- .../PermissionsResolverServerListener.java | 2 +- .../bukkit/util/CommandRegistration.java | 3 ++- .../util/CommandsManagerRegistration.java | 3 ++- .../bukkit/util/DynamicPluginCommand.java | 3 ++- .../util/FallbackRegistrationListener.java | 3 ++- .../minecraft/util/commands/Command.java | 2 +- .../minecraft/util/commands/CommandAlias.java | 2 +- .../util/commands/CommandContext.java | 2 +- .../util/commands/CommandException.java | 2 +- .../util/commands/CommandPermissions.java | 2 +- .../commands/CommandPermissionsException.java | 2 +- .../util/commands/CommandUsageException.java | 2 +- .../util/commands/CommandsManager.java | 2 +- .../minecraft/util/commands/Console.java | 2 +- .../minecraft/util/commands/Injector.java | 16 ++++++++++++++-- .../minecraft/util/commands/Logging.java | 2 +- .../MissingNestedCommandException.java | 2 +- .../util/commands/NestedCommand.java | 2 +- .../commands/UnhandledCommandException.java | 2 +- .../commands/WrappedCommandException.java | 2 +- src/main/java/com/sk89q/util/ArrayUtil.java | 2 +- .../java/com/sk89q/util/ReflectionUtil.java | 3 ++- src/main/java/com/sk89q/util/StringUtil.java | 2 +- .../java/com/sk89q/util/yaml/YAMLNode.java | 2 +- .../com/sk89q/util/yaml/YAMLProcessor.java | 2 +- .../util/yaml/YAMLProcessorException.java | 2 +- .../ConfigurationPermissionsResolver.java | 2 +- .../com/sk89q/wepif/DinnerPermsResolver.java | 2 +- .../wepif/FlatFilePermissionsResolver.java | 2 +- .../sk89q/wepif/NijiPermissionsResolver.java | 2 +- .../sk89q/wepif/PermissionsExResolver.java | 2 +- .../com/sk89q/wepif/PermissionsProvider.java | 2 +- .../com/sk89q/wepif/PermissionsResolver.java | 2 +- .../wepif/PermissionsResolverManager.java | 2 +- .../wepif/PluginPermissionsResolver.java | 2 +- .../com/sk89q/worldedit/ArbitraryShape.java | 2 +- .../java/com/sk89q/worldedit/BlockVector.java | 2 +- .../com/sk89q/worldedit/BlockVector2D.java | 2 +- .../com/sk89q/worldedit/BlockWorldVector.java | 2 +- .../sk89q/worldedit/BlockWorldVector2D.java | 2 +- .../java/com/sk89q/worldedit/Countable.java | 2 +- .../com/sk89q/worldedit/CuboidClipboard.java | 2 +- .../worldedit/DisallowedItemException.java | 2 +- .../com/sk89q/worldedit/DoubleArrayList.java | 2 +- .../java/com/sk89q/worldedit/EditSession.java | 2 +- .../worldedit/EmptyClipboardException.java | 2 +- .../java/com/sk89q/worldedit/EntityType.java | 2 +- .../FileSelectionAbortedException.java | 2 +- .../sk89q/worldedit/FilenameException.java | 2 +- .../FilenameResolutionException.java | 2 +- .../java/com/sk89q/worldedit/HeightMap.java | 2 +- .../worldedit/IncompleteRegionException.java | 2 +- .../worldedit/InvalidFilenameException.java | 2 +- .../sk89q/worldedit/InvalidItemException.java | 2 +- .../worldedit/InvalidToolBindException.java | 2 +- .../sk89q/worldedit/LocalConfiguration.java | 2 +- .../java/com/sk89q/worldedit/LocalPlayer.java | 2 +- .../com/sk89q/worldedit/LocalSession.java | 2 +- .../java/com/sk89q/worldedit/LocalWorld.java | 2 +- .../java/com/sk89q/worldedit/LogFormat.java | 2 +- .../worldedit/MaxChangedBlocksException.java | 2 +- .../sk89q/worldedit/MaxRadiusException.java | 2 +- .../java/com/sk89q/worldedit/MobType.java | 2 +- .../com/sk89q/worldedit/PlayerDirection.java | 2 +- .../com/sk89q/worldedit/ServerInterface.java | 2 +- .../com/sk89q/worldedit/SessionCheck.java | 2 +- .../worldedit/UnknownDirectionException.java | 2 +- .../sk89q/worldedit/UnknownItemException.java | 2 +- src/main/java/com/sk89q/worldedit/Vector.java | 2 +- .../java/com/sk89q/worldedit/Vector2D.java | 2 +- .../java/com/sk89q/worldedit/VectorFace.java | 2 +- .../java/com/sk89q/worldedit/WorldEdit.java | 2 +- .../sk89q/worldedit/WorldEditException.java | 2 +- .../worldedit/WorldEditNotInstalled.java | 2 +- .../sk89q/worldedit/WorldEditOperation.java | 2 +- .../WorldEditPermissionException.java | 2 +- .../java/com/sk89q/worldedit/WorldVector.java | 2 +- .../com/sk89q/worldedit/WorldVector2D.java | 2 +- .../com/sk89q/worldedit/WorldVectorFace.java | 2 +- .../com/sk89q/worldedit/bags/BlockBag.java | 2 +- .../worldedit/bags/BlockBagException.java | 2 +- .../worldedit/bags/OutOfBlocksException.java | 2 +- .../worldedit/bags/OutOfSpaceException.java | 2 +- .../bags/UnplaceableBlockException.java | 2 +- .../com/sk89q/worldedit/blocks/BaseBlock.java | 2 +- .../com/sk89q/worldedit/blocks/BaseItem.java | 2 +- .../sk89q/worldedit/blocks/BaseItemStack.java | 2 +- .../com/sk89q/worldedit/blocks/BlockData.java | 2 +- .../com/sk89q/worldedit/blocks/BlockID.java | 2 +- .../com/sk89q/worldedit/blocks/BlockType.java | 2 +- .../sk89q/worldedit/blocks/ChestBlock.java | 2 +- .../sk89q/worldedit/blocks/ClothColor.java | 2 +- .../worldedit/blocks/ContainerBlock.java | 2 +- .../worldedit/blocks/DispenserBlock.java | 2 +- .../sk89q/worldedit/blocks/FurnaceBlock.java | 2 +- .../com/sk89q/worldedit/blocks/ItemID.java | 2 +- .../com/sk89q/worldedit/blocks/ItemType.java | 2 +- .../worldedit/blocks/MobSpawnerBlock.java | 2 +- .../com/sk89q/worldedit/blocks/NoteBlock.java | 2 +- .../com/sk89q/worldedit/blocks/SignBlock.java | 2 +- .../worldedit/blocks/TileEntityBlock.java | 2 +- .../worldedit/bukkit/BukkitConfiguration.java | 3 ++- .../sk89q/worldedit/bukkit/BukkitPlayer.java | 2 +- .../bukkit/BukkitPlayerBlockBag.java | 2 +- .../bukkit/BukkitServerInterface.java | 2 +- .../sk89q/worldedit/bukkit/BukkitUtil.java | 2 +- .../sk89q/worldedit/bukkit/BukkitWorld.java | 2 +- .../EditSessionBlockChangeDelegate.java | 2 +- .../sk89q/worldedit/bukkit/SessionTimer.java | 2 +- .../sk89q/worldedit/bukkit/WorldEditAPI.java | 2 +- .../worldedit/bukkit/WorldEditListener.java | 2 +- .../worldedit/bukkit/WorldEditPlugin.java | 2 +- .../bukkit/selections/CuboidSelection.java | 2 +- .../selections/Polygonal2DSelection.java | 2 +- .../bukkit/selections/RegionSelection.java | 2 +- .../bukkit/selections/Selection.java | 2 +- .../worldedit/commands/BrushCommands.java | 2 +- .../worldedit/commands/ChunkCommands.java | 2 +- .../worldedit/commands/ClipboardCommands.java | 2 +- .../worldedit/commands/GeneralCommands.java | 2 +- .../commands/GenerationCommands.java | 2 +- .../worldedit/commands/HistoryCommands.java | 2 +- .../InsufficientArgumentsException.java | 2 +- .../commands/NavigationCommands.java | 2 +- .../worldedit/commands/RegionCommands.java | 2 +- .../worldedit/commands/ScriptingCommands.java | 2 +- .../worldedit/commands/SelectionCommands.java | 2 +- .../worldedit/commands/SnapshotCommands.java | 2 +- .../commands/SnapshotUtilCommands.java | 2 +- .../commands/SuperPickaxeCommands.java | 2 +- .../worldedit/commands/ToolCommands.java | 2 +- .../worldedit/commands/ToolUtilCommands.java | 2 +- .../worldedit/commands/UtilityCommands.java | 2 +- .../worldedit/commands/WorldEditCommands.java | 2 +- .../com/sk89q/worldedit/cui/CUIEvent.java | 2 +- .../com/sk89q/worldedit/cui/CUIRegion.java | 2 +- .../worldedit/cui/SelectionCylinderEvent.java | 2 +- .../worldedit/cui/SelectionMinMaxEvent.java | 2 +- .../worldedit/cui/SelectionPoint2DEvent.java | 2 +- .../worldedit/cui/SelectionPointEvent.java | 2 +- .../worldedit/cui/SelectionShapeEvent.java | 2 +- .../com/sk89q/worldedit/data/BlockData.java | 2 +- .../java/com/sk89q/worldedit/data/Chunk.java | 2 +- .../com/sk89q/worldedit/data/ChunkStore.java | 2 +- .../worldedit/data/ChunkStoreException.java | 2 +- .../sk89q/worldedit/data/DataException.java | 2 +- .../worldedit/data/FileLegacyChunkStore.java | 2 +- .../data/FileMcRegionChunkStore.java | 2 +- .../data/ForwardSeekableInputStream.java | 2 +- .../data/InvalidFormatException.java | 2 +- .../worldedit/data/LegacyChunkStore.java | 2 +- .../worldedit/data/McRegionChunkStore.java | 2 +- .../sk89q/worldedit/data/McRegionReader.java | 2 +- .../worldedit/data/MissingChunkException.java | 2 +- .../worldedit/data/MissingWorldException.java | 2 +- .../data/TrueZipLegacyChunkStore.java | 2 +- .../data/TrueZipMcRegionChunkStore.java | 2 +- .../data/ZippedLegacyChunkStore.java | 2 +- .../data/ZippedMcRegionChunkStore.java | 2 +- .../worldedit/dev/DocumentationPrinter.java | 2 +- .../worldedit/filtering/GaussianKernel.java | 2 +- .../worldedit/filtering/HeightMapFilter.java | 2 +- .../worldedit/filtering/LinearKernel.java | 2 +- .../sk89q/worldedit/masks/BlockTypeMask.java | 2 +- .../sk89q/worldedit/masks/CombinedMask.java | 2 +- .../worldedit/masks/ExistingBlockMask.java | 2 +- .../masks/InvertedBlockTypeMask.java | 2 +- .../java/com/sk89q/worldedit/masks/Mask.java | 2 +- .../com/sk89q/worldedit/masks/RegionMask.java | 2 +- .../worldedit/masks/UnderOverlayMask.java | 2 +- .../sk89q/worldedit/patterns/BlockChance.java | 2 +- .../worldedit/patterns/ClipboardPattern.java | 2 +- .../com/sk89q/worldedit/patterns/Pattern.java | 2 +- .../worldedit/patterns/RandomFillPattern.java | 2 +- .../patterns/SingleBlockPattern.java | 2 +- .../worldedit/regions/AbstractRegion.java | 19 +++++++++++++++++++ .../sk89q/worldedit/regions/CuboidRegion.java | 2 +- .../regions/CuboidRegionSelector.java | 2 +- .../worldedit/regions/CylinderRegion.java | 5 +++-- .../regions/CylinderRegionSelector.java | 5 +++-- .../ExtendingCuboidRegionSelector.java | 2 +- .../worldedit/regions/Polygonal2DRegion.java | 2 +- .../regions/Polygonal2DRegionSelector.java | 2 +- .../com/sk89q/worldedit/regions/Region.java | 2 +- .../worldedit/regions/RegionIterator.java | 19 +++++++++++++++++++ .../regions/RegionOperationException.java | 2 +- .../worldedit/regions/RegionSelector.java | 2 +- .../scripting/CraftScriptContext.java | 2 +- .../scripting/CraftScriptEngine.java | 2 +- .../scripting/CraftScriptEnvironment.java | 2 +- .../scripting/RhinoContextFactory.java | 2 +- .../scripting/RhinoCraftScriptEngine.java | 2 +- .../scripting/java/RhinoScriptEngine.java | 2 +- .../java/RhinoScriptEngineFactory.java | 2 +- .../snapshots/InvalidSnapshotException.java | 2 +- .../snapshots/ModificationTimerParser.java | 2 +- .../sk89q/worldedit/snapshots/Snapshot.java | 2 +- .../snapshots/SnapshotDateParser.java | 2 +- .../snapshots/SnapshotRepository.java | 2 +- .../worldedit/snapshots/SnapshotRestore.java | 2 +- .../snapshots/YYMMDDHHIISSParser.java | 2 +- .../sk89q/worldedit/spout/SessionTimer.java | 2 +- .../worldedit/spout/SpoutCommandSender.java | 19 +++++++++++++++++++ .../sk89q/worldedit/spout/SpoutPlayer.java | 2 +- .../worldedit/spout/SpoutPlayerBlockBag.java | 2 +- .../spout/SpoutRawCommandExecutor.java | 2 +- .../worldedit/spout/SpoutServerInterface.java | 2 +- .../com/sk89q/worldedit/spout/SpoutUtil.java | 2 +- .../com/sk89q/worldedit/spout/SpoutWorld.java | 2 +- .../spout/WorldEditPlayerListener.java | 2 +- .../worldedit/spout/WorldEditPlugin.java | 2 +- .../spout/selections/CuboidSelection.java | 5 ++--- .../selections/Polygonal2DSelection.java | 2 +- .../spout/selections/RegionSelection.java | 6 ++---- .../worldedit/spout/selections/Selection.java | 6 ++---- .../sk89q/worldedit/tools/AreaPickaxe.java | 2 +- .../sk89q/worldedit/tools/BlockDataCyler.java | 2 +- .../sk89q/worldedit/tools/BlockReplacer.java | 2 +- .../com/sk89q/worldedit/tools/BlockTool.java | 2 +- .../com/sk89q/worldedit/tools/BrushTool.java | 2 +- .../sk89q/worldedit/tools/DistanceWand.java | 2 +- .../tools/DoubleActionBlockTool.java | 2 +- .../tools/DoubleActionTraceTool.java | 2 +- .../worldedit/tools/FloatingTreeRemover.java | 2 +- .../sk89q/worldedit/tools/FloodFillTool.java | 2 +- .../worldedit/tools/LongRangeBuildTool.java | 2 +- .../com/sk89q/worldedit/tools/QueryTool.java | 2 +- .../worldedit/tools/RecursivePickaxe.java | 2 +- .../sk89q/worldedit/tools/SinglePickaxe.java | 2 +- .../java/com/sk89q/worldedit/tools/Tool.java | 2 +- .../com/sk89q/worldedit/tools/TraceTool.java | 2 +- .../sk89q/worldedit/tools/TreePlanter.java | 2 +- .../sk89q/worldedit/tools/brushes/Brush.java | 2 +- .../tools/brushes/ClipboardBrush.java | 2 +- .../tools/brushes/CylinderBrush.java | 2 +- .../worldedit/tools/brushes/GravityBrush.java | 5 +++-- .../tools/brushes/HollowCylinderBrush.java | 2 +- .../tools/brushes/HollowSphereBrush.java | 2 +- .../worldedit/tools/brushes/SmoothBrush.java | 2 +- .../worldedit/tools/brushes/SphereBrush.java | 2 +- .../sk89q/worldedit/util/FileDialogUtil.java | 2 +- .../util/PropertiesConfiguration.java | 2 +- .../sk89q/worldedit/util/TreeGenerator.java | 2 +- .../worldedit/util/YAMLConfiguration.java | 2 +- .../util/commands/CommandContextTest.java | 2 +- .../sk89q/worldedit/blocks/BlockDataTest.java | 2 +- 249 files changed, 331 insertions(+), 258 deletions(-) diff --git a/src/main/java/com/sk89q/bukkit/migration/PermissionsProvider.java b/src/main/java/com/sk89q/bukkit/migration/PermissionsProvider.java index 7acb48da6..588d6f551 100644 --- a/src/main/java/com/sk89q/bukkit/migration/PermissionsProvider.java +++ b/src/main/java/com/sk89q/bukkit/migration/PermissionsProvider.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/bukkit/migration/PermissionsResolver.java b/src/main/java/com/sk89q/bukkit/migration/PermissionsResolver.java index 413f1bcb2..bacdbb3da 100644 --- a/src/main/java/com/sk89q/bukkit/migration/PermissionsResolver.java +++ b/src/main/java/com/sk89q/bukkit/migration/PermissionsResolver.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/bukkit/migration/PermissionsResolverManager.java b/src/main/java/com/sk89q/bukkit/migration/PermissionsResolverManager.java index d02bae22f..fe58286fe 100644 --- a/src/main/java/com/sk89q/bukkit/migration/PermissionsResolverManager.java +++ b/src/main/java/com/sk89q/bukkit/migration/PermissionsResolverManager.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/bukkit/migration/PermissionsResolverServerListener.java b/src/main/java/com/sk89q/bukkit/migration/PermissionsResolverServerListener.java index 693cd44cc..fcd78de88 100644 --- a/src/main/java/com/sk89q/bukkit/migration/PermissionsResolverServerListener.java +++ b/src/main/java/com/sk89q/bukkit/migration/PermissionsResolverServerListener.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/bukkit/util/CommandRegistration.java b/src/main/java/com/sk89q/bukkit/util/CommandRegistration.java index 4d43ef358..25e96b115 100644 --- a/src/main/java/com/sk89q/bukkit/util/CommandRegistration.java +++ b/src/main/java/com/sk89q/bukkit/util/CommandRegistration.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2011 sk89q + * Copyright (C) 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/bukkit/util/CommandsManagerRegistration.java b/src/main/java/com/sk89q/bukkit/util/CommandsManagerRegistration.java index 3da67842b..210cf5c76 100644 --- a/src/main/java/com/sk89q/bukkit/util/CommandsManagerRegistration.java +++ b/src/main/java/com/sk89q/bukkit/util/CommandsManagerRegistration.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2011 sk89q + * Copyright (C) 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommand.java b/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommand.java index 958fd94f5..1a66e31a2 100644 --- a/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommand.java +++ b/src/main/java/com/sk89q/bukkit/util/DynamicPluginCommand.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2011 sk89q + * Copyright (C) 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/bukkit/util/FallbackRegistrationListener.java b/src/main/java/com/sk89q/bukkit/util/FallbackRegistrationListener.java index a954f50a8..6009457be 100644 --- a/src/main/java/com/sk89q/bukkit/util/FallbackRegistrationListener.java +++ b/src/main/java/com/sk89q/bukkit/util/FallbackRegistrationListener.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2011 sk89q + * Copyright (C) 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/Command.java b/src/main/java/com/sk89q/minecraft/util/commands/Command.java index fd7ca5e0f..c16aa32b7 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/Command.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/Command.java @@ -1,6 +1,6 @@ // $Id$ /* - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/CommandAlias.java b/src/main/java/com/sk89q/minecraft/util/commands/CommandAlias.java index 7ff36f323..2fe479e9d 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/CommandAlias.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/CommandAlias.java @@ -1,6 +1,6 @@ // $Id$ /* - * Copyright (C) 2011 sk89q + * Copyright (C) 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/CommandContext.java b/src/main/java/com/sk89q/minecraft/util/commands/CommandContext.java index 52a708cfd..604b4d1a3 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/CommandContext.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/CommandContext.java @@ -1,6 +1,6 @@ // $Id$ /* - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/CommandException.java b/src/main/java/com/sk89q/minecraft/util/commands/CommandException.java index 641587afa..6a3e7e1a4 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/CommandException.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/CommandException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/CommandPermissions.java b/src/main/java/com/sk89q/minecraft/util/commands/CommandPermissions.java index 7d3383d11..ba3f4307b 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/CommandPermissions.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/CommandPermissions.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/CommandPermissionsException.java b/src/main/java/com/sk89q/minecraft/util/commands/CommandPermissionsException.java index a4e5bc693..04b19280e 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/CommandPermissionsException.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/CommandPermissionsException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/CommandUsageException.java b/src/main/java/com/sk89q/minecraft/util/commands/CommandUsageException.java index db2f86c34..b1a23c5f3 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/CommandUsageException.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/CommandUsageException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/CommandsManager.java b/src/main/java/com/sk89q/minecraft/util/commands/CommandsManager.java index 8a7f215b3..daa1224e5 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/CommandsManager.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/CommandsManager.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/Console.java b/src/main/java/com/sk89q/minecraft/util/commands/Console.java index 9fbe34c85..f0a0e47bb 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/Console.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/Console.java @@ -1,6 +1,6 @@ // $Id$ /* - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/Injector.java b/src/main/java/com/sk89q/minecraft/util/commands/Injector.java index 0374b6df4..4c17f1928 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/Injector.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/Injector.java @@ -1,7 +1,19 @@ // $Id$ /* - * Copyright (C) 2010 sk89q - * All rights reserved. + * Copyright (C) 2010 sk89q and contributors + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ package com.sk89q.minecraft.util.commands; diff --git a/src/main/java/com/sk89q/minecraft/util/commands/Logging.java b/src/main/java/com/sk89q/minecraft/util/commands/Logging.java index 23564abf5..604878a8e 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/Logging.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/Logging.java @@ -1,7 +1,7 @@ //$Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/MissingNestedCommandException.java b/src/main/java/com/sk89q/minecraft/util/commands/MissingNestedCommandException.java index f13fffc46..a39fc45ee 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/MissingNestedCommandException.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/MissingNestedCommandException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/NestedCommand.java b/src/main/java/com/sk89q/minecraft/util/commands/NestedCommand.java index 84f2bc5e4..c87f0deba 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/NestedCommand.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/NestedCommand.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/UnhandledCommandException.java b/src/main/java/com/sk89q/minecraft/util/commands/UnhandledCommandException.java index b56334cbb..fdf109d23 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/UnhandledCommandException.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/UnhandledCommandException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/minecraft/util/commands/WrappedCommandException.java b/src/main/java/com/sk89q/minecraft/util/commands/WrappedCommandException.java index 089aa4608..5066ece4e 100644 --- a/src/main/java/com/sk89q/minecraft/util/commands/WrappedCommandException.java +++ b/src/main/java/com/sk89q/minecraft/util/commands/WrappedCommandException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/util/ArrayUtil.java b/src/main/java/com/sk89q/util/ArrayUtil.java index 3fdeec710..13f572c38 100644 --- a/src/main/java/com/sk89q/util/ArrayUtil.java +++ b/src/main/java/com/sk89q/util/ArrayUtil.java @@ -1,6 +1,6 @@ // $Id$ /* - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/util/ReflectionUtil.java b/src/main/java/com/sk89q/util/ReflectionUtil.java index 97d602649..fd41b0433 100644 --- a/src/main/java/com/sk89q/util/ReflectionUtil.java +++ b/src/main/java/com/sk89q/util/ReflectionUtil.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldGuard - * Copyright (C) 2011 sk89q + * Copyright (C) 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/util/StringUtil.java b/src/main/java/com/sk89q/util/StringUtil.java index 37b4362e5..c0f7b727b 100644 --- a/src/main/java/com/sk89q/util/StringUtil.java +++ b/src/main/java/com/sk89q/util/StringUtil.java @@ -1,6 +1,6 @@ // $Id$ /* - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/util/yaml/YAMLNode.java b/src/main/java/com/sk89q/util/yaml/YAMLNode.java index 4283fe682..fea3b104d 100644 --- a/src/main/java/com/sk89q/util/yaml/YAMLNode.java +++ b/src/main/java/com/sk89q/util/yaml/YAMLNode.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/util/yaml/YAMLProcessor.java b/src/main/java/com/sk89q/util/yaml/YAMLProcessor.java index e6e2a19b5..021175ba2 100644 --- a/src/main/java/com/sk89q/util/yaml/YAMLProcessor.java +++ b/src/main/java/com/sk89q/util/yaml/YAMLProcessor.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/util/yaml/YAMLProcessorException.java b/src/main/java/com/sk89q/util/yaml/YAMLProcessorException.java index ac0eb3611..071253361 100644 --- a/src/main/java/com/sk89q/util/yaml/YAMLProcessorException.java +++ b/src/main/java/com/sk89q/util/yaml/YAMLProcessorException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/ConfigurationPermissionsResolver.java b/src/main/java/com/sk89q/wepif/ConfigurationPermissionsResolver.java index 931000916..de8cedcba 100644 --- a/src/main/java/com/sk89q/wepif/ConfigurationPermissionsResolver.java +++ b/src/main/java/com/sk89q/wepif/ConfigurationPermissionsResolver.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/DinnerPermsResolver.java b/src/main/java/com/sk89q/wepif/DinnerPermsResolver.java index b254bb107..ec1ec504d 100644 --- a/src/main/java/com/sk89q/wepif/DinnerPermsResolver.java +++ b/src/main/java/com/sk89q/wepif/DinnerPermsResolver.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/FlatFilePermissionsResolver.java b/src/main/java/com/sk89q/wepif/FlatFilePermissionsResolver.java index 679396819..15fb3e751 100644 --- a/src/main/java/com/sk89q/wepif/FlatFilePermissionsResolver.java +++ b/src/main/java/com/sk89q/wepif/FlatFilePermissionsResolver.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/NijiPermissionsResolver.java b/src/main/java/com/sk89q/wepif/NijiPermissionsResolver.java index bf0dab73f..301c2a8ee 100644 --- a/src/main/java/com/sk89q/wepif/NijiPermissionsResolver.java +++ b/src/main/java/com/sk89q/wepif/NijiPermissionsResolver.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/PermissionsExResolver.java b/src/main/java/com/sk89q/wepif/PermissionsExResolver.java index be7568550..106a5085d 100644 --- a/src/main/java/com/sk89q/wepif/PermissionsExResolver.java +++ b/src/main/java/com/sk89q/wepif/PermissionsExResolver.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/PermissionsProvider.java b/src/main/java/com/sk89q/wepif/PermissionsProvider.java index ed344225c..199f1580a 100644 --- a/src/main/java/com/sk89q/wepif/PermissionsProvider.java +++ b/src/main/java/com/sk89q/wepif/PermissionsProvider.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/PermissionsResolver.java b/src/main/java/com/sk89q/wepif/PermissionsResolver.java index 7c55bf1f6..dce444807 100644 --- a/src/main/java/com/sk89q/wepif/PermissionsResolver.java +++ b/src/main/java/com/sk89q/wepif/PermissionsResolver.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/PermissionsResolverManager.java b/src/main/java/com/sk89q/wepif/PermissionsResolverManager.java index aca53c8a5..ae3779cad 100644 --- a/src/main/java/com/sk89q/wepif/PermissionsResolverManager.java +++ b/src/main/java/com/sk89q/wepif/PermissionsResolverManager.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/wepif/PluginPermissionsResolver.java b/src/main/java/com/sk89q/wepif/PluginPermissionsResolver.java index 9b0f56889..912cbd7a3 100644 --- a/src/main/java/com/sk89q/wepif/PluginPermissionsResolver.java +++ b/src/main/java/com/sk89q/wepif/PluginPermissionsResolver.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/ArbitraryShape.java b/src/main/java/com/sk89q/worldedit/ArbitraryShape.java index 27e00c29e..58b79f003 100644 --- a/src/main/java/com/sk89q/worldedit/ArbitraryShape.java +++ b/src/main/java/com/sk89q/worldedit/ArbitraryShape.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/BlockVector.java b/src/main/java/com/sk89q/worldedit/BlockVector.java index cca503706..c2ebe6ada 100644 --- a/src/main/java/com/sk89q/worldedit/BlockVector.java +++ b/src/main/java/com/sk89q/worldedit/BlockVector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/BlockVector2D.java b/src/main/java/com/sk89q/worldedit/BlockVector2D.java index f14b8ce79..f14959a66 100644 --- a/src/main/java/com/sk89q/worldedit/BlockVector2D.java +++ b/src/main/java/com/sk89q/worldedit/BlockVector2D.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/BlockWorldVector.java b/src/main/java/com/sk89q/worldedit/BlockWorldVector.java index dee84bef2..e6d3d43f7 100644 --- a/src/main/java/com/sk89q/worldedit/BlockWorldVector.java +++ b/src/main/java/com/sk89q/worldedit/BlockWorldVector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/BlockWorldVector2D.java b/src/main/java/com/sk89q/worldedit/BlockWorldVector2D.java index 5f588fe3d..c7d024d93 100644 --- a/src/main/java/com/sk89q/worldedit/BlockWorldVector2D.java +++ b/src/main/java/com/sk89q/worldedit/BlockWorldVector2D.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/Countable.java b/src/main/java/com/sk89q/worldedit/Countable.java index c37b80fcc..ddadfc66b 100644 --- a/src/main/java/com/sk89q/worldedit/Countable.java +++ b/src/main/java/com/sk89q/worldedit/Countable.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/CuboidClipboard.java b/src/main/java/com/sk89q/worldedit/CuboidClipboard.java index d5450cf9c..7a839039e 100644 --- a/src/main/java/com/sk89q/worldedit/CuboidClipboard.java +++ b/src/main/java/com/sk89q/worldedit/CuboidClipboard.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/DisallowedItemException.java b/src/main/java/com/sk89q/worldedit/DisallowedItemException.java index 509ecb401..4dafc6f25 100644 --- a/src/main/java/com/sk89q/worldedit/DisallowedItemException.java +++ b/src/main/java/com/sk89q/worldedit/DisallowedItemException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/DoubleArrayList.java b/src/main/java/com/sk89q/worldedit/DoubleArrayList.java index 362c9f5e6..baf685dfc 100644 --- a/src/main/java/com/sk89q/worldedit/DoubleArrayList.java +++ b/src/main/java/com/sk89q/worldedit/DoubleArrayList.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/EditSession.java b/src/main/java/com/sk89q/worldedit/EditSession.java index 5b64c5734..45b53d8f5 100644 --- a/src/main/java/com/sk89q/worldedit/EditSession.java +++ b/src/main/java/com/sk89q/worldedit/EditSession.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEditLibrary - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/EmptyClipboardException.java b/src/main/java/com/sk89q/worldedit/EmptyClipboardException.java index 07e348424..ca7de9177 100644 --- a/src/main/java/com/sk89q/worldedit/EmptyClipboardException.java +++ b/src/main/java/com/sk89q/worldedit/EmptyClipboardException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/EntityType.java b/src/main/java/com/sk89q/worldedit/EntityType.java index 00fd852d5..10451c195 100644 --- a/src/main/java/com/sk89q/worldedit/EntityType.java +++ b/src/main/java/com/sk89q/worldedit/EntityType.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/FileSelectionAbortedException.java b/src/main/java/com/sk89q/worldedit/FileSelectionAbortedException.java index f3b6ce9ae..0ba079582 100644 --- a/src/main/java/com/sk89q/worldedit/FileSelectionAbortedException.java +++ b/src/main/java/com/sk89q/worldedit/FileSelectionAbortedException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/FilenameException.java b/src/main/java/com/sk89q/worldedit/FilenameException.java index c336037c3..e2523883c 100644 --- a/src/main/java/com/sk89q/worldedit/FilenameException.java +++ b/src/main/java/com/sk89q/worldedit/FilenameException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/FilenameResolutionException.java b/src/main/java/com/sk89q/worldedit/FilenameResolutionException.java index 51d325419..dbd4f2cb3 100644 --- a/src/main/java/com/sk89q/worldedit/FilenameResolutionException.java +++ b/src/main/java/com/sk89q/worldedit/FilenameResolutionException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/HeightMap.java b/src/main/java/com/sk89q/worldedit/HeightMap.java index 49c45c1b1..d7f786599 100644 --- a/src/main/java/com/sk89q/worldedit/HeightMap.java +++ b/src/main/java/com/sk89q/worldedit/HeightMap.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEditLibrary - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/IncompleteRegionException.java b/src/main/java/com/sk89q/worldedit/IncompleteRegionException.java index f9851532a..e35343fb6 100644 --- a/src/main/java/com/sk89q/worldedit/IncompleteRegionException.java +++ b/src/main/java/com/sk89q/worldedit/IncompleteRegionException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/InvalidFilenameException.java b/src/main/java/com/sk89q/worldedit/InvalidFilenameException.java index 71220265c..fbd9867d0 100644 --- a/src/main/java/com/sk89q/worldedit/InvalidFilenameException.java +++ b/src/main/java/com/sk89q/worldedit/InvalidFilenameException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/InvalidItemException.java b/src/main/java/com/sk89q/worldedit/InvalidItemException.java index 22bb0e1a5..1c25bd820 100644 --- a/src/main/java/com/sk89q/worldedit/InvalidItemException.java +++ b/src/main/java/com/sk89q/worldedit/InvalidItemException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/InvalidToolBindException.java b/src/main/java/com/sk89q/worldedit/InvalidToolBindException.java index a60f4b08b..07e6da174 100644 --- a/src/main/java/com/sk89q/worldedit/InvalidToolBindException.java +++ b/src/main/java/com/sk89q/worldedit/InvalidToolBindException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/LocalConfiguration.java b/src/main/java/com/sk89q/worldedit/LocalConfiguration.java index 9bc44e3eb..8dd24cc8a 100644 --- a/src/main/java/com/sk89q/worldedit/LocalConfiguration.java +++ b/src/main/java/com/sk89q/worldedit/LocalConfiguration.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/LocalPlayer.java b/src/main/java/com/sk89q/worldedit/LocalPlayer.java index aa76e849b..adba059f5 100644 --- a/src/main/java/com/sk89q/worldedit/LocalPlayer.java +++ b/src/main/java/com/sk89q/worldedit/LocalPlayer.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/LocalSession.java b/src/main/java/com/sk89q/worldedit/LocalSession.java index 12b28bbec..e0f147028 100644 --- a/src/main/java/com/sk89q/worldedit/LocalSession.java +++ b/src/main/java/com/sk89q/worldedit/LocalSession.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/LocalWorld.java b/src/main/java/com/sk89q/worldedit/LocalWorld.java index 1dbd90927..e8ef88317 100644 --- a/src/main/java/com/sk89q/worldedit/LocalWorld.java +++ b/src/main/java/com/sk89q/worldedit/LocalWorld.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/LogFormat.java b/src/main/java/com/sk89q/worldedit/LogFormat.java index e78eb6163..513f9ce94 100644 --- a/src/main/java/com/sk89q/worldedit/LogFormat.java +++ b/src/main/java/com/sk89q/worldedit/LogFormat.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/MaxChangedBlocksException.java b/src/main/java/com/sk89q/worldedit/MaxChangedBlocksException.java index 7943f9ed9..62f36c1af 100644 --- a/src/main/java/com/sk89q/worldedit/MaxChangedBlocksException.java +++ b/src/main/java/com/sk89q/worldedit/MaxChangedBlocksException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/MaxRadiusException.java b/src/main/java/com/sk89q/worldedit/MaxRadiusException.java index 5ca4035ba..e0335f648 100644 --- a/src/main/java/com/sk89q/worldedit/MaxRadiusException.java +++ b/src/main/java/com/sk89q/worldedit/MaxRadiusException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEditLibrary - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/MobType.java b/src/main/java/com/sk89q/worldedit/MobType.java index bf5c6bc92..8a36b0e16 100644 --- a/src/main/java/com/sk89q/worldedit/MobType.java +++ b/src/main/java/com/sk89q/worldedit/MobType.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/PlayerDirection.java b/src/main/java/com/sk89q/worldedit/PlayerDirection.java index e7a54412d..b381ecff0 100644 --- a/src/main/java/com/sk89q/worldedit/PlayerDirection.java +++ b/src/main/java/com/sk89q/worldedit/PlayerDirection.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/ServerInterface.java b/src/main/java/com/sk89q/worldedit/ServerInterface.java index 509dc63a0..0bcbbef0d 100644 --- a/src/main/java/com/sk89q/worldedit/ServerInterface.java +++ b/src/main/java/com/sk89q/worldedit/ServerInterface.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/SessionCheck.java b/src/main/java/com/sk89q/worldedit/SessionCheck.java index 241724fe0..f9006e860 100644 --- a/src/main/java/com/sk89q/worldedit/SessionCheck.java +++ b/src/main/java/com/sk89q/worldedit/SessionCheck.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/UnknownDirectionException.java b/src/main/java/com/sk89q/worldedit/UnknownDirectionException.java index 5efee73b8..2cf2adf70 100644 --- a/src/main/java/com/sk89q/worldedit/UnknownDirectionException.java +++ b/src/main/java/com/sk89q/worldedit/UnknownDirectionException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/UnknownItemException.java b/src/main/java/com/sk89q/worldedit/UnknownItemException.java index 4d282c0e4..1e2e67eff 100644 --- a/src/main/java/com/sk89q/worldedit/UnknownItemException.java +++ b/src/main/java/com/sk89q/worldedit/UnknownItemException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/Vector.java b/src/main/java/com/sk89q/worldedit/Vector.java index a0c0abb78..1edcd1fbf 100644 --- a/src/main/java/com/sk89q/worldedit/Vector.java +++ b/src/main/java/com/sk89q/worldedit/Vector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/Vector2D.java b/src/main/java/com/sk89q/worldedit/Vector2D.java index 9bc8e67d3..f481ce3b8 100644 --- a/src/main/java/com/sk89q/worldedit/Vector2D.java +++ b/src/main/java/com/sk89q/worldedit/Vector2D.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/VectorFace.java b/src/main/java/com/sk89q/worldedit/VectorFace.java index 55ed6fb90..02812a158 100644 --- a/src/main/java/com/sk89q/worldedit/VectorFace.java +++ b/src/main/java/com/sk89q/worldedit/VectorFace.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/WorldEdit.java b/src/main/java/com/sk89q/worldedit/WorldEdit.java index a84e0efe9..14b7947ed 100644 --- a/src/main/java/com/sk89q/worldedit/WorldEdit.java +++ b/src/main/java/com/sk89q/worldedit/WorldEdit.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/WorldEditException.java b/src/main/java/com/sk89q/worldedit/WorldEditException.java index 347ee31a1..82ddcae6d 100644 --- a/src/main/java/com/sk89q/worldedit/WorldEditException.java +++ b/src/main/java/com/sk89q/worldedit/WorldEditException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/WorldEditNotInstalled.java b/src/main/java/com/sk89q/worldedit/WorldEditNotInstalled.java index b754f0558..5482a1f41 100644 --- a/src/main/java/com/sk89q/worldedit/WorldEditNotInstalled.java +++ b/src/main/java/com/sk89q/worldedit/WorldEditNotInstalled.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/WorldEditOperation.java b/src/main/java/com/sk89q/worldedit/WorldEditOperation.java index 1b7805685..3896a0cef 100644 --- a/src/main/java/com/sk89q/worldedit/WorldEditOperation.java +++ b/src/main/java/com/sk89q/worldedit/WorldEditOperation.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/WorldEditPermissionException.java b/src/main/java/com/sk89q/worldedit/WorldEditPermissionException.java index a165a134b..e377aaca6 100644 --- a/src/main/java/com/sk89q/worldedit/WorldEditPermissionException.java +++ b/src/main/java/com/sk89q/worldedit/WorldEditPermissionException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/WorldVector.java b/src/main/java/com/sk89q/worldedit/WorldVector.java index c51f4ba48..6632f356e 100644 --- a/src/main/java/com/sk89q/worldedit/WorldVector.java +++ b/src/main/java/com/sk89q/worldedit/WorldVector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/WorldVector2D.java b/src/main/java/com/sk89q/worldedit/WorldVector2D.java index 7a52fca09..c1bd091f0 100644 --- a/src/main/java/com/sk89q/worldedit/WorldVector2D.java +++ b/src/main/java/com/sk89q/worldedit/WorldVector2D.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/WorldVectorFace.java b/src/main/java/com/sk89q/worldedit/WorldVectorFace.java index 60bb2bfcd..c6aba0833 100644 --- a/src/main/java/com/sk89q/worldedit/WorldVectorFace.java +++ b/src/main/java/com/sk89q/worldedit/WorldVectorFace.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bags/BlockBag.java b/src/main/java/com/sk89q/worldedit/bags/BlockBag.java index a05d0e33d..b9be37d68 100644 --- a/src/main/java/com/sk89q/worldedit/bags/BlockBag.java +++ b/src/main/java/com/sk89q/worldedit/bags/BlockBag.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bags/BlockBagException.java b/src/main/java/com/sk89q/worldedit/bags/BlockBagException.java index b181b5f51..0104737c8 100644 --- a/src/main/java/com/sk89q/worldedit/bags/BlockBagException.java +++ b/src/main/java/com/sk89q/worldedit/bags/BlockBagException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bags/OutOfBlocksException.java b/src/main/java/com/sk89q/worldedit/bags/OutOfBlocksException.java index 6f773c2a2..4733d4920 100644 --- a/src/main/java/com/sk89q/worldedit/bags/OutOfBlocksException.java +++ b/src/main/java/com/sk89q/worldedit/bags/OutOfBlocksException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bags/OutOfSpaceException.java b/src/main/java/com/sk89q/worldedit/bags/OutOfSpaceException.java index 32eaf280e..7dd5435fe 100644 --- a/src/main/java/com/sk89q/worldedit/bags/OutOfSpaceException.java +++ b/src/main/java/com/sk89q/worldedit/bags/OutOfSpaceException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bags/UnplaceableBlockException.java b/src/main/java/com/sk89q/worldedit/bags/UnplaceableBlockException.java index 04b271043..28c4014b7 100644 --- a/src/main/java/com/sk89q/worldedit/bags/UnplaceableBlockException.java +++ b/src/main/java/com/sk89q/worldedit/bags/UnplaceableBlockException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/BaseBlock.java b/src/main/java/com/sk89q/worldedit/blocks/BaseBlock.java index 9ab1b2e88..cdf2142ca 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/BaseBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/BaseBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/BaseItem.java b/src/main/java/com/sk89q/worldedit/blocks/BaseItem.java index 44f709fb6..b6578d315 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/BaseItem.java +++ b/src/main/java/com/sk89q/worldedit/blocks/BaseItem.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/BaseItemStack.java b/src/main/java/com/sk89q/worldedit/blocks/BaseItemStack.java index fc28be5f8..5d12a9bc9 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/BaseItemStack.java +++ b/src/main/java/com/sk89q/worldedit/blocks/BaseItemStack.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/BlockData.java b/src/main/java/com/sk89q/worldedit/blocks/BlockData.java index aff99cc8f..add9bd147 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/BlockData.java +++ b/src/main/java/com/sk89q/worldedit/blocks/BlockData.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/BlockID.java b/src/main/java/com/sk89q/worldedit/blocks/BlockID.java index 347303f5b..1fbde4df9 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/BlockID.java +++ b/src/main/java/com/sk89q/worldedit/blocks/BlockID.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/BlockType.java b/src/main/java/com/sk89q/worldedit/blocks/BlockType.java index 72f3174e8..bc5d912f9 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/BlockType.java +++ b/src/main/java/com/sk89q/worldedit/blocks/BlockType.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/ChestBlock.java b/src/main/java/com/sk89q/worldedit/blocks/ChestBlock.java index ba7f28753..85288accd 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/ChestBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/ChestBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/ClothColor.java b/src/main/java/com/sk89q/worldedit/blocks/ClothColor.java index e1445429d..183bcd163 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/ClothColor.java +++ b/src/main/java/com/sk89q/worldedit/blocks/ClothColor.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/ContainerBlock.java b/src/main/java/com/sk89q/worldedit/blocks/ContainerBlock.java index 3780ce4ce..a6a638d15 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/ContainerBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/ContainerBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/DispenserBlock.java b/src/main/java/com/sk89q/worldedit/blocks/DispenserBlock.java index b07a28679..c123f06b6 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/DispenserBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/DispenserBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/FurnaceBlock.java b/src/main/java/com/sk89q/worldedit/blocks/FurnaceBlock.java index 4ca46affc..c55c25db8 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/FurnaceBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/FurnaceBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/ItemID.java b/src/main/java/com/sk89q/worldedit/blocks/ItemID.java index b591a41aa..86cf4211f 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/ItemID.java +++ b/src/main/java/com/sk89q/worldedit/blocks/ItemID.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/ItemType.java b/src/main/java/com/sk89q/worldedit/blocks/ItemType.java index c8ffca27a..7129044b4 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/ItemType.java +++ b/src/main/java/com/sk89q/worldedit/blocks/ItemType.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/MobSpawnerBlock.java b/src/main/java/com/sk89q/worldedit/blocks/MobSpawnerBlock.java index 213595ecc..be0e519c4 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/MobSpawnerBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/MobSpawnerBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/NoteBlock.java b/src/main/java/com/sk89q/worldedit/blocks/NoteBlock.java index 6182d2946..135b9d2c8 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/NoteBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/NoteBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/SignBlock.java b/src/main/java/com/sk89q/worldedit/blocks/SignBlock.java index a6c561a7f..24b0a2326 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/SignBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/SignBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/blocks/TileEntityBlock.java b/src/main/java/com/sk89q/worldedit/blocks/TileEntityBlock.java index f1e182123..52d80af83 100644 --- a/src/main/java/com/sk89q/worldedit/blocks/TileEntityBlock.java +++ b/src/main/java/com/sk89q/worldedit/blocks/TileEntityBlock.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/BukkitConfiguration.java b/src/main/java/com/sk89q/worldedit/bukkit/BukkitConfiguration.java index d6c02cfe6..d39530afa 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/BukkitConfiguration.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/BukkitConfiguration.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2011 sk89q + * Copyright (C) 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java b/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java index e74ebe688..dcb8710f6 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayer.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayerBlockBag.java b/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayerBlockBag.java index 3355e6eae..324a842e7 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayerBlockBag.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/BukkitPlayerBlockBag.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/BukkitServerInterface.java b/src/main/java/com/sk89q/worldedit/bukkit/BukkitServerInterface.java index 6cfcdc7cf..d1cd179bd 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/BukkitServerInterface.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/BukkitServerInterface.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/BukkitUtil.java b/src/main/java/com/sk89q/worldedit/bukkit/BukkitUtil.java index 6e5ed7a07..eb26e20bb 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/BukkitUtil.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/BukkitUtil.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java b/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java index 6c3a5a281..b4e012d95 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/EditSessionBlockChangeDelegate.java b/src/main/java/com/sk89q/worldedit/bukkit/EditSessionBlockChangeDelegate.java index 7ad09a836..b79166ceb 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/EditSessionBlockChangeDelegate.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/EditSessionBlockChangeDelegate.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/SessionTimer.java b/src/main/java/com/sk89q/worldedit/bukkit/SessionTimer.java index b51dcb47c..6932af4b3 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/SessionTimer.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/SessionTimer.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/WorldEditAPI.java b/src/main/java/com/sk89q/worldedit/bukkit/WorldEditAPI.java index 8fa06a8bb..d85f49457 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/WorldEditAPI.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/WorldEditAPI.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/WorldEditListener.java b/src/main/java/com/sk89q/worldedit/bukkit/WorldEditListener.java index eaffe7fc1..8b5b892e5 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/WorldEditListener.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/WorldEditListener.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2012 sk89q + * Copyright (C) 2012 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java b/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java index 4403d497e..b74135095 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/WorldEditPlugin.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/selections/CuboidSelection.java b/src/main/java/com/sk89q/worldedit/bukkit/selections/CuboidSelection.java index a3afd3ba7..857689af2 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/selections/CuboidSelection.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/selections/CuboidSelection.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/selections/Polygonal2DSelection.java b/src/main/java/com/sk89q/worldedit/bukkit/selections/Polygonal2DSelection.java index 3ecaaead8..6a6107add 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/selections/Polygonal2DSelection.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/selections/Polygonal2DSelection.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/selections/RegionSelection.java b/src/main/java/com/sk89q/worldedit/bukkit/selections/RegionSelection.java index 6267ff394..a50f28878 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/selections/RegionSelection.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/selections/RegionSelection.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/bukkit/selections/Selection.java b/src/main/java/com/sk89q/worldedit/bukkit/selections/Selection.java index 8e9ebf31b..baa4c039e 100644 --- a/src/main/java/com/sk89q/worldedit/bukkit/selections/Selection.java +++ b/src/main/java/com/sk89q/worldedit/bukkit/selections/Selection.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/BrushCommands.java b/src/main/java/com/sk89q/worldedit/commands/BrushCommands.java index b8d092b7a..38ec514d3 100644 --- a/src/main/java/com/sk89q/worldedit/commands/BrushCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/BrushCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/ChunkCommands.java b/src/main/java/com/sk89q/worldedit/commands/ChunkCommands.java index 2eb4c9fe4..887404ef6 100644 --- a/src/main/java/com/sk89q/worldedit/commands/ChunkCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/ChunkCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/ClipboardCommands.java b/src/main/java/com/sk89q/worldedit/commands/ClipboardCommands.java index 693420bb2..4ba2a141c 100644 --- a/src/main/java/com/sk89q/worldedit/commands/ClipboardCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/ClipboardCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/GeneralCommands.java b/src/main/java/com/sk89q/worldedit/commands/GeneralCommands.java index 09875b64f..3dbe39307 100644 --- a/src/main/java/com/sk89q/worldedit/commands/GeneralCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/GeneralCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java b/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java index 83337a13e..115707eeb 100644 --- a/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/GenerationCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/HistoryCommands.java b/src/main/java/com/sk89q/worldedit/commands/HistoryCommands.java index a7490fc5c..05f8de988 100644 --- a/src/main/java/com/sk89q/worldedit/commands/HistoryCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/HistoryCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/InsufficientArgumentsException.java b/src/main/java/com/sk89q/worldedit/commands/InsufficientArgumentsException.java index 741f5721e..488f99023 100644 --- a/src/main/java/com/sk89q/worldedit/commands/InsufficientArgumentsException.java +++ b/src/main/java/com/sk89q/worldedit/commands/InsufficientArgumentsException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/NavigationCommands.java b/src/main/java/com/sk89q/worldedit/commands/NavigationCommands.java index 7afc900f7..c27414e03 100644 --- a/src/main/java/com/sk89q/worldedit/commands/NavigationCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/NavigationCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java b/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java index 304e05d42..ed9666830 100644 --- a/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/RegionCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/ScriptingCommands.java b/src/main/java/com/sk89q/worldedit/commands/ScriptingCommands.java index 83caff9ea..170ccfa88 100644 --- a/src/main/java/com/sk89q/worldedit/commands/ScriptingCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/ScriptingCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/SelectionCommands.java b/src/main/java/com/sk89q/worldedit/commands/SelectionCommands.java index 50fef14dd..6fd57d66a 100644 --- a/src/main/java/com/sk89q/worldedit/commands/SelectionCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/SelectionCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/SnapshotCommands.java b/src/main/java/com/sk89q/worldedit/commands/SnapshotCommands.java index 5643e30b4..b7e8e9648 100644 --- a/src/main/java/com/sk89q/worldedit/commands/SnapshotCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/SnapshotCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/SnapshotUtilCommands.java b/src/main/java/com/sk89q/worldedit/commands/SnapshotUtilCommands.java index 1996bd703..62e3b6ed3 100644 --- a/src/main/java/com/sk89q/worldedit/commands/SnapshotUtilCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/SnapshotUtilCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/SuperPickaxeCommands.java b/src/main/java/com/sk89q/worldedit/commands/SuperPickaxeCommands.java index bef3c6382..141bc27e3 100644 --- a/src/main/java/com/sk89q/worldedit/commands/SuperPickaxeCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/SuperPickaxeCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/ToolCommands.java b/src/main/java/com/sk89q/worldedit/commands/ToolCommands.java index 94935ee21..5f53b153a 100644 --- a/src/main/java/com/sk89q/worldedit/commands/ToolCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/ToolCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/ToolUtilCommands.java b/src/main/java/com/sk89q/worldedit/commands/ToolUtilCommands.java index 831ae9f1a..6981add2b 100644 --- a/src/main/java/com/sk89q/worldedit/commands/ToolUtilCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/ToolUtilCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/UtilityCommands.java b/src/main/java/com/sk89q/worldedit/commands/UtilityCommands.java index 96b7ca615..1155ad45c 100644 --- a/src/main/java/com/sk89q/worldedit/commands/UtilityCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/UtilityCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/commands/WorldEditCommands.java b/src/main/java/com/sk89q/worldedit/commands/WorldEditCommands.java index c68477887..b28fb162d 100644 --- a/src/main/java/com/sk89q/worldedit/commands/WorldEditCommands.java +++ b/src/main/java/com/sk89q/worldedit/commands/WorldEditCommands.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/cui/CUIEvent.java b/src/main/java/com/sk89q/worldedit/cui/CUIEvent.java index 690bc395e..f1f85107d 100644 --- a/src/main/java/com/sk89q/worldedit/cui/CUIEvent.java +++ b/src/main/java/com/sk89q/worldedit/cui/CUIEvent.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/cui/CUIRegion.java b/src/main/java/com/sk89q/worldedit/cui/CUIRegion.java index 85c3819cf..b781304d9 100644 --- a/src/main/java/com/sk89q/worldedit/cui/CUIRegion.java +++ b/src/main/java/com/sk89q/worldedit/cui/CUIRegion.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/cui/SelectionCylinderEvent.java b/src/main/java/com/sk89q/worldedit/cui/SelectionCylinderEvent.java index 9c8a77418..1bde0e426 100644 --- a/src/main/java/com/sk89q/worldedit/cui/SelectionCylinderEvent.java +++ b/src/main/java/com/sk89q/worldedit/cui/SelectionCylinderEvent.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/cui/SelectionMinMaxEvent.java b/src/main/java/com/sk89q/worldedit/cui/SelectionMinMaxEvent.java index 767f1b0a5..2e6af6f05 100644 --- a/src/main/java/com/sk89q/worldedit/cui/SelectionMinMaxEvent.java +++ b/src/main/java/com/sk89q/worldedit/cui/SelectionMinMaxEvent.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/cui/SelectionPoint2DEvent.java b/src/main/java/com/sk89q/worldedit/cui/SelectionPoint2DEvent.java index 70a8fdda4..3e72f7e3f 100644 --- a/src/main/java/com/sk89q/worldedit/cui/SelectionPoint2DEvent.java +++ b/src/main/java/com/sk89q/worldedit/cui/SelectionPoint2DEvent.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/cui/SelectionPointEvent.java b/src/main/java/com/sk89q/worldedit/cui/SelectionPointEvent.java index 09937ab48..814526d8c 100644 --- a/src/main/java/com/sk89q/worldedit/cui/SelectionPointEvent.java +++ b/src/main/java/com/sk89q/worldedit/cui/SelectionPointEvent.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/cui/SelectionShapeEvent.java b/src/main/java/com/sk89q/worldedit/cui/SelectionShapeEvent.java index ec5e03c31..e205d384e 100644 --- a/src/main/java/com/sk89q/worldedit/cui/SelectionShapeEvent.java +++ b/src/main/java/com/sk89q/worldedit/cui/SelectionShapeEvent.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/BlockData.java b/src/main/java/com/sk89q/worldedit/data/BlockData.java index dd429682f..62c2bc8f0 100644 --- a/src/main/java/com/sk89q/worldedit/data/BlockData.java +++ b/src/main/java/com/sk89q/worldedit/data/BlockData.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/Chunk.java b/src/main/java/com/sk89q/worldedit/data/Chunk.java index 493d468b6..a33d5d7f4 100644 --- a/src/main/java/com/sk89q/worldedit/data/Chunk.java +++ b/src/main/java/com/sk89q/worldedit/data/Chunk.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/ChunkStore.java b/src/main/java/com/sk89q/worldedit/data/ChunkStore.java index 29ab53871..467bd5425 100644 --- a/src/main/java/com/sk89q/worldedit/data/ChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/ChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/ChunkStoreException.java b/src/main/java/com/sk89q/worldedit/data/ChunkStoreException.java index 78759b644..2cc4dfbda 100644 --- a/src/main/java/com/sk89q/worldedit/data/ChunkStoreException.java +++ b/src/main/java/com/sk89q/worldedit/data/ChunkStoreException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/DataException.java b/src/main/java/com/sk89q/worldedit/data/DataException.java index c4e4b5129..535f37aac 100644 --- a/src/main/java/com/sk89q/worldedit/data/DataException.java +++ b/src/main/java/com/sk89q/worldedit/data/DataException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/FileLegacyChunkStore.java b/src/main/java/com/sk89q/worldedit/data/FileLegacyChunkStore.java index f540cf8ed..614f2ad76 100644 --- a/src/main/java/com/sk89q/worldedit/data/FileLegacyChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/FileLegacyChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/FileMcRegionChunkStore.java b/src/main/java/com/sk89q/worldedit/data/FileMcRegionChunkStore.java index 674d21f28..f8e2ccde9 100644 --- a/src/main/java/com/sk89q/worldedit/data/FileMcRegionChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/FileMcRegionChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/ForwardSeekableInputStream.java b/src/main/java/com/sk89q/worldedit/data/ForwardSeekableInputStream.java index 48b2865e1..d23ff34c3 100644 --- a/src/main/java/com/sk89q/worldedit/data/ForwardSeekableInputStream.java +++ b/src/main/java/com/sk89q/worldedit/data/ForwardSeekableInputStream.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/InvalidFormatException.java b/src/main/java/com/sk89q/worldedit/data/InvalidFormatException.java index 941d8b983..4e9c07c4a 100644 --- a/src/main/java/com/sk89q/worldedit/data/InvalidFormatException.java +++ b/src/main/java/com/sk89q/worldedit/data/InvalidFormatException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/LegacyChunkStore.java b/src/main/java/com/sk89q/worldedit/data/LegacyChunkStore.java index c16508c91..3c6e8b43c 100644 --- a/src/main/java/com/sk89q/worldedit/data/LegacyChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/LegacyChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/McRegionChunkStore.java b/src/main/java/com/sk89q/worldedit/data/McRegionChunkStore.java index 58ad4c799..a958d1cb2 100644 --- a/src/main/java/com/sk89q/worldedit/data/McRegionChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/McRegionChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/McRegionReader.java b/src/main/java/com/sk89q/worldedit/data/McRegionReader.java index ed6e432ba..793d72a4e 100644 --- a/src/main/java/com/sk89q/worldedit/data/McRegionReader.java +++ b/src/main/java/com/sk89q/worldedit/data/McRegionReader.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/MissingChunkException.java b/src/main/java/com/sk89q/worldedit/data/MissingChunkException.java index f00ec9e6b..1f9ef31c7 100644 --- a/src/main/java/com/sk89q/worldedit/data/MissingChunkException.java +++ b/src/main/java/com/sk89q/worldedit/data/MissingChunkException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/MissingWorldException.java b/src/main/java/com/sk89q/worldedit/data/MissingWorldException.java index 3422377de..453c74bd0 100644 --- a/src/main/java/com/sk89q/worldedit/data/MissingWorldException.java +++ b/src/main/java/com/sk89q/worldedit/data/MissingWorldException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/TrueZipLegacyChunkStore.java b/src/main/java/com/sk89q/worldedit/data/TrueZipLegacyChunkStore.java index d162f38c8..af8018897 100644 --- a/src/main/java/com/sk89q/worldedit/data/TrueZipLegacyChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/TrueZipLegacyChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/TrueZipMcRegionChunkStore.java b/src/main/java/com/sk89q/worldedit/data/TrueZipMcRegionChunkStore.java index 2f0486ecc..9f8166f65 100644 --- a/src/main/java/com/sk89q/worldedit/data/TrueZipMcRegionChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/TrueZipMcRegionChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/ZippedLegacyChunkStore.java b/src/main/java/com/sk89q/worldedit/data/ZippedLegacyChunkStore.java index f744f908d..076be1ead 100644 --- a/src/main/java/com/sk89q/worldedit/data/ZippedLegacyChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/ZippedLegacyChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/data/ZippedMcRegionChunkStore.java b/src/main/java/com/sk89q/worldedit/data/ZippedMcRegionChunkStore.java index ee30c964e..473bceb74 100644 --- a/src/main/java/com/sk89q/worldedit/data/ZippedMcRegionChunkStore.java +++ b/src/main/java/com/sk89q/worldedit/data/ZippedMcRegionChunkStore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/dev/DocumentationPrinter.java b/src/main/java/com/sk89q/worldedit/dev/DocumentationPrinter.java index c79c414e4..83441cb25 100644 --- a/src/main/java/com/sk89q/worldedit/dev/DocumentationPrinter.java +++ b/src/main/java/com/sk89q/worldedit/dev/DocumentationPrinter.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEditLibrary - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/filtering/GaussianKernel.java b/src/main/java/com/sk89q/worldedit/filtering/GaussianKernel.java index cbb757636..2aa4ac957 100644 --- a/src/main/java/com/sk89q/worldedit/filtering/GaussianKernel.java +++ b/src/main/java/com/sk89q/worldedit/filtering/GaussianKernel.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEditLibrary - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/filtering/HeightMapFilter.java b/src/main/java/com/sk89q/worldedit/filtering/HeightMapFilter.java index 96eb6546f..8078f5f7f 100644 --- a/src/main/java/com/sk89q/worldedit/filtering/HeightMapFilter.java +++ b/src/main/java/com/sk89q/worldedit/filtering/HeightMapFilter.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEditLibrary - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/filtering/LinearKernel.java b/src/main/java/com/sk89q/worldedit/filtering/LinearKernel.java index 50a46bc1f..ea8aa98ab 100644 --- a/src/main/java/com/sk89q/worldedit/filtering/LinearKernel.java +++ b/src/main/java/com/sk89q/worldedit/filtering/LinearKernel.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEditLibrary - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/masks/BlockTypeMask.java b/src/main/java/com/sk89q/worldedit/masks/BlockTypeMask.java index 57f812cd8..b3ebfe3fc 100644 --- a/src/main/java/com/sk89q/worldedit/masks/BlockTypeMask.java +++ b/src/main/java/com/sk89q/worldedit/masks/BlockTypeMask.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/masks/CombinedMask.java b/src/main/java/com/sk89q/worldedit/masks/CombinedMask.java index 5ed5c1fea..4bb5e070a 100644 --- a/src/main/java/com/sk89q/worldedit/masks/CombinedMask.java +++ b/src/main/java/com/sk89q/worldedit/masks/CombinedMask.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/masks/ExistingBlockMask.java b/src/main/java/com/sk89q/worldedit/masks/ExistingBlockMask.java index 904c61ea1..3f4827b95 100644 --- a/src/main/java/com/sk89q/worldedit/masks/ExistingBlockMask.java +++ b/src/main/java/com/sk89q/worldedit/masks/ExistingBlockMask.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/masks/InvertedBlockTypeMask.java b/src/main/java/com/sk89q/worldedit/masks/InvertedBlockTypeMask.java index 009cd8766..897d06340 100644 --- a/src/main/java/com/sk89q/worldedit/masks/InvertedBlockTypeMask.java +++ b/src/main/java/com/sk89q/worldedit/masks/InvertedBlockTypeMask.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/masks/Mask.java b/src/main/java/com/sk89q/worldedit/masks/Mask.java index e13effcc8..d1ac39766 100644 --- a/src/main/java/com/sk89q/worldedit/masks/Mask.java +++ b/src/main/java/com/sk89q/worldedit/masks/Mask.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/masks/RegionMask.java b/src/main/java/com/sk89q/worldedit/masks/RegionMask.java index 000f8eec8..554c50e10 100644 --- a/src/main/java/com/sk89q/worldedit/masks/RegionMask.java +++ b/src/main/java/com/sk89q/worldedit/masks/RegionMask.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/masks/UnderOverlayMask.java b/src/main/java/com/sk89q/worldedit/masks/UnderOverlayMask.java index 87a34cff7..5d5b339b5 100644 --- a/src/main/java/com/sk89q/worldedit/masks/UnderOverlayMask.java +++ b/src/main/java/com/sk89q/worldedit/masks/UnderOverlayMask.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/patterns/BlockChance.java b/src/main/java/com/sk89q/worldedit/patterns/BlockChance.java index 5187377a0..b8427ae32 100644 --- a/src/main/java/com/sk89q/worldedit/patterns/BlockChance.java +++ b/src/main/java/com/sk89q/worldedit/patterns/BlockChance.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/patterns/ClipboardPattern.java b/src/main/java/com/sk89q/worldedit/patterns/ClipboardPattern.java index f0eeef808..cbef1935e 100644 --- a/src/main/java/com/sk89q/worldedit/patterns/ClipboardPattern.java +++ b/src/main/java/com/sk89q/worldedit/patterns/ClipboardPattern.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/patterns/Pattern.java b/src/main/java/com/sk89q/worldedit/patterns/Pattern.java index 5d3c2bab3..d1ec4a25e 100644 --- a/src/main/java/com/sk89q/worldedit/patterns/Pattern.java +++ b/src/main/java/com/sk89q/worldedit/patterns/Pattern.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/patterns/RandomFillPattern.java b/src/main/java/com/sk89q/worldedit/patterns/RandomFillPattern.java index bc0eaf90d..5217e4a9e 100644 --- a/src/main/java/com/sk89q/worldedit/patterns/RandomFillPattern.java +++ b/src/main/java/com/sk89q/worldedit/patterns/RandomFillPattern.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/patterns/SingleBlockPattern.java b/src/main/java/com/sk89q/worldedit/patterns/SingleBlockPattern.java index 1f7e3a800..f518f8de1 100644 --- a/src/main/java/com/sk89q/worldedit/patterns/SingleBlockPattern.java +++ b/src/main/java/com/sk89q/worldedit/patterns/SingleBlockPattern.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/regions/AbstractRegion.java b/src/main/java/com/sk89q/worldedit/regions/AbstractRegion.java index aa05321df..37054d3fd 100644 --- a/src/main/java/com/sk89q/worldedit/regions/AbstractRegion.java +++ b/src/main/java/com/sk89q/worldedit/regions/AbstractRegion.java @@ -1,3 +1,22 @@ +// $Id$ +/* + * WorldEdit + * Copyright (C) 2010, 2011 sk89q and contributors + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + package com.sk89q.worldedit.regions; import java.util.Iterator; diff --git a/src/main/java/com/sk89q/worldedit/regions/CuboidRegion.java b/src/main/java/com/sk89q/worldedit/regions/CuboidRegion.java index a33ffe8f7..2c7e3936a 100644 --- a/src/main/java/com/sk89q/worldedit/regions/CuboidRegion.java +++ b/src/main/java/com/sk89q/worldedit/regions/CuboidRegion.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/regions/CuboidRegionSelector.java b/src/main/java/com/sk89q/worldedit/regions/CuboidRegionSelector.java index b2c584fef..a40c89e01 100644 --- a/src/main/java/com/sk89q/worldedit/regions/CuboidRegionSelector.java +++ b/src/main/java/com/sk89q/worldedit/regions/CuboidRegionSelector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/regions/CylinderRegion.java b/src/main/java/com/sk89q/worldedit/regions/CylinderRegion.java index c33f4a44f..fade6b34f 100644 --- a/src/main/java/com/sk89q/worldedit/regions/CylinderRegion.java +++ b/src/main/java/com/sk89q/worldedit/regions/CylinderRegion.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - */ +*/ + package com.sk89q.worldedit.regions; import java.util.HashSet; diff --git a/src/main/java/com/sk89q/worldedit/regions/CylinderRegionSelector.java b/src/main/java/com/sk89q/worldedit/regions/CylinderRegionSelector.java index 21f3df229..eeb76c44f 100644 --- a/src/main/java/com/sk89q/worldedit/regions/CylinderRegionSelector.java +++ b/src/main/java/com/sk89q/worldedit/regions/CylinderRegionSelector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - */ +*/ + package com.sk89q.worldedit.regions; import java.util.ArrayList; diff --git a/src/main/java/com/sk89q/worldedit/regions/ExtendingCuboidRegionSelector.java b/src/main/java/com/sk89q/worldedit/regions/ExtendingCuboidRegionSelector.java index 74dccd653..918964eb1 100644 --- a/src/main/java/com/sk89q/worldedit/regions/ExtendingCuboidRegionSelector.java +++ b/src/main/java/com/sk89q/worldedit/regions/ExtendingCuboidRegionSelector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/regions/Polygonal2DRegion.java b/src/main/java/com/sk89q/worldedit/regions/Polygonal2DRegion.java index bfacf5ab5..7fc96fc06 100644 --- a/src/main/java/com/sk89q/worldedit/regions/Polygonal2DRegion.java +++ b/src/main/java/com/sk89q/worldedit/regions/Polygonal2DRegion.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/regions/Polygonal2DRegionSelector.java b/src/main/java/com/sk89q/worldedit/regions/Polygonal2DRegionSelector.java index 5d2b981bb..45e17ee86 100644 --- a/src/main/java/com/sk89q/worldedit/regions/Polygonal2DRegionSelector.java +++ b/src/main/java/com/sk89q/worldedit/regions/Polygonal2DRegionSelector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/regions/Region.java b/src/main/java/com/sk89q/worldedit/regions/Region.java index 2858b6f28..9d8aa9739 100644 --- a/src/main/java/com/sk89q/worldedit/regions/Region.java +++ b/src/main/java/com/sk89q/worldedit/regions/Region.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/regions/RegionIterator.java b/src/main/java/com/sk89q/worldedit/regions/RegionIterator.java index d960e43c3..8000af2d1 100644 --- a/src/main/java/com/sk89q/worldedit/regions/RegionIterator.java +++ b/src/main/java/com/sk89q/worldedit/regions/RegionIterator.java @@ -1,3 +1,22 @@ +// $Id$ +/* + * WorldEdit + * Copyright (C) 2010, 2011 sk89q and contributors + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + package com.sk89q.worldedit.regions; import java.util.Iterator; diff --git a/src/main/java/com/sk89q/worldedit/regions/RegionOperationException.java b/src/main/java/com/sk89q/worldedit/regions/RegionOperationException.java index a64da3087..f871542d2 100644 --- a/src/main/java/com/sk89q/worldedit/regions/RegionOperationException.java +++ b/src/main/java/com/sk89q/worldedit/regions/RegionOperationException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/regions/RegionSelector.java b/src/main/java/com/sk89q/worldedit/regions/RegionSelector.java index 6da17f2a1..e27ee48ef 100644 --- a/src/main/java/com/sk89q/worldedit/regions/RegionSelector.java +++ b/src/main/java/com/sk89q/worldedit/regions/RegionSelector.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/scripting/CraftScriptContext.java b/src/main/java/com/sk89q/worldedit/scripting/CraftScriptContext.java index a05165490..4ab677158 100644 --- a/src/main/java/com/sk89q/worldedit/scripting/CraftScriptContext.java +++ b/src/main/java/com/sk89q/worldedit/scripting/CraftScriptContext.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/scripting/CraftScriptEngine.java b/src/main/java/com/sk89q/worldedit/scripting/CraftScriptEngine.java index 5c3aa1d51..8db782391 100644 --- a/src/main/java/com/sk89q/worldedit/scripting/CraftScriptEngine.java +++ b/src/main/java/com/sk89q/worldedit/scripting/CraftScriptEngine.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/scripting/CraftScriptEnvironment.java b/src/main/java/com/sk89q/worldedit/scripting/CraftScriptEnvironment.java index d06b73c1c..594365ad5 100644 --- a/src/main/java/com/sk89q/worldedit/scripting/CraftScriptEnvironment.java +++ b/src/main/java/com/sk89q/worldedit/scripting/CraftScriptEnvironment.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/scripting/RhinoContextFactory.java b/src/main/java/com/sk89q/worldedit/scripting/RhinoContextFactory.java index 203bf2052..1d765fb1b 100644 --- a/src/main/java/com/sk89q/worldedit/scripting/RhinoContextFactory.java +++ b/src/main/java/com/sk89q/worldedit/scripting/RhinoContextFactory.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/scripting/RhinoCraftScriptEngine.java b/src/main/java/com/sk89q/worldedit/scripting/RhinoCraftScriptEngine.java index 66df455fa..60219c9b7 100644 --- a/src/main/java/com/sk89q/worldedit/scripting/RhinoCraftScriptEngine.java +++ b/src/main/java/com/sk89q/worldedit/scripting/RhinoCraftScriptEngine.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/scripting/java/RhinoScriptEngine.java b/src/main/java/com/sk89q/worldedit/scripting/java/RhinoScriptEngine.java index a4195db54..fcb53df12 100644 --- a/src/main/java/com/sk89q/worldedit/scripting/java/RhinoScriptEngine.java +++ b/src/main/java/com/sk89q/worldedit/scripting/java/RhinoScriptEngine.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/scripting/java/RhinoScriptEngineFactory.java b/src/main/java/com/sk89q/worldedit/scripting/java/RhinoScriptEngineFactory.java index aef418a65..5e338394c 100644 --- a/src/main/java/com/sk89q/worldedit/scripting/java/RhinoScriptEngineFactory.java +++ b/src/main/java/com/sk89q/worldedit/scripting/java/RhinoScriptEngineFactory.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/snapshots/InvalidSnapshotException.java b/src/main/java/com/sk89q/worldedit/snapshots/InvalidSnapshotException.java index 061ab37a1..19af8c238 100644 --- a/src/main/java/com/sk89q/worldedit/snapshots/InvalidSnapshotException.java +++ b/src/main/java/com/sk89q/worldedit/snapshots/InvalidSnapshotException.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/snapshots/ModificationTimerParser.java b/src/main/java/com/sk89q/worldedit/snapshots/ModificationTimerParser.java index 289ebe6d3..1fc5aba61 100644 --- a/src/main/java/com/sk89q/worldedit/snapshots/ModificationTimerParser.java +++ b/src/main/java/com/sk89q/worldedit/snapshots/ModificationTimerParser.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/snapshots/Snapshot.java b/src/main/java/com/sk89q/worldedit/snapshots/Snapshot.java index c62075d86..872d2e70a 100644 --- a/src/main/java/com/sk89q/worldedit/snapshots/Snapshot.java +++ b/src/main/java/com/sk89q/worldedit/snapshots/Snapshot.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/snapshots/SnapshotDateParser.java b/src/main/java/com/sk89q/worldedit/snapshots/SnapshotDateParser.java index a17a40471..92938eb24 100644 --- a/src/main/java/com/sk89q/worldedit/snapshots/SnapshotDateParser.java +++ b/src/main/java/com/sk89q/worldedit/snapshots/SnapshotDateParser.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/snapshots/SnapshotRepository.java b/src/main/java/com/sk89q/worldedit/snapshots/SnapshotRepository.java index cbca4be3f..26928fb23 100644 --- a/src/main/java/com/sk89q/worldedit/snapshots/SnapshotRepository.java +++ b/src/main/java/com/sk89q/worldedit/snapshots/SnapshotRepository.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/snapshots/SnapshotRestore.java b/src/main/java/com/sk89q/worldedit/snapshots/SnapshotRestore.java index 5f28ac404..3c2058953 100644 --- a/src/main/java/com/sk89q/worldedit/snapshots/SnapshotRestore.java +++ b/src/main/java/com/sk89q/worldedit/snapshots/SnapshotRestore.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/snapshots/YYMMDDHHIISSParser.java b/src/main/java/com/sk89q/worldedit/snapshots/YYMMDDHHIISSParser.java index cb8848981..83c7fe491 100644 --- a/src/main/java/com/sk89q/worldedit/snapshots/YYMMDDHHIISSParser.java +++ b/src/main/java/com/sk89q/worldedit/snapshots/YYMMDDHHIISSParser.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/SessionTimer.java b/src/main/java/com/sk89q/worldedit/spout/SessionTimer.java index 504e27d55..ca5d8ae9a 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SessionTimer.java +++ b/src/main/java/com/sk89q/worldedit/spout/SessionTimer.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/SpoutCommandSender.java b/src/main/java/com/sk89q/worldedit/spout/SpoutCommandSender.java index 14b3f1468..3da348cf4 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SpoutCommandSender.java +++ b/src/main/java/com/sk89q/worldedit/spout/SpoutCommandSender.java @@ -1,3 +1,22 @@ +// $Id$ +/* + * WorldEdit + * Copyright (C) 2010 sk89q and contributors + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . +*/ + package com.sk89q.worldedit.spout; import com.sk89q.worldedit.LocalPlayer; diff --git a/src/main/java/com/sk89q/worldedit/spout/SpoutPlayer.java b/src/main/java/com/sk89q/worldedit/spout/SpoutPlayer.java index 53bbad07b..1969e1e0a 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SpoutPlayer.java +++ b/src/main/java/com/sk89q/worldedit/spout/SpoutPlayer.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/SpoutPlayerBlockBag.java b/src/main/java/com/sk89q/worldedit/spout/SpoutPlayerBlockBag.java index 9eb1947a8..d08dea226 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SpoutPlayerBlockBag.java +++ b/src/main/java/com/sk89q/worldedit/spout/SpoutPlayerBlockBag.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java b/src/main/java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java index c572936a8..495b89fc2 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java +++ b/src/main/java/com/sk89q/worldedit/spout/SpoutRawCommandExecutor.java @@ -1,6 +1,6 @@ /* * WorldEdit - * Copyright (C) 2012 sk89q + * Copyright (C) 2012 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/SpoutServerInterface.java b/src/main/java/com/sk89q/worldedit/spout/SpoutServerInterface.java index a5a3cbc49..3d82219cb 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SpoutServerInterface.java +++ b/src/main/java/com/sk89q/worldedit/spout/SpoutServerInterface.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/SpoutUtil.java b/src/main/java/com/sk89q/worldedit/spout/SpoutUtil.java index afd238dd7..a07028796 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SpoutUtil.java +++ b/src/main/java/com/sk89q/worldedit/spout/SpoutUtil.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/SpoutWorld.java b/src/main/java/com/sk89q/worldedit/spout/SpoutWorld.java index ff68a471b..f26fc4e98 100644 --- a/src/main/java/com/sk89q/worldedit/spout/SpoutWorld.java +++ b/src/main/java/com/sk89q/worldedit/spout/SpoutWorld.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/WorldEditPlayerListener.java b/src/main/java/com/sk89q/worldedit/spout/WorldEditPlayerListener.java index 0bbf1c928..579d210e6 100644 --- a/src/main/java/com/sk89q/worldedit/spout/WorldEditPlayerListener.java +++ b/src/main/java/com/sk89q/worldedit/spout/WorldEditPlayerListener.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/WorldEditPlugin.java b/src/main/java/com/sk89q/worldedit/spout/WorldEditPlugin.java index 32927eece..bc41105e8 100644 --- a/src/main/java/com/sk89q/worldedit/spout/WorldEditPlugin.java +++ b/src/main/java/com/sk89q/worldedit/spout/WorldEditPlugin.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/selections/CuboidSelection.java b/src/main/java/com/sk89q/worldedit/spout/selections/CuboidSelection.java index 6aa9de157..3b66d9af1 100644 --- a/src/main/java/com/sk89q/worldedit/spout/selections/CuboidSelection.java +++ b/src/main/java/com/sk89q/worldedit/spout/selections/CuboidSelection.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2012 sk89q + * Copyright (C) 2012 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,8 +17,6 @@ * along with this program. If not, see . */ -// $Id$ - package com.sk89q.worldedit.spout.selections; import com.sk89q.worldedit.Vector; diff --git a/src/main/java/com/sk89q/worldedit/spout/selections/Polygonal2DSelection.java b/src/main/java/com/sk89q/worldedit/spout/selections/Polygonal2DSelection.java index 57478251c..ac441c75b 100644 --- a/src/main/java/com/sk89q/worldedit/spout/selections/Polygonal2DSelection.java +++ b/src/main/java/com/sk89q/worldedit/spout/selections/Polygonal2DSelection.java @@ -1,6 +1,6 @@ /* * WorldEdit - * Copyright (C) 2012 sk89q + * Copyright (C) 2012 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/spout/selections/RegionSelection.java b/src/main/java/com/sk89q/worldedit/spout/selections/RegionSelection.java index cf3a5c6ad..93e8a33e3 100644 --- a/src/main/java/com/sk89q/worldedit/spout/selections/RegionSelection.java +++ b/src/main/java/com/sk89q/worldedit/spout/selections/RegionSelection.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2012 sk89q + * Copyright (C) 2012 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,9 +17,6 @@ * along with this program. If not, see . */ -// $Id$ - - package com.sk89q.worldedit.spout.selections; import com.sk89q.worldedit.Vector; diff --git a/src/main/java/com/sk89q/worldedit/spout/selections/Selection.java b/src/main/java/com/sk89q/worldedit/spout/selections/Selection.java index e645ce988..f09bf6e61 100644 --- a/src/main/java/com/sk89q/worldedit/spout/selections/Selection.java +++ b/src/main/java/com/sk89q/worldedit/spout/selections/Selection.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2012 sk89q + * Copyright (C) 2012 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,9 +17,6 @@ * along with this program. If not, see . */ -// $Id$ - - package com.sk89q.worldedit.spout.selections; import com.sk89q.worldedit.Vector; diff --git a/src/main/java/com/sk89q/worldedit/tools/AreaPickaxe.java b/src/main/java/com/sk89q/worldedit/tools/AreaPickaxe.java index 20ef357d9..09980e24e 100644 --- a/src/main/java/com/sk89q/worldedit/tools/AreaPickaxe.java +++ b/src/main/java/com/sk89q/worldedit/tools/AreaPickaxe.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/BlockDataCyler.java b/src/main/java/com/sk89q/worldedit/tools/BlockDataCyler.java index 9761e02b4..3ea507555 100644 --- a/src/main/java/com/sk89q/worldedit/tools/BlockDataCyler.java +++ b/src/main/java/com/sk89q/worldedit/tools/BlockDataCyler.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/BlockReplacer.java b/src/main/java/com/sk89q/worldedit/tools/BlockReplacer.java index 4cd010293..2cae21dc3 100644 --- a/src/main/java/com/sk89q/worldedit/tools/BlockReplacer.java +++ b/src/main/java/com/sk89q/worldedit/tools/BlockReplacer.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/BlockTool.java b/src/main/java/com/sk89q/worldedit/tools/BlockTool.java index 389acddf7..4ecb1a503 100644 --- a/src/main/java/com/sk89q/worldedit/tools/BlockTool.java +++ b/src/main/java/com/sk89q/worldedit/tools/BlockTool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/BrushTool.java b/src/main/java/com/sk89q/worldedit/tools/BrushTool.java index e8d2b3158..e90b5e21a 100644 --- a/src/main/java/com/sk89q/worldedit/tools/BrushTool.java +++ b/src/main/java/com/sk89q/worldedit/tools/BrushTool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/DistanceWand.java b/src/main/java/com/sk89q/worldedit/tools/DistanceWand.java index 6d98461a7..74337aa94 100644 --- a/src/main/java/com/sk89q/worldedit/tools/DistanceWand.java +++ b/src/main/java/com/sk89q/worldedit/tools/DistanceWand.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/DoubleActionBlockTool.java b/src/main/java/com/sk89q/worldedit/tools/DoubleActionBlockTool.java index 07f8dff5b..5145f738a 100644 --- a/src/main/java/com/sk89q/worldedit/tools/DoubleActionBlockTool.java +++ b/src/main/java/com/sk89q/worldedit/tools/DoubleActionBlockTool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/DoubleActionTraceTool.java b/src/main/java/com/sk89q/worldedit/tools/DoubleActionTraceTool.java index 065e696ce..6dce525f4 100644 --- a/src/main/java/com/sk89q/worldedit/tools/DoubleActionTraceTool.java +++ b/src/main/java/com/sk89q/worldedit/tools/DoubleActionTraceTool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/FloatingTreeRemover.java b/src/main/java/com/sk89q/worldedit/tools/FloatingTreeRemover.java index 2bb470751..1ab574d8f 100755 --- a/src/main/java/com/sk89q/worldedit/tools/FloatingTreeRemover.java +++ b/src/main/java/com/sk89q/worldedit/tools/FloatingTreeRemover.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/FloodFillTool.java b/src/main/java/com/sk89q/worldedit/tools/FloodFillTool.java index bdbcebca4..ba81116d3 100644 --- a/src/main/java/com/sk89q/worldedit/tools/FloodFillTool.java +++ b/src/main/java/com/sk89q/worldedit/tools/FloodFillTool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/LongRangeBuildTool.java b/src/main/java/com/sk89q/worldedit/tools/LongRangeBuildTool.java index 784d19bd6..ade228f06 100644 --- a/src/main/java/com/sk89q/worldedit/tools/LongRangeBuildTool.java +++ b/src/main/java/com/sk89q/worldedit/tools/LongRangeBuildTool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/QueryTool.java b/src/main/java/com/sk89q/worldedit/tools/QueryTool.java index aebdf3adb..e497718a8 100644 --- a/src/main/java/com/sk89q/worldedit/tools/QueryTool.java +++ b/src/main/java/com/sk89q/worldedit/tools/QueryTool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/RecursivePickaxe.java b/src/main/java/com/sk89q/worldedit/tools/RecursivePickaxe.java index 7b0c5aee2..e0099d5d7 100644 --- a/src/main/java/com/sk89q/worldedit/tools/RecursivePickaxe.java +++ b/src/main/java/com/sk89q/worldedit/tools/RecursivePickaxe.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/SinglePickaxe.java b/src/main/java/com/sk89q/worldedit/tools/SinglePickaxe.java index 4c2d1eb23..67d269083 100644 --- a/src/main/java/com/sk89q/worldedit/tools/SinglePickaxe.java +++ b/src/main/java/com/sk89q/worldedit/tools/SinglePickaxe.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/Tool.java b/src/main/java/com/sk89q/worldedit/tools/Tool.java index f09c7f13b..c20bf2b0d 100644 --- a/src/main/java/com/sk89q/worldedit/tools/Tool.java +++ b/src/main/java/com/sk89q/worldedit/tools/Tool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/TraceTool.java b/src/main/java/com/sk89q/worldedit/tools/TraceTool.java index be1a6dfa0..85e909c2d 100644 --- a/src/main/java/com/sk89q/worldedit/tools/TraceTool.java +++ b/src/main/java/com/sk89q/worldedit/tools/TraceTool.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/TreePlanter.java b/src/main/java/com/sk89q/worldedit/tools/TreePlanter.java index 9473e8610..74de38954 100644 --- a/src/main/java/com/sk89q/worldedit/tools/TreePlanter.java +++ b/src/main/java/com/sk89q/worldedit/tools/TreePlanter.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/brushes/Brush.java b/src/main/java/com/sk89q/worldedit/tools/brushes/Brush.java index 67a98f38e..187183133 100644 --- a/src/main/java/com/sk89q/worldedit/tools/brushes/Brush.java +++ b/src/main/java/com/sk89q/worldedit/tools/brushes/Brush.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/brushes/ClipboardBrush.java b/src/main/java/com/sk89q/worldedit/tools/brushes/ClipboardBrush.java index c7a33d903..83b436767 100644 --- a/src/main/java/com/sk89q/worldedit/tools/brushes/ClipboardBrush.java +++ b/src/main/java/com/sk89q/worldedit/tools/brushes/ClipboardBrush.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/brushes/CylinderBrush.java b/src/main/java/com/sk89q/worldedit/tools/brushes/CylinderBrush.java index 0fe1b1b47..400583261 100644 --- a/src/main/java/com/sk89q/worldedit/tools/brushes/CylinderBrush.java +++ b/src/main/java/com/sk89q/worldedit/tools/brushes/CylinderBrush.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/brushes/GravityBrush.java b/src/main/java/com/sk89q/worldedit/tools/brushes/GravityBrush.java index d9a8fd226..4786838e3 100644 --- a/src/main/java/com/sk89q/worldedit/tools/brushes/GravityBrush.java +++ b/src/main/java/com/sk89q/worldedit/tools/brushes/GravityBrush.java @@ -1,6 +1,7 @@ +// $Id$ /* * WorldEdit - * Copyright (C) 2011 sk89q + * Copyright (C) 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - */ +*/ package com.sk89q.worldedit.tools.brushes; diff --git a/src/main/java/com/sk89q/worldedit/tools/brushes/HollowCylinderBrush.java b/src/main/java/com/sk89q/worldedit/tools/brushes/HollowCylinderBrush.java index 26209158a..7127e797d 100644 --- a/src/main/java/com/sk89q/worldedit/tools/brushes/HollowCylinderBrush.java +++ b/src/main/java/com/sk89q/worldedit/tools/brushes/HollowCylinderBrush.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/brushes/HollowSphereBrush.java b/src/main/java/com/sk89q/worldedit/tools/brushes/HollowSphereBrush.java index 822fb0968..c7328f012 100644 --- a/src/main/java/com/sk89q/worldedit/tools/brushes/HollowSphereBrush.java +++ b/src/main/java/com/sk89q/worldedit/tools/brushes/HollowSphereBrush.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/brushes/SmoothBrush.java b/src/main/java/com/sk89q/worldedit/tools/brushes/SmoothBrush.java index c7ec35847..cd8bde553 100644 --- a/src/main/java/com/sk89q/worldedit/tools/brushes/SmoothBrush.java +++ b/src/main/java/com/sk89q/worldedit/tools/brushes/SmoothBrush.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/tools/brushes/SphereBrush.java b/src/main/java/com/sk89q/worldedit/tools/brushes/SphereBrush.java index bb327fd4b..e3f29f26c 100644 --- a/src/main/java/com/sk89q/worldedit/tools/brushes/SphereBrush.java +++ b/src/main/java/com/sk89q/worldedit/tools/brushes/SphereBrush.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/util/FileDialogUtil.java b/src/main/java/com/sk89q/worldedit/util/FileDialogUtil.java index 26c83d336..d53f8a9e6 100644 --- a/src/main/java/com/sk89q/worldedit/util/FileDialogUtil.java +++ b/src/main/java/com/sk89q/worldedit/util/FileDialogUtil.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/util/PropertiesConfiguration.java b/src/main/java/com/sk89q/worldedit/util/PropertiesConfiguration.java index f5023233c..9fbb11a42 100644 --- a/src/main/java/com/sk89q/worldedit/util/PropertiesConfiguration.java +++ b/src/main/java/com/sk89q/worldedit/util/PropertiesConfiguration.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/util/TreeGenerator.java b/src/main/java/com/sk89q/worldedit/util/TreeGenerator.java index 8a8896e0f..e902a4f4d 100644 --- a/src/main/java/com/sk89q/worldedit/util/TreeGenerator.java +++ b/src/main/java/com/sk89q/worldedit/util/TreeGenerator.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010, 2011 sk89q + * Copyright (C) 2010, 2011 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main/java/com/sk89q/worldedit/util/YAMLConfiguration.java b/src/main/java/com/sk89q/worldedit/util/YAMLConfiguration.java index 2d377aaae..53975739a 100644 --- a/src/main/java/com/sk89q/worldedit/util/YAMLConfiguration.java +++ b/src/main/java/com/sk89q/worldedit/util/YAMLConfiguration.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/com/sk89q/minecraft/util/commands/CommandContextTest.java b/src/test/java/com/sk89q/minecraft/util/commands/CommandContextTest.java index ddad60281..b99a25c87 100644 --- a/src/test/java/com/sk89q/minecraft/util/commands/CommandContextTest.java +++ b/src/test/java/com/sk89q/minecraft/util/commands/CommandContextTest.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/java/com/sk89q/worldedit/blocks/BlockDataTest.java b/src/test/java/com/sk89q/worldedit/blocks/BlockDataTest.java index 8d2d779f9..73162d70f 100644 --- a/src/test/java/com/sk89q/worldedit/blocks/BlockDataTest.java +++ b/src/test/java/com/sk89q/worldedit/blocks/BlockDataTest.java @@ -1,7 +1,7 @@ // $Id$ /* * WorldEdit - * Copyright (C) 2010 sk89q + * Copyright (C) 2010 sk89q and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by